From 51d12d7ab142ea07d7f702adcb5b3789b00ae01b Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 9 Jul 2025 14:10:52 +0200 Subject: [PATCH] Enable dynamic ordering of sections --- data.yaml | 7 +++ dist/index.html | 64 ++++++++++++---------------- dist/presentations/index.html | 10 ++--- dist/projects/index.html | 19 ++++++--- dist/publications/index.html | 19 ++++++--- generate.py | 21 +++++++-- templates/index.html | 12 ++++-- templates/partials/navigation.html | 8 ++++ templates/partials/presentation.html | 2 +- 9 files changed, 100 insertions(+), 62 deletions(-) diff --git a/data.yaml b/data.yaml index 9a87620..2008289 100644 --- a/data.yaml +++ b/data.yaml @@ -1,3 +1,10 @@ +sections: + - publications + - projects + # - teaching + - presentations + - services + primaryPublications: - title: "UVTM: Universal Vehicle Trajectory Modeling with ST Feature Domain Generation" authors: "Yan Lin, Jilin Hu, Shengnan Guo, Bin Yang, Christian S. Jensen, Youfang Lin, Huaiyu Wan" diff --git a/dist/index.html b/dist/index.html index d326519..c42f32a 100644 --- a/dist/index.html +++ b/dist/index.html @@ -54,36 +54,43 @@