From a2be35da0889ff307297a71a2f22b77ee87f1f10 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunke Date: Thu, 1 Aug 2019 13:07:02 -0600 Subject: [PATCH] zenodo template --- .zenodo.json | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 000000000..f7e97c231 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,104 @@ +{ + "license": "other-open", + "description": "No description provided", + "language": "English", + "title": "CICE-Consortium/Icepack: Icepack m.n.p", + "keywords": [ + "sea ice model, Icepack" + ], + "version": "m.n.p", + "upload_type": "software", + "communities": [ + { + "identifier": "cice-consortium" + } + ], + "publication_date": "2019-06-20", + "creators": [ + { + "affiliation": "Los Alamos National Laboratory", + "name": "Elizabeth Hunke" + }, + { + "affiliation": "Naval Research Laboratory Stennis Space Center", + "name": "Richard Allard" + }, + { + "affiliation": "National Center for Atmospheric Research", + "name": "David A. Bailey" + }, + { + "affiliation": "Environment and Climate Change Canada", + "name": "Philippe Blain" + }, + { + "affiliation": "Environment and Climate Change Canada", + "name": "Amelie Bouchat" + }, + { + "affiliation": "National Oceanic and Atmospheric Administration", + "name": "Tony Craig" + }, + { + "affiliation": "Environment and Climate Change Canada", + "name": "Frederic Dupont" + }, + { + "affiliation": "National Center for Atmospheric Research", + "name": "Alice DuVivier" + }, + { + "affiliation": "National Oceanic and Atmospheric Administration", + "name": "Robert Grumbine" + }, + { + "affiliation": "Naval Research Laboratory Stennis Space Center", + "name": "David Hebert" + }, + { + "affiliation": "National Center for Atmospheric Research", + "name": "Marika Holland" + }, + { + "affiliation": "Los Alamos National Laboratory", + "name": "Nicole Jeffery" + }, + { + "affiliation": "Environment and Climate Change Canada", + "name": "Jean-Francois Lemieux" + }, + { + "affiliation": "Danish Meteorological Institute", + "name": "Till Rasmussen" + }, + { + "affiliation": "Danish Meteorological Institute", + "name": "Mads Ribergaard" + }, + { + "affiliation": "Los Alamos National Laboratory", + "name": "Andrew Roberts" + }, + { + "affiliation": "Naval Research Laboratory Stennis Space Center", + "name": "Matthew Turner" + }, + { + "affiliation": "Geophysical Fluid Dynamics Laboratory", + "name": "Michael Winton" + } + ], + "access_right": "open", + "related_identifiers": [ + { + "scheme": "url", + "identifier": "https://github.com/CICE-Consortium/Icepack/tree/Icepack1.0.0", + "relation": "isSupplementTo" + }, + { + "scheme": "doi", + "identifier": "10.5281/zenodo.1213462", + "relation": "isVersionOf" + } + ] +} \ No newline at end of file