Skip to content

Commit f311f85

Browse files
authored
Merge pull request #12 from JiachengWang10/add-jiacheng-wang
Add Jiacheng Wang to team members
2 parents 53264f5 + 64db6c5 commit f311f85

6 files changed

Lines changed: 61 additions & 0 deletions

File tree

content/cn/team/jiacheng-wang.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
role: phd-student
3+
title: 王嘉程
4+
email: chenqiwjc@gmail.com
5+
image: "/images/jiacheng-wang.jpg"
6+
description: 王嘉程
7+
social:
8+
- name: github
9+
icon: fa-brands fa-github
10+
link: https://github.com/JiachengWang10
11+
12+
- name: twitter
13+
icon: fa-brands fa-twitter
14+
link: https://x.com/chenqi_10
15+
16+
- name: ORCID
17+
icon: fa-brands fa-orcid
18+
link: https://orcid.org/0009-0003-9851-4180
19+
---
20+
21+
博士研究生,2026年9月入学。
22+
23+
本科及硕士均毕业于哈尔滨医科大学,生物医学工程专业。
24+
25+
研究方向:宏基因组学、机器学习与泛基因组学。
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
role: phd-student
3+
title: Jiacheng Wang
4+
email: chenqiwjc@gmail.com
5+
image: "/images/jiacheng-wang.jpg"
6+
description: Jiacheng Wang
7+
social:
8+
- name: github
9+
icon: fa-brands fa-github
10+
link: https://github.com/JiachengWang10
11+
12+
- name: twitter
13+
icon: fa-brands fa-twitter
14+
link: https://x.com/chenqi_10
15+
16+
- name: ORCID
17+
icon: fa-brands fa-orcid
18+
link: https://orcid.org/0009-0003-9851-4180
19+
---
20+
21+
PhD student, started Sep 2026.
22+
23+
BSc and MSc in Biomedical Engineering, Harbin Medical University, China.
24+
25+
Research interests: metagenomics, machine learning, and pangenomics.

i18n/cn.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ search_navigate: 上下选择
1313
search_select: 回车确认
1414
search_close: 退出
1515
pi: 课题组负责人
16+
phd-students: 博士研究生
1617
master-students: 硕士研究生
1718
intern-undergraduate: 本科实习生
1819
past-member: 以往成员

i18n/en.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ search_navigate: to navigate
1313
search_select: to select
1414
search_close: to close
1515
pi: Principle Investigator
16+
phd-students: PhD Students
1617
master-students: Master Students
1718
intern-undergraduate: Intern Undergraduate Students
1819
past-member: Past Members

images/jiacheng-wang.jpg

685 KB
Loading

themes/hugoplate/layouts/team/list.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ <h2 class="h3 mb-6">{{ i18n "pi" }}</h2>
1414
{{ end }}
1515
</div>
1616

17+
<h2 class="h3 mb-6">{{ i18n "phd-students" }}</h2>
18+
<div class="row">
19+
{{ range where .RegularPages "Params.role" "phd-student"}}
20+
<div class="md:col-6 lg:col-4 mb-14">
21+
{{ partial "components/author-card" . }}
22+
</div>
23+
{{ end }}
24+
</div>
25+
1726
<h2 class="h3 mb-6">{{ i18n "master-students" }}</h2>
1827
<div class="row">
1928
{{ range where .RegularPages "Params.role" "master-student"}}

0 commit comments

Comments
 (0)