From 37d753fcd583bf09a0846425d3fcf919a64d8c7b Mon Sep 17 00:00:00 2001 From: thurber Date: Thu, 17 Jun 2021 12:53:54 -0700 Subject: [PATCH] add zenodo meta --- .zenodo.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..0bc1b90 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,35 @@ +{ + "title": "mosartwmpy: A Python implementation of the MOSART-WM coupled hydrologic routing and water management model", + "creators": [ + { + "name": "Travis Thurber", + "affiliation": "Pacific Northwest National Laboratory, Richland, WA., USA", + "orcid": "0000-0002-4370-9971" + }, + { + "name": "Chris R. Vernon", + "affiliation": "Pacific Northwest National Laboratory, Richland, WA., USA", + "orcid": "0000-0002-3406-6214" + }, + { + "name": "Ning Sun", + "affiliation": "Pacific Northwest National Laboratory, Richland, WA., USA", + "orcid": "0000-0002-4094-4482" + }, + { + "name": "Sean W. D. Turner", + "affiliation": "Pacific Northwest National Laboratory, Richland, WA., USA", + "orcid": "0000-0003-4400-9800" + }, + { + "name": "Jim Yoon", + "affiliation": "Pacific Northwest National Laboratory, Richland, WA., USA", + "orcid": "0000-0002-8025-2587" + }, + { + "name": "Nathalie Voisin", + "affiliation": "Pacific Northwest National Laboratory, Richland, WA., USA", + "orcid": "0000-0002-6848-449X" + } + ] +} \ No newline at end of file