Browse Source

'datacite.yml' hinzufügen

Lutz Wiegrebe 6 years ago
parent
commit
eee43f7df1
1 changed files with 55 additions and 0 deletions
  1. 55 0
      datacite.yml

+ 55 - 0
datacite.yml

@@ -0,0 +1,55 @@
+# 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: "Lutz"
+    lastname: "Wiegrebe"
+    affiliation: "Division of Neurobiology, LMU München"
+    id: "orcid.org/0000-0002-9289-6187 "
+  
+
+# A name or title to describe the published resource.
+title: "Psychophysical evidence for auditory motion parallax"
+
+# 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:
+ - depth perception
+ - distance discrimination
+ - spatial hearing, vestibular
+ - proprioceptive, auditory updating
+ - head–body motion
+ - self motion
+
+# 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: "CC BY-SA 4.0"
+  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:
+  - "Bernstein Center Munich; grant no. 01GQ1004A"
+  - "Munich Center for Neuroscience"
+
+# 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"