|
1 | 1 | export const Features = [ |
2 | 2 | { |
3 | | - title: 'Use data from any (curvilinear) grid', |
4 | | - text: 'Parcels works on model outputs including NEMO, POP, MITgcm, and more.', |
| 3 | + title: 'Train students and researchers', |
| 4 | + text: 'The Virtual Ship is a tool to train students and researchers in marine sciences for working at sea.', |
5 | 5 | }, |
6 | 6 | { |
7 | | - title: 'Combine data on different grids', |
8 | | - text: 'Create a single Parcels FieldSet from multiple different model outputs.', |
| 7 | + title: 'Plan and execute your own expedition', |
| 8 | + text: 'The Virtual Ship allows you to plan your expedition, including the route, instruments and data collection.', |
9 | 9 | }, |
10 | 10 | { |
11 | | - title: 'Define and execute custom kernels', |
12 | | - text: 'Encode custom particle operations such as swimming or sinking.', |
| 11 | + title: 'Integrate with the Marine Facilities Planning Portal', |
| 12 | + text: 'Plan your fieldwork at the marinefacilitiesplanning.com portal and use the downloaded route in the Virtual Ship.', |
13 | 13 | }, |
14 | 14 | { |
15 | | - title: 'Advect particles in 2D and 3D', |
16 | | - text: 'Use built-in kernels for Runge-Kutta4 and Runge-Kutta45 schemes.', |
| 15 | + title: 'Works with Copernicus Marine Service data', |
| 16 | + text: 'The Virtual Ship uses the copernicusmarine tool to seamlessly download hydrodynamic and biogeochemical data.', |
17 | 17 | }, |
18 | 18 | { |
19 | | - title: 'Diffuse particles in 2D', |
20 | | - text: 'Use built-in kernels for the Milstein and Euler-Maruyama schemes.', |
| 19 | + title: 'Simulate CTD, ADCP, drifter and Argo data', |
| 20 | + text: 'The Virtual Ship simulates data retrieval from CTD, ADCP, XBT, surface drifters and Argo float instruments.', |
21 | 21 | }, |
22 | 22 | { |
23 | | - title: 'Start and stop particles during execution', |
24 | | - text: 'For example, to simulate oil spills or fish spawning.', |
| 23 | + title: 'Experience life on board with VR', |
| 24 | + text: 'The Virtual Ship includes 360 videos for VR headsets to experience life on board a research vessel.', |
25 | 25 | }, |
26 | 26 | { |
27 | | - title: 'Simulate particle-particle interactions', |
28 | | - text: 'For example, to simulate aggregation or mortality.', |
| 27 | + title: 'Use with OceanParcels', |
| 28 | + text: 'The Virtual Ship is built on top of OceanParcels, a Python library for simulating particle trajectories.', |
29 | 29 | }, |
30 | 30 | { |
31 | | - title: 'Output particle data in zarr format', |
32 | | - text: 'For highly efficient output of particle data.', |
| 31 | + title: 'Open source and free to use', |
| 32 | + text: 'The Virtual Ship is open source and free to use. You can find the code on GitHub.', |
33 | 33 | }, |
34 | 34 | ] |
0 commit comments