From b0d459199cb44ecbb7060e3f6c9912774db52708 Mon Sep 17 00:00:00 2001 From: Zarrar Khan Date: Wed, 14 Sep 2022 16:16:05 -0400 Subject: [PATCH] Updating zenodo.json --- .Rbuildignore | 1 + .zenodo.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 .zenodo.json diff --git a/.Rbuildignore b/.Rbuildignore index 3603422..34aa909 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -35,3 +35,4 @@ cheatsheet.pdf ^CONTRIBUTE.md$ ^cran-comments.md$ ^csheet.pdf$ +^.zenodo.json$ \ No newline at end of file diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..df1430a --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,43 @@ +{ + "language": "eng", + "license": "BSD-2-Clause", + "title": "rmap: An R package to plot and compare tabular data on customizable maps across scenarios and time", + "version": "v1.0.2", + "upload_type": "software", + "keywords": [ + "rmap", + "maps", + "spatial", + "temporal" + ], + "publication_date": "2022-09-14", + "creators": [ + { + "orcid": "0000-0002-8147-8553", + "affiliation": "Joint Global Change Research Institute, Pacific Northwest National Laboratory (PNNL)", + "name": "Khan, Zarrar" + }, + { + "orcid": "0000-0001-5385-2758", + "affiliation": "Earth System Science Interdisciplinary Center (ESSIC), University of Maryland", + "name": "Zhao, Mengqi" + }, + { + "orcid": "0000-0002-3406-6214", + "affiliation": "Joint Global Change Research Institute, Pacific Northwest National Laboratory (PNNL)", + "name": "Vernon, Chris R." + }, + { + "orcid": "0000-0002-6045-7729", + "affiliation": "Earth System Science Interdisciplinary Center (ESSIC), University of Maryland; Joint Global Change Research Institute, Pacific Northwest National Laboratory (PNNL)", + "name": "Wild, Tom" + }, + { + "orcid": "0000-0003-2944-3449", + "affiliation": "School of Public Policy, University of Maryland", + "name": "Yarlagadda, Brinda" + } + ], + "access_right": "open", + "description": "

This release is meant to complement the rmap publication in the Journal of Open Source Software (JOSS) after the peer-review process.

" +} \ No newline at end of file