Skip to content

Commit 9d405b3

Browse files
Reducing to six features
1 parent e6917a0 commit 9d405b3

2 files changed

Lines changed: 10 additions & 18 deletions

File tree

src/components/features.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const Features = () => {
2626
and analysis of ocean-based fieldwork
2727
</Text>
2828

29-
<SimpleGrid columns={{ base: 1, md: 2, lg: 4 }} spacing={8} my={8}>
29+
<SimpleGrid columns={{ base: 1, md: 2, lg: 3 }} spacing={8} my={8}>
3030
{features.map((feature, index) => (
3131
<HStack key={index} align={'top'} my={2}>
3232
<Box color={'green.400'}>

src/data/features.js

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,26 @@
11
export const Features = [
22
{
3-
title: 'Train students and researchers',
4-
text: 'VirtualShip is a tool to train students and researchers in marine sciences for working at sea.',
3+
title: 'Train students and researchers — free to use and open source',
4+
text: 'VirtualShip is a free, open-source, tool to train students and researchers in marine sciences for working at sea. You can find the code on GitHub.',
55
},
66
{
77
title: 'Plan and execute your own expedition',
88
text: 'VirtualShip allows you to plan your expedition, including the route, instruments and data collection.',
99
},
1010
{
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 VirtualShip.',
11+
title: 'Experience life on board with VR',
12+
text: 'VirtualShip includes 360 videos for VR headsets to experience life on board a research vessel.',
1313
},
1414
{
15-
title: 'Works with Copernicus Marine Service data',
16-
text: 'VirtualShip uses the copernicusmarine tool to seamlessly download hydrodynamic and biogeochemical data.',
15+
title: 'Integrate with the Marine Facilities Planning Portal',
16+
text: 'Plan your fieldwork at the marinefacilitiesplanning.com portal and use the downloaded route in VirtualShip.',
1717
},
1818
{
1919
title: 'Simulate oceanographic instruments',
20-
text: 'VirtualShip simulates data retrieval from CTD, ADCP, XBT, surface drifters and Argo float instruments.',
21-
},
22-
{
23-
title: 'Experience life on board with VR',
24-
text: 'VirtualShip includes 360 videos for VR headsets to experience life on board a research vessel.',
25-
},
26-
{
27-
title: 'Built on Parcels',
28-
text: 'VirtualShip is built on top of Parcels, a Python library for simulating particle trajectories.',
20+
text: 'VirtualShip simulates data retrieval from (bio)CTD, ADCP, XBT, surface drifters, and Argo float instruments.',
2921
},
3022
{
31-
title: 'Free to use and open source',
32-
text: 'VirtualShip is free to use and open source. You can find the code on GitHub.',
23+
title: 'Built on Parcels & Copernicus Marine Service data',
24+
text: 'VirtualShip uses Parcels, a Python library for simulating particles, and the CopernicusMarine tool to seamlessly download hydrodynamic and biogeochemical data.',
3325
},
3426
]

0 commit comments

Comments
 (0)