Browse Source

Add information (YAML) for publishing with DataCite

Tim Gollisch 3 years ago
parent
commit
f94c773f98
1 changed files with 74 additions and 0 deletions
  1. 74 0
      datacite.yml

+ 74 - 0
datacite.yml

@@ -0,0 +1,74 @@
+# 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: "Mohammad Hossein"
+    lastname: "Khani"
+    affiliation: "University Medical Center Göttingen"
+    id: "ORCID:0000-0003-3123-7054"
+  -
+    firstname: "Tim"
+    lastname: "Gollisch"
+    affiliation: "University Medical Center Göttingen"
+    id: "ORCID:0000-0003-3998-533X"
+
+# A title to describe the published resource.
+title: "Dataset - Mouse retinal ganglion cell responses for analysis of chromatic integration"
+
+# Additional information about the resource, e.g., a brief abstract.
+description: |
+  Data sets accompanying Khani and Gollisch, Nature Communications 2021: 
+  Linear and nonlinear chromatic integration in the mouse retina. 
+
+# Lit of keywords the resource should be associated with.
+# Give as many keywords as possible, to make the resource findable.
+keywords:
+  - Neuroscience
+  - Electrophysiology
+  - "Multielectrode Arrays"
+  - Retina
+  - Ganglion Cells
+  - Spike trains
+  - Mouse
+  - Chromatic stimuli
+
+# 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 Attribution-ShareAlike 4.0 International"
+  url: "https://creativecommons.org/licenses/by-sa/4.0/"
+
+
+
+## Optional Fields
+
+# Funding information for this resource.
+# Separate funder name and grant number by comma.
+funding:
+  - "DFG, CRC889.C01"
+  - "DFG, CRC1456.B05"
+  - "EU, ERC.724822"
+
+
+# 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:10.1038/s41467-021-22042-1"
+    reftype: "IsSupplementTo"
+    citation: "Khani MH, Gollisch T (2021), Linear and nonlinear chromatic integration in the mouse retina, Nat Commun 12:1900"
+
+
+# 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