From 29ed1acc85bb110e2414ef23db344850b00e9bcd Mon Sep 17 00:00:00 2001 From: buchuitoudegou <756541536@qq.com> Date: Mon, 2 Mar 2026 16:09:36 +0800 Subject: [PATCH 1/2] fix author order & add personal page --- src/components/People/people.json | 2 +- src/components/Publication/pub_data.json | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/People/people.json b/src/components/People/people.json index fe87034..91e542a 100644 --- a/src/components/People/people.json +++ b/src/components/People/people.json @@ -97,7 +97,7 @@ "img": "LiuHaoyu.jpg", "date": "Feb 2023 - Present", "bg": "BS from Renmin University of China", - "web": "https://scholar.google.com/citations?user=DI_fmh0AAAAJ&hl=en", + "web": "https://hyliu-777.github.io/", "area": "Graph Algorithm" }, { diff --git a/src/components/Publication/pub_data.json b/src/components/Publication/pub_data.json index a5a317c..ab8e3c0 100644 --- a/src/components/Publication/pub_data.json +++ b/src/components/Publication/pub_data.json @@ -2044,12 +2044,12 @@ { "title": "When Deepfake Detection Meets Graph Neural Network: a Unified and Lightweight Framework.", "authors": [ - "Haoyu Liu", - "Chaoyu Gong", + "Haoyu Liu*", + "Chaoyu Gong*", "Mengke He", "Jiate Li", "Kai Han", - "Siqiang Luo" + "Siqiang Luo (* Equal Contribution)" ], "conference": "SIGKDD", "year": 2026, @@ -2184,10 +2184,10 @@ { "title": "Near-Optimality for Single-Source Personalized PageRank.", "authors": [ - "Xinpeng Jiang", - "Haoyu Liu", - "Siqiang Luo", - "Xiaokui Xiao" + "Haoyu Liu*", + "Siqiang Luo*", + "Xiaokui Xiao*", + "Xinpeng Jiang* (* Order Alphabetically)" ], "conference": "PODS", "year": 2026, From 942645d6d9774def625804bf310d3042b3f1cf16 Mon Sep 17 00:00:00 2001 From: buchuitoudegou <756541536@qq.com> Date: Thu, 5 Mar 2026 21:13:51 +0800 Subject: [PATCH 2/2] fix: order by surname --- 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 ab8e3c0..110cf35 100644 --- a/src/components/Publication/pub_data.json +++ b/src/components/Publication/pub_data.json @@ -2184,10 +2184,10 @@ { "title": "Near-Optimality for Single-Source Personalized PageRank.", "authors": [ + "Xinpeng Jiang*", "Haoyu Liu*", "Siqiang Luo*", - "Xiaokui Xiao*", - "Xinpeng Jiang* (* Order Alphabetically)" + "Xiaokui Xiao* (* Order Alphabetically)" ], "conference": "PODS", "year": 2026,