Skip to content

Commit 36df78e

Browse files
committed
Update members
1 parent 6b08c0b commit 36df78e

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

_data/alumni.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@
1717
- name: Dr. Jinxu (Jimmy) Zhao
1818
link: https://i.cs.hku.hk/~jxzhao/
1919
- name: Dr. Yaoda Zhou
20-
link: https://i.cs.hku.hk/~ydzhou/
20+
link: https://i.cs.hku.hk/~ydzhou/
21+
- name: Dr. Baber Rehman
22+
link: https://baberrehman.github.io/
23+
- name: Mr. Mingqi (Alvin) Xue
24+
link: https://vinalx.github.io/

_data/students.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
- name: Xuejing (Snow) Huang
2-
title: PhD student
3-
link: https://xsnow.github.io/cv.pdf
4-
- name: Baber Rehman
5-
title: PhD student
6-
link: https://baberrehman.github.io/
7-
- name: Mingqi (Alvin) Xue
8-
title: PhD student
9-
link: https://vinalx.github.io/
2+
title: Postdoc
3+
link: https://xsnow.github.io/
104
- name: Yaozhu Sun
115
title: PhD student
126
link: https://yzsun.me/

people/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ <h3>Current Members</h3>
2727
{% else %}
2828
{{ pi.name }}
2929
{% endif %}
30+
({{ pi.title }})
3031
</li>
3132
{% endfor %}
3233
</ul>
@@ -46,4 +47,4 @@ <h3>Alumni</h3>
4647
{% endfor %}
4748
</ul>
4849

49-
</table>
50+
</table>

0 commit comments

Comments
 (0)