From 84f887869b06e1b1fec02d8b5aced9cddf829481 Mon Sep 17 00:00:00 2001 From: buchuitoudegou <756541536@qq.com> Date: Tue, 10 Feb 2026 18:28:52 +0800 Subject: [PATCH 1/3] feat: add article & service --- src/components/Publication/pub_data.json | 54 ++++++++++++++++++++++++ src/components/Services/services.json | 2 +- 2 files changed, 55 insertions(+), 1 deletion(-) diff --git a/src/components/Publication/pub_data.json b/src/components/Publication/pub_data.json index 0890789..e42b350 100644 --- a/src/components/Publication/pub_data.json +++ b/src/components/Publication/pub_data.json @@ -2154,5 +2154,59 @@ "code": "", "confExtra": "", "isJournal": false + }, + { + "title": "Modality-free Graph In-context Alignment.", + "authors": [ + "Wei Zhuo", + "Siqiang Luo" + ], + "conference": "NeurIPS (oral)", + "year": 2026, + "video": "", + "href": "", + "description": "", + "imgSrc": "", + "keywords": [ + "Graph Algorithms" + ], + "subKeywords": [ + "Graph Theory" + ], + "id": 75, + "isExtension": false, + "hasExtension": -1, + "isVisible": true, + "code": "", + "confExtra": "", + "isJournal": false + }, + { + "title": "Near-Optimality for Single-Source Personalized PageRank.", + "authors": [ + "Xinpeng Jiang", + "Haoyu Liu", + "Siqiang Luo", + "Xiaoqui Xiao" + ], + "conference": "PODS", + "year": 2026, + "video": "", + "href": "", + "description": "", + "imgSrc": "", + "keywords": [ + "Graph Algorithms" + ], + "subKeywords": [ + "Graph Theory" + ], + "id": 76, + "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 0025540..cbf40dd 100644 --- a/src/components/Services/services.json +++ b/src/components/Services/services.json @@ -176,7 +176,7 @@ "years": [ { "role": "PC Member", - "year": "2023" + "year": "2023,2027" } ], "category": "Conference Services" From c10158f538c726e233b72456acc4d4e037863424 Mon Sep 17 00:00:00 2001 From: buchuitoudegou <756541536@qq.com> Date: Tue, 10 Feb 2026 18:40:03 +0800 Subject: [PATCH 2/3] fix name & capitalize --- src/components/Publication/pub_data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Publication/pub_data.json b/src/components/Publication/pub_data.json index e42b350..6e8907f 100644 --- a/src/components/Publication/pub_data.json +++ b/src/components/Publication/pub_data.json @@ -2161,7 +2161,7 @@ "Wei Zhuo", "Siqiang Luo" ], - "conference": "NeurIPS (oral)", + "conference": "NeurIPS (Oral)", "year": 2026, "video": "", "href": "", @@ -2187,7 +2187,7 @@ "Xinpeng Jiang", "Haoyu Liu", "Siqiang Luo", - "Xiaoqui Xiao" + "Xiaokui Xiao" ], "conference": "PODS", "year": 2026, From c1997319718813a2ad2c32f942863430690eadd1 Mon Sep 17 00:00:00 2001 From: buchuitoudegou <756541536@qq.com> Date: Tue, 10 Feb 2026 19:20:27 +0800 Subject: [PATCH 3/3] fix: error of conf name --- src/components/Publication/pub_data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Publication/pub_data.json b/src/components/Publication/pub_data.json index 6e8907f..e004a4c 100644 --- a/src/components/Publication/pub_data.json +++ b/src/components/Publication/pub_data.json @@ -2161,7 +2161,7 @@ "Wei Zhuo", "Siqiang Luo" ], - "conference": "NeurIPS (Oral)", + "conference": "ICLR (Oral)", "year": 2026, "video": "", "href": "",