|
1 | 1 | export const Projects = [ |
2 | 2 | { |
3 | 3 | name: 'PlasticParcels', |
4 | | - description: 'TODO: Update description', |
| 4 | + description: |
| 5 | + 'A python package for simulating the transport and dispersion of plastics in the ocean.', |
5 | 6 | repo: 'https://github.com/OceanParcels/plasticparcels', |
6 | | - homepage: 'https://xgcm.readthedocs.io/en/latest/', |
| 7 | + homepage: 'https://plastic.oceanparcels.org/en/latest/', |
7 | 8 | logo: '/projects/plasticparcelslogo.png', |
8 | 9 | }, |
9 | 10 | { |
10 | 11 | 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.', |
12 | 14 | 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', |
15 | 23 | }, |
16 | 24 | ] |
0 commit comments