Skip to content

Commit fa717c6

Browse files
committed
update people
1 parent f0dfdab commit fa717c6

5 files changed

Lines changed: 38 additions & 11 deletions

File tree

app/people/page.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ export default function PeoplePage() {
2222
people={peopleList.masters_and_undergrad}
2323
text={"Master/Undergrad Students"}
2424
/>
25+
26+
{peopleList.alumni.length > 0 && (
27+
<>
28+
<Divider />
29+
<ExpandOtherPeople people={peopleList.alumni} text={"Alumni"} />
30+
</>
31+
)}
2532
</div>
2633
);
2734
}

config/people.ts

Lines changed: 31 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,14 @@ export const peopleList = {
2020

2121
postdocs: [
2222
{
23-
name: "Menglin Yang",
24-
intro:
25-
"Geometry has always been palying an instrumental role driving scientific discovery. In the era of foundation models and LLM, geometry helps us understand the underlying structures in data, enabling better data perception, modeling, and reasoning. My current research focuses on hyperbolic machine learning methods and their applications, with a particular interest in large language models (LLM), Transformers, recommendation systems, and AI for Science (AI4SCI).",
26-
homepage: "https://yangmenglin.site/",
27-
photo: "/people/menglin.jpg",
23+
name: "Haiwen Wang",
24+
intro: "My research focuses on multimodal time series learning and foundation model development, particularly on integrating sequential, textual, and structured signals for real-world decision-making. I am particularly interested in Transformers, large language models, and reinforcement learning, as well as in how foundation models can better understand, forecast, and act on complex temporal data.",
25+
homepage: "https://haiwencn.github.io",
26+
photo: "/people/haiwen_wang.jpg",
2827
},
2928
],
3029

3130
phds: [
32-
{
33-
name: "Borui Wang",
34-
intro: "I am a final-year CS Ph.D. Student working on large language models, natural language processing and machine learning. My main research directions are in large language models, LLM-powered reinforcement learning, knowledge and logical reasoning, neuro-symbolic reasoning, graph neural networks, multimodal language grounding, and applications of LLMs and deep learning in quantitative finance and financial technology.",
35-
homepage: "https://borui-wang.github.io/",
36-
photo: "/people/borui.jpg",
37-
},
3831
{
3932
name: "Tinglin Huang",
4033
intro:
@@ -77,6 +70,18 @@ export const peopleList = {
7770
homepage: "https://zytzrh.github.io/",
7871
photo: "/people/yangtian.png",
7972
},
73+
{
74+
name: "Siyi Gu",
75+
intro: "I am a first year Ph.D student and my primary research focus is Generative AI, particually post-training of LLMs and Multi-Modal Foundation Models. I am committed to developing AI technologies motivated by real-world application and societal benefits.",
76+
homepage: "https://carriegu0818.github.io/",
77+
photo: "/people/siyi_gu.jpg",
78+
},
79+
{
80+
name: "Peiwen Li",
81+
intro: "My research focuses on LLM agents, with an emphasis on improving long-horizon reasoning and decision-making through reinforcement learning. I am particularly interested in building structured agentic frameworks that enable effective planning, collaboration, and specialization for complex real-world tasks. I also have experience in AutoML, OOD generalization, causal discovery, and graph learning. More broadly, I aim to develop scalable and reliable AI systems capable of reasoning over complex, structured, real-world data.",
82+
homepage: "https://lpwpower.github.io",
83+
photo: "/people/peiwen_li.jpg"
84+
}
8085
],
8186
masters_and_undergrad: [
8287
{
@@ -104,4 +109,19 @@ export const peopleList = {
104109
photo: null,
105110
},
106111
],
112+
alumni: [
113+
{
114+
name: "Menglin Yang",
115+
intro:
116+
"I was a postdoctoral researcher. Geometry has always been playing an instrumental role driving scientific discovery. In the era of foundation models and LLM, geometry helps us understand the underlying structures in data, enabling better data perception, modeling, and reasoning. My current research focuses on hyperbolic machine learning methods and their applications, with a particular interest in large language models (LLM), Transformers, recommendation systems, and AI for Science (AI4SCI).",
117+
homepage: "https://facultyprofiles.hkust-gz.edu.cn/faculty-personal-page?id=509",
118+
photo: "/people/menglin.jpg",
119+
},
120+
{
121+
name: "Borui Wang",
122+
intro: "I was a CS Ph.D. Student working on large language models, natural language processing and machine learning. My main research directions are in large language models, LLM-powered reinforcement learning, knowledge and logical reasoning, neuro-symbolic reasoning, graph neural networks, multimodal language grounding, and applications of LLMs and deep learning in quantitative finance and financial technology.",
123+
homepage: "https://borui-wang.github.io/",
124+
photo: "/people/borui.jpg",
125+
},
126+
],
107127
};

public/people/haiwen_wang.jpg

919 KB
Loading

public/people/peiwen_li.jpg

712 KB
Loading

public/people/siyi_gu.jpg

2.84 MB
Loading

0 commit comments

Comments
 (0)