Browse Source

Añadir 'datacite.yml'

Hugo Merchant 5 years ago
parent
commit
816e052d38
1 changed files with 63 additions and 0 deletions
  1. 63 0
      datacite.yml

+ 63 - 0
datacite.yml

@@ -0,0 +1,63 @@
+# 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: "Jorge"
+    lastname: "Gámez"
+    affiliation: "Instituto de Neurobiología, UNAM, Campus Juriquilla, México."
+  -
+    firstname: "Germán"
+    lastname: "Mendoza"
+    affiliation: "Instituto de Neurobiología, UNAM, Campus Juriquilla, México."
+  -
+    firstname: "Luis"
+    lastname: "Prado"
+    affiliation: "Instituto de Neurobiología, UNAM, Campus Juriquilla, México."
+  -
+    firstname: "Abraham"
+    lastname: "Betancourt"
+    affiliation: "Instituto de Neurobiología, UNAM, Campus Juriquilla, México."
+  -
+    firstname: "Hugo"
+    lastname: "Merchant"
+    affiliation: "Instituto de Neurobiología, UNAM, Campus Juriquilla, México."
+
+# A name or title to describe the published resource.
+title: "'The amplitude in periodic neural state trajectories underlies the tempo of rhythmic tapping' dataset"
+
+# Any additional information. It is best practice to supply a description for the resource.
+description: |
+  Data underlying the results published in "The amplitude in periodic neural state trajectories underlies the tempo of rhythmic tapping" by Jorge Gámez, Germán Mendoza, Luis Prado, Abraham Betancourt & Hugo Merchant. 
+
+# List of keywords the resource should be associated with.
+keywords:
+  - Neuroscience
+  - Electrophysiology
+
+# 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 Attribution (CC BY)"
+  url: "https://creativecommons.org/licenses/by/4.0/"
+
+## Optional Fields
+
+# Any funding reference for this resource. Separate funder name and grant number by comma
+funding:
+  - "Consejo Nacional de Ciencia y Tecnologia # 236836 and # 196" 
+
+# 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:
+  -
+    reftype: "IsSupplementTo"
+    name: "The amplitude in periodic neural state trajectories underlies the tempo of rhythmic tapping"
+
+# 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