Skip to content

Commit

Permalink
[fix] update zenodo json
Browse files Browse the repository at this point in the history
Fix error below by making minimum example to clarify authors
{
    "errors": "{'metadata': {'related_identifiers': {1: {'relation': [u'Not a valid choice.']}}}}"
}
  • Loading branch information
jvwilliams23 authored Nov 16, 2022
1 parent c3add46 commit b5ca6dc
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{
"description": "<p>First release</p>",
"license": "other-open",
"title": "jvwilliams23/StokesWallMPPIC: v0.1.0",
"version": "v0.1.0",
"upload_type": "software",
"publication_date": "2022-11-16",
"creators": [
{
"name": "Josh Williams"
Expand All @@ -15,18 +11,5 @@
{
"name": "Ali Ozel"
}
],
"access_right": "open",
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/jvwilliams23/StokesWallMPPIC/tree/v0.1.0",
"relation": "isSupplementTo"
},
{
"scheme": "doi",
"identifier": "10.5281/zenodo.7326657",
"relation": "isVersionOf"
}
]
}

0 comments on commit b5ca6dc

Please sign in to comment.