Skip to content

Commit dc1bf46

Browse files
committed
feat: add new team members
1 parent 6a63cb0 commit dc1bf46

9 files changed

Lines changed: 120 additions & 5 deletions

File tree

_data/people.yml

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# ── Faculty ──────────────────────────────────────────────
12
- name: "Botan Shi"
23
role: "Faculty"
34
photo: "/assets/images/people/shibotan.jpg"
@@ -10,6 +11,18 @@
1011
github: ""
1112
email: "friskit.china@gmail.com"
1213

14+
- name: "Pinlong Cai"
15+
role: "Faculty"
16+
photo: "/assets/images/people/caipinlong.jpg"
17+
cartoon: "/assets/images/cartoon/caipinlong.jpeg"
18+
bio: ""
19+
research: ""
20+
links:
21+
homepage: "https://caipinlong.top/"
22+
scholar: ""
23+
github: ""
24+
email: "caipinlong@pjlab.org.cn"
25+
1326
- name: "Xinyu Cai"
1427
role: "Faculty"
1528
photo: "/assets/images/people/caixinyu.jpg"
@@ -46,6 +59,18 @@
4659
github: ""
4760
email: "dengnianchen@pjlab.org.cn"
4861

62+
- name: "Min Dou"
63+
role: "Faculty"
64+
photo: "/assets/images/people/doumin.jpg"
65+
cartoon: "/assets/images/cartoon/doumin.jpeg"
66+
bio: ""
67+
research: ""
68+
links:
69+
homepage: ""
70+
scholar: ""
71+
github: ""
72+
email: "doumin@pjlab.org.cn"
73+
4974
- name: "Song Mao"
5075
role: "Faculty"
5176
photo: "/assets/images/people/maosong.jpg"
@@ -82,6 +107,18 @@
82107
github: ""
83108
email: "shenyfzju@gmail.com"
84109

110+
- name: "Ding Wang"
111+
role: "Faculty"
112+
photo: "/assets/images/people/wangding.jpg"
113+
cartoon: "/assets/images/cartoon/wangding.jpeg"
114+
bio: ""
115+
research: ""
116+
links:
117+
homepage: ""
118+
scholar: ""
119+
github: ""
120+
email: "wangding@pjlab.org.cn"
121+
85122
- name: "Licheng Wen"
86123
role: "Faculty"
87124
photo: "/assets/images/people/wenlicheng.jpg"
@@ -129,3 +166,40 @@
129166
scholar: "https://scholar.google.com/citations?user=fb_WgAEAAAAJ&hl=en"
130167
github: "https://github.com/PrinceVictor"
131168
email: "zhouhongbin@pjlab.org.cn"
169+
170+
# ── Joint Ph.D. ──────────────────────────────────────────
171+
- name: "Daocheng Fu"
172+
role: "Joint Ph.D."
173+
photo: "/assets/images/people/fudaocheng.jpg"
174+
cartoon: "/assets/images/cartoon/fudaocheng.jpeg"
175+
bio: ""
176+
research: ""
177+
links:
178+
homepage: "https://fudaocheng.github.io/AcademicPage/"
179+
scholar: "https://scholar.google.com/citations?user=vIU6eHYAAAAJ&hl=zh-CN"
180+
github: "https://github.com/fudaocheng"
181+
email: "fudaocheng@pjlab.org.cn"
182+
183+
- name: "Rong Wu"
184+
role: "Joint Ph.D."
185+
photo: "/assets/images/people/wurong.jpg"
186+
cartoon: "/assets/images/cartoon/wurong.jpeg"
187+
bio: ""
188+
research: ""
189+
links:
190+
homepage: ""
191+
scholar: "https://scholar.google.com/citations?user=CWLwlJwAAAAJ&hl=zh-CN"
192+
github: "https://github.com/Edaizi"
193+
email: "wurong1159@zju.edu.cn"
194+
195+
- name: "Hairong Zhang"
196+
role: "Joint Ph.D."
197+
photo: "/assets/images/people/zhanghairong.jpg"
198+
cartoon: "/assets/images/cartoon/zhanghairong.jpeg"
199+
bio: ""
200+
research: ""
201+
links:
202+
homepage: ""
203+
scholar: ""
204+
github: ""
205+
email: "zhanghairong@pjlab.org.cn"

