fix chapter sort

This commit is contained in:
Yan Lin 2026-02-04 16:35:09 +01:00
parent 592da6cad6
commit 60ca31fd73
23 changed files with 87 additions and 28 deletions

View file

@ -1,11 +1,11 @@
+++
title = "Deep Learning for Trajectory"
sort_by = "none"
sort_by = "weight"
paginate_by = 10
[extra]
abbr = "DL4traj"
use_chapter_sort = true
display_chapter = true
+++
Deep learning approaches for analysis and utilization of spatiotemporal trajectories.

View file

@ -2,6 +2,7 @@
title = "End-to-end Learning of Trajectories"
date = 2026-02-02
description = ""
weight = 2
[extra]
chapter = "2"

View file

@ -2,6 +2,7 @@
title = "Trajectory Generation"
date = 2026-02-04
description = ""
weight = 4
[extra]
chapter = "4"

View file

@ -2,6 +2,7 @@
title = "Introduction to Deep Learning for Trajectories"
date = 2026-02-01
description = ""
weight = 1
[extra]
chapter = "1"

View file

@ -2,6 +2,7 @@
title = "Self-supervised Learning of Trajectories"
date = 2026-02-03
description = ""
weight = 3
[extra]
chapter = "3"