Browse Source

Add information for publishing with DataCite

Andrey Formozov 2 years ago
parent
commit
0b1d4fd72b
1 changed files with 114 additions and 0 deletions
  1. 114 0
      datacite.yml

+ 114 - 0
datacite.yml

@@ -0,0 +1,114 @@
+# 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: "Andrey"
+    lastname: "Formozov"
+    affiliation: "Research Group Synaptic Wiring and Information Processing, Center for Molecular Neurobiology Hamburg, University Medical Center Hamburg-Eppendorf, 20251 Hamburg, Germany"
+    id: "ORCID:0000-0000-0000-0000"
+  -
+    firstname: "Mattia"
+    lastname: "Chini"
+    affiliation: "Institute of Developmental Neurophysiology, Center for Molecular Neurobiology Hamburg, University Medical Center Hamburg-Eppendorf, 20251 Hamburg, Germany"
+    id: "ORCID:0000-0000-0000-0000"
+  -
+    firstname: "Wei"
+    lastname: "Yang"
+    affiliation: "Research Group Synaptic Wiring and Information Processing, Center for Molecular Neurobiology Hamburg, University Medical Center Hamburg-Eppendorf, 20251 Hamburg, Germany"
+    id: "ORCID:0000-0000-0000-0000"
+  -
+    firstname: "Alexander"
+    lastname: " Dieter"
+    affiliation: "Research Group Synaptic Wiring and Information Processing, Center for Molecular Neurobiology Hamburg, University Medical Center Hamburg-Eppendorf, 20251 Hamburg, Germany"
+    id: "ORCID:0000-0000-0000-0000"
+  -
+    firstname: "Ileana L."
+    lastname: "Hanganu-Opatz"
+    affiliation: "Institute of Developmental Neurophysiology, Center for Molecular Neurobiology Hamburg, University Medical Center Hamburg-Eppendorf, 20251 Hamburg, Germany"
+    id: "ORCID:0000-0000-0000-0000"
+  -
+    firstname: "J. Simon"
+    lastname: "Wiegert"
+    affiliation: "Research Group Synaptic Wiring and Information Processing, Center for Molecular Neurobiology Hamburg, University Medical Center Hamburg-Eppendorf, 20251 Hamburg, Germany"
+    id: "ORCID:0000-0000-0000-0000"
+ 
+
+# A title to describe the published resource.
+title: "Calcium imaging and electrophysiology of hippocampal activity under anesthesia and natural sleep in mice"
+
+
+# Additional information about the resource, e.g., a brief abstract.
+description: |
+  Large-scale, annotated collection of 
+  2-photon calcium imaging
+  data and electrophysiological recordings in CA1 of the murine hippocampus
+  under three distinct anesthetics
+  (Isoflurane, Keta/Xyl and MMF), 
+  during natural sleep, and during wakefulness.
+
+# Lit of keywords the resource should be associated with.
+# Give as many keywords as possible, to make the resource findable.
+keywords:
+  - Neuroscience
+  - Anesthesia
+  - Anaesthesia
+  - Sleep
+  - Recovery
+  - Hippocampus
+  - CA1
+  - Pyramidal neurons
+  - Calcium imaging data
+  - Electrophysiological recordings
+  - Pupillometry
+  - EMG data
+
+# 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:
+  - "German Research Council, SFB936/B8"
+  - "German Research Council, SFB936/B5"
+  - "European Research Council, ERC-2016-StG-714762"
+  - "European Research Council, ERC-2015-CoG-681577 "
+  - "Alexander von Humboldt Foundation, Research Fellowship"
+  - "EU-project euSNN, MSCA-ITN-H2020-860563"
+  - "Landesforschungsförderung Hamburg, LFF76 and LFF73"
+  - "Chinese Scholarship Council, CSC 201606210129"
+
+
+# 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
+# In the citation field, please provide the full reference, including title, authors, journal etc.
+references:
+
+  -
+    id: "doi:"
+    reftype: "IsDescribedBy"
+    citation: "Calcium imaging and electrophysiology of hippocampal activity under anesthesia and natural sleep in mice"
+
+  -
+    id: "doi:10.1371/journal.pbio.3001146"
+    reftype: "IsSupplementTo"
+    citation: "Anesthetics fragment hippocampal network activity, alter spine dynamics, and affect memory consolidation"
+
+
+# Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
+resourcetype: Dataset
+
+# Do not edit or remove the following line
+templateversion: 1.2