diff --git a/src/components/People/people.json b/src/components/People/people.json index 43e99dd..37754cd 100644 --- a/src/components/People/people.json +++ b/src/components/People/people.json @@ -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" } ] } \ No newline at end of file diff --git a/src/components/ProjectPage/data.ts b/src/components/ProjectPage/data.ts index 97608c7..af6a934 100644 --- a/src/components/ProjectPage/data.ts +++ b/src/components/ProjectPage/data.ts @@ -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) => { diff --git a/src/components/Publication/pub.ts b/src/components/Publication/pub.ts index dbc2e6b..57161da 100644 --- a/src/components/Publication/pub.ts +++ b/src/components/Publication/pub.ts @@ -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; } diff --git a/src/components/Publication/pub_data.json b/src/components/Publication/pub_data.json index a8f2294..f6492c1 100644 --- a/src/components/Publication/pub_data.json +++ b/src/components/Publication/pub_data.json @@ -1685,7 +1685,7 @@ "conference": "SIGMOD", "year": 2025, "video": "", - "href": "", + "href": "https://dl.acm.org/doi/10.1145/3709736", "description": "", "imgSrc": "", "keywords": [ @@ -1796,7 +1796,7 @@ "conference": "IEEE TKDE", "year": 2025, "video": "", - "href": "", + "href": "https://ieeexplore.ieee.org/document/10770758", "description": "", "imgSrc": "", "keywords": [ @@ -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", @@ -1879,7 +1879,7 @@ "conference": "ICDE", "year": 2025, "video": "", - "href": "", + "href": "https://arxiv.org/pdf/2503.20299", "description": "", "imgSrc": "", "keywords": [ @@ -1911,7 +1911,7 @@ "conference": "ICDE", "year": 2025, "video": "", - "href": "", + "href": "https://ieeexplore.ieee.org/document/11113136", "description": "", "imgSrc": "", "keywords": [ @@ -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", @@ -1939,7 +1939,7 @@ "conference": "ICML", "year": 2025, "video": "", - "href": "", + "href": "https://openreview.net/pdf?id=INg866tEaT", "description": "", "imgSrc": "", "keywords": [ @@ -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 } ] \ No newline at end of file diff --git a/src/components/Services/services.json b/src/components/Services/services.json index 00d0f81..0025540 100644 --- a/src/components/Services/services.json +++ b/src/components/Services/services.json @@ -49,7 +49,7 @@ "years": [ { "role": "PC Member", - "year": "2026" + "year": "2026,2027" } ], "category": "Conference Services" @@ -79,7 +79,7 @@ }, { "role": "Area Chair", - "year": "2025" + "year": "2025,2026" }, { "role": "Outstanding Reviewer", @@ -120,7 +120,7 @@ "years": [ { "role": "PC Member", - "year": "2022, 2025" + "year": "2022,2025,2026" }, { "role": "TKDE poster", @@ -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", @@ -312,5 +323,16 @@ } ], "category": "Journal Services" + }, + { + "name": "Distributed and Parallel Databases", + "keyword": "", + "years": [ + { + "year": "0", + "role": "Associate Editor" + } + ], + "category": "Journal Services" } ] \ No newline at end of file