-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add schedule, update texts, delete template * add schedule, update texts, delete template * move complete schedule to data/schedule-complete.toml * update theme
- Loading branch information
Showing
11 changed files
with
148 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
[[slot]] | ||
time = "10:00" | ||
title = "Opening" | ||
class = "general" | ||
|
||
[[slot]] | ||
time = "10:05" | ||
title = "B2 - Konzentrationstraining durch Minispiele" | ||
projectDetail = "/ss23/bachelor/b2-Konzentrationstraining-durch-Minispiele/" | ||
class = "bachelor" | ||
|
||
[[slot]] | ||
time = "10:12" | ||
title = "B3 - ShopGPT - Smarter Comparisions, Better Decisions" | ||
projectDetail = "/ss23/bachelor/b3-shop-gpt/" | ||
class = "bachelor" | ||
|
||
[[slot]] | ||
time = "10:19" | ||
title = "B4 - Visual Agenda" | ||
projectDetail = "/ss23/bachelor/b4-visualAgenda/" | ||
class = "bachelor" | ||
|
||
[[slot]] | ||
time = "10:26" | ||
title = "B5 - Spellweaver- Words of Power" | ||
projectDetail = "/ss23/bachelor/b5-Spellweaver/" | ||
class = "bachelor" | ||
|
||
[[slot]] | ||
time = "10:33" | ||
title = "B6 - Security Audit Bot" | ||
projectDetail = "/ss23/bachelor/b6-security-audit-bot/" | ||
class = "bachelor" | ||
|
||
|
||
[[slot]] | ||
time = "10:40" | ||
title = "M2 - Entwicklung eines Chatbots zur Erkennung vom Gesundheitszustand von chronisch kranken Menschen" | ||
projectDetail = "#" | ||
class = "master" | ||
|
||
[[slot]] | ||
time = "10:47" | ||
title = "M3 - Intu" | ||
projectDetail = "/ss23/master/m3-intu/" | ||
class = "master" | ||
|
||
[[slot]] | ||
time = "10:54" | ||
title = "M4 - ShopGPT - AI Shopping Assistant" | ||
projectDetail = "/ss23/master/m4-shop-gpt/" | ||
class = "master" | ||
|
||
[[slot]] | ||
time = "11:01" | ||
title = "M4 - ShopGPT - AI Shopping Assistant" | ||
projectDetail = "/ss23/master/m4-shop-gpt/" | ||
class = "master" | ||
|
||
[[slot]] | ||
time = "11:08" | ||
title = "M5 - Quizzer AI" | ||
projectDetail = "/ss23/master/m4-shop-gpt/" | ||
class = "master" | ||
|
||
[[slot]] | ||
time = "11:15" | ||
title = "M6 - VamX-Virtual Audio Manipulation Experience" | ||
projectDetail = "/ss23/master/m6-VamX/" | ||
class = "master" | ||
|
||
|
||
[[slot]] | ||
time = "11:25" | ||
title = "Lunch Break" | ||
class = "general" | ||
|
||
[[slot]] | ||
time = "12:00-15:00" | ||
title = "Project Fair" | ||
text = "Project Booths in Zoom Breakout Rooms" | ||
class = "general" | ||
|
||
|
||
[[slot]] | ||
time = "15:00" | ||
title = "Break" | ||
text = "(and a secret grading meeting of the supervisors)" | ||
class = "general" | ||
|
||
[[slot]] | ||
time = "16:00" | ||
title = "Announcement Of Grades" | ||
text = "Project Groups meet with their project supervisors" | ||
class = "general" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,34 @@ | ||
[[slot]] | ||
title = "The schedule will be published soon." | ||
time = "10:00" | ||
title = "Opening" | ||
class = "general" | ||
|
||
[[slot]] | ||
time = "10:05" | ||
title = "Project Presentations" | ||
|
||
|
||
|
||
[[slot]] | ||
time = "11:25" | ||
title = "Lunch Break" | ||
class = "general" | ||
|
||
[[slot]] | ||
time = "12:00-15:00" | ||
title = "Project Fair" | ||
text = "Project Booths in Zoom Breakout Rooms" | ||
class = "general" | ||
|
||
|
||
[[slot]] | ||
time = "15:00" | ||
title = "Break" | ||
text = "(and a secret grading meeting of the supervisors)" | ||
class = "general" | ||
|
||
[[slot]] | ||
time = "16:00" | ||
title = "Announcement Of Grades" | ||
text = "Project Groups meet with their project supervisors" | ||
class = "general" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters