Browse Source

Upload files to ''

Francesco Marini 5 years ago
parent
commit
e33ad8eb0a
1 changed files with 62 additions and 0 deletions
  1. 62 0
      datacite.yml

+ 62 - 0
datacite.yml

@@ -0,0 +1,62 @@
+# 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: "Francesco"
+    lastname: "Marini"
+    affiliation: "Department of Psychology, University of Nevada, Reno, NV; Swartz Center for Computational Neuroscience, University of California San Diego, La Jolla, CA"
+    id: "0000-0002-4071-4783"
+  -
+    firstname: "Katherine"
+    lastname: "Breeding"
+    affiliation: "Department of Psychology, University of Nevada, Reno, NV"
+  -
+    firstname: "Jacqueline"
+    lastname: "Snow"
+    affiliation: "Department of Psychology, University of Nevada, Reno, NV"
+
+# A name or title to describe the published resource.
+title: "Dataset of 24-subject EEG recordings during viewing of real-world objects and planar images of the same items"
+
+# Any additional information. It is best practice to supply a description for the resource.
+description: |
+  Example description
+  that can contain linebreaks
+  but has to maintain indentation.
+
+# List of keywords the resource should be associated with.
+keywords:
+  - Neuroscience
+  - Electrophysiology
+  - EEG
+  - Psychology
+
+# 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-ShareAlike 4.0 International"
+  url: "https://creativecommons.org/licenses/by-sa/4.0/"
+
+## Optional Fields
+
+# Any funding reference for this resource. Separate funder name and grant number by comma
+funding:
+  - "NSF, 1632849"
+  - "NIH, R01EY026701"
+  - "NIGMS, P20 GM103650"
+
+# 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: "Dataset of 24-subject EEG recordings during viewing of real-world objects and planar images of the same items"
+  -
+    doi: "10.xxx/zzzz"
+    reftype: "IsSupplementTo"
+    name: "Distinct visuo-motor brain dynamics for real-world objects versus planar images"