Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Adanato committed Aug 23, 2024
1 parent 2e5cc72 commit 24f610c
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions src/assets/content/People/People.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@ export const peopleData: PeopleGroup[] = [
}
]
},
{
title: "Visiting Scholar",
people: [{
profileImage: jiachenWangImage,
name: "Jiachen T. Wang",
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.",
links: {
website: "https://tianhaowang.netlify.app/"
}
}]
},
{
title: "PhD Students",
people: [
Expand Down Expand Up @@ -109,14 +120,7 @@ export const peopleData: PeopleGroup[] = [
details: "Tran's research focuses on understanding the vulnerabilities of AI models and advancing the robustness of AI systems against adversarial threats.",
links: {}
},
{
profileImage: jiachenWangImage,
name: "Jiachen (Tianhao) Wang",
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.",
links: {
website: "https://tianhaowang.netlify.app/"
}
}

]
},
{
Expand Down

0 comments on commit 24f610c

Please sign in to comment.