From d93a5aad0cf76cfc51e2754f7c6bf9a01f09483e Mon Sep 17 00:00:00 2001 From: Lizzie Lundgren Date: Tue, 2 Apr 2024 16:13:32 -0400 Subject: [PATCH] Add Zenodo file for DOI generation Signed-off-by: Lizzie Lundgren --- .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..001b706 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,35 @@ +{ + "access_right": "open", + "creators": [ + { + "affiliation": "University of California Irvine", + "name": "Michael J. Prather", + }, +  { + "affiliation": "Harvard University", + "name": "Elizabeth W. Lundgren", + }, + ], + "contributors": [ + { + "affiliation": "Harvard University", + "name": "Haipeng Lin", + }, +  { + "affiliation": "National Center for Atmospheric Research", + "name": "Kyle Shores", + }, + ] + "description": "Cloud-J multi-scattering radiative transfer model for solar radiation", + "keywords": [ + "atmospheric-chemistry", + "atmospheric-composition", + "atmospheric-modeling", + "photolysis", + "radiative-transfer", + "atmospheric-computing", + "scientific-computing" + ], + "license": "gpl-3.0-license", + "upload_type": "software" +}