Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adanato committed Aug 23, 2024
1 parent 24f610c commit f29a941
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions src/assets/content/People/People.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,7 @@ 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 All @@ -69,11 +59,11 @@ export const peopleData: PeopleGroup[] = [
name: "Yi Zeng",
details: "Yi's research focuses on ensuring AI benefits humanity through advancements in AI safety, AI security, and responsible AI.",
links: {
website: "https://yizeng.com",
github: "https://github.com/yizeng",
googleScholar: "https://scholar.google.com/citations?user=jkl012",
linkedin: "https://www.linkedin.com/in/yi-zeng",
twitter: "https://twitter.com/yizeng"
// website: "https://yizeng.com",
// github: "https://github.com/yizeng",
// googleScholar: "https://scholar.google.com/citations?user=jkl012",
// linkedin: "https://www.linkedin.com/in/yi-zeng",
// twitter: "https://twitter.com/yizeng"
}
},
{
Expand Down Expand Up @@ -174,5 +164,16 @@ 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/"
}
}]
},
];

0 comments on commit f29a941

Please sign in to comment.