Browse Source

Update datacite.yml template

Achilleas Koutsou 3 years ago
parent
commit
bf3b328cbb
1 changed files with 10 additions and 5 deletions
  1. 10 5
      datacite.yml

+ 10 - 5
datacite.yml

@@ -33,7 +33,8 @@ description: |
 # Give as many keywords as possible, to make the resource findable.
 keywords:
   - Neuroscience
-  - Electrophysiology
+  - Keyword2
+  - Keyword3
 
 # License information for this resource. Please provide the license name and/or a link to the license.
 # Please add also a corresponding LICENSE file to the repository.
@@ -48,7 +49,7 @@ license:
 # Funding information for this resource.
 # Separate funder name and grant number by comma.
 funding:
-  - "DFG, DFG.12345"
+  - "DFG, AB1234/5-6"
   - "EU, EU.12345"
 
 
@@ -56,20 +57,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