@@ -2,7 +2,7 @@ export const Projects = [
22 {
33 name : 'PlasticParcels' ,
44 description :
5- 'PlasticParcels is a Python package to simulate the transport and dispersion of plastics in the ocean.' ,
5+ 'PlasticParcels simulates the transport and dispersion of plastics in the ocean.' ,
66 repo : 'https://github.com/OceanParcels/plasticparcels' ,
77 homepage : 'https://plastic.parcels-code.org/en/latest/' ,
88 logo_light : '/projects/plasticparcelslogo.png' ,
@@ -28,9 +28,25 @@ export const Projects = [
2828 {
2929 name : 'VirtualFleet' ,
3030 description :
31- 'Virtual Fleet is a Python tool that simulates Argo floats trajectories and measurement.' ,
31+ 'Virtual Fleet simulates Argo floats trajectories and measurement.' ,
3232 homepage : 'https://github.com/euroargodev/VirtualFleet' ,
3333 logo_light : '/projects/virtualfleet_logo.png' ,
3434 logo_dark : '/projects/virtualfleet_logo_dia.png' ,
3535 } ,
36+ {
37+ name : 'LOCATE' ,
38+ description :
39+ 'LOCATE simulates plastic particle dispersion in nearshore water.' ,
40+ homepage : 'https://github.com/UPC-LOCATE/LOCATE' ,
41+ logo_light : '/projects/LOCATE_logo.png' ,
42+ logo_dark : '/projects/LOCATE_logo.png' ,
43+ } ,
44+ {
45+ name : 'PyPlume' ,
46+ description :
47+ 'PyPlume unifies simulating, analyzing and visualizing particle trajectories.' ,
48+ homepage : 'https://github.com/jerukan/PyPlume' ,
49+ logo_light : '/projects/pyplume_logo.png' ,
50+ logo_dark : '/projects/pyplume_logo.png' ,
51+ } ,
3652]
0 commit comments