From 62d0bad8485ee686226cc96be82c40696f87da71 Mon Sep 17 00:00:00 2001 From: Chahan Kropf Date: Tue, 4 Jul 2023 15:24:12 +0200 Subject: [PATCH 1/2] Ignore .ipynb checkpoints --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 50f75bf..a961472 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ /202005_tropical_cyclone_calibration/data/ibtracs_cailbration/*.csv /202005_tropical_cyclone_calibration/climada_v1.4.1/__pycache__ /202005_tropical_cyclone_calibration/climada_v1.4.1/.ipynb_checkpoints/* + +*.ipynb_checkpoints/ From 4d867995e6f3df01899c0a1a58b28f794dd5134f Mon Sep 17 00:00:00 2001 From: Chahan Kropf Date: Tue, 4 Jul 2023 15:24:27 +0200 Subject: [PATCH 2/2] Proposal for zenodo json (example for the latest release) --- .zenodo.json | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..18bbf08 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,53 @@ + + "description": "

Addition of the scripts for the paper \"Global coastal protection benefits of ecosystems - past, present, and under climate change\".

", + "license": "other-open", + "title": "CLIMADA-project/climada_papers: Coastal Ecosystems TC", + "version": "v3.0", + "upload_type": "software", + "publication_date": "2023-06-30", + "creators": [ + { + "affiliation": "ETH Z\u00fcrich", + "name": "Sarah Hülsen" + }, + { + "affiliation": "The Nature Conservancy", + "name": "Robert I. McDonald" + }, + { + "affiliation": "Global Science, WWF", + "name": "Rebecca Chaplin-Kramer" + }, + { + "affiliation": "ETH Zurich", + "name": "David N. Bresch" + }, + { + "affiliation": "SPRING Innovate", + "name": "Richard Sharp" + }, + { + "affiliation": "University of Cambridge", + "name": "Thomas Worthington" + }, + { + "affiliation": "ETH Z\u00fcrich", + "name": "Chahan M. Kropf" + }, + + ], + "access_right": "open", + "related_identifiers": [ + { + "scheme": "url", + "identifier": "https://github.com/CLIMADA-project/climada_papers/tree/v3.0", + "relation": "isSupplementTo" + }, + { + "scheme": "doi", + "identifier": "10.31223/X59Q26", + "relation": "isDocumentedBy", + "resource_type": "publication-article" + } + ] +} \ No newline at end of file