Skip to content

Commit a6b102e

Browse files
feat: update services, article, & alumni (#23)
1 parent b92e176 commit a6b102e

File tree

5 files changed

+115
-11
lines changed

5 files changed

+115
-11
lines changed

src/components/People/people.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,14 @@
258258
"web": "https://scholar.google.com/citations?user=QHBzdg8AAAAJ",
259259
"next": "Associate Professor @ HIT",
260260
"position": "PostDoc"
261+
},
262+
{
263+
"name": "Xiaofan Li",
264+
"date": "2025",
265+
"bg": "",
266+
"web": "https://phynman197.github.io/#home",
267+
"next": "Assistant Professor @ Nanjing University",
268+
"position": "PostDoc"
261269
}
262270
]
263271
}

src/components/ProjectPage/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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,61,62,64,65,66,67
34+
44,45,47,48,49,50,53,54,56,59,61,62,64,65,66,67
3535
];
3636

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

src/components/Publication/pub.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,24 @@ export const pubData: PubType[] = pubDatabase.sort((a, b) => {
4747
if (a.conference !== "PVLDB" && b.conference === "PVLDB") {
4848
return 1;
4949
}
50+
if (a.conference === "ICDE" && b.conference !== "ICDE") {
51+
return -1;
52+
}
53+
if (a.conference !== "ICDE" && b.conference === "ICDE") {
54+
return 1;
55+
}
56+
if (a.conference === "ICML" && b.conference !== "ICML") {
57+
return -1;
58+
}
59+
if (a.conference !== "ICML" && b.conference === "ICML") {
60+
return 1;
61+
}
62+
if (a.conference === "NeurIPS" && b.conference !== "NeurIPS") {
63+
return -1;
64+
}
65+
if (a.conference !== "NeurIPS" && b.conference === "NeurIPS") {
66+
return 1;
67+
}
5068
if (a.conference === "IsJournal" && b.conference !== "IsJournal") {
5169
return -1;
5270
}

src/components/Publication/pub_data.json

Lines changed: 63 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,7 +1685,7 @@
16851685
"conference": "SIGMOD",
16861686
"year": 2025,
16871687
"video": "",
1688-
"href": "",
1688+
"href": "https://dl.acm.org/doi/10.1145/3709736",
16891689
"description": "",
16901690
"imgSrc": "",
16911691
"keywords": [
@@ -1796,7 +1796,7 @@
17961796
"conference": "IEEE TKDE",
17971797
"year": 2025,
17981798
"video": "",
1799-
"href": "",
1799+
"href": "https://ieeexplore.ieee.org/document/10770758",
18001800
"description": "",
18011801
"imgSrc": "",
18021802
"keywords": [
@@ -1868,7 +1868,7 @@
18681868
"isJournal": false
18691869
},
18701870
{
1871-
"title": "Finding Near-Optimal Maximum Set of Disjoint $k$-Cliques in Real-World Social Networks.",
1871+
"title": "Finding Near-Optimal Maximum Set of Disjoint k-Cliques in Real-World Social Networks.",
18721872
"authors": [
18731873
"Wenqing Lin",
18741874
"Xin Chen",
@@ -1879,7 +1879,7 @@
18791879
"conference": "ICDE",
18801880
"year": 2025,
18811881
"video": "",
1882-
"href": "",
1882+
"href": "https://arxiv.org/pdf/2503.20299",
18831883
"description": "",
18841884
"imgSrc": "",
18851885
"keywords": [
@@ -1911,7 +1911,7 @@
19111911
"conference": "ICDE",
19121912
"year": 2025,
19131913
"video": "",
1914-
"href": "",
1914+
"href": "https://ieeexplore.ieee.org/document/11113136",
19151915
"description": "",
19161916
"imgSrc": "",
19171917
"keywords": [
@@ -1929,7 +1929,7 @@
19291929
"isJournal": false
19301930
},
19311931
{
1932-
"title": "You Need Fewer Operations for Efficient Graph Neural Networks.",
1932+
"title": "Unifews: You Need Fewer Operations for Efficient Graph Neural Networks.",
19331933
"authors": [
19341934
"Ningyi Liao",
19351935
"Zihao Yu",
@@ -1939,7 +1939,7 @@
19391939
"conference": "ICML",
19401940
"year": 2025,
19411941
"video": "",
1942-
"href": "",
1942+
"href": "https://openreview.net/pdf?id=INg866tEaT",
19431943
"description": "",
19441944
"imgSrc": "",
19451945
"keywords": [
@@ -1984,5 +1984,61 @@
19841984
"code": "",
19851985
"confExtra": "",
19861986
"isJournal": false
1987+
},
1988+
{
1989+
"title": "HubGT: Fast Graph Transformers with Decoupled Hierarchy Labelling.",
1990+
"authors": [
1991+
"Ningyi Liao",
1992+
"Zihao Yu",
1993+
"Siqiang Luo",
1994+
"Gao Cong"
1995+
],
1996+
"conference": "NeurIPS",
1997+
"year": 2025,
1998+
"video": "",
1999+
"href": "",
2000+
"description": "",
2001+
"imgSrc": "",
2002+
"keywords": [
2003+
"Graph Algorithms"
2004+
],
2005+
"subKeywords": [
2006+
"Graph Learning"
2007+
],
2008+
"id": 69,
2009+
"isExtension": false,
2010+
"hasExtension": -1,
2011+
"isVisible": true,
2012+
"code": "",
2013+
"confExtra": "",
2014+
"isJournal": false
2015+
},
2016+
{
2017+
"title": "Towards Graph Foundation Models: Training on Knowledge Graphs Enables Transferability to General Graphs.",
2018+
"authors": [
2019+
"Kai Wang",
2020+
"Siqiang Luo",
2021+
"Caihua Shan",
2022+
"Yifei Shen"
2023+
],
2024+
"conference": "NeurIPS",
2025+
"year": 2025,
2026+
"video": "",
2027+
"href": "",
2028+
"description": "",
2029+
"imgSrc": "",
2030+
"keywords": [
2031+
"Graph Algorithms"
2032+
],
2033+
"subKeywords": [
2034+
"Graph Learning"
2035+
],
2036+
"id": 70,
2037+
"isExtension": false,
2038+
"hasExtension": -1,
2039+
"isVisible": true,
2040+
"code": "",
2041+
"confExtra": "",
2042+
"isJournal": false
19872043
}
19882044
]

src/components/Services/services.json

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"years": [
5050
{
5151
"role": "PC Member",
52-
"year": "2026"
52+
"year": "2026,2027"
5353
}
5454
],
5555
"category": "Conference Services"
@@ -79,7 +79,7 @@
7979
},
8080
{
8181
"role": "Area Chair",
82-
"year": "2025"
82+
"year": "2025,2026"
8383
},
8484
{
8585
"role": "Outstanding Reviewer",
@@ -120,7 +120,7 @@
120120
"years": [
121121
{
122122
"role": "PC Member",
123-
"year": "2022, 2025"
123+
"year": "2022,2025,2026"
124124
},
125125
{
126126
"role": "TKDE poster",
@@ -137,6 +137,17 @@
137137
],
138138
"category": "Conference Services"
139139
},
140+
{
141+
"name": "Database Systems for Advanced Applications",
142+
"keyword": "DASFAA",
143+
"years": [
144+
{
145+
"role": "Demo Co-chair",
146+
"year": "2026"
147+
}
148+
],
149+
"category": "Conference Services"
150+
},
140151
{
141152
"name": "International Conference on Machine Learning",
142153
"keyword": "ICML",
@@ -312,5 +323,16 @@
312323
}
313324
],
314325
"category": "Journal Services"
326+
},
327+
{
328+
"name": "Distributed and Parallel Databases",
329+
"keyword": "",
330+
"years": [
331+
{
332+
"year": "0",
333+
"role": "Associate Editor"
334+
}
335+
],
336+
"category": "Journal Services"
315337
}
316338
]

0 commit comments

Comments
 (0)