Skip to content

Commit d49dad7

Browse files
committed
Added Jiachen
1 parent 85c84fc commit d49dad7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

src/assets/content/People/People.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import minzhouPanImage from "./profile/minzhou pan.png";
1010
import tranHuynhImage from "./profile/tran huynh.png";
1111
import himanshuJahagirdaranImage from "./profile/himanshu jahagirdaran.png";
1212
import nikhilAbhyankarImage from "./profile/nikhil abhyankar.png";
13+
import jiachenWangImage from "./profile/jiachen wang.png";
1314

1415
export const peopleData = [
1516
{
@@ -31,7 +32,16 @@ export const peopleData = [
3132
},
3233
{
3334
title: "Post Docs/Visiting Scholars",
34-
people: [],
35+
people: [
36+
{
37+
profileImage: jiachenWangImage,
38+
name: "Jiachen (Tianhao) Wang",
39+
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.",
40+
links: {
41+
website: "https://tianhaowang.netlify.app/"
42+
}
43+
}
44+
],
3545
},
3646
{
3747
title: "PhD Students",
Loading

0 commit comments

Comments
 (0)