-
Notifications
You must be signed in to change notification settings - Fork 14
Year plan / Gantt chart #311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
c3c50c7
init the gantt chart
j-atkins b305d94
continue populating chart
j-atkins 4d1c85c
further additions
j-atkins c1adbd8
first draft
j-atkins d8b7ab6
Merge branch 'main' into gantt
j-atkins b2b63ec
Merge branch 'main' into gantt
j-atkins 07fb9f0
remove fuso
j-atkins a489014
modify/update gantt
j-atkins b8ae8aa
small tweaks
j-atkins 1ae40f8
export chart to svg
j-atkins 9f2da2b
CI: Enable mypy (#350)
VeckoTheGecko 1014bc7
Merge branch 'main' into gantt
j-atkins e17c5e9
new dir for year plan
j-atkins a500497
remove gliders as distinct section
j-atkins 8551744
update svg render
j-atkins 5228873
add conferences, workshops
j-atkins 9deaa8b
re-render svg
j-atkins 4c7fd4f
init the gantt chart
j-atkins 0f0f0ce
continue populating chart
j-atkins 45292ff
further additions
j-atkins aa68ac0
first draft
j-atkins 3fe69f5
remove fuso
j-atkins e2dea57
modify/update gantt
j-atkins cdffc6f
small tweaks
j-atkins 475a2ec
export chart to svg
j-atkins 5511a4d
new dir for year plan
j-atkins bb19260
remove gliders as distinct section
j-atkins 4120348
update svg render
j-atkins 0ad01a1
add conferences, workshops
j-atkins 4297b68
re-render svg
j-atkins e0536a9
Merge branch 'gantt' of github.com:OceanParcels/virtualship into gantt
j-atkins File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
1 change: 1 addition & 0 deletions
1
docs/user-guide/developer-content/yearplan-26-27/gantt_2026-27-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions
65
docs/user-guide/developer-content/yearplan-26-27/gantt_2026-27.md
This file contains hidden or 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,65 @@ | ||
| ```mermaid | ||
| --- | ||
| config: | ||
| theme: default | ||
| --- | ||
| %%{init: { 'themeVariables': { | ||
| 'doneTaskBkgColor': '#d3d3d3', | ||
| 'activeTaskBkgColor': '#85C1E9', | ||
| 'taskBkgColor': '#F7DC6F', | ||
| 'critBorderColor': '#ff0000' | ||
| }}}%% | ||
| gantt | ||
| title VirtualShip Year Plan, 2026 - 2027 | ||
| dateFormat YYYY-MM-DD | ||
| tickInterval 3month | ||
| weekday monday | ||
|
|
||
| section NKO scale-up | ||
| 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, 150d | ||
| First train-the-trainer workshops :active, 2026-08-01, 62d | ||
| SWRM (UU-internal) train-the-trainer :done, 2026-10-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 | ||
| [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 UU courses | ||
|
erikvansebille marked this conversation as resolved.
|
||
| OSL :active, 2026-11-01, 30d | ||
| OF :active, 2026-11-15, 30d | ||
| DyOc :active, 2027-02-15, 30d | ||
|
|
||
| section Conferences and workshops | ||
| EGU :, 2027-04-15, 20d | ||
| NAC :, 2027-03-15, 20d | ||
| EMBRACER Researcher training :, 2026-12-01, 20d | ||
| Open Science Festival :, 2026-10-01, 20d | ||
| National Ocean Sciences :, 2026-06-08, 20d | ||
|
|
||
| section Papers | ||
|
erikvansebille marked this conversation as resolved.
|
||
| 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 | ||
| 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-05-01, 90d | ||
| v1 enhancements (new instruments, e.g. gliders, atmospheric) :done, 2026-08-01, 90d | ||
|
|
||
| ``` | ||
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rerender the svg?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
woops, good point!