From a751c8af93172b43d5120e7a01f357369567a684 Mon Sep 17 00:00:00 2001 From: Bob Yantosca Date: Thu, 16 Jan 2025 17:19:17 -0500 Subject: [PATCH] Add .zenodo.json to auto-populate DOI fields upon version releases .zenodo.json - Added this JSON file, which will auto-populate the various fields for auto-generation of DOIs at Zenodo for each version release. CHANGELOG.md - Updated accordingly Signed-off-by: Bob Yantosca --- .zenodo.json | 22 ++++++++++++++++++++++ CHANGELOG.md | 1 + 2 files changed, 23 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 000000000..a9250cb80 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,22 @@ +{ + "access_right": "open", + "creators": [ + { + "name": "The International GEOS-Chem User Community" + } + ], + "description": "GEOS-Chem (science codebase)", + "keywords": [ + "atmospheric-chemistry", + "atmospheric-composition", + "atmospheric-modeling", + "aws", + "climate-modeling", + "cloud-computing", + "geos-chem", + "atmospheric-computing", + "scientific-computing" + ], + "license": "mit-license", + "upload_type": "software" +} diff --git a/CHANGELOG.md b/CHANGELOG.md index eaeb459db..84918e9ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Added - Added Australian Hg emissions for 2000-2019 from MacFarlane et. al. [2022], plus corresponding mask file - Added comments in GEOS-Chem Classic `HISTORY.rc` template files advising users not to change the `BoundaryConditions.frequency` setting +- Added `.zenodo.json` for auto-DOI generation upon version releases ### Fixed - Reverted CH4 livestock emissions to EDGAR v7 to avoid hotspots and to apply seasonality