Browse Source

'datacite.yml' hinzufügen

Jörg Henninger 6 years ago
parent
commit
62c72a26fa
1 changed files with 90 additions and 0 deletions
  1. 90 0
      datacite.yml

+ 90 - 0
datacite.yml

@@ -0,0 +1,90 @@
+# 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: "Lisanne"
+    lastname: "Schulze"
+    affiliation: "Charité Universitätsmedizin Berlin and Humboldt University, Einstein Center for Neuroscience, NeuroCure Cluster of Excellence, Berlin, Germany"
+    id: https://orcid.org/0000-0001-7875-3107
+  -
+    firstname: "Henninger"
+    lastname: "Jörg"
+    affiliation: "Charité Universitätsmedizin Berlin and Humboldt University, Einstein Center for Neuroscience, NeuroCure Cluster of Excellence, Berlin, Germany"
+    id: "AuthorID1 (e.g. ORCID)"
+  -
+    firstname: "Ana Isabel"
+    lastname: "Faustino"
+    affiliation: "Charité Universitätsmedizin Berlin and Humboldt University, Einstein Center for Neuroscience, NeuroCure Cluster of Excellence, Berlin, Germany"
+    id: https://orcid.org/0000-0002-7307-1569
+  -
+    firstname: "Thomas"
+    lastname: "Chaigne"
+    affiliation: "Charité Universitätsmedizin Berlin and Humboldt University, Einstein Center for Neuroscience, NeuroCure Cluster of Excellence, Berlin, Germany"
+  -
+    firstname: "Mykola"
+    lastname: "Kadobianskyi"
+    affiliation: "Charité Universitätsmedizin Berlin and Humboldt University, Einstein Center for Neuroscience, NeuroCure Cluster of Excellence, Berlin, Germany"
+  -
+    firstname: "Nahid"
+    lastname: "Hakiy"
+    affiliation: "Charité Universitätsmedizin Berlin and Humboldt University, Einstein Center for Neuroscience, NeuroCure Cluster of Excellence, Berlin, Germany"
+  -
+    firstname: "Shahad"
+    lastname: "Albadri"
+    affiliation: "Charité Universitätsmedizin Berlin and Humboldt University, Einstein Center for Neuroscience, NeuroCure Cluster of Excellence, Berlin, Germany"
+  -
+    firstname: "Markus"
+    lastname: "Schuelke"
+    affiliation: "Charité Universitätsmedizin Berlin and Humboldt University, Einstein Center for Neuroscience, NeuroCure Cluster of Excellence, Berlin, Germany"
+  -
+    firstname: "Leonard"
+    lastname: "Maler"
+    affiliation: "Charité Universitätsmedizin Berlin and Humboldt University, Einstein Center for Neuroscience, NeuroCure Cluster of Excellence, Berlin, Germany"
+  -
+    firstname: "Filippo"
+    lastname: "Del Bene"
+    affiliation: "Charité Universitätsmedizin Berlin and Humboldt University, Einstein Center for Neuroscience, NeuroCure Cluster of Excellence, Berlin, Germany"
+  -
+    firstname: "Benjamin"
+    lastname: "Judkewitz"
+    affiliation: "Charité Universitätsmedizin Berlin and Humboldt University, Einstein Center for Neuroscience, NeuroCure Cluster of Excellence, Berlin, Germany"
+
+# A name or title to describe the published resource.
+title: "Ultra-small, transparent and genetically accessible vertebrate brain with rich behavior: supplemental data ressources"
+
+# Any additional information. It is best practice to supply a description for the resource.
+description: |
+  Original data ressources published alongside this manuscript (DOI-link):
+  1. High-resolution 35 µm isovoxel MRI scan of a DT specimen (83 MB),
+  2. Nissl-stained histological sections across the head, covering the entire brain (1.4 GB)
+
+# List of keywords the resource should be associated with.
+keywords:
+  - Neuroscience
+  - two photon imaging
+
+# 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: "CC BY-SA 4.0"
+  url: "https://creativecommons.org/licenses/by-sa/4.0/"
+
+## Optional Fields
+
+# Any funding reference for this resource. Separate funder name and grant number by comma
+funding:
+  - "Einstein Foundation Berlin"
+  - "DFG, EXC 257 NeuroCure"
+  - "Human Frontiers Science Program"
+
+# 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.xxx/zzzz"
+    reftype: "IsSupplementTo"
+    name: "Ultra-small, transparent and genetically accessible vertebrate brain with rich behavior"