From b499ccb910dd71756f2330a3b55778cf2d02277b Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Thu, 7 Feb 2019 11:24:15 +0200 Subject: [PATCH] setup zenodo archiving --- .zenodo.json | 42 ++++++++++++++++++++++++++++++++++++++++++ CONTRIBUTING.md | 8 ++++++++ 2 files changed, 50 insertions(+) create mode 100644 .zenodo.json create mode 100644 CONTRIBUTING.md diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..58fe64b --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,42 @@ +{ + "creators": [ + { + "name": "Brown, Louise", + "orcid": "0000-0001-6493-6850" + }, + { + "name": "Crusoe, Michael R.", + "orcid": "0000-0002-2961-9670" + }, + { + "name": "Miļajevs, Dmitrijs", + "affiliation": "Queen Mary, University of London" + }, + { + "name": "Romanowska, Iza", + "orcid": "0000-0002-9487-2111" + } + ], + "keywords": [ + "citation", + "software citation", + "software credit" + ], + "license": "CC-BY-4.0", + "upload-type": "publication", + "publication-type": "report", + "title": "Should you cite this particular piece of software?", + "access_right": "open", + "contributors": [ + { + "name": "Crusoe, Michael R.", + "orcid": "0000-0002-2961-9670", + "type": "ContactPerson" + } + ], + "references": [ + "Mike Jackson. How to cite and describe software. Software Sustainability Institute. . URL:https://www.software.ac.uk/how-cite-software. Accessed: 2019-02-07. (Archived by WebCite® at http://www.webcitation.org/760MTAdy5)", + "Robin Wilson. Encouraging citation of software – introducing CITATION files. Robin's Blog. . URL:http://blog.rtwilson.com/encouraging-citation-of-software-introducing-citation-files/. Accessed: 2019-02-07. (Archived by WebCite® at http://www.webcitation.org/760MWN7Lj)" + ], + "language": "eng" +} diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..c38dff7 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,8 @@ +## Recognizing contributions + +We welcome and recognize all contributions from documentation to testing to code development. + +You can see a list of current contributors in our [zenodo file][link_zenodo]. +If you are new to the project, don't forget to add your name and affiliation there! + +[link_zenodo]: https://github.com/mr-c/shouldacite/blob/master/.zenodo.json