Browse Source

Add information for publishing with DataCite

Konstantin Willeke 1 year ago
parent
commit
af26a3754d
1 changed files with 107 additions and 0 deletions
  1. 107 0
      datacite.yml

+ 107 - 0
datacite.yml

@@ -0,0 +1,107 @@
+# 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: "Katrin"
+    lastname: "Franke"
+    affiliation: "Institute for Ophthalmic Research, Tuebingen University, Tuebingen, Germany."
+  -
+    firstname: "Konstantin F."
+    lastname: "Willeke"
+    affiliation: "Institute for Bioinformatics and Medical Informatics, Tuebingen University, Tuebingen, Germany"
+  -
+    firstname: "Kayla"
+    lastname: "Ponder"
+    affiliation: "Department of Neuroscience, Baylor College of Medicine, Houston, TX, US"
+  -
+    firstname: "Mario"
+    lastname: "Galdamez"
+    affiliation: "Department of Neuroscience, Baylor College of Medicine, Houston, TX, US"
+  -
+    firstname: "Na"
+    lastname: "Zhou"
+    affiliation: "Department of Neuroscience, Baylor College of Medicine, Houston, TX, US"
+  -
+    firstname: "Taliah"
+    lastname: "Muhammad"
+    affiliation: "Department of Neuroscience, Baylor College of Medicine, Houston, TX, US"
+  -
+    firstname: "Saumil"
+    lastname: "Patel"
+    affiliation: "Department of Neuroscience, Baylor College of Medicine, Houston, TX, US"
+  -
+    firstname: "Emmanouil"
+    lastname: "Froudarakis"
+    affiliation: "Institute of Molecular Biology and Biotechnology, Foundation for Research and Technology Hellas, Heraklion, Greece"
+  -
+    firstname: "Jacob"
+    lastname: "Reimer"
+    affiliation: "Department of Neuroscience, Baylor College of Medicine, Houston, TX, US"
+  -
+    firstname: "Fabian"
+    lastname: "Sinz"
+    affiliation: "Department of Computer Science, Goettingen University, Goettingen, Germany"
+  -
+    firstname: "Andreas"
+    lastname: "Tolias"
+    affiliation: "Department of Neuroscience, Baylor College of Medicine, Houston, TX, US"
+
+# A title to describe the published resource.
+title: "State-dependent pupil dilation rapidly shifts visual feature representations"
+
+# Additional information about the resource, e.g., a brief abstract.
+description: |
+  Complete dataset for the Nature 2022 article "State-dependent pupil dilation rapidly shifts
+  visual feature representations".
+
+
+# Lit of keywords the resource should be associated with.
+# Give as many keywords as possible, to make the resource findable.
+keywords:
+  - Neuroscience
+  - Systems Neuroscience
+  - Primary visual cortex
+  - Brain state
+  - Behavioral state
+  - Machine learning
+  - Deep neural networks
+
+# 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: "CC-BY"
+  url: "http://creativecommons.org/licenses/by/4.0/"
+
+
+
+## Optional Fields
+
+# Funding information for this resource.
+# Separate funder name and grant number by comma.
+funding:
+  - "DFG, AB1234/5-6"
+  - "EU, EU.12345"
+
+
+# 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.1101/2021.09.03.458870"
+    reftype: "IsSupplementTo"
+    citation: "Franke, K., Willeke, K.F., Ponder, K., Galdamez, M., Muhammad, T., Patel, S., Froudarakis, E., Reimer, J., Sinz, F., & Tolias, A.S. (2021). Behavioral state tunes mouse vision to ethological features through pupil dilation. bioRxiv."
+
+
+# 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