From 3a4a4580b96bed33de495114e65507250817cc9e Mon Sep 17 00:00:00 2001
From: Yan Lin
Date: Sat, 26 Jul 2025 01:23:28 +0200
Subject: [PATCH] Update publications and profile information
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- Add paper links for AAAI 2025 and KDD 2025 publications
- Update reviewer services to include TKDD journal
- Specify location as "Aalborg University, Denmark" in biography
- Update mobile navigation text from "Service" to "Serve"
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude
---
data.yaml | 4 +++-
dist/index.html | 10 +++++++---
dist/projects/index.html | 2 +-
dist/publications/index.html | 6 +++++-
templates/index.html | 2 +-
templates/partials/navigation.html | 2 +-
6 files changed, 18 insertions(+), 8 deletions(-)
diff --git a/data.yaml b/data.yaml
index 2008289..93f3dd5 100644
--- a/data.yaml
+++ b/data.yaml
@@ -50,6 +50,7 @@ primaryPublications:
- "AAAI"
- "2025"
links:
+ Paper: "https://ojs.aaai.org/index.php/AAAI/article/view/33350"
Preprint: "https://arxiv.org/abs/2408.12809"
- title: "Mobility-LLM: Learning Visiting Intentions and Travel Preference from Human Mobility Data with Large Language Models"
@@ -106,6 +107,7 @@ secondaryPublications:
- "KDD"
- "2025"
links:
+ Paper: "https://dl.acm.org/doi/10.1145/3690624.3709325"
Preprint: "https://arxiv.org/abs/2412.10859"
Code: "https://github.com/decisionintelligence/DUET"
@@ -278,5 +280,5 @@ presentations:
services:
- "IEEE, ACM member"
- "Secretary of IEEE (Denmark Section) Computer Society"
- - "Reviewer for journals: TKDE, TIST, TII, and TVT"
+ - "Reviewer for journals: TKDE, TKDD, TIST, TII, and TVT"
- "Member of program committees of conferences: KDD, ICLR, NeurIPS, AAAI, CVPR, ICCV, IJCAI, WWW, and WACV"
diff --git a/dist/index.html b/dist/index.html
index c42f32a..4769fc0 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -85,7 +85,7 @@
- Service
+ Serve
Services
@@ -112,7 +112,7 @@
Biography - Yan Lin
I am currently a postdoctoral researcher in the Department of
- Computer Science at Aalborg University. I received my PhD and
+ Computer Science at Aalborg University, Denmark. I received my PhD and
Bachelor's degrees from Beijing Jiaotong University, China. My
research interests include spatiotemporal data mining,
representation learning, and AI for science.
@@ -215,6 +215,8 @@
@@ -311,6 +313,8 @@
+
Paper
+
Preprint
Code
@@ -655,7 +659,7 @@
Secretary of IEEE (Denmark Section) Computer Society
-
Reviewer for journals: TKDE, TIST, TII, and TVT
+
Reviewer for journals: TKDE, TKDD, TIST, TII, and TVT
Member of program committees of conferences: KDD, ICLR, NeurIPS, AAAI, CVPR, ICCV, IJCAI, WWW, and WACV
diff --git a/dist/projects/index.html b/dist/projects/index.html
index e030768..22131c0 100644
--- a/dist/projects/index.html
+++ b/dist/projects/index.html
@@ -81,7 +81,7 @@
- Service
+ Serve
Services
diff --git a/dist/publications/index.html b/dist/publications/index.html
index 386a054..b616cfd 100644
--- a/dist/publications/index.html
+++ b/dist/publications/index.html
@@ -81,7 +81,7 @@
- Service
+ Serve
Services
@@ -190,6 +190,8 @@
@@ -310,6 +312,8 @@
+
Paper
+
Preprint
Code
diff --git a/templates/index.html b/templates/index.html
index a6a84b6..6232f32 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -11,7 +11,7 @@ block content %}
Biography - Yan Lin
I am currently a postdoctoral researcher in the Department of
- Computer Science at Aalborg University. I received my PhD and
+ Computer Science at Aalborg University, Denmark. I received my PhD and
Bachelor's degrees from Beijing Jiaotong University, China. My
research interests include spatiotemporal data mining,
representation learning, and AI for science.
diff --git a/templates/partials/navigation.html b/templates/partials/navigation.html
index 8a37f3f..2c0c67b 100644
--- a/templates/partials/navigation.html
+++ b/templates/partials/navigation.html
@@ -32,7 +32,7 @@
{% elif section == 'services' %}
- Service
+ Serve
Services