aboutsummaryrefslogtreecommitdiff
path: root/code/_gantt.qmd
diff options
context:
space:
mode:
Diffstat (limited to 'code/_gantt.qmd')
-rw-r--r--code/_gantt.qmd99
1 files changed, 0 insertions, 99 deletions
diff --git a/code/_gantt.qmd b/code/_gantt.qmd
deleted file mode 100644
index 382fde0..0000000
--- a/code/_gantt.qmd
+++ /dev/null
@@ -1,99 +0,0 @@
----
-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<br>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<br>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<br>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
-```