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/6] 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 000000000..ca5d364e3 --- /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/6] 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 ca5d364e3..d3ea8154a 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/6] 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 d3ea8154a..3b336dd2f 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/6] 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 3b336dd2f..652ef3a51 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 ``` From 07fb9f0289ae34b4a90d3367d21c7b564c4f8855 Mon Sep 17 00:00:00 2001 From: j-atkins <106238905+j-atkins@users.noreply.github.com> Date: Tue, 2 Jun 2026 10:11:13 +0200 Subject: [PATCH 5/6] remove fuso --- docs/user-guide/developer-content/gantt_2026-27.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/user-guide/developer-content/gantt_2026-27.md b/docs/user-guide/developer-content/gantt_2026-27.md index 652ef3a51..6a1eb6927 100644 --- a/docs/user-guide/developer-content/gantt_2026-27.md +++ b/docs/user-guide/developer-content/gantt_2026-27.md @@ -55,8 +55,4 @@ gantt post-DyOc enhancements :done, 2026-04-01, 35d v1 dev :done, 2026-04-01, 153d - - section fUSO (highly tentative) - <<< placeholder >>> :active, 2026-09-01, 365d - ``` From a4890141520786cf2eed07f1c6712d558858af50 Mon Sep 17 00:00:00 2001 From: j-atkins <106238905+j-atkins@users.noreply.github.com> Date: Tue, 2 Jun 2026 10:29:01 +0200 Subject: [PATCH 6/6] modify/update gantt --- .../developer-content/gantt_2026-27.md | 41 +++++++++++-------- 1 file changed, 24 insertions(+), 17 deletions(-) diff --git a/docs/user-guide/developer-content/gantt_2026-27.md b/docs/user-guide/developer-content/gantt_2026-27.md index 6a1eb6927..276dbe637 100644 --- a/docs/user-guide/developer-content/gantt_2026-27.md +++ b/docs/user-guide/developer-content/gantt_2026-27.md @@ -10,7 +10,7 @@ config: 'critBorderColor': '#ff0000' }}}%% gantt - title VirtualShip Year Plan, Spring 2026 - Spring/Summer 2027 + title VirtualShip Year Plan, 2026 - 2027 dateFormat YYYY-MM-DD tickInterval 3month weekday monday @@ -19,22 +19,29 @@ gantt 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 + Train-the-trainer content dev :active, 2026-04-01, 150d + Train-the-trainer workshops :active, 2026-08-01, 62d + SWRM (UU-internal) train-the-trainer :future, 2026-08-01, 60d [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 + [WUR] Research Methods in Marine Science :active, 2027-05-01, 60d + [RUG] Introductory Course in Biological Oceanography :active, 2027-09-01, 60d + [RUG] Marine Biology :active, 2027-11-01, 60d + + section Real-life expeditions + Jamie (AWvB) :, 2026-07-31, 7d + Gonçalo (AWvB) :, 2026-07-31, 7d + Gonçalo (AWvB) :, 2026-06-22, 7d + Emma (AWvB) :, 2026-06-22, 7d + Gonçalo (NOC) :, 2026-11-01, 7d + - section AWvB - Jamie :, 2026-07-31, 7d section Gliders - Filming (at NOC)? :done, 2026-05-01, 60d - Teaching material :done, 2026-07-01, 62d + <<>> :done, 2027-01-01, 92d section UU courses SWRM :active, 2026-09-01, 30d @@ -42,17 +49,17 @@ gantt 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 - Oceanogr. in prep. :active, 2026-03-01, 67d + JOSS in review?! :active, 2026-04-01, 150d + DBR2 in prep. :active, 2026-03-01, 90d + Oceanogr. in prep. :active, 2026-03-01, 70d + OSSE-MHW :active, 2026-05-01, 180d + section Code dev - ARGO_BGC :done, 2026-04-01, 35d + v0.3 enhancements (new sensors on instruments etc.) :done, 2026-06-01, 35d post-DyOc enhancements :done, 2026-04-01, 35d - v1 dev :done, 2026-04-01, 153d + v1 dev :done, 2026-05-01, 90d + v1 enhancements (new instruments, e.g. atmospheric) :done, 2026-08-01, 90d ```