Skip to content

Commit

Permalink
Remove 'grants' property (after it caused failure of Zenodo update) a…
Browse files Browse the repository at this point in the history
…nd test re-adding 'communities' property.
  • Loading branch information
shodgkins committed Sep 8, 2022
1 parent 6ca93c2 commit 3f0eb60
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"access_right": "open",
"keywords": ["test", "EMERGE"],
"notes": "dataset notes can go here",
"version": "0.0.3",
"grants": [{"id": "10.13039/100000001::2022070"}]
"version": "0.0.4",
"communities": [{"identifier": "emerge-bii"}]
}
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@
testing zenodo releases

This GitHub repository is linked to the test Zenodo record at: https://doi.org/10.5281/zenodo.6081432

Metadata is stored in .zenodo.json file.

The following properties were attempted to be added, but resulted in a failure to update the record on Zenodo:

```
"grants": [{"id": "10.13039/100000001::2022070"}] (note: not sure if this is actually a valid DOI for the EMERGE grant)
```

0 comments on commit 3f0eb60

Please sign in to comment.