Browse Source

Upload files to ''

steffi 6 years ago
parent
commit
0ffdb786fe
1 changed files with 58 additions and 0 deletions
  1. 58 0
      DOI request.yml

+ 58 - 0
DOI request.yml

@@ -0,0 +1,58 @@
+## 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.
+authors:
+  -
+    firstname: "Christoph Johannes"
+    lastname: "Kleineidam"
+    affiliation: "University of Konstanz"
+    
+  -
+    firstname: "Eva Linda"
+    lastname: "Heeb"
+
+  -
+    firstname: "Stefanie"
+    lastname: "Neupert"
+    affiliation: "University of Konstanz"
+
+# A name or title to describe the published resource.
+title: "Video files"
+
+# Any additional information. It is best practice to supply a description for the resource.
+description: |
+  Videos files recorded with 300 frames/sec
+  that can contain linebreaks
+  but has to maintain indentation.
+
+# List of keywords the resource should be associated with.
+keywords:
+  - Behavior
+  - Neuroscience
+
+
+# Any rights information for this resource. Please provide both a license name and a link to the license.
+
+
+    license:
+      name: "CC0"
+      url: "http://creativecommons.org/publicdomain/zero/1.0"
+
+    ## Optional Fields
+
+    # Any funding reference for this resource.
+    funding:
+      - "DAAD, PPP Australien 2016/2017"
+      - "EU, FP7-PEOPLE-2012-IRSES IBIAL"
+
+
+    # refType might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
+    # for further valid types see https://schema.datacite.org/meta/kernel-4
+    references:
+
+      -
+        reftype: "IsPartOf"
+        name: "Kleineidam_et_al_2017"
+
+