Browse Source

Update 'datacite.yml'

Lorna Garcia Penton 3 years ago
parent
commit
eb12cc03ff
1 changed files with 17 additions and 11 deletions
  1. 17 11
      datacite.yml

+ 17 - 11
datacite.yml

@@ -51,22 +51,28 @@ license:
 #  - "DFG, DFG.12345"
 #  - "EU, EU.12345"
 
-# Related publications. reftype might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
-# for further valid types see https://schema.datacite.org/meta/kernel-4
+# Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
 # Please provide digital identifier (e.g., DOI) if possible.
-#references:
-# -
+# 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.1101/2020.01.29.924613"
+    reftype: "IsSupplementTo"
+    citation: "Leon, I., Rodrigo, M.J., Quinones, I., Hernandez-Cabrera, J.A., & García-Pentón, L. (2020) Cortical surface alterations in cingulate and frontal regulatory areas underlies insensitive mothering. bioRxiv preprint."
 #    doi: "https://doi.org/10.1101/2020.01.29.924613"
 #    reftype: "bioRxiv"
 #    name: "Leon, I., Rodrigo, M.J., Quinones, I., Hernandez-Cabrera, J.A., & García-Pentón, L. (2020) Cortical surface alterations in cingulate and frontal regulatory areas underlies insensitive mothering. bioRxiv preprint."
-# -
-#    reftype: "IsPartOf"
-#    name: "PublicationName"
 
-# Type of the data in this repository (Dataset, Model, Software, Other see
-# https://schema.datacite.org/meta/kernel-4.1/doc/DataCite-MetadataKernel_v4.1.pdf
-# for examples
-dtype: Dataset
+# 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
+
+
+# Type of the data in this repository (Dataset, Model, Software, Other see
+# https://schema.datacite.org/meta/kernel-4.1/doc/DataCite-MetadataKernel_v4.1.pdf
+# for examples
+#dtype: Dataset