edit dl4traj project config

This commit is contained in:
Yan Lin 2025-11-11 13:57:56 +01:00
parent 3be15e057b
commit df555ad985

View file

@ -121,9 +121,16 @@ in
description = "Deep Learning for Trajectory"; description = "Deep Learning for Trajectory";
windows = [ windows = [
{ {
name = ""; name = "book";
path = homePath "Documents/Projects/Deep Learning for Spatiotemporal Trajectories"; path = homePath "Documents/Projects/Deep Learning for Spatiotemporal Trajectories/DL4Traj-latex";
ai = true; ai = true;
git = true;
shell = false;
}
{
name = "proj";
path = homePath "Documents/Projects/Deep Learning for Spatiotemporal Trajectories";
ai = false;
git = false; git = false;
shell = true; shell = true;
} }