diff --git a/docs/source/_resources/joss/paper.bib b/docs/source/_resources/joss/paper.bib index 384ec1e7..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}, @@ -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} } @@ -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} } 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'