Browse Source

Add information for publishing with DataCite

Lorna Garcia Penton 3 years ago
parent
commit
01c3b39eb4
1 changed files with 72 additions and 0 deletions
  1. 72 0
      datacite.yml

+ 72 - 0
datacite.yml

@@ -0,0 +1,72 @@
+# Required fields
+# The main researchers involved working on the resource,
+# or the authors of the publication in priority order.
+# May be a corporate/institutional or personal name.
+# Include digital identifier (e.g., ORCID) if possible
+
+authors:
+  -
+    firstname: "Inmaculada"
+    lastname: "León"
+    affiliation: "Facultad de Psicología, Universidad de La Laguna"
+  -
+    firstname: "María José"
+    lastname: "Rodrigo"
+    affiliation: "Facultad de Psicología, Universidad de La Laguna"
+  -
+    firstname: "Ileana"
+    lastname: "Quiñones"
+    affiliation: "Basque Center on Cognition Brain and Language"
+  -
+    firstname: "Juan Andrés"
+    lastname: "Hernández-Cabrera"
+    affiliation: "Facultad de Psicología, Universidad de La Laguna"
+  -
+    firstname: "Lorna"
+    lastname: "Garcia-Penton"
+    affiliation: "MRC-CBU, University of Cambridge"
+    
+# A name or title to describe the published resource.
+title: "Cortical surface alterations in cingulate and frontal regulatory areas underlie insensitive mothering"
+
+# Any additional information. It is best practice to supply a description for the resource.
+description: High-resolution T1-MRI dataset from 24 neglectful mothers (NM) and 21 control mothers (CM) and psychological/psychiatric measurements (alexithymia, cognitive integrity, emotional availability and psychiatric disorder).
+# List of keywords the resource should be associated with.
+keywords:
+  - maternal insensitivity
+  - cortical thickness
+  - surface area
+  - mother-child interaction
+  
+# Any rights information for this resource. Please provide both a license name and a link to the license.
+# Please add also a LICENSE file to the repository
+license:
+  name: "Creative Commons CC0 1.0 Public Domain Dedication"
+  url: "https://creativecommons.org/publicdomain/zero/1.0/"
+
+## Optional Fields
+
+# Any funding reference for this resource. Separate funder name and grant number by comma
+#funding:
+#  - "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
+# Please provide digital identifier (e.g., DOI) if possible.
+#references:
+#  -
+#    doi: "10.xxx/zzzz"
+#    reftype: "IsSupplementTo"
+#    name: "PublicationName"
+#  -
+#    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
+
+# Do not edit or remove the following line
+templateversion: 1.2