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
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
exportconstGetStarted=[
2
2
{
3
3
name: 'Learner',
4
+
images: [
5
+
{
6
+
src: '/getstarted/learner/software_gif.gif',
7
+
alt: 'Running the VirtualShip software as a learner',
8
+
},
9
+
{
10
+
src: '/getstarted/learner/Agulhas_plot.png',
11
+
alt: 'Output of a VirtualShip simulation in the Agulhas Region',
12
+
},
13
+
],
14
+
4
15
text: `VirtualShip supports students with a realistic framework to experience oceanographic fieldwork within a virtual environment.
5
16
6
17
The simulated sea-going expeditions allow learners to formulate their own research questions, select cruising routes, and grasp the process of research cruise planning. Just as they would during real-world oceanographic research, students face RLCs (Real-life challenges), instrument deployment, data collection, and scientific interpretation.
alt: 'Output of a VirtualShip simulation in the California Upwelling System',
29
+
},
30
+
{
31
+
src: '/getstarted/educator/VRclassroom2.JPG',
32
+
alt: 'A photo of students using the VR material in the VirtualShip classroom',
33
+
},
34
+
],
35
+
14
36
text: `VirtualShip provides educators with a modular framework to integrate virtual oceanographic fieldwork into higher education curricula.
15
37
16
38
The package combines open educational resources, scientific simulation software, and immersive VR material to support teaching activities ranging from introductory BA Marine Science courses to advanced data-driven research projects across a range of disciplines. From a four-hour workshop on fieldwork preparation to a four-week course.
@@ -47,6 +69,16 @@ export const GetStarted = [
47
69
},
48
70
{
49
71
name: 'Developer',
72
+
images: [
73
+
{
74
+
src: '/getstarted/developer/rlc_gif.gif',
75
+
alt: 'Screencast of a Real-Life Challenge (RLC) in the VirtualShip software',
76
+
},
77
+
{
78
+
src: '/getstarted/developer/VRfigure1.png',
79
+
alt: 'Screenshot of a VR figure in the VirtualShip software',
80
+
},
81
+
],
50
82
text: `VirtualShip is built as a modular Python framework designed for collaborative development.
51
83
52
84
The software uses the open-source Parcels Lagrangian simulations and streams analysis-ready ocean data directly from the Copernicus Marine Data Store. Such a pipeline gives the user scalable and realistic virtual expeditions without the need for large local datasets.
0 commit comments