From cf972e3bf6f5074baef3b55d05a17f804b7c5019 Mon Sep 17 00:00:00 2001 From: Andrew Moodie Date: Tue, 8 Jun 2021 18:20:42 -0500 Subject: [PATCH 1/3] fix malformed doi --- docs/source/_resources/joss/paper.bib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/_resources/joss/paper.bib b/docs/source/_resources/joss/paper.bib index 384ec1e7..a3a25867 100644 --- a/docs/source/_resources/joss/paper.bib +++ b/docs/source/_resources/joss/paper.bib @@ -81,7 +81,7 @@ @article{piliouras_unraveling_2021 journal = {Journal of Geophysical Research: Earth Surface}, volume = {126}, number = {4}, - doi = {https://doi.org/10.1029/2020JF005706}, + doi = {10.1029/2020JF005706}, year = {2021} } From 9735b328f78034f32f3ee34f57eeb5dbd746b484 Mon Sep 17 00:00:00 2001 From: Andrew Moodie Date: Wed, 9 Jun 2021 20:26:01 -0500 Subject: [PATCH 2/3] increment version for 2.0 release on JOSS review --- pyDeltaRCM/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyDeltaRCM/_version.py b/pyDeltaRCM/_version.py index 8b6e1fca..ed0ba734 100644 --- a/pyDeltaRCM/_version.py +++ b/pyDeltaRCM/_version.py @@ -4,4 +4,4 @@ def __version__(): Private version declaration, gets assigned to pyDeltaRCM.__version__ during import """ - return '1.3.1' + return '2.0.0' From a484f0b0ab66dbffb30e52a4e137beecf45cfdd7 Mon Sep 17 00:00:00 2001 From: Andrew Moodie Date: Fri, 11 Jun 2021 16:59:16 -0500 Subject: [PATCH 3/3] fix more bad references --- docs/source/_resources/joss/paper.bib | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/_resources/joss/paper.bib b/docs/source/_resources/joss/paper.bib index a3a25867..add346a3 100644 --- a/docs/source/_resources/joss/paper.bib +++ b/docs/source/_resources/joss/paper.bib @@ -1,5 +1,5 @@ @article{liang_reduced_1_2015, - author = {Liang, M. and Voller, V. R. and Paola, C.}, + author = {Liang, Man and Voller, Vaughan R. and Paola, Chris}, title = {A reduced-complexity model for river delta formation -- {P}art 1: Modeling deltas with channel dynamics}, journal = {Earth Surface Dynamics}, volume = {3}, @@ -10,7 +10,7 @@ @article{liang_reduced_1_2015 } @article{liang_reduced_2_2015, - author = {Liang, M. and Geleynse, N. and Edmonds, D. A. and Passalacqua, P.}, + author = {Liang, Man and Geleynse, Nathanael. and Edmonds, Douglas A. and Passalacqua, Paola}, title = {A reduced-complexity model for river delta formation -- {P}art 2: Assessment of the flow routing scheme}, journal = {Earth Surface Dynamics}, volume = {3}, @@ -126,7 +126,7 @@ @article{hutton_basic_2020 volume = {5}, number = {51}, pages = {2317}, - author = {Eric W.h. Hutton and Mark D. Piper and Gregory E. Tucker}, + author = {Eric {W. H.} Hutton and Mark D. Piper and Gregory E. Tucker}, title = {The Basic Model Interface 2.0: A standard interface for coupling numerical models in the geosciences}, journal = {Journal of Open Source Software} }