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/ 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