Browse Source

Add information (YAML) for publishing with DataCite

Tim Gollisch 2 years ago
parent
commit
e41a58bd34
1 changed files with 71 additions and 0 deletions
  1. 71 0
      datacite.yml

+ 71 - 0
datacite.yml

@@ -0,0 +1,71 @@
+# 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: "Tim"
+    lastname: "Gollisch"
+    affiliation: "University Medical Center Göttingen"
+    id: "ORCID:0000-0003-3998-533X"
+  -
+    firstname: "Sebastian"
+    lastname: "Bemme"
+    affiliation: "University Medical Center Göttingen"
+
+# A title to describe the published resource.
+title: "Dataset - Mouse retinal ganglion cell responses under ivabradine"
+
+# Additional information about the resource, e.g., a brief abstract.
+description: |
+  Data sets accompanying Bemme et al., Invest Ophthalmol Vis Sci 2017: 
+  Differential effects of HCN channel block on On and Off pathways in the retina 
+  as a potential cause for medication-induced phosphene perception.
+
+# 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
+  - Mouse
+  - Pharmacology
+  - Ivabradine
+
+# 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.C1"
+  - "EU, ERC.724822"
+  - "Novartis Pharma GmbH, Nuremberg"
+
+# 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.1167/iovs.17-21572"
+    reftype: "IsSupplementTo"
+    citation: "Bemme S, Weick M, Gollisch T (2017), Differential effects of HCN channel block on On and Off pathways in the retina as a potential cause for medication-induced phosphene perception, Invest Ophthalmol Vis Sci 58:4754-4767"
+
+# 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