Skip to content

Commit 7786cad

Browse files
Merge pull request #16 from OceanParcels/update_features
Update features
2 parents b1e6751 + d24ae1f commit 7786cad

File tree

3 files changed

+18
-20
lines changed

3 files changed

+18
-20
lines changed

src/components/features.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ export const Features = () => {
2222
Key Features & Capabilities
2323
</Heading>
2424
<Text fontSize={'lg'}>
25-
Parcels can be used to track passive and active particulates such as
26-
water, plankton, plastic, icebergs, and fish using data from flow
27-
datasets.
25+
The Virtual Ship can be used to simulate and teach the planning, execution and analysis of ocean-based fieldwork
2826
</Text>
2927

3028
<SimpleGrid columns={{ base: 1, md: 2, lg: 4 }} spacing={8} my={8}>

src/data/features.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
export const Features = [
22
{
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.',
55
},
66
{
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.',
99
},
1010
{
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.',
1313
},
1414
{
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.',
1717
},
1818
{
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.',
2121
},
2222
{
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.',
2525
},
2626
{
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.',
2929
},
3030
{
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.',
3333
},
3434
]

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default function IndexPage() {
66
return (
77
<Layout
88
url={`/`}
9-
title={'Virtual Ship: Explore the ocean with a virtual research vessel'}
9+
title={'VirtualShip: Explore the ocean with a virtual research vessel'}
1010
card={
1111
'https://raw.githubusercontent.com/OceanParcels/oceanparcels_website/main/public/virtualship-assets/virtual_ship_logo_no-text.png'
1212
}

0 commit comments

Comments
 (0)