From 123cf702bf9616b68cbe3c1b1c12d75a64ef82bf Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 1 Apr 2024 11:32:40 +0200 Subject: add initial worlding content, based on code and learn --- worlding/_gantt.qmd | 99 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 worlding/_gantt.qmd (limited to 'worlding/_gantt.qmd') diff --git a/worlding/_gantt.qmd b/worlding/_gantt.qmd new file mode 100644 index 0000000..382fde0 --- /dev/null +++ b/worlding/_gantt.qmd @@ -0,0 +1,99 @@ +--- +breaks: false + +--- + +```{.plantuml} +%%| fig-width: 100% +@startgantt +!include ../_themes/doubleslash/pgantt.puml +skinparam defaultFontName ETbb +language da +projectscale monthly zoom 2 +skinparam svgDimensionStyle false +' %%QUARTO%%tickInterval 1month +saturday are closed +sunday are closed +'UNSUPPORTED: axisFormat %-d. %b +'UNSUPPORTED' todayMarker off + +title Gruppearbejde +Project starts 2024-02-01 + +-- Struktur -- +[Konstituering] starts 2024-02-26 and requires 12 days +[Vidensindsamling] starts 2024-03-14 and requires 10 days + +'-- Interview -- +'[Forberedelse] starts 2024-03-14 and requires 8 days +'[Interview] happens 2024-03-28 +'[Transskribering] starts 2024-03-29 and requires 9 days +'[Analyse] starts 2024-04-10 and requires 5 days +'[Fortolkning] as [tlk1] starts 2024-04-18 and requires 5 days + +-- Formidling -- +'[Interviews, evaluering] requires 3 days +'[Interviews, evaluering] starts at [tlk1]'s end +'[Interviews, evaluering] starts at [tlk2]'s end +'[Interviews, evaluering] starts at [tlk3]'s end +[Projekt, sidste evaluering] starts 2024-05-26 and requires 3 days +[Projektaflevering] happens 2024-06-06 +[Eksamen] starts 2024-06-17 and requires 10 days + +-- Vejledning -- +[Projektgruppedannelse] starts 2024-02-01 and requires 3 days +[Projektgruppe] happens 2024-02-05 +[Problemformuleringsoplæg] happens 2024-03-12 +[Problemformuleringsseminar] starts 2024-03-20 and requires 1 days +[Møde om visuel præs.] starts 2024-04-10 and requires 1 days +[Midtvejsrapport] happens 2024-04-22 +[Midtvejseval.] starts 2024-05-05 and requires 3 days +@endgantt +``` + +```{.plantuml} +%%| fig-width: 100% +@startgantt +!include ../_themes/doubleslash/pgantt.puml +skinparam defaultFontName ETbb +language da +projectscale monthly zoom 3 +skinparam svgDimensionStyle false +' %%QUARTO%%tickInterval 1month +saturday are closed +sunday are closed +'UNSUPPORTED: axisFormat %-d. %b +'UNSUPPORTED' todayMarker off + +title Forelæsninger +Project starts 2024-02-01 + +-- BK5, TSA II -- +[Forelæsninger] starts 2024-02-06 and requires 10 days +[Forelæsninger] starts 2024-03-18 and requires 1 days +[Forelæsninger] starts 2024-04-02 and requires 8 days +[Eksamen] happens 2024-04-24 + +-- BK6, TSA II
Bæredygtige teknologier -- +[Forelæsninger] starts 2024-02-06 and requires 13 days +[Forelæsninger] starts 2024-03-12 and requires 3 days +[Eksamen] happens 2024-03-26 + +-- BK6, TSA II
Kunstig intelligens -- +[Forelæsninger] starts 2024-02-06 and requires 13 days +[Skriftligt produkt] happens 2024-03-11 +[Mdt. eksamen] starts 2024-03-13 and requires 3 days + +-- BK4
Workshops -- +[Præsentation] starts 2024-02-12 and requires 1 days +[Digital Production] starts 2024-02-26 and requires 10 days +[Embedded Programming] starts 2024-02-26 and requires 10 days +[06 Poetiske maskiner] starts 2024-02-26 and requires 10 days +[Showtime] happens 2024-03-08 + +-- BK4, D&k II -- +[Forelæsninger] starts 2024-04-08 and requires 10 days +[Konference] starts 2024-04-29 and requires 1 days +[Aflevering] happens 2024-05-06 +@endgantt +``` -- cgit v1.2.3