Skip to content

Commit 24f610c

Browse files
committed
Fixed
1 parent 2e5cc72 commit 24f610c

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

src/assets/content/People/People.ts

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ 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+
},
5364
{
5465
title: "PhD Students",
5566
people: [
@@ -109,14 +120,7 @@ export const peopleData: PeopleGroup[] = [
109120
details: "Tran's research focuses on understanding the vulnerabilities of AI models and advancing the robustness of AI systems against adversarial threats.",
110121
links: {}
111122
},
112-
{
113-
profileImage: jiachenWangImage,
114-
name: "Jiachen (Tianhao) Wang",
115-
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.",
116-
links: {
117-
website: "https://tianhaowang.netlify.app/"
118-
}
119-
}
123+
120124
]
121125
},
122126
{

0 commit comments

Comments
 (0)