-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the .zenodo.json file for auto-DOI generation upon release
.zenodo.json - Use the correct license string: "GPL-3.0" - Removed the contributors section, Zenodo doesn't like it - Updated the desription - Added keywords from the Cloud-J repo - Replaced tabs with spaces CHANGELOG.md - Updated accordingly Signed-off-by: Bob Yantosca <[email protected]>
- Loading branch information
Showing
2 changed files
with
26 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,31 @@ | ||
{ | ||
"access_right": "open", | ||
"creators": [ | ||
{ | ||
"affiliation": "Harvard University", | ||
"name": "Elizabeth W. Lundgren" | ||
{ | ||
"name": "Elizabeth Lundgren", | ||
"affiliation": "Harvard University" | ||
}, | ||
{ | ||
"affiliation": "University of California Irvine", | ||
"name": "Michael J. Prather" | ||
}, | ||
{ | ||
"affiliation": "Harvard University", | ||
"name": "Daniel J. Jacob" | ||
} | ||
], | ||
"contributors": [ | ||
{ | ||
"affiliation": "Harvard University", | ||
"name": "Haipeng Lin" | ||
}, | ||
{ | ||
"affiliation": "National Center for Atmospheric Research", | ||
"name": "Kyle Shores" | ||
} | ||
{ | ||
"name": "Michael Prather", | ||
"affiliation": "University of California, Irvine" | ||
}, | ||
{ | ||
"name": "Daniel Jacob", | ||
"affiliation": "Harvard University" | ||
} | ||
], | ||
"description": "Cloud-J multi-scattering radiative transfer model for solar radiation", | ||
"description": "Cloud-J: A multi-scattering eight-stream radiative transfer model for solar radiation.", | ||
"keywords": [ | ||
"atmospheric-chemistry", | ||
"atmospheric-composition", | ||
"atmospheric-modeling", | ||
"photolysis", | ||
"radiative-transfer", | ||
"atmospheric-computing", | ||
"scientific-computing" | ||
"radiative-transfer", | ||
"clouds", | ||
"geos-chem", | ||
"atmospheric-chemistry", | ||
"atmospheric-modeling", | ||
"photolysis", | ||
"atmospheric-composition", | ||
"aerosols", | ||
"earth-system-modeling" | ||
], | ||
"license": "gpl-3.0-license", | ||
"upload_type": "software" | ||
"upload_type": "software", | ||
"license": "GPL-3.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters