From e301cceeb7f1f2bedb6b90b922ffe846942cbc47 Mon Sep 17 00:00:00 2001 From: Erik van Sebille Date: Wed, 1 May 2024 17:15:44 +0200 Subject: [PATCH] Update links to parcels papers in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef631dd..d3ab740 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # PlasticParcels -`PlasticParcels` is a python package for simulating the transport and dispersion of plastics in the ocean. The tool is based on `v3.0.2` of the [`Parcels`](https://oceanparcels.org/) computational Lagrangian ocean analysis framework [@Lange2017](http://dx.doi.org/10.5194/gmd-10-4175-2017)[@Delandmeter2019](http://dx.doi.org/10.5194/gmd-12-3571-2019), providing a modular and customizable collection of methods, notebooks, and tutorials for advecting virtual plastic particles with a wide range of physical properties. +`PlasticParcels` is a python package for simulating the transport and dispersion of plastics in the ocean. The tool is based on `v3.0.2` of the [`Parcels`](https://oceanparcels.org/) computational Lagrangian ocean analysis framework ([@Lange2017](http://dx.doi.org/10.5194/gmd-10-4175-2017) and [@Delandmeter2019](http://dx.doi.org/10.5194/gmd-12-3571-2019)), providing a modular and customizable collection of methods, notebooks, and tutorials for advecting virtual plastic particles with a wide range of physical properties. # Table of contents 0. [Description of Software](#description)