Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Aug 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
198 changes: 198 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -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"
}
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down