Browse Source

Add 'datacite.yml'

Jan Benda 5 years ago
parent
commit
2c32f980be
1 changed files with 60 additions and 0 deletions
  1. 60 0
      datacite.yml

+ 60 - 0
datacite.yml

@@ -0,0 +1,60 @@
+# 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: "Joerg"
+    lastname: "Henninger"
+    affiliation: "Institut fuer Neurobiologie, Eberhard Karls Universitaet, Auf der Morgenstelle 28E, 72076 Tuebingen, Germany"
+    id: "https://orcid.org/0000-0002-7307-1569"
+  -
+    firstname: "Jan"
+    lastname: "Benda"
+    affiliation: "Institut fuer Neurobiologie, Eberhard Karls Universitaet, Auf der Morgenstelle 28E, 72076 Tuebingen, Germany"
+    id: "https://orcid.org/0000-0003-2658-0704"
+  -
+    firstname: "Ruediger"
+    lastname: "Krahe"
+    affiliation: "Institut fuer Biologie, Humboldt-Universitaet zu Berlin, 10115 Berlin, Germany"
+    id: "https://orcid.org/0000-0003-1669-6121"
+
+# A name or title to describe the published resource.
+title: "Panama field data Apteronotus rostratus"
+
+# Any additional information. It is best practice to supply a description for the resource.
+description: |
+  Position and frequency traces of the weakly electric fish Aperonotus rostratus recorded in May 2012 in Darien, Panama.
+  
+# List of keywords the resource should be associated with.
+keywords:
+  - Natural behavior
+  - Communication
+  - Sensory scenes
+
+# 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:
+  - "BMBF, 01GQ0802"
+
+# 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.1523/JNEUROSCI.0350-18.2018"
+    reftype: "IsSupplementTo"
+    name: "Statistics of natural communication signals observed in the wild identify important yet neglected stimulus regimes in weakly electric fish"
+
+# Type of the data in this repository (Dataset, Model, Software, Other see
+# https://schema.datacite.org/meta/kernel-4.1/doc/DataCite-MetadataKernel_v4.1.pdf
+# for examples
+dtype: Dataset