Browse Source

Add information for publishing with DataCite

Emilio Kropff 3 years ago
parent
commit
80bac0442d
1 changed files with 84 additions and 0 deletions
  1. 84 0
      datacite.yml

+ 84 - 0
datacite.yml

@@ -0,0 +1,84 @@
+# 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: "Emilio"
+    lastname: "Kropff"
+    
+  -
+    firstname: "James E."
+    lastname: "Carmichael"
+
+  -
+    firstname: "Edvard I."
+    lastname: "Moser"
+
+  -
+    firstname: "May-Britt"
+    lastname: "Moser"
+
+# A title to describe the published resource.
+title: "Dataset - Frequency of theta rhythm is controlled by acceleration but not speed in running rats"
+
+# Additional information about the resource, e.g., a brief abstract.
+description: |
+  Dataset corresponding to the paper
+  Frequency of theta rhythm is controlled by acceleration but not speed in running rats
+
+# Lit of keywords the resource should be associated with.
+# Give as many keywords as possible, to make the resource findable.
+keywords:
+  - Speed
+  - Acceleration
+  - Theta rhythm
+  - Entorhinal cortex
+  - Hippocampus
+  - Space
+  - Grid cells
+  - Head direction cells
+  - Border cells
+  - Speed cells
+
+# 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 CC BY-NC-ND Attribution-NonCommercial-NoDerivatives 4.0 International"
+  url: "https://creativecommons.org/licenses/by-nc-nd/4.0/"
+
+
+
+## Optional Fields
+
+# Funding information for this resource.
+# Separate funder name and grant number by comma.
+funding:
+  - "EU, Advanced Investigator Grants from the European Research Council (‘CIRCUIT’, Grant Agreement N°232608; ‘GRIDCODE’, Grant Agreement N°338865)"
+  - "EU, FP7 FET Proactive Programme on Neuro-Bio-Inspired Systems (Grant Agreement 600725)"
+  - "EU, FP7 collaborative project (‘SPACEBRAIN’, Grant Agreement N°200873)"
+  - "Norway, Centre of Excellence scheme and the National Infrastructure Scheme of the Research Council of Norway RCN (Centre for Neural Computation, grant number 223262; NORBRAIN, grant number 197467 and 295721)"
+  - "Norway, RCN FRIPRO grants (grant numbers 286225 and 300394)"
+  - "Argentina, PICT 2015-1273"
+  - "Kavli Foundation"
+
+# 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.xxx/zzzz"
+    reftype: "IsSupplementTo"
+    citation: "under review"
+
+
+# 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