From 0bd3824a32443208750516d9d82e6bf36dc16f4a Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 13 Jul 2020 16:39:52 -0700 Subject: [PATCH 1/2] Adds a draft .zenodo file to get authors names --- .zenodo.json | 198 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 198 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000000..0c6f935d18 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,198 @@ +{ + "creators": [ + { + "affiliation": "United States Geological Survey, Astro Geology Science Center", + "name": "Laura, Jason", + "orcid": "" + }, + { + "affiliation": "United States Geological Survey, Astro Geology Science Center", + "name": "Mapel, Jesse" + }, + { + "affiliation": "United States Geological Survey, Astro Geology Science Center", + "name": "Berry, Kristin" + }, + { + "affiliation": "United States Geological Survey, Astro Geology Science Center", + "name": "Lee, Kaitlyn" + }, + { + "affiliation": "United States Geological Survey, Astro Geology Science Center", + "name": "Rodriguez, Kelvin" + }, + { + "affiliation": "United States Geological Survey, Astro Geology Science Center", + "name": "Sides, Stuart", + "orcid": "" + }, + { + "affiliation": "United States Geological Survey, Astro Geology Science Center", + "name": "Paquette, Adam" + }, + { + "affiliation": "United States Geological Survey, Astro Geology Science Center", + "name": "Williams, Kaj" + }, + { + "affiliation": "United States Geological Survey, Astro Geology Science Center", + "name": "Sanders, Austin" + }, + { + "affiliation": "United States Geological Survey, Astro Geology Science Center", + "name": "Adoram-Kershner, Lauren" + }, + { + "affiliation": "United States Geological Survey, Astro Geology Science Center", + "name": "Shinaman, John" + }, + { + "affiliation": "United States Geological Survey, Astro Geology Science Center", + "name": "Weller, Lynn" + }, + { + "affiliation": "United States Geological Survey, Astro Geology Science Center", + "name": "Dunn, Evin" + }, + { + "affiliation": "United States Geological Survey, Astro Geology Science Center", + "name": "Giroux, Tim" + }, + { + "name": "Sucharski, Tracie" + }, + { "name": "Backer, Jeanie" + }, + { + "name": "Goins, Adam" + }, + { + "name": "Shepard, Makayla" + }, + { + "name": "Combs, Christopher" + }, + { + "name": "Cook, Debbie" + }, + { + "name": "Becker, Kris" + }, + { + "name": "Stapleton, Summer" + }, + { + "name": "Neubauer, Cole" + }, + { + "name": "Wilson, Tyler" + }, + { + "name": "Giroux, Aaron" + }, + { + "name": "Milazzo, Moses" + }, + { + "name": "Beyer, Ross" + }, + { + "name": "Howington-Kraus, Elpitha" + }, + { + "name": "Edmundson, Kenneth" + }, + { + "name": "Saleh, Raad" + }, + { + "name": "Alexandrov, Oleg" + }, + { + "name": "Curtis, Aaron" + }, + { + "name": "Gault, Eric" + }, + { + "name": "Annex, Andrew" + }, + { + "name": "Silva, Victor" + }, + { + "name": "Seignovert, Benoit" + }, + { + "name": "Stebenne, Andrew" + }, + { + "name": "Austin, Christopher" + }, + { + "name": "Rose, Curtis" + }, + { + "name": "Miller, David" + }, + { + "name": "Lee, Ella Mae" + }, + { + "name": "Heyer, Eric" + }, + { + "name": "Humphrey, Ian" + }, + { + "name": "Rideout, Jai" + }, + { + "name": "Crough, James Alexander" + }, + { + "name": "Barrett, Janet" + }, + { + "name": "Anderson, Jeff" + }, + { + "name": "Covington, Jeffrey" + }, + { + "name": "Bonn, John" + }, + { + "name": "Oyama, Kim" + }, + { + "name": "Boyd, Mackenzie" + }, + { + "name": "Hahn, Marjorie" + }, + { + "name": "Eis, Mathew" + }, + { + "name": "Thomas, Orrin" + }, + { + "name": "Brownsberger, Sasha" + }, + { + "name": "Prasad, Sharmilla" + }, + { + "name": "Lambright, Steven" + }, + { + "name": "Addair, Travis" + }, + ], + "title": "Integrated Software for Imageers and Spectrometers", + "description": "A software library and set of tools to support ingestions, processing, and analysis of planetary science data.", + "license": "cc-zero", + "access_right": "open", + "upload_type": "software" +} \ No newline at end of file From 01f0bd3599ec6fe348c6dfb70e5f616743a50f6f Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 13 Jul 2020 16:46:11 -0700 Subject: [PATCH 2/2] Updates the contirbuting text to also indicate docs updates needed for first time users --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 28d3e9a52a..f68591f556 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,6 +43,7 @@ In the case of an objection being raised in a pull request by another committer, committers should seek to arrive at a consensus by way of addressing concerns being expressed by discussion, compromise on the proposed change, or withdrawal of the proposed change. +When making a contribution for the first time, please add your name to the Authors.rst file **and** the `.zenodo.json file.` We strongly recommend adding your affiliation and ORCiD to the `zenodo.json` file. These additions only have to happen once. # Becoming a Committer