Browse Source

Add 'datacite.yml'

Hanns Ulrich Zeilhofer 5 years ago
parent
commit
f42de91172
1 changed files with 58 additions and 0 deletions
  1. 58 0
      datacite.yml

+ 58 - 0
datacite.yml

@@ -0,0 +1,58 @@
+# 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: "University of Zurich and ETH Zurich"
+    id: "0000-0001-6954-4629"
+  -
+    firstname: "Gioele"
+    lastname: "Albisetti"
+    affiliation: "University of Zurich"
+
+# A name or title to describe the published resource.
+title: "Albisetti_JNeurosci2019"
+
+# 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: "Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License"
+  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