Unverified Commit bd41cece authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Adds a draft .zenodo file to get authors names (#3950)

* Adds a draft .zenodo file to get authors names

* Updates the contirbuting text to also indicate docs updates needed for first time users
parent 710e578b
Loading
Loading
Loading
Loading

.zenodo.json

0 → 100644
+198 −0
Original line number Diff line number Diff line
{
  "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
+1 −0
Original line number Diff line number Diff line
@@ -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