Browse Source

Add 'datacite.yml'

Sebastian Bitzenhofer 3 years ago
parent
commit
fce027fa9d
1 changed files with 67 additions and 0 deletions
  1. 67 0
      datacite.yml

+ 67 - 0
datacite.yml

@@ -0,0 +1,67 @@
+# 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: "Sebastian H."
+    lastname: "Bitzenhofer"
+    affiliation: "Developmental Neurophysiology, Institute of Neuroanatomy, University Medical Center Hamburg-Eppendorf, Hamburg, Germany
+                  Center for Neural Circuits and Behavior, Department of Neurosciences, University of California, San Diego, La Jolla, CA, USA"
+    id: "http://orcid.org/0000-0003-0736-6251"
+  -
+    firstname: "Jastyn A."
+    lastname: "Pöpplau"
+    affiliation: "Developmental Neurophysiology, Institute of Neuroanatomy, University Medical Center Hamburg-Eppendorf, Hamburg, Germany"
+  -
+    firstname: "Ileana L."
+    lastname: "Hanganu-Opatz"
+    affiliation: "Developmental Neurophysiology, Institute of Neuroanatomy, University Medical Center Hamburg-Eppendorf, Hamburg, Germany"
+  
+
+
+# A name or title to describe the published resource.
+title: "Ephys data associated with the paper *Gamma activity accelerates during prefrontal development*"
+
+# Any additional information. It is best practice to supply a description for the resource.
+description: |
+  Electrophysiological recordings from prefrontal cortex of postnatal day 5-40 mice. Spontaneous and optogenetically stimulated activity.
+
+# List of keywords the resource should be associated with.
+keywords:
+  - Neuroscience
+  - Electrophysiology
+  - Cognitive impairment
+  - Neonatal Mice
+  - Prefrontal cortex
+  - Neurodevelopment
+  - Gamma oscillations
+  - LFP
+  - SUA
+
+# 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:
+  - "EU, ERC-2015-CoG 681577"
+  - "DFG, Ha 4466/10-1"
+  - "DFG, Ha 4466/11-1"
+  - "DFG, SFB 936 B5"
+  - "DFG, SPP 1665"
+  
+
+# 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: "https://www.biorxiv.org/content/10.1101/2020.03.10.986281v1"
+    reftype: "IsPartOf"
+    name: "Gamma activity accelerates during prefrontal development"