-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathshowcase.qmd
More file actions
151 lines (104 loc) · 4.82 KB
/
showcase.qmd
File metadata and controls
151 lines (104 loc) · 4.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
---
title: "VirtualShip"
subtitle: "NMF Roadshow | 2026"
format:
revealjs:
self-contained: true
scrollable: true
slide-number: true
theme: default
logo: "https://virtualship.readthedocs.io/en/latest/_static/virtual_ship_logo.png"
title-slide-attributes:
data-background-video: "./media/ship_still.mp4"
data-background-video-loop: true
data-background-video-muted: true
data-background-opacity: "0.7"
controls: true
include-in-header:
- text: |
<style>
#title-slide .title {
font-size: 1.4em;
font-weight: 600;
}
</style>
<style>
#title-slide .subtitle {
font-size: 1.0em;
}
</style>
---
## {height="145"} {.smaller}
- Open-source **VirtualShip** software provides scientists with an authentic experience of sea-going research anywhere in the global ocean.
- Simulates measurements in a _digital_ ocean as if they are coming from real-life oceanographic instruments
- Including CTDs, ADCPs, Drifters, Argo floats, and more.
::: {layout-ncol=3 layout-valign="top"}

{height="200px"}

:::
##  {.smaller}
- VirtualShip is a powerful tool for:
- **Research** (testing new instrument designs, sampling strategies, OSSEs, etc.)
:::{.callout-note}
Today, I am talking about the VirtualShip *software*. We also run the **VirtualShip Classroom**, which incorporates educational resources and VR to build an authentic learning experience for students (at UU and soon beyond).
:::
## VirtualShip internals {.smaller}
- <span style="vertical-align: middle;">
{width=250}
</span>
- Lagrangian trajectory framework
- Instruments have behaviours via customisable, extensible `kernels`
- VirtualShip = `kernel`s + configuration + digital ocean
<!-- <br> -->
- <span style="vertical-align: middle;">
{width=250} </span>
- The digital ocean
- Data ingestion is by default 'streamed' via `copernicusmarine` Python toolbox (on-the-fly)
- With an option to pre-download to ingest (any gridded forcing data) from disk
## An example expedition 🚢
::: {layout-ncol=1 style="display: flex; justify-content: center;"}

:::
## An example expedition 🚢
Argo Float deployment
<iframe src="media/argo_plot.html" data-external="1" width="100%" height="800px" frameborder="0"></iframe>
## VirtualShip applications 🚢 {.smaller}
- For researchers:
- Observing System Simulation Experiments (OSSEs)
- VirtualShip can help mesh diverse deployments in a digital ocean before spending thousands/millions of € on real-life deployments.
- For complementing real-life expeditions:
- Plan your expedition in a digital ocean before you go to sea.
- Real-time adaptive strategies where sampling plans on real-life expedtions are updated based on incoming data and/or forecasts.
- For educators:
- VirtualShip Classroom (software + open educational resources + VR / 360° videos)
## Get in touch! {.smaller}
- If you're interested in using VirtualShip for research, please don't hesitate to get in touch.
::: {.columns}
::: {.column width="50%"}
- By **email**:
- Jamie Atkins: [j.r.c.atkins@uu.nl](mailto:j.r.c.atkins@uu.nl)
- Emma Daniels: [e.e.daniels1@uu.nl](mailto:e.e.daniels1@uu.nl)
- Erik van Sebille: [e.vansebille@uu.nl](mailto:e.vansebille@uu.nl)
:::
::: {.column width="25%"}
- Via **GitHub**
:::
::: {.column width="25%"}
{height=170 fig-align="left"}
:::
:::
::: {.callout-note appearance="simple"}
::: {.columns}
::: {.column width="62%"}
**VirtualShip Classroom**
If you're interested specifically in its application in **education**, please sign up to one of our upcoming VirtualShip Classroom inspiration showcases (via the QR code below):
- 14:00-15:00 2nd April 2026
- 14:00-15:00 7th May 2026
:::
::: {.column width="30%"}
{height=200px fig-align="right"}
:::
:::
:::
# Now, a live software demo...