Skip to content

Commit 65bcae4

Browse files
committed
resolve conflict
2 parents cef8285 + 8b32629 commit 65bcae4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/assets/people/SiqiZhu.PNG

1.46 MB
Loading

src/config/People.jsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,18 @@ const phd_students = [
2828
img: require("../assets/people/HaofeiYu.jpg"),
2929
link: "https://haofeiyu.me",
3030
},
31+
{
32+
name: "Siqi Zhu",
33+
img: require("../assets/people/SiqiZhu.PNG"),
34+
link: "https://sites.google.com/view/siqizhu/home",
35+
},
3136
];
3237

3338
const ms_students = [
3439
{
3540
name: "Zhaochen Hong",
3641
img: require("../assets/people/ZhaochenHong.jpeg"),
37-
link: "https://timsanders256.github.io/",
42+
link: "https://zhaochenhong42.github.io/",
3843
},
3944
{
4045
name: "Yexin Wu",
@@ -68,7 +73,7 @@ const visiting_students = [
6873
{
6974
name: "Zijia Liu",
7075
img: require("../assets/people/ZijiaLiu.jpeg"),
71-
link: "https://www.linkedin.com/in/zijia-liu-771137334/",
76+
link: "https://m-serious.github.io/",
7277
description: "Ph.D. student",
7378
},
7479
];

0 commit comments

Comments
 (0)