Skip to content

Commit f29a941

Browse files
committed
fix
1 parent 24f610c commit f29a941

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

src/assets/content/People/People.ts

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,7 @@ export const peopleData: PeopleGroup[] = [
5050
}
5151
]
5252
},
53-
{
54-
title: "Visiting Scholar",
55-
people: [{
56-
profileImage: jiachenWangImage,
57-
name: "Jiachen T. Wang",
58-
details: "Jiachen is a third-year Ph.D. student at Princeton University, working closely with Prof. Ruoxi Jia at Virginia Tech. His research focuses on responsible machine learning, particularly data valuation in foundation models, using statistical and game theory approaches.",
59-
links: {
60-
website: "https://tianhaowang.netlify.app/"
61-
}
62-
}]
63-
},
53+
6454
{
6555
title: "PhD Students",
6656
people: [
@@ -69,11 +59,11 @@ export const peopleData: PeopleGroup[] = [
6959
name: "Yi Zeng",
7060
details: "Yi's research focuses on ensuring AI benefits humanity through advancements in AI safety, AI security, and responsible AI.",
7161
links: {
72-
website: "https://yizeng.com",
73-
github: "https://github.com/yizeng",
74-
googleScholar: "https://scholar.google.com/citations?user=jkl012",
75-
linkedin: "https://www.linkedin.com/in/yi-zeng",
76-
twitter: "https://twitter.com/yizeng"
62+
// website: "https://yizeng.com",
63+
// github: "https://github.com/yizeng",
64+
// googleScholar: "https://scholar.google.com/citations?user=jkl012",
65+
// linkedin: "https://www.linkedin.com/in/yi-zeng",
66+
// twitter: "https://twitter.com/yizeng"
7767
}
7868
},
7969
{
@@ -174,5 +164,16 @@ export const peopleData: PeopleGroup[] = [
174164
}
175165
}
176166
]
177-
}
167+
},
168+
{
169+
title: "Visiting Scholar",
170+
people: [{
171+
profileImage: jiachenWangImage,
172+
name: "Jiachen T. Wang",
173+
details: "Jiachen is a third-year Ph.D. student at Princeton University, working closely with Prof. Ruoxi Jia at Virginia Tech. His research focuses on responsible machine learning, particularly data valuation in foundation models, using statistical and game theory approaches.",
174+
links: {
175+
website: "https://tianhaowang.netlify.app/"
176+
}
177+
}]
178+
},
178179
];

0 commit comments

Comments
 (0)