diff --git a/src/data/features.js b/src/data/features.js index 5ba889e..348db69 100644 --- a/src/data/features.js +++ b/src/data/features.js @@ -16,7 +16,7 @@ export const Features = [ text: 'VirtualShip uses the copernicusmarine tool to seamlessly download hydrodynamic and biogeochemical data.', }, { - title: 'Simulate CTD, ADCP, drifter and Argo data', + title: 'Simulate oceanographic instruments', text: 'VirtualShip simulates data retrieval from CTD, ADCP, XBT, surface drifters and Argo float instruments.', }, { @@ -24,11 +24,11 @@ export const Features = [ text: 'VirtualShip includes 360 videos for VR headsets to experience life on board a research vessel.', }, { - title: 'Use with OceanParcels', + title: 'Built on OceanParcels', text: 'VirtualShip is built on top of OceanParcels, a Python library for simulating particle trajectories.', }, { - title: 'Open source and free to use', - text: 'VirtualShip is open source and free to use. You can find the code on GitHub.', + title: 'Free to use and open source', + text: 'VirtualShip is free to use and open source. You can find the code on GitHub.', }, ]