@@ -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