Skip to content

Commit ebb661b

Browse files
committed
1
1 parent 0ff9e19 commit ebb661b

File tree

9 files changed

+91
-12
lines changed

9 files changed

+91
-12
lines changed

config/_default/menus.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ main:
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

content/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

content/前沿探索/_index.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
---
30.2 KB
Loading
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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-->
22.6 KB
Loading
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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-->
27 KB
Loading
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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-->

0 commit comments

Comments
 (0)