Browse Source

Add 'datacite.yml'

Hanns Ulrich Zeilhofer 5 years ago
parent
commit
98d3539470
1 changed files with 83 additions and 0 deletions
  1. 83 0
      datacite.yml

+ 83 - 0
datacite.yml

@@ -0,0 +1,83 @@
+# 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: "Hanns Ulrich"
+    lastname: "Zeilhofer"
+    affiliation: "Institute of Pharmacology and Toxicology, University of Zurich and ETH Zurich"
+    id: "orcid 0000-0001-6954-4629"
+  -
+    firstname: "Gioele"
+    lastname: "Albisetti"
+    affiliation: "Institute of Pharmacology and Toxicology, University of Zurich"
+  -
+    firstname: "Martina"
+    lastname: "Pagani"
+    affiliation: "Institute of Pharmacology and Toxicology, University of Zurich"
+  -
+    firstname: "Evgenia"
+    lastname: "Platonova"
+    affiliation: "Institute of Pharmacology and Toxicology, University of Zurich"
+  -
+    firstname: "Ladina"
+    lastname: "Hösli"
+    affiliation: "Institute of Pharmacology and Toxicology, University of Zurich"
+  -
+    firstname: "Helge C."
+    lastname: "Johannssen"
+    affiliation: "Institute of Pharmacology and Toxicology, University of Zurich"
+  -
+    firstname: "Jean-Marc"
+    lastname: "Fritschy"
+    affiliation: "Institute of Pharmacology and Toxicology, University of Zurich"
+  -
+    firstname: "Hendrik"
+    lastname: "Wildner"
+    affiliation: "Institute of Pharmacology and Toxicology, University of Zurich"
+    
+    
+# A name or title to describe the published resource.
+title: "Dorsal Horn Gastrin-Releasing Peptide Expressing Neurons Transmit Spinal Itch But Not Pain Signals"
+
+# Any additional information. It is best practice to supply a description for the resource.
+description: |
+	"raw data set of the data corresponding to the results reported in Albisetti et al. (2019) Dorsal Horn Gastrin-Releasing Peptide Expressing Neurons Transmit Spinal Itch But Not Pain Signals. J Neurosci" 
+
+# List of keywords the resource should be associated with.
+keywords:
+  - Neuroscience
+  - Spinal cord
+  - Itch
+  - Gastrin releasing peptide
+  - Ablation
+  - Chemogenetics
+  - Optogenetics
+  - Diphtheria toxin
+
+# 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-NC-SA 3.0"
+  url: "http://creativecommons.org/licenses/by-nc-sa/3.0"
+
+## Optional Fields
+
+# Any funding reference for this resource. Separate funder name and grant number by comma
+funding:
+  - "SNSF, 176398"
+  - "ERC, AdvG 250128"
+
+# 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:
+  
+
+# 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
+