Skip to content

Commit

Permalink
add type field to contributors and remove grant id unknown to zenodo
Browse files Browse the repository at this point in the history
Fixes suggest by ax3l in alpaka-group#114.
  • Loading branch information
bernhardmgruber committed Jun 8, 2021
1 parent c60373b commit ba5a54f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,18 @@
"contributors": [
{
"name": "Wesarg, Bert",
"affiliation": "TU Dresden"
"affiliation": "TU Dresden",
"type": "Other"
},
{
"name": "Velten, Markus",
"affiliation": "TU Dresden"
"affiliation": "TU Dresden",
"type": "Other"
},
{
"name": "Werner, Matthias",
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf"
"affiliation": "Helmholtz-Zentrum Dresden-Rossendorf",
"type": "Other"
}
],
"access_right": "open",
Expand All @@ -45,9 +48,6 @@
"grants": [
{
"id": "654220"
},
{
"id": "05E18CHA"
}
]
}

0 comments on commit ba5a54f

Please sign in to comment.