Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/components/People/people.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,14 @@
"web": "https://scholar.google.com/citations?user=QHBzdg8AAAAJ",
"next": "Associate Professor @ HIT",
"position": "PostDoc"
},
{
"name": "Xiaofan Li",
"date": "2025",
"bg": "",
"web": "https://phynman197.github.io/#home",
"next": "Assistant Professor @ Nanjing University",
"position": "PostDoc"
}
]
}
2 changes: 1 addition & 1 deletion src/components/ProjectPage/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const keyValuePublications = keyValuePubsId.map((id) => {
const graphPubsId: number[] = [
0,1,6,7,8,9,11,12,13,14,17,18,19,20,
22,24,25,27,29,31,32,34,35,36,38,40,42,43,
44,45,47,48,49,50,53,54,56,61,62,64,65,66,67
44,45,47,48,49,50,53,54,56,59,61,62,64,65,66,67
];

const graphPublications = graphPubsId.map((id) => {
Expand Down
18 changes: 18 additions & 0 deletions src/components/Publication/pub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,24 @@ export const pubData: PubType[] = pubDatabase.sort((a, b) => {
if (a.conference !== "PVLDB" && b.conference === "PVLDB") {
return 1;
}
if (a.conference === "ICDE" && b.conference !== "ICDE") {
return -1;
}
if (a.conference !== "ICDE" && b.conference === "ICDE") {
return 1;
}
if (a.conference === "ICML" && b.conference !== "ICML") {
return -1;
}
if (a.conference !== "ICML" && b.conference === "ICML") {
return 1;
}
if (a.conference === "NeurIPS" && b.conference !== "NeurIPS") {
return -1;
}
if (a.conference !== "NeurIPS" && b.conference === "NeurIPS") {
return 1;
}
if (a.conference === "IsJournal" && b.conference !== "IsJournal") {
return -1;
}
Expand Down
70 changes: 63 additions & 7 deletions src/components/Publication/pub_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1685,7 +1685,7 @@
"conference": "SIGMOD",
"year": 2025,
"video": "",
"href": "",
"href": "https://dl.acm.org/doi/10.1145/3709736",
"description": "",
"imgSrc": "",
"keywords": [
Expand Down Expand Up @@ -1796,7 +1796,7 @@
"conference": "IEEE TKDE",
"year": 2025,
"video": "",
"href": "",
"href": "https://ieeexplore.ieee.org/document/10770758",
"description": "",
"imgSrc": "",
"keywords": [
Expand Down Expand Up @@ -1868,7 +1868,7 @@
"isJournal": false
},
{
"title": "Finding Near-Optimal Maximum Set of Disjoint $k$-Cliques in Real-World Social Networks.",
"title": "Finding Near-Optimal Maximum Set of Disjoint k-Cliques in Real-World Social Networks.",
"authors": [
"Wenqing Lin",
"Xin Chen",
Expand All @@ -1879,7 +1879,7 @@
"conference": "ICDE",
"year": 2025,
"video": "",
"href": "",
"href": "https://arxiv.org/pdf/2503.20299",
"description": "",
"imgSrc": "",
"keywords": [
Expand Down Expand Up @@ -1911,7 +1911,7 @@
"conference": "ICDE",
"year": 2025,
"video": "",
"href": "",
"href": "https://ieeexplore.ieee.org/document/11113136",
"description": "",
"imgSrc": "",
"keywords": [
Expand All @@ -1929,7 +1929,7 @@
"isJournal": false
},
{
"title": "You Need Fewer Operations for Efficient Graph Neural Networks.",
"title": "Unifews: You Need Fewer Operations for Efficient Graph Neural Networks.",
"authors": [
"Ningyi Liao",
"Zihao Yu",
Expand All @@ -1939,7 +1939,7 @@
"conference": "ICML",
"year": 2025,
"video": "",
"href": "",
"href": "https://openreview.net/pdf?id=INg866tEaT",
"description": "",
"imgSrc": "",
"keywords": [
Expand Down Expand Up @@ -1984,5 +1984,61 @@
"code": "",
"confExtra": "",
"isJournal": false
},
{
"title": "HubGT: Fast Graph Transformers with Decoupled Hierarchy Labelling.",
"authors": [
"Ningyi Liao",
"Zihao Yu",
"Siqiang Luo",
"Gao Cong"
],
"conference": "NeurIPS",
"year": 2025,
"video": "",
"href": "",
"description": "",
"imgSrc": "",
"keywords": [
"Graph Algorithms"
],
"subKeywords": [
"Graph Learning"
],
"id": 69,
"isExtension": false,
"hasExtension": -1,
"isVisible": true,
"code": "",
"confExtra": "",
"isJournal": false
},
{
"title": "Towards Graph Foundation Models: Training on Knowledge Graphs Enables Transferability to General Graphs.",
"authors": [
"Kai Wang",
"Siqiang Luo",
"Caihua Shan",
"Yifei Shen"
],
"conference": "NeurIPS",
"year": 2025,
"video": "",
"href": "",
"description": "",
"imgSrc": "",
"keywords": [
"Graph Algorithms"
],
"subKeywords": [
"Graph Learning"
],
"id": 70,
"isExtension": false,
"hasExtension": -1,
"isVisible": true,
"code": "",
"confExtra": "",
"isJournal": false
}
]
28 changes: 25 additions & 3 deletions src/components/Services/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"years": [
{
"role": "PC Member",
"year": "2026"
"year": "2026,2027"
}
],
"category": "Conference Services"
Expand Down Expand Up @@ -79,7 +79,7 @@
},
{
"role": "Area Chair",
"year": "2025"
"year": "2025,2026"
},
{
"role": "Outstanding Reviewer",
Expand Down Expand Up @@ -120,7 +120,7 @@
"years": [
{
"role": "PC Member",
"year": "2022, 2025"
"year": "2022,2025,2026"
},
{
"role": "TKDE poster",
Expand All @@ -137,6 +137,17 @@
],
"category": "Conference Services"
},
{
"name": "Database Systems for Advanced Applications",
"keyword": "DASFAA",
"years": [
{
"role": "Demo Co-chair",
"year": "2026"
}
],
"category": "Conference Services"
},
{
"name": "International Conference on Machine Learning",
"keyword": "ICML",
Expand Down Expand Up @@ -312,5 +323,16 @@
}
],
"category": "Journal Services"
},
{
"name": "Distributed and Parallel Databases",
"keyword": "",
"years": [
{
"year": "0",
"role": "Associate Editor"
}
],
"category": "Journal Services"
}
]