assets/css/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,16 +509,16 @@ img { max-width: 100%; height: auto; display: block; }
509509
.person-card h3 {
510510
font-family: var(--font-display);
511511
font-size: 1.0625rem; font-weight: 600;
512-
margin-bottom: 3px;
512+
margin-bottom: 0px;
513513
}
514514
.person-card .role {
515515
font-size: 0.75rem; font-weight: 500;
516-
color: var(--accent-text); margin-bottom: 4px;
516+
color: var(--accent-text); margin-bottom: 0px;
517517
letter-spacing: 0.02em;
518518
}
519519
.person-card .research {
520520
font-size: 0.75rem; font-weight: 300;
521-
color: var(--text-muted); margin-bottom: 12px;
521+
color: var(--text-muted); margin-bottom: 0px;
522522
}
523523
.person-card .person-links { justify-content: center; }
524524

350 KB
Loading
321 KB
Loading
332 KB
Loading
91 KB
Loading

assets/images/people/wangding.jpg

134 KB
Loading
167 KB
Loading

people.md

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,15 @@ description: Meet the KnowledgeXLab team — faculty, PhD students, and master s
122122
<div class="people-grid">
123123
{% for person in masters %}
124124
<div class="person-card">
125-
<div class="avatar">
125+
<div class="avatar{% if person.cartoon and person.cartoon != "" %} has-cartoon{% endif %}">
126126
{% if person.photo and person.photo != "" %}
127-
<img src="{{ person.photo | relative_url }}" alt="{{ person.name }}">
127+
<img class="photo-real" src="{{ person.photo | relative_url }}" alt="{{ person.name }}">
128128
{% else %}
129129
{{ person.photo_emoji | default: "👤" }}
130130
{% endif %}
131+
{% if person.cartoon and person.cartoon != "" %}
132+
<img class="photo-cartoon" src="{{ person.cartoon | relative_url }}" alt="{{ person.name }} cartoon">
133+
{% endif %}
131134
</div>
132135
<h3>{{ person.name }}</h3>
133136
<div class="role">{{ person.role }}{% if person.year %} · {{ person.year }}{% endif %}</div>
@@ -150,3 +153,41 @@ description: Meet the KnowledgeXLab team — faculty, PhD students, and master s
150153
{% endfor %}
151154
</div>
152155
{% endif %}
156+
157+
<!-- Joint Ph.D. -->
158+
{% assign jointphd = site.data.people | where: "role", "Joint Ph.D." %}
159+
{% if jointphd.size > 0 %}
160+
<div class="section-label">Joint Ph.D.</div>
161+
<div class="people-grid">
162+
{% for person in jointphd %}
163+
<div class="person-card">
164+
<div class="avatar{% if person.cartoon and person.cartoon != "" %} has-cartoon{% endif %}">
165+
{% if person.photo and person.photo != "" %}
166+
<img class="photo-real" src="{{ person.photo | relative_url }}" alt="{{ person.name }}">
167+
{% else %}
168+
{{ person.photo_emoji | default: "👤" }}
169+
{% endif %}
170+
{% if person.cartoon and person.cartoon != "" %}
171+
<img class="photo-cartoon" src="{{ person.cartoon | relative_url }}" alt="{{ person.name }} cartoon">
172+
{% endif %}
173+
</div>
174+
<h3>{{ person.name }}</h3>
175+
{% if person.research %}<div class="research">{{ person.research }}</div>{% endif %}
176+
<div class="person-links">
177+
{% if person.links.homepage and person.links.homepage != "" %}
178+
<a href="{{ person.links.homepage }}" class="icon-link" target="_blank" rel="noopener" title="Homepage"><i class="fas fa-house"></i></a>
179+
{% endif %}
180+
{% if person.links.scholar and person.links.scholar != "" %}
181+
<a href="{{ person.links.scholar }}" class="icon-link" target="_blank" rel="noopener" title="Google Scholar"><i class="ai ai-google-scholar"></i></a>
182+
{% endif %}
183+
{% if person.links.github and person.links.github != "" %}
184+
<a href="{{ person.links.github }}" class="icon-link" target="_blank" rel="noopener" title="GitHub"><i class="fab fa-github"></i></a>
185+
{% endif %}
186+
{% if person.links.email and person.links.email != "" %}
187+
<a href="mailto:{{ person.links.email }}" class="icon-link" title="Email"><i class="fas fa-envelope"></i></a>
188+
{% endif %}
189+
</div>
190+
</div>
191+
{% endfor %}
192+
</div>
193+
{% endif %}

0 commit comments

Comments
 (0)