Browse Source

Add 'datacite.yml'

Holly Bridge 5 years ago
parent
commit
31ac1a7c5d
1 changed files with 103 additions and 0 deletions
  1. 103 0
      datacite.yml

+ 103 - 0
datacite.yml

@@ -0,0 +1,103 @@
+# 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: "Holly"
+    lastname: "Bridge"
+    affiliation: "Wellcome Centre for Integrative Neuroimaging, University of Oxford"
+    id: "AuthorID1 (e.g. ORCID)"
+  -
+    firstname: "Andrew"
+    lastname: "Bell"
+    affiliation: "Department of Experimental Psychology, University of Oxford"
+  -
+    firstname: "Matt"
+    lastname: "Ainsworth"
+    affiliation: "Department of Experimental Psychology, University of Oxford"
+  -
+    firstname: "Jerome"
+    lastname: "Sallet"
+    affiliation: "Department of Experimental Psychology, University of Oxford"
+  -
+    firstname: "Elsie"
+    lastname: "Premereur"
+    affiliation: "Laboratory for Neuro- and Psychophysiology, KU Leuven
+  -
+    firstname: "Bashir"
+    lastname: "Ahmed"
+    affiliation: "Department of Physiology, Anatomy & Genetics, University of Oxford"
+  -
+    firstname: "Anna"
+    lastname: "Mitchell"
+    affiliation: "Department of Experimental Psychology, University of Oxford"
+  -
+    firstname: "Urs"
+    lastname: "Schuffelgen"
+    affiliation: "Department of Experimental Psychology, University of Oxford"
+  -
+    firstname: "Mark"
+    lastname: "Buckley"
+    affiliation: "Department of Experimental Psychology, University of Oxford"
+  -
+    firstname: "Benjamin"
+    lastname: "Tendler"
+    affiliation: "Wellcome Centre for Integrative Neuroimaging, University of  -
+  -   
+    firstname: "Karla"
+    lastname: "Miller"
+    affiliation: "Wellcome Centre for Integrative Neuroimaging, University of  -
+  -
+    firstname: "Rogier"
+    lastname: "Mars"
+    affiliation: "Wellcome Centre for Integrative Neuroimaging, University of  -
+  -   
+    firstname: "Andrew"
+    lastname: "Parker"
+    affiliation: "Department of Physiology, Anatomy & Genetics, University of Oxford"
+ -   
+    firstname: "Kristine"
+    lastname: "Krug"
+    affiliation: "Department of Physiology, Anatomy & Genetics, University of Oxford"
+
+
+# A name or title to describe the published resource.
+title: "Preserved extrastriate visual network in a monkey with substantial, naturally occurring damage to primary visual cortex"
+
+# Any additional information. It is best practice to supply a description for the resource.
+description: |
+  This is a repository of the raw MRI data used for the publication
+
+# List of keywords the resource should be associated with.
+keywords:
+  - Neuroscience
+  - MRI
+  - Blindsight
+  - Visual Cortex
+
+# 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"