Skip to content

Commit e5aa2e5

Browse files
feat: update member & projects (#16)
1 parent 52064d5 commit e5aa2e5

File tree

4 files changed

+48
-4
lines changed

4 files changed

+48
-4
lines changed

public/avatar/chaoyu.jpg

3.78 KB
Loading

src/components/People/people.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@
77
"bg": "PhD from Fudan University",
88
"web": "https://scholar.google.com/citations?user=uk4iwHwAAAAJ&hl=en",
99
"area": "Graph Algorithm & Learning"
10+
},
11+
{
12+
"name": "Chaoyu GONG",
13+
"date": "May 2025 - Present",
14+
"img": "chaoyu.jpg",
15+
"bg": "PhD from NUS",
16+
"web": "https://scholar.google.com/citations?user=sp6xe90AAAAJ&hl=zh-CN",
17+
"area": "Graph Algorithm & Learning"
18+
},
19+
{
20+
"name": "Zizhong MENG",
21+
"date": "Feb 2025 - Present",
22+
"img": "",
23+
"bg": "PhD from NTU",
24+
"web": "https://scholar.google.com/citations?user=uk4iwHwAAAAJ&hl=en",
25+
"area": "Data Systems"
1026
}
1127
],
1228
"phds": [
@@ -55,7 +71,7 @@
5571
"img": "LiuHaoyu.jpg",
5672
"date": "Feb 2023 - Present",
5773
"bg": "BS from Renmin University of China",
58-
"web": "",
74+
"web": "https://scholar.google.com/citations?user=DI_fmh0AAAAJ&hl=en",
5975
"area": "Graph Algorithm"
6076
},
6177
{

src/components/ProjectPage/data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface ProjectProps {
2020
}
2121

2222
const keyValuePubsId: number[] = [
23-
2,3,4,5,28,37
23+
2,3,4,5,28,37,58,59,60,63
2424
];
2525

2626
const keyValuePublications = keyValuePubsId.map((id) => {
@@ -31,7 +31,7 @@ const keyValuePublications = keyValuePubsId.map((id) => {
3131
const graphPubsId: number[] = [
3232
0,1,6,7,8,9,11,12,13,14,17,18,19,20,
3333
22,24,25,27,29,31,32,34,35,36,38,40,42,43,
34-
44,45,47,48,49,50,53,54,56
34+
44,45,47,48,49,50,53,54,56,61,62,64,65,66,67
3535
];
3636

3737
const graphPublications = graphPubsId.map((id) => {

src/components/Publication/pub_data.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@
16921692
"Data Systems"
16931693
],
16941694
"subKeywords": [
1695-
"others"
1695+
"Application Specialized"
16961696
],
16971697
"id": 58,
16981698
"isExtension": false,
@@ -1927,5 +1927,33 @@
19271927
"code": "",
19281928
"confExtra": "",
19291929
"isJournal": false
1930+
},
1931+
{
1932+
"title": "You Need Fewer Operations for Efficient Graph Neural Networks.",
1933+
"authors": [
1934+
"Ningyi Liao",
1935+
"Zihao Yu",
1936+
"Ruixiao Zeng",
1937+
"Siqiang Luo"
1938+
],
1939+
"conference": "ICML",
1940+
"year": 2025,
1941+
"video": "",
1942+
"href": "",
1943+
"description": "",
1944+
"imgSrc": "",
1945+
"keywords": [
1946+
"Graph Algorithm"
1947+
],
1948+
"subKeywords": [
1949+
"Graph Learning"
1950+
],
1951+
"id": 67,
1952+
"isExtension": false,
1953+
"hasExtension": -1,
1954+
"isVisible": true,
1955+
"code": "",
1956+
"confExtra": "",
1957+
"isJournal": false
19301958
}
19311959
]

0 commit comments

Comments
 (0)