File tree Expand file tree Collapse file tree 9 files changed +91
-12
lines changed Expand file tree Collapse file tree 9 files changed +91
-12
lines changed Original file line number Diff line number Diff line change 77 - name : 个人简介
88 url : /
99 weight : 10
10- # - name: Papers
11- # url: /#papers
12- # weight: 11
13- # # - name: Talks
14- # # url: /#talks
15- # # weight: 12
16- # - name: News
17- # url: /#news
18- # weight: 13
19- # - name: Experience
20- # url: experience/
21- # weight: 20
10+ - name : 前沿探索
11+ url : /#前沿探索
12+ weight : 11
13+ - name : 研究成果
14+ url : /#研究成果
15+ weight : 12
16+ - name : 科研项目
17+ url : /#科研项目
18+ weight : 13
19+ - name : 学术兼职
20+ url : / #学术兼职
21+ weight : 14
2222 # - name: Projects
2323 # url: projects/
2424 # weight: 30
Original file line number Diff line number Diff line change @@ -41,6 +41,14 @@ sections:
4141 # Please reach out to collaborate 😃
4242 # design:
4343 # columns: '1'
44+ - block : markdown
45+ content :
46+ title : ' 科研项目'
47+ subtitle : ' '
48+ text : |-
49+ 111
50+ design :
51+ columns : ' 1'
4452 - block : collection
4553 id : papers
4654 content :
Original file line number Diff line number Diff line change 1+ ---
2+ title : ' Projects'
3+ date : 2024-05-19
4+ type : landing
5+
6+ design :
7+ # Section spacing
8+ spacing : ' 5rem'
9+
10+ # Page sections
11+ sections :
12+ - block : collection
13+ content :
14+ title : Selected Projects
15+ text : I enjoy making things. Here are a selection of projects that I have worked on over the years.
16+ filters :
17+ folders :
18+ - projects
19+ design :
20+ view : article-grid
21+ fill_image : false
22+ columns : 3
23+ show_date : false
24+ show_read_time : false
25+ show_read_more : false
26+ ---
Original file line number Diff line number Diff line change 1+ ---
2+ title : Pandas
3+ date : 2023-10-26
4+ links :
5+ - type : site
6+ url : https://github.com/pandas-dev/pandas
7+ tags :
8+ - Hugo
9+ - HugoBlox
10+ - Markdown
11+ ---
12+
13+ Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures.
14+
15+ <!-- more-->
Original file line number Diff line number Diff line change 1+ ---
2+ title : PyTorch
3+ date : 2023-10-26
4+ links :
5+ - type : site
6+ url : https://github.com/pytorch/pytorch
7+ tags :
8+ - Hugo
9+ - HugoBlox
10+ - Markdown
11+ ---
12+
13+ PyTorch is a Python package that provides tensor computation (like NumPy) with strong GPU acceleration.
14+
15+ <!-- more-->
Original file line number Diff line number Diff line change 1+ ---
2+ title : scikit-learn
3+ date : 2023-10-26
4+ links :
5+ - type : site
6+ url : https://github.com/scikit-learn/scikit-learn
7+ tags :
8+ - Hugo
9+ - HugoBlox
10+ - Markdown
11+ ---
12+
13+ scikit-learn is a Python module for machine learning built on top of SciPy and is distributed under the 3-Clause BSD license.
14+
15+ <!-- more-->
You can’t perform that action at this time.
0 commit comments