Skip to content

Commit b8a8221

Browse files
ammeddj-atkinspre-commit-ci[bot]
authored
Ocean of future content in docs (#250)
* add plotting materials to UU ocean of future directory * rename course directory * WIP presentation and tutorial handouts * presentation updates * update tut1 * update material * add tutorial for set up on jupyter collaborative workspace * add collaborative workspace setup guide to index * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add info about having to repeat steps if closing Terminal * fix typo in path * small edits * add index for docs * update GitHub references in conf.py to reflect correct organization * small edits * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix link formatting in index.md * temporarily fix link * add to do * add schedule duration live monitoring notebook * presentation updates * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * presentation updates * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add content and image * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: j-atkins <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b538407 commit b8a8221

File tree

9 files changed

+2239
-699
lines changed

9 files changed

+2239
-699
lines changed

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
7878
"user-guide/assignments/Sail_the_ship": "user-guide/_images/freepik_research_vessel.jpg",
7979
"user-guide/assignments/Code_of_conduct": "user-guide/_images/freepik_code_of_conduct.jpg",
8080
"user-guide/teacher-content/ILOs": "user-guide/_images/ILOs.jpg",
81+
"user-guide/teacher-content/UU-ocean-of-future/Tutorial1": "user-guide/_images/freepik_assignment.png",
82+
"user-guide/teacher-content/UU-ocean-of-future/Tutorial2": "user-guide/_images/freepik_assignment.png",
8183
}
8284

8385
sphinx_gallery_conf = {"default_thumb_file": "_static/virtual_ship_logo.png"}
1.39 MB
Loading

docs/user-guide/_images/links.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"\n",
1919
"[Research_vessel](freepik_research_vessel.jpg)\n",
2020
"\n",
21-
"[ILOs](ILOs.jpg)"
21+
"[ILOs](ILOs.jpg)\n",
22+
"\n",
23+
"[Assignment](freepik_assignment.png)"
2224
]
2325
}
2426
],
Binary file not shown.

docs/user-guide/teacher-content/UU-ocean-of-future/Presentation.html

Lines changed: 2220 additions & 690 deletions
Large diffs are not rendered by default.

docs/user-guide/teacher-content/UU-ocean-of-future/Presentation.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ subtitle: "Ocean of the future <br> 13-11-2025"
44
author: "Emma Daniels & Jamie Atkins <br> Postdocs @ UU <br> Virtual Ship Classroom"
55
format:
66
revealjs:
7+
embed-resources: true
78
slide-number: true
89
theme: sky
910
logo: "https://virtualship.readthedocs.io/en/latest/_static/virtual_ship_logo.png"

docs/user-guide/teacher-content/UU-ocean-of-future/Tutorial2.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"id": "c6b4d243",
66
"metadata": {},
77
"source": [
8+
"# Tutorial 2\n",
9+
"\n",
810
"## Open the notebook CTD transects and run all cells to generate some plots\n",
911
"- modify your data directory\n",
1012
"data_dir\n",
@@ -20,7 +22,7 @@
2022
"\n",
2123
"Oxygen:\n",
2224
"- Describe the evolution of oxygen along the transect\n",
23-
"- Can you identify any oxygen minimum zones? Hypoxia?\n",
25+
"- Where is the lowest oxygen found and why do you think this is the case?\n",
2426
"\n",
2527
"Nitrate: \n",
2628
"Is there nearest to land there are very high nitrate values\n",

docs/user-guide/teacher-content/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,19 @@ We evaluated in several (under)graduate courses and find that the VirtualShip Cl
1818

1919
```{nbgallery}
2020
---
21-
maxdepth: 1
21+
maxdepth: 2
2222
caption: Teaching material
2323
---
24-
2524
ILOs.ipynb
2625
```
2726

28-
## UU Ocean of the Future
29-
3027
```{nbgallery}
3128
---
32-
maxdepth: 1
29+
caption: UU Ocean of the Future
3330
---
3431
UU-ocean-of-future/Tutorial1.ipynb
32+
UU-ocean-of-future/CoordinatesExport-Transect.xlsx
33+
UU-ocean-of-future/Tutorial2.ipynb
34+
UU-ocean-of-future/CTD_transects.ipynb
35+
UU-ocean-of-future/plot_slider.py
3536
```

docs/user-guide/tutorials/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
maxdepth: 1
66
caption: Post-processing results
77
---
8-
<!-- ADCP_data_tutorial.ipynb -->
9-
<!-- CTD_data_tutorial.ipynb -->
8+
surf_research_cloud_setup.ipynb
9+
surf_collaborative_setup.ipynb
10+
ADCP_data_tutorial.ipynb
11+
CTD_data_tutorial.ipynb
1012
Drifter_data_tutorial.ipynb
1113
Argo_data_tutorial.ipynb
1214
CTD_transects.ipynb

0 commit comments

Comments
 (0)