Skip to content

Commit

Permalink
make schedule work with and without drafts
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleinen committed Jul 31, 2023
1 parent ad67d0e commit 7db312b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions data/schedule.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,46 +5,60 @@ title = "Opening"
# title, link and class are now determined by project_id
# see layouts/_default/schedule.html in theme

# if the project is still a draft, title is taken from here.

[[slot]]
time = "10:05"
project_id = "B2"
title = "B2 - Konzentrationstraining durch Minispiele"


[[slot]]
time = "10:12"
project_id = "B3"
title = "B3 - ShopGPT - Smarter Comparisions, Better Decisions"

[[slot]]
time = "10:19"
project_id = "B4"
title = "B4 - VisualAgenda"

[[slot]]
time = "10:26"
project_id = "B5"
title = "B5 - Spellweaver- Words of Power"

[[slot]]
time = "10:33"
project_id = "B6"
title = "B6 - Security Audit Bot"


[[slot]]
time = "10:40"
project_id = "M2"
title = "M2 - Entwicklung eines Chatbots zur Erkennung vom Gesundheitszustand von chronisch kranken Menschen"


[[slot]]
time = "10:47"
project_id = "M3"
title = "M3 - Intu"

[[slot]]
time = "10:54"
project_id = "M4"
title = "M4 - ShopGPT - AI Shopping Assistant"

[[slot]]
time = "11:01"
project_id = "M5"
title = "M4 - ShopGPT - AI Shopping Assistant"

[[slot]]
time = "11:08"
project_id = "M6"
title = "M6 - VamX-Virtual Audio Manipulation Experience"

[[slot]]
time = "11:15"
Expand Down
2 changes: 1 addition & 1 deletion themes/showtime-theme-2021

0 comments on commit 7db312b

Please sign in to comment.