Ver Fonte

[datacite] Change reference 'name' to 'citation'

Users should add the full citation to the reference field, not just the
title. The comment has been updated accordingly.

Added template version to file to keep track of modified fields.
Achilleas Koutsou há 5 anos atrás
pai
commit
a79dac1f74
1 ficheiros alterados com 7 adições e 3 exclusões
  1. 7 3
      conf/datacite/datacite.yml

+ 7 - 3
conf/datacite/datacite.yml

@@ -56,20 +56,24 @@ funding:
 # Please provide digital identifier (e.g., DOI) if possible.
 # Add a prefix to the ID, separated by a colon, to indicate the source.
 # Supported sources are: DOI, arXiv, PMID
+# In the citation field, please provide the full reference, including title, authors, journal etc.
 references:
   -
     id: "doi:10.xxx/zzzz"
     reftype: "IsSupplementTo"
-    name: "PublicationName1"
+    citation: "Citation1"
   -
     id: "arxiv:mmmm.nnnn"
     reftype: "IsSupplementTo"
-    name: "PublicationName2"
+    citation: "Citation2"
   -
     id: "pmid:nnnnnnnn"
     reftype: "IsReferencedBy"
-    name: "PublicationName3"
+    citation: "Citation3"
 
 
 # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
 resourcetype: Dataset
+
+# Do not edit or remove the following line
+templateversion: 1.2