From c3c50c72875be5b0c15c8ab37e4a893e9477dfca Mon Sep 17 00:00:00 2001 From: j-atkins <106238905+j-atkins@users.noreply.github.com> Date: Thu, 12 Mar 2026 14:18:34 +0100 Subject: [PATCH 1/4] init the gantt chart --- .../developer-content/gantt_2026-27.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/user-guide/developer-content/gantt_2026-27.md diff --git a/docs/user-guide/developer-content/gantt_2026-27.md b/docs/user-guide/developer-content/gantt_2026-27.md new file mode 100644 index 00000000..ca5d364e --- /dev/null +++ b/docs/user-guide/developer-content/gantt_2026-27.md @@ -0,0 +1,17 @@ +```mermaid +--- +config: + theme: default +--- +gantt + title VirtualShip Year Plan 2026-2027 + dateFormat YYYY-MM-DD + tickInterval 1month + weekday monday + + section NKO scale-up + Course inventory :a1, 2026-03-01, 7d + Showcases :after a1, 60d + Train-the-trainer content dev :a3, 2026-04-01, 60d + Train-the-trainer workshops :after a3, 80d +``` From b305d94c36c580b998f8532ceed0afec8a25aaaf Mon Sep 17 00:00:00 2001 From: j-atkins <106238905+j-atkins@users.noreply.github.com> Date: Thu, 12 Mar 2026 14:49:39 +0100 Subject: [PATCH 2/4] continue populating chart --- .../developer-content/gantt_2026-27.md | 40 ++++++++++++++++--- 1 file changed, 35 insertions(+), 5 deletions(-) diff --git a/docs/user-guide/developer-content/gantt_2026-27.md b/docs/user-guide/developer-content/gantt_2026-27.md index ca5d364e..d3ea8154 100644 --- a/docs/user-guide/developer-content/gantt_2026-27.md +++ b/docs/user-guide/developer-content/gantt_2026-27.md @@ -3,15 +3,45 @@ config: theme: default --- +%%{init: { 'themeVariables': { + 'doneTaskBkgColor': '#d3d3d3', + 'activeTaskBkgColor': '#85C1E9', + 'taskBkgColor': '#F7DC6F', + 'critBorderColor': '#ff0000' +}}}%% gantt - title VirtualShip Year Plan 2026-2027 + title VirtualShip Year Plan, Spring 2026 - Spring 2027 dateFormat YYYY-MM-DD tickInterval 1month weekday monday section NKO scale-up - Course inventory :a1, 2026-03-01, 7d - Showcases :after a1, 60d - Train-the-trainer content dev :a3, 2026-04-01, 60d - Train-the-trainer workshops :after a3, 80d + Course inventory :active, 2026-03-01, 21d + Computing facilities inventory :active, 2026-03-14, 21d + Showcases :active, 2026-03-19, 50d + Train-the-trainer content dev :active, 2026-04-01, 91d + Train-the-trainer workshops :active, 2026-07-01, 62d + + section AWvB + Jamie :, 2026-07-31, 7d + + section UU courses + SWRM :active, 2026-09-01, 30d + OSL :active, 2026-11-01, 30d + OF :active, 2026-11-15, 30d + DyOc :active, 2027-02-15, 30d + + section Research projects + OSSE research :done, 2026-04-01, 153d + + section Papers + JOSS in review?! :active, 2026-04-01, 60d + DBR2 in prep. :active, 2026-03-01, 60d + + section Code dev + v1 dev :done, 2026-04-01, 153d + + section fUSO (highly tentative!!!) + <<< dev >>> :done, 2026-09-01, 198d + ``` From 4d1c85c2ac2f8a7253576a200a322e17eae1de0c Mon Sep 17 00:00:00 2001 From: j-atkins <106238905+j-atkins@users.noreply.github.com> Date: Thu, 12 Mar 2026 15:05:13 +0100 Subject: [PATCH 3/4] further additions --- docs/user-guide/developer-content/gantt_2026-27.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/user-guide/developer-content/gantt_2026-27.md b/docs/user-guide/developer-content/gantt_2026-27.md index d3ea8154..3b336dd2 100644 --- a/docs/user-guide/developer-content/gantt_2026-27.md +++ b/docs/user-guide/developer-content/gantt_2026-27.md @@ -21,10 +21,15 @@ gantt Showcases :active, 2026-03-19, 50d Train-the-trainer content dev :active, 2026-04-01, 91d Train-the-trainer workshops :active, 2026-07-01, 62d + SWRM train-the-trainer :future, 2026-06-01, 30d section AWvB Jamie :, 2026-07-31, 7d + section Gliders + Filming (at NOC)? :done, 2026-05-01, 60d + Teaching material :done, 2026-07-01, 62d + section UU courses SWRM :active, 2026-09-01, 30d OSL :active, 2026-11-01, 30d @@ -39,9 +44,10 @@ gantt DBR2 in prep. :active, 2026-03-01, 60d section Code dev + ARGO_BGC :done, 2026-04-01, 35d v1 dev :done, 2026-04-01, 153d section fUSO (highly tentative!!!) - <<< dev >>> :done, 2026-09-01, 198d + <<< placeholder >>> :active, 2026-09-01, 198d ``` From c1adbd8f153f9441921b1b110a2c52e2f72c22c3 Mon Sep 17 00:00:00 2001 From: j-atkins <106238905+j-atkins@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:31:54 +0000 Subject: [PATCH 4/4] first draft --- .../developer-content/gantt_2026-27.md | 21 +++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/docs/user-guide/developer-content/gantt_2026-27.md b/docs/user-guide/developer-content/gantt_2026-27.md index 3b336dd2..652ef3a5 100644 --- a/docs/user-guide/developer-content/gantt_2026-27.md +++ b/docs/user-guide/developer-content/gantt_2026-27.md @@ -10,18 +10,24 @@ config: 'critBorderColor': '#ff0000' }}}%% gantt - title VirtualShip Year Plan, Spring 2026 - Spring 2027 + title VirtualShip Year Plan, Spring 2026 - Spring/Summer 2027 dateFormat YYYY-MM-DD - tickInterval 1month + tickInterval 3month weekday monday section NKO scale-up - Course inventory :active, 2026-03-01, 21d - Computing facilities inventory :active, 2026-03-14, 21d + Course inventory :active, 2026-03-01, 30d + Computing facilities inventory :active, 2026-03-19, 50d Showcases :active, 2026-03-19, 50d Train-the-trainer content dev :active, 2026-04-01, 91d Train-the-trainer workshops :active, 2026-07-01, 62d SWRM train-the-trainer :future, 2026-06-01, 30d + [UvA] Biological Oceanography :active, 2026-12-01, 60d + [UvA] Benthic Ecosystems :active, 2027-01-01, 60d + [TUD] Physical Oceanography :active, 2026-09-01, 60d + [TUD] Atmosphere and Ocean Dynamics :active, 2026-11-01, 60d + [TUD] Research Methods in Marine Science :active, 2027-05-01, 60d + section AWvB Jamie :, 2026-07-31, 7d @@ -42,12 +48,15 @@ gantt section Papers JOSS in review?! :active, 2026-04-01, 60d DBR2 in prep. :active, 2026-03-01, 60d + Oceanogr. in prep. :active, 2026-03-01, 67d section Code dev ARGO_BGC :done, 2026-04-01, 35d + post-DyOc enhancements :done, 2026-04-01, 35d v1 dev :done, 2026-04-01, 153d - section fUSO (highly tentative!!!) - <<< placeholder >>> :active, 2026-09-01, 198d + + section fUSO (highly tentative) + <<< placeholder >>> :active, 2026-09-01, 365d ```