Browse Source

'datacite.yml' hinzufügen

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

+ 47 - 0
datacite.yml

@@ -0,0 +1,47 @@
+# 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: "Leonie"
+    lastname: "Baier"
+    affiliation: "Division of Neurobiology, Dept. Biology II, LMU München"
+  -
+    firstname: "Lutz"
+    lastname: "Wiegrebe"
+    affiliation: "Division of Neurobiology, Dept. Biology II, LMU München"
+    id: "0000-0002-9289-6187"
+  -
+    firstname: "Holger"
+    lastname: "Goerlitz"
+    affiliation: "Acoustic and Functional Ecology Group, Max Planck Institute for Ornithology"
+    
+# A name or title to describe the published resource.
+title: "A spatial high-pass filter in bat echo-imaging"
+
+# Any additional information. It is best practice to supply a description for the resource.
+description: |
+  psychophysical data and ensonifation data for the above study
+
+# List of keywords the resource should be associated with.
+keywords:
+  - biosonar
+  - echolocation
+  - spatial frequency
+  - contrast sensitivity function
+  - figure-ground separation
+
+# 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: "CC0"
+  url: "http://creativecommons.org/publicdomain/zero/1.0"
+
+## Optional Fields
+
+# Any funding reference for this resource. Separate funder name and grant number by comma
+funding:
+  - "DFG, Wi1518/13-1"
+