Skip to content

Commit 3089287

Browse files
committed
Update personal info
1 parent 367fea5 commit 3089287

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

src/config/People.jsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ const phd_students = [
1212
img: require("../assets/people/Tao Feng.jpg"),
1313
link: "https://ft2023.github.io/taofeng.github.io/"
1414
},
15-
{
16-
name: "Peixuan Han",
17-
img: require("../assets/people/PeixuanHan.jpg"),
18-
link: "https://hanpx20.github.io/",
19-
description: "Rotating Student",
20-
},
15+
// {
16+
// name: "Peixuan Han",
17+
// img: require("../assets/people/PeixuanHan.jpg"),
18+
// link: "https://hanpx20.github.io/",
19+
// description: "Rotating Student",
20+
// },
2121
{
2222
name: "Yanru Qu",
2323
img: require("../assets/people/YanruQu.jpg"),

src/config/Publications.jsx

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
const publications = [
2-
{
3-
key: "peixuan2025sar",
4-
title: "Self-Aligned Reward: Towards Effective and Efficient Reasoners",
5-
authors:
6-
"Peixuan Han, Adit Krishnan, Gerald Friedland, Jiaxuan You, Chris Kong",
7-
year: "2025",
8-
venue: "Preprint",
9-
links: {
10-
paper: "https://arxiv.org/pdf/2509.05489",
11-
thread: "https://x.com/peixuanhakhan/status/1965907899642949795",
12-
contact: "mailto:ph16@illinois.edu",
13-
},
14-
files: {
15-
markdown: require("../assets/publications/peixuan2025sar/sar.md"),
16-
},
17-
tags: ["LLM", "Reasoning", "Efficiency"],
18-
},
19-
{
20-
key: "peixuan2025tomap",
21-
title: "ToMAP: Training Opponent-Aware LLM Persuaders with Theory of Mind",
22-
authors:
23-
"Peixuan Han, Zijia Liu, Jiaxuan You",
24-
year: "2025",
25-
venue: "Preprint",
26-
links: {
27-
paper: "https://arxiv.org/pdf/2505.22961",
28-
code: "https://github.com/ulab-uiuc/ToMAP",
29-
contact: "mailto:ph16@illinois.edu",
30-
},
31-
files: {
32-
markdown: require("../assets/publications/peixuan2025tomap/tomap.md"),
33-
},
34-
tags: ["LLM", "Agent"],
35-
},
2+
// {
3+
// key: "peixuan2025sar",
4+
// title: "Self-Aligned Reward: Towards Effective and Efficient Reasoners",
5+
// authors:
6+
// "Peixuan Han, Adit Krishnan, Gerald Friedland, Jiaxuan You, Chris Kong",
7+
// year: "2025",
8+
// venue: "Preprint",
9+
// links: {
10+
// paper: "https://arxiv.org/pdf/2509.05489",
11+
// thread: "https://x.com/peixuanhakhan/status/1965907899642949795",
12+
// contact: "mailto:ph16@illinois.edu",
13+
// },
14+
// files: {
15+
// markdown: require("../assets/publications/peixuan2025sar/sar.md"),
16+
// },
17+
// tags: ["LLM", "Reasoning", "Efficiency"],
18+
// },
19+
// {
20+
// key: "peixuan2025tomap",
21+
// title: "ToMAP: Training Opponent-Aware LLM Persuaders with Theory of Mind",
22+
// authors:
23+
// "Peixuan Han, Zijia Liu, Jiaxuan You",
24+
// year: "2025",
25+
// venue: "Preprint",
26+
// links: {
27+
// paper: "https://arxiv.org/pdf/2505.22961",
28+
// code: "https://github.com/ulab-uiuc/ToMAP",
29+
// contact: "mailto:ph16@illinois.edu",
30+
// },
31+
// files: {
32+
// markdown: require("../assets/publications/peixuan2025tomap/tomap.md"),
33+
// },
34+
// tags: ["LLM", "Agent"],
35+
// },
3636
{
3737
key: "zhu2025multiagentbenchevaluatingcollaborationcompetition",
3838
title: "MultiAgentBench: Evaluating the Collaboration and Competition of LLM agents",

0 commit comments

Comments
 (0)