You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix#14: updated instructions to include format tests for .zenodo.json
* Update docs/wiki-guide/DOI-Generation.md
Co-authored-by: Elizabeth Campolongo <[email protected]>
* Fixing grammatical typo
Co-authored-by: Elizabeth Campolongo <[email protected]>
---------
Co-authored-by: Elizabeth Campolongo <[email protected]>
Copy file name to clipboardExpand all lines: docs/wiki-guide/DOI-Generation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ If your repository is likely to be updated repeatedly (i.e., generating new rele
49
49
A `.zenodo.json` can be created by applying [cffconvert](https://github.com/citation-file-format/cffconvert) to your `CITATION.cff` (without the references, as these are not supported). Then add the references and other metadata back in to the JSON (following the [Zenodo dev guide](https://developers.zenodo.org/#representation)).
50
50
The `publication_date` and `version` will need to be updated along with the `CITATION.cff` for each release.
51
51
!!! example "Example `.zenodo.json`"
52
-
An example of this is the [Andromeda Zenodo JSON](https://github.com/Imageomics/Andromeda/blob/main/.zenodo.json), which was created in [this PR](https://github.com/Imageomics/Andromeda/pull/109).
52
+
An example of this is the [Andromeda Zenodo JSON](https://github.com/Imageomics/Andromeda/blob/main/.zenodo.json). We also recommend including format tests following the example in this [PR](https://github.com/Imageomics/Andromeda/pull/120).
53
53
54
54
_Alternatively_, this information can be updated manually on the Zenodo page for the DOI record. When logged in to Zenodo, a large orange "Edit" button will appear in the top right (as in the image below). There is the ability to save as you go (without publishing the metadata changes) and an additional option to share a link with collaborators to view the suggested record information.
0 commit comments