Skip to content

Commit

Permalink
Merge pull request #144 from LibraryCarpentry/add-zenodo-json
Browse files Browse the repository at this point in the history
update .zenodo.json file for lesson release
  • Loading branch information
tobyhodges committed Apr 20, 2023
2 parents b4e3d30 + 07d0b7c commit 601ad63
Showing 1 changed file with 23 additions and 127 deletions.
150 changes: 23 additions & 127 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,182 +2,78 @@
"contributors": [
{
"type": "Editor",
"name": "Drew Heles"
},
{
"type": "Editor",
"name": "Chuck McAndrew"
"name": "Elizabeth McAulay",
"orcid": "0000-0002-8679-9727"
},
{
"type": "Editor",
"name": "Silvia Di Giorgio"
},
{
"type": "Editor",
"name": "Eric Lopatin",
"orcid": "0000-0002-5296-1116"
"name": "r2c0der"
}
],
"creators": [
{
"name": "Greg Wilson",
"orcid": "0000-0001-8659-8979"
},
{
"name": "Belinda Weaver",
"orcid": "0000-0002-6156-7997"
},
{
"name": "James Baker",
"orcid": "0000-0002-2682-6922"
},
{
"name": "Christopher Erdmann",
"orcid": "0000-0003-2554-180X"
},
{
"name": "Katrin Leinweber",
"orcid": "0000-0001-5135-5758"
},
{
"name": "Daniel van Strien"
},
{
"name": "Jez Cope",
"orcid": "0000-0003-3629-1383"
},
{
"name": "Francois Michonneau",
"orcid": "0000-0002-9092-966X"
"name": "Elizabeth McAulay",
"orcid": "0000-0002-8679-9727"
},
{
"name": "Chuck McAndrew"
},
{
"name": "Nora McGregor"
},
{
"name": "Dan Michael Heggø",
"orcid": "0000-0002-6189-5958"
"name": "bkmgit"
},
{
"name": "davanstrien"
"name": "Christopher Felker",
"orcid": "0000-0001-5537-0824"
},
{
"name": "Jonah Duckles",
"orcid": "0000-0002-8985-3119"
"name": "Kaitlin Newson",
"orcid": "0000-0001-8739-5823"
},
{
"name": "W. Trevor King"
},
{
"name": "Alex Mendes"
"name": "Király Péter"
},
{
"name": "Tim Dennis",
"orcid": "0000-0001-6632-3812"
},
{
"name": "Jamene Brooks-Kieffer"
},
{
"name": "Mateusz Kuzak",
"orcid": "0000-0003-0087-6021"
},
{
"name": "Jeffrey Oliver",
"orcid": "0000-0003-2160-1086"
},
{
"name": "Naupaka Zimmerman",
"orcid": "0000-0003-2168-6390"
},
{
"name": "Rémi Emonet",
"orcid": "0000-0002-1870-1329"
},
{
"name": "Ryan Wick",
"orcid": "0000-0003-2143-7407"
},
{
"name": "Katrin Leinweber"
},
{
"name": "Bill McMillin"
},
{
"name": "Cornelia Cronje",
"orcid": "0000-0003-2736-6267"
},
{
"name": "DSTraining"
},
{
"name": "Evan Williamson",
"orcid": "0000-0002-7990-9924"
},
{
"name": "Thea Atwood"
},
{
"name": "Tracy Teal"
"name": "Amber Budden"
},
{
"name": "222064h"
"name": "Andrew Carlos"
},
{
"name": "Adrian Pohl"
"name": "Annajiat Alim Rasel",
"orcid": "0000-0003-0198-3734"
},
{
"name": "Alexander Mendes"
"name": "Brian Zelip"
},
{
"name": "ajtag"
"name": "Christian Knüpfer",
"orcid": "0000-0002-1323-5445"
},
{
"name": "Anna Oates"
"name": "David Palmquist"
},
{
"name": "Christina Koch",
"orcid": "0000-0001-8600-8158"
},
{
"name": "Daniel Brett"
"name": "Doing archives"
},
{
"name": "Eric Lopatin"
},
{
"name": "Jonah Duckles"
},
{
"name": "Kunal Marwaha",
"orcid": "0000-0001-9084-6971"
},
{
"name": "Madhulika B"
},
{
"name": "marswrae"
},
{
"name": "mfgaede"
},
{
"name": "Nitesh Turaga"
},
{
"name": "Shari Laster"
},
{
"name": "skramer-Y2K"
"name": "Jennifer Anne Wood Stubbs"
},
{
"name": "VictorE87"
"name": "Stephen Appel"
},
{
"name": "Yuri"
"name": "Trevor Burrows"
}
],
"license": {
Expand Down

2 comments on commit 601ad63

@emcaulay
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tobyhodges , I see my name listed twice in the new json, and I see some other things that concern me. For example, the newest maintainer's name Ravyn Manuel is given just as their github name.

@tobyhodges
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for checking through the file, @emcaulay. I hope I can address your concerns:

  1. You appear twice in the document because Zenodo entries for lessons contain an Editors field and an Creators field. Our policy has been to list Maintainers as Editors for a lesson release, and everyone who has commited to the lesson since the last release as Creators (excluding commits that were exclusively to the lesson template rather than to the content itself). You have been a Maintainer and also a contributor, so you will be listed in both fields, which is why you appear twice.
  2. Rayvn appears by GitHub username only because that is the preference she has indicated in her AMY profile. We respect the preferences of community members in this publication workflow, wher ethey have updated their AMY profile to give one.

Please sign in to comment.