Skip to content

Commit 854233e

Browse files
Updating projects
1 parent 029f1f9 commit 854233e

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

28.6 KB
Loading

src/components/projects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const Projects = () => {
1616

1717
<Box my={8}>
1818
<Text fontSize={'lg'}>
19-
This section lists some of the standalone packages, projects
19+
This section lists some of the standalone packages and projects
2020
developed with Parcels.
2121
</Text>
2222

src/data/projects.js

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,32 @@ export const Projects = [
22
{
33
name: 'PlasticParcels',
44
description:
5-
'A python package for simulating the transport and dispersion of plastics in the ocean.',
5+
'PlasticParcels is a Python package to simulate the transport and dispersion of plastics in the ocean.',
66
repo: 'https://github.com/OceanParcels/plasticparcels',
77
homepage: 'https://plastic.oceanparcels.org/en/latest/',
88
logo: '/projects/plasticparcelslogo.png',
99
},
1010
{
1111
name: 'VirtualShip Parcels',
1212
description:
13-
'VirtualShipParcels is a command line simulator built on Parcels allowing students to plan and conduct a virtual research expedition.',
13+
'VirtualShipParcels is a command-line simulator to plan and conduct a virtual research expedition.',
1414
repo: 'https://github.com/OceanParcels/virtualship',
1515
homepage: 'https://virtualship.oceanparcels.org/en/latest/',
1616
logo: '/projects/virtual_ship_logo.png',
1717
},
1818
{
19+
// TODO fix planktondrift website
1920
name: 'Planktondrift',
20-
description: 'TODO: Update description',
21+
description:
22+
'Planktondrift is a web-based platform to simulate the transport of plankton in the ocean.',
2123
homepage: 'https://planktondrift.science.uu.nl/',
2224
logo: '/projects/planktondrift.png',
2325
},
26+
{
27+
name: 'VirtualFleet',
28+
description:
29+
'Virtual Fleet is a Python tool that simulates Argo floats trajectories and measurement.',
30+
homepage: 'https://github.com/euroargodev/VirtualFleet',
31+
logo: '/projects/virtualfleet_logo.png',
32+
},
2433
]

0 commit comments

Comments
 (0)