fix chapter sort
This commit is contained in:
parent
592da6cad6
commit
60ca31fd73
23 changed files with 87 additions and 28 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
title = "End-to-end Learning of Trajectories"
|
||||
date = 2026-02-02
|
||||
description = ""
|
||||
weight = 2
|
||||
|
||||
[extra]
|
||||
chapter = "2"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
title = "Trajectory Generation"
|
||||
date = 2026-02-04
|
||||
description = ""
|
||||
weight = 4
|
||||
|
||||
[extra]
|
||||
chapter = "4"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
title = "Introduction to Deep Learning for Trajectories"
|
||||
date = 2026-02-01
|
||||
description = ""
|
||||
weight = 1
|
||||
|
||||
[extra]
|
||||
chapter = "1"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
title = "Self-supervised Learning of Trajectories"
|
||||
date = 2026-02-03
|
||||
description = ""
|
||||
weight = 3
|
||||
|
||||
[extra]
|
||||
chapter = "3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue