diff --git a/dist/index.html b/dist/index.html index 5e8c65c..f8004a3 100644 --- a/dist/index.html +++ b/dist/index.html @@ -102,7 +102,7 @@ -
+

Biography - Yan Lin

@@ -219,6 +219,23 @@

TrajCogn: Leveraging LLMs for Cognizing Movement Patterns and Travel Purposes from Trajectories

Zeyu Zhou*, Yan Lin*, Haomin Wen, Shengnan Guo, Jilin Hu, Youfang Lin, Huaiyu Wan

+
+
+

+ IEEE TKDE | 2025 +

+
+ + Paper + + Preprint + + Code + +
+
+
UniTE: A Survey and Unified Pipeline for Pre-training Spatiotemporal Trajectory Embeddings
+

Yan Lin, Zeyu Zhou, Yicheng Liu, Haochen Lv, Haomin Wen, Tianyi Li, Yushuai Li, Christian S. Jensen, Shengnan Guo, Youfang Lin, Huaiyu Wan


@@ -305,6 +322,23 @@
STCDM: Spatio-Temporal Contrastive Diffusion Model for Check-In Sequence Generation

Letian Gong, Shengnan Guo, Yan Lin, Yichen Liu, Erwen Zheng, Yiwei Shuang, Youfang Lin, Jilin Hu, Huaiyu Wan

+
+
+

+ IEEE TKDE | 2024 +

+
+ + Paper + + Preprint + + Code + +
+
+
Micro-Macro Spatial-Temporal Graph-based Encoder-Decoder for Map-Constrained Trajectory Recovery
+

Tonglong Wei, Youfang Lin, Yan Lin, Shengnan Guo, Lan Zhang, Huaiyu Wan

@@ -497,6 +531,30 @@
PLM4Traj: Leveraging Pre-trained Language Models for Cognizing Movement Patterns and Travel Purposes from Trajectories
+
+
+

+ Paper Oral | SIGMOD 2024 +

+
+ + Slides + +
+
+
Origin-Destination Travel Time Oracle for Map-based Services
+
+
+

+ Tutorial | SpatialDI 2024 +

+
+ + Slides + +
+
+
Self-supervised Learning of Spatial-temporal Trajectories
diff --git a/templates/index.html b/templates/index.html index a433518..e24acf1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block title %}Yan Lin's Homepage{% endblock %} {% block navigation %} {% include 'partials/navigation.html' %} {% endblock %} {% block content %} -
+

Biography - Yan Lin

@@ -28,13 +28,13 @@ block content %}

- {% for pub in data.primaryPublications[:6] %} {% with + {% for pub in data.primaryPublications[:7] %} {% with type='primary' %} {% include 'partials/publication.html' %} {% endwith %} {% endfor %}

- {% for pub in data.secondaryPublications[:6] %} {% with + {% for pub in data.secondaryPublications[:7] %} {% with type='secondary' %} {% include 'partials/publication.html' %} {% endwith %} {% endfor %}
@@ -58,12 +58,12 @@ block content %}
- {% for project in data.primaryProjects[:3] %} {% with type='primary' + {% for project in data.primaryProjects[:5] %} {% with type='primary' %} {% include 'partials/project.html' %} {% endwith %} {% endfor %}

- {% for project in data.secondaryProjects[:3] %} {% with + {% for project in data.secondaryProjects[:5] %} {% with type='secondary' %} {% include 'partials/project.html' %} {% endwith %} {% endfor %}
@@ -81,7 +81,7 @@ block content %}
- {% for teaching in data.teaching[:3] %} {% include + {% for teaching in data.teaching[:5] %} {% include 'partials/teaching.html' %} {% endfor %}
@@ -97,7 +97,7 @@ block content %}
- {% for presentation in data.presentations[:3] %} {% include + {% for presentation in data.presentations[:5] %} {% include 'partials/presentation.html' %} {% endfor %}