Skip to content

Commit

Permalink
refactor: Remove CV page and update navigation and about page
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyTnT committed Jul 24, 2024
1 parent a601fc1 commit b794e3f
Show file tree
Hide file tree
Showing 32 changed files with 35 additions and 5,402 deletions.
Binary file modified .DS_Store
Binary file not shown.
19 changes: 0 additions & 19 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,17 +196,6 @@ collections:

# Defaults
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
# _pages
- scope:
path: ""
Expand All @@ -231,14 +220,6 @@ defaults:
author_profile: true
share: true
comment: true
# _talks
- scope:
path: ""
type: talks
values:
layout: talk
author_profile: true
share: true

# Sass/SCSS
sass:
Expand Down
13 changes: 2 additions & 11 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
# main links links
main:
- title: "Research"
url: /research/
# - title: "Research"
# url: /research/

- title: "Projects"
url: /projects/

- title: "Publications"
url: /publications/

# - title: "Software"
# url: /software/

# - title: "Posts"
# url: /posts/

- title: "CV"
url: /files/pdf/Zh_Resume.pdf
19 changes: 0 additions & 19 deletions _drafts/post-draft.md

This file was deleted.

23 changes: 0 additions & 23 deletions _drafts/spatial-modeling.md

This file was deleted.

9 changes: 4 additions & 5 deletions _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ My current research interet is Medical Image Analysis, and LLM with Robot.
<div class='paper-box'><div class='paper-box-image'><img src='/images/publications/nidslam.png' alt="sym" width="100%"></div>
<div class='paper-box-text' markdown="1">

NID-SLAM: Neural Implicit Representation-based RGB-D SLAM In Dynamic Environments, Ziheng Xu, Jianwei Niu, Qingfeng Li, Tao Ren, **Chen Chen**, Xinlei Zhang, Haochen Zhao.
NID-SLAM: Neural Implicit Representation-based RGB-D SLAM In Dynamic Environments, Ziheng Xu, Jianwei Niu, Qingfeng Li, Tao Ren, **Chen Chen**.

**KSEM, 2024**
**ICME, 2024**
<!-- - We enable robust novel view synthesis from casually captured in-the-wild images. -->
</div>
</div>
Expand All @@ -57,9 +57,9 @@ NID-SLAM: Neural Implicit Representation-based RGB-D SLAM In Dynamic Environment
<div class='paper-box'><div class='paper-box-image'><img src='/images/publications/nidslam.png' alt="sym" width="100%"></div>
<div class='paper-box-text' markdown="1">

L2R-Nav: A Large Language Model-Enhanced Framework for Robotic Navigation, Xiaoze Wu, Qingfeng Li, **Chen Chen**.
L2R-Nav: A Large Language Model-Enhanced Framework for Robotic Navigation, Xiaoze Wu, Qingfeng Li, **Chen Chen**, Xinlei Zhang, Haochen Zhao.

**ICME, 2024**
**KSEM, 2024**
<!-- - We enable robust novel view synthesis from casually captured in-the-wild images. -->
</div>
</div>
Expand Down Expand Up @@ -93,4 +93,3 @@ Domain knowledge powered deep learning for breast cancer diagnosis based on cont
- Volunteer for ShanXing 100 Charity Activity


---
12 changes: 0 additions & 12 deletions _pages/cv.md

This file was deleted.

34 changes: 29 additions & 5 deletions _pages/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,36 @@
permalink: /projects/
title: "Projects"
---
**Contributed to MindSpore\(an open-source deep learning framework from Huawei\)**
**Operator Development:**
Individually completed the migration of over ten computation operators from PyTorch to MindSpore. Accomplished the development of operators such as AdjustGamma, GriffinLim, Vad, and etc.. Development tasks encompassed operator IR layer implementation, operator implementation, C++ layer interfaces, Python layer interfaces, as well as unit testing. The coding work involves implementing FFT and SGD in C++. The performance of delivered operators met the acceptance criteria, and have been merged into the main branch.





## Research and Application of Intelligent Service Robot Based on Dynamic Environment Understanding
**State key R&D Program of Zhejiang Province, China**






## Research on Key Technologies for Breast Tumor Diagnosis Based on Hybrid Enhanced Intelligence
**National Natural Science Foundation of China**




## Mindspore
***Open source project**

<!-- **Contributed to MindSpore\(an open-source deep learning framework from Huawei\)** -->
* Operator Development:
<a href="https://gitee.com/mindspore/mindspore/commits/master?user=chenx2ovo" target="_blank">Gitee Commits</a>

**Model Migration:**
Conducted inference and training for the DEIT model on Huawei Ascend 910/310 AI chips. This involved converting the model using ONNX and PyTorch, validating inference accuracy and speed, and analyzing algorithm performance using profiling to identify bottlenecks. Adjusted training strategies on the Huawei NPU platform to replicate model accuracy.

<!-- Individually completed the migration of over ten computation operators from PyTorch to MindSpore. Accomplished the development of operators such as AdjustGamma, GriffinLim, Vad, and etc.. Development tasks encompassed operator IR layer implementation, operator implementation, C++ layer interfaces, Python layer interfaces, as well as unit testing. The coding work involves implementing FFT and SGD in C++. The performance of delivered operators met the acceptance criteria, and have been merged into the main branch. -->

* Model Migration:
<a href="https://gitee.com/ascend/modelzoo-his/commits/master?user=chenx2ovo" target="_blank">Gitee Commits</a>
<!-- Conducted inference and training for the DEIT model on Huawei Ascend 910/310 AI chips. This involved converting the model using ONNX and PyTorch, validating inference accuracy and speed, and analyzing algorithm performance using profiling to identify bottlenecks. Adjusted training strategies on the Huawei NPU platform to replicate model accuracy. -->

59 changes: 0 additions & 59 deletions _pages/teaching-materials.md

This file was deleted.

39 changes: 0 additions & 39 deletions _pages/terms.md

This file was deleted.

57 changes: 0 additions & 57 deletions _posts/2019-06-25-combining-pdfs.md

This file was deleted.

Loading

0 comments on commit b794e3f

Please sign in to comment.