Browse Source

provide datacite file to request a doi

Paul Pfeiffer 4 years ago
parent
commit
73ad7c893c
1 changed files with 77 additions and 0 deletions
  1. 77 0
      datacite.yml

+ 77 - 0
datacite.yml

@@ -0,0 +1,77 @@
+# Metadata for DOI registration according to DataCite Metadata Schema 4.1.
+# For detailed schema description see https://doi.org/10.5438/0014
+
+## Required fields
+
+# The main researchers involved. Include digital identifier (e.g., ORCID)
+# if possible, including the prefix to indicate its type.
+authors:
+  -
+    firstname: "Paul"
+    lastname: "Pfeiffer"
+    affiliation: "Bernstein Center for Computational Neuroscience, Humboldt-Universität zu Berlin, Philippstr. 13, Haus 6, 10115 Berlin, Germany and Institute for Theoretical Biology, Humboldt-Universität zu Berlin, Philippstr. 13, Haus 4, 10115 Berlin, Germany"
+    id: "ORCID:0000-0001-5324-5886"
+  -
+    firstname: "Alexei V."
+    lastname: "Egorov"
+    affiliation: "Institute of Physiology and Pathophysiology, Heidelberg University, 69120 Heidelberg, Germany"
+  -
+    firstname: "Franziska"
+    lastname: "Lorenz"
+    affiliation: "Institute of Physiology and Pathophysiology, Heidelberg University, 69120 Heidelberg, Germany"
+  -
+    firstname: "Jan-Hendrik"
+    lastname: "Schleimer"
+    affiliation: "Bernstein Center for Computational Neuroscience, Humboldt-Universität zu Berlin, Philippstr. 13, Haus 6, 10115 Berlin, Germany and Institute for Theoretical Biology, Humboldt-Universität zu Berlin, Philippstr. 13, Haus 4, 10115 Berlin, Germany"
+  -
+    firstname: "Andreas"
+    lastname: "Draguhn"
+    affiliation: "Institute of Physiology and Pathophysiology, Heidelberg University, 69120 Heidelberg, Germany"
+  -
+    firstname: "Susanne"
+    lastname: "Schreiber"
+    affiliation: "Bernstein Center for Computational Neuroscience, Humboldt-Universität zu Berlin, Philippstr. 13, Haus 6, 10115 Berlin, Germany and Institute for Theoretical Biology, Humboldt-Universität zu Berlin, Philippstr. 13, Haus 4, 10115 Berlin, Germany"
+
+# A title to describe the published resource.
+title: "Clusters of cooperative ion channels enable a membrane potential-based mechanism for short-term memory"
+
+# Additional information about the resource, e.g., a brief abstract.
+description: |
+  This data repository holds the dynamic clamp recordings and analysis scripts to test whether cooperative ion channels could produce persistent activity in perirhinal cortex neurons.
+
+# List of keywords the resource should be associated with.
+# Give as many keywords as possible, to make the resource findable.
+keywords:
+  - Neuroscience
+  - Electrophysiology
+  - Ion channels
+  - Dynamic clamp
+
+# License information for this resource. Please provide the license name and/or a link to the license.
+# Please add also a corresponding 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
+
+# Funding information for this resource.
+# Separate funder name and grant number by comma.
+funding:
+  - "BMBF, 01GQ0901"
+  - "BMBF, 01GQ1403"
+  - "DFG, GRK 1589/2"
+  - "SFB, SFB1134, AO1"
+  - "Volkswagen Foundation, SmartStart"
+
+
+# Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
+# Please provide digital identifier (e.g., DOI) if possible.
+# Add a prefix to the ID, separated by a colon, to indicate the source.
+# Supported sources are: DOI, arXiv, PMID
+references:
+
+# Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
+resourcetype: Dataset