From 6a9414a8cac2be50e41bd8baf7640a05825652b1 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Fri, 1 Aug 2025 11:38:21 +0200 Subject: [PATCH] Remove inactive projects --- config/projects.nix | 61 +++------------------------------------------ 1 file changed, 3 insertions(+), 58 deletions(-) diff --git a/config/projects.nix b/config/projects.nix index 5e4a862..3e4e437 100644 --- a/config/projects.nix +++ b/config/projects.nix @@ -56,10 +56,11 @@ }; daki3 = { - template = "basic"; + template = "research"; name = "DAKI3"; codePath = "/Users/yanlin/Documents/Projects/AI systems & infrastructure/Codes"; - description = "DAKI3 course Demo code"; + paperPath = "/Users/yanlin/Documents/Projects/AI systems & infrastructure/Slides"; + description = "DAKI3 course"; }; matmeet = { @@ -79,61 +80,5 @@ remoteDir = "~/DiffDisMatter"; }; - mllm-traj = { - template = "basic"; - name = "MLLM-Traj"; - codePath = "/Users/yanlin/Documents/Projects/Multimodal LLM for Trajectory Modeling/mllm-traj-paper"; - description = "MLLM for Trajectory"; - }; - - pathfm = { - template = "basic"; - name = "PathFM"; - codePath = "/Users/yanlin/Documents/Projects/Path Foundation Model/pathfm-paper"; - description = "Path Foundation Model"; - }; - - weightcomp = { - template = "basic"; - name = "WeightComp"; - codePath = "/Users/yanlin/Documents/Projects/Microscopic Weights on Road Networks/FENCE-paper"; - description = "Weight completion"; - }; - - forcetraj = { - template = "basic"; - name = "ForceTraj"; - codePath = "/Users/yanlin/Documents/Projects/Electric Field-based Lane Changing Modeling/forcetraj-paper"; - description = "Force-based trajectory model"; - }; - - trajar = { - template = "basic"; - name = "TrajAR"; - codePath = "/Users/yanlin/Documents/Projects/Multi-agent Video-derived Trajectory Prediction/trajar-paper"; - description = "Multi-agent trajectory prediction"; - }; - - stpcn = { - template = "basic"; - name = "ST-PCN"; - codePath = "/Users/yanlin/Documents/Projects/Spatio-temporal Uncertainty Forecasting/ripcn-paper"; - description = "PCN-based ST prediction"; - }; - - trajmamba = { - template = "basic"; - name = "TrajMamba"; - codePath = "/Users/yanlin/Documents/Projects/Pre-trained Trajectory-Mamba/rebuttal"; - description = "Trajectory Mamba"; - }; - - blocktraj = { - template = "basic"; - name = "BlockTraj"; - codePath = "/Users/yanlin/Documents/Projects/Block-diffusion Path Generation/blocktraj-paper"; - description = "Block Diffusion for Trajectory"; - }; - }; }