Skip to content

Commit 1e7d735

Browse files
committed
Update projects section
1 parent bf5351e commit 1e7d735

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

39.8 KB
Loading

src/data/projects.js

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
11
export const Projects = [
22
{
33
name: 'PlasticParcels',
4-
description: 'TODO: Update description',
4+
description:
5+
'A python package for simulating the transport and dispersion of plastics in the ocean.',
56
repo: 'https://github.com/OceanParcels/plasticparcels',
6-
homepage: 'https://xgcm.readthedocs.io/en/latest/',
7+
homepage: 'https://plastic.oceanparcels.org/en/latest/',
78
logo: '/projects/plasticparcelslogo.png',
89
},
910
{
1011
name: 'VirtualShip Parcels',
11-
description: 'TODO: Update description',
12+
description:
13+
'VirtualShipParcels is a command line simulator built on Parcels allowing students to plan and conduct a virtual research expedition.',
1214
repo: 'https://github.com/OceanParcels/virtualship',
13-
homepage: 'https://xgcm.readthedocs.io/en/latest/',
14-
logo: '/projects/plasticparcelslogo.png', // TODO: Update logo
15+
homepage: 'https://virtualship.oceanparcels.org/en/latest/',
16+
logo: '/projects/virtual_ship_logo.png',
17+
},
18+
{
19+
name: 'Planktondrift',
20+
description: 'TODO: Update description',
21+
homepage: 'https://planktondrift.science.uu.nl/',
22+
logo: '/projects/planktondrift.png',
1523
},
1624
]

0 commit comments

Comments
 (0)