From ddadc8685e405d12ccdd5544b4635ae458fd17fc Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 9 Jul 2025 13:58:12 +0200 Subject: [PATCH] Add teaching section --- compose.yml | 3 +- data.yaml | 7 ++ dist/index.html | 41 ++++++++-- dist/projects/index.html | 16 ++-- dist/publications/index.html | 16 ++-- dist/teaching/index.html | 117 +++++++++++++++++++++++++++++ generate.py | 2 + shell.nix | 2 +- templates/index.html | 16 ++++ templates/partials/navigation.html | 16 ++-- templates/partials/teaching.html | 13 ++++ templates/teaching.html | 18 +++++ 12 files changed, 244 insertions(+), 23 deletions(-) create mode 100644 dist/teaching/index.html create mode 100644 templates/partials/teaching.html create mode 100644 templates/teaching.html diff --git a/compose.yml b/compose.yml index f6df512..86508c5 100644 --- a/compose.yml +++ b/compose.yml @@ -9,11 +9,10 @@ services: - proxy-network labels: - "traefik.enable=true" - - "traefik.http.routers.homepage.rule=Host(`www.yanlincs.com`) || Host(`www.ylresearch.com`)" + - "traefik.http.routers.homepage.rule=Host(`www.yanlincs.com`)" - "traefik.http.routers.homepage.tls=true" - "traefik.http.routers.homepage.tls.certresolver=cloudflare" - "traefik.http.routers.homepage.tls.domains[0].main=*.yanlincs.com" - - "traefik.http.routers.homepage.tls.domains[1].main=*.ylresearch.com" - "traefik.http.services.homepage.loadbalancer.server.port=80" diff --git a/data.yaml b/data.yaml index e18d83f..9a87620 100644 --- a/data.yaml +++ b/data.yaml @@ -224,6 +224,13 @@ secondaryProjects: desc: "This project explores how to generate high-quality spatial-temporal trajectory data and corresponding representations to address sparsity-related issues, thereby supporting a variety of downstream tasks." links: {} +teaching: + - title: "AI Systems & Infrastructure" + tags: + - "Fall 2025" + - "Aalborg University" + links: {} + presentations: - title: "Self-supervised Learning of Trajectory Data" tags: diff --git a/dist/index.html b/dist/index.html index 19131bc..d326519 100644 --- a/dist/index.html +++ b/dist/index.html @@ -53,28 +53,34 @@