You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/getstarted.js
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,16 @@ export const GetStarted = [
23
23
},
24
24
{
25
25
name: 'Researcher',
26
+
images: [
27
+
{
28
+
src: '/getstarted/researcher/running.png',
29
+
alt: 'Researcher running simulation',
30
+
},
31
+
{
32
+
src: '/getstarted/researcher/VRfigure1.png',
33
+
alt: 'Researcher VR figure',
34
+
},
35
+
],
26
36
text: `Researchers can design, test, and optimise oceanographic sampling strategies with VirtualShip's flexible Python package before going to sea.
27
37
28
38
Ocean data is streamed from the Copernicus Marine Data Store. Together with realistic instrument behaviour, this supports both retrospective and near-real-time applications. Researchers can then simulate expeditions anywhere in the global ocean and evaluate different deployment strategies.
0 commit comments