Skip to content

Commit

Permalink
feat: Defining references on the DOI record
Browse files Browse the repository at this point in the history
This file informs Zenodo to add TEOS-10 (Manual & Getting started) as
references within the DOI record. This is equivalent of the references
list in a regular paper.

For more information and options: https://github.com/castelao/inception
  • Loading branch information
castelao committed Apr 20, 2021
1 parent 63a7747 commit 631302e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"related_identifiers": [
{
"scheme": "isbn",
"identifier": "978-0-646-55621-5",
"relation": "references"
},
{
"scheme": "handle",
"identifier": "http://hdl.handle.net/11329/286",
"relation": "references"
}
]
}

0 comments on commit 631302e

Please sign in to comment.