Browse Source

Add information for publishing with DataCite

monica_moroni 3 years ago
parent
commit
7ef07cf029
1 changed files with 95 additions and 0 deletions
  1. 95 0
      datacite.yml

+ 95 - 0
datacite.yml

@@ -0,0 +1,95 @@
+# 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: "Ari"
+    lastname: "Morcos"
+    affiliation: ""
+    id: "ORCID:"
+  -
+    firstname: "Martina"
+    lastname: "Valente"
+    affiliation: "Neural Computation Laboratory, Istituto Italiano di Tecnologia, Rovereto, Italy; Center for Mind and Brain Sciences (CIMeC), University of Trento, Rovereto, Italy"
+  -
+    firstname: "Giuseppe"
+    lastname: "Pica"
+    affiliation: "Neural Computation Laboratory, Istituto Italiano di Tecnologia, Rovereto, Italy"
+    id: "ORCID:0000-0002-4506-0600"
+  -
+    firstname: "Giulio"
+    lastname: "Bondanelli"
+    affiliation: "Neural Computation Laboratory, Istituto Italiano di Tecnologia, Rovereto, Italy"
+    id: "ORCID:0000-0001-6781-4939"
+  -
+    firstname: "Monica"
+    lastname: "Moroni"
+    affiliation: "Neural Computation Laboratory, Istituto Italiano di Tecnologia, Rovereto, Italy"
+    id: "ORCID:0000-0003-1852-7217"
+  -
+    firstname: "Christopher D."
+    lastname: "Harvey"
+    affiliation: "Department of Neurobiology, Harvard Medical School, Boston, MA, USA"
+    id: "ORCID:0000-0002-0520-7882"
+  -
+    firstname: "Stefano"
+    lastname: "Panzeri"
+    affiliation: "Neural Computation Laboratory, Istituto Italiano di Tecnologia, Rovereto, Italy"
+    id: "ORCID:0000-0003-1700-8909"
+
+# A title to describe the published resource.
+title: "Dataset of 'History-dependent variability in population dynamics during evidence accumulation in cortex'"
+
+# Additional information about the resource, e.g., a brief abstract.
+description: |
+  Preprocessed behavioral data and two-photon calcium imaging neural data recorded from PPC of awake mice performing an evidence accumulation task in a virtual reality environment.
+
+# List of keywords the resource should be associated with.
+# Give as many keywords as possible, to make the resource findable.
+keywords:
+  - Neuroscience
+  - Sound localization
+  - Two-photon calcium imaging
+  - Behavior
+  - Posterior Parietal Cortex
+
+# 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-NonCommercial-ShareAlike 4.0"
+  url: "https://creativecommons.org/licenses/by-nc-sa/4.0/"
+
+
+
+## Optional Fields
+
+# Funding information for this resource.
+# Separate funder name and grant number by comma.
+funding:
+  - "This work was supported by a Burroughs-Wellcome Fund Career Award at the Scientific Interface, the Searle Scholars Program, the New York Stem Cell Foundation, the Alfred P. Sloan Research Foundation, a NARSAD Brain and Behavior Research Young Investigator Award, NIH grants from the NIMH BRAINS program (R01-MH107620), NINDS (R01-NS089521) and the BRAIN Initiative (R01-NS108410 and U19-NS107464), a Stuart H.Q. & Victoria Quan Fellowship (A.S.M.) and the Fondation Bertarelli."
+  
+# 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/nn.4403"
+    reftype: "IsSupplementTo"
+    citation: "Morcos, A., Harvey, C. History-dependent variability in population dynamics during evidence accumulation in cortex. Nat Neurosci 19, 1672–1681 (2016)."
+  -
+    id: "doi:10.1101/2020.04.03.024133"
+    reftype: "IsReferencedBy"
+    citation: "Valente, M., Pica, G., Runyan, C. A., Morcos, A. S., Harvey, C. D., Panzeri, S. (2020). Correlations enhance the behavioral readout of neural population activity in association cortex. bioRxiv: 2020.2004.2003.024133"
+
+
+# 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