Browse Source

Add 'datacite.yml'

lucasdwi 5 years ago
parent
commit
a510c18ab7
1 changed files with 69 additions and 0 deletions
  1. 69 0
      datacite.yml

+ 69 - 0
datacite.yml

@@ -0,0 +1,69 @@
+# Required fields
+# The main researchers involved working on the resource,
+# or the authors of the publication in priority order.
+# May be a corporate/institutional or personal name.
+# Include digital identifier (e.g., ORCID) if possible
+authors:
+  -
+    firstname: "Lucas"
+    lastname: "Dwiel"
+    affiliation: "Department of Psychiatry, Dartmouth College"
+  -
+    firstname: "Jibran"
+    lastname: "Khokhar"
+    affiliation: "Ontario Veterinary College, University of Guelph"
+  -
+    firstname: "Michael"
+    lastname: "Connerney"
+    affiliation: "Geisel School of Medicince, Dartmouth College"
+  -
+    firstname: "Alan"
+    lastname: "Green"
+    affiliation: "Department of Psychiatry, Dartmouth College"
+  -
+    firstname: "Wilder"
+    lastname: "Doucette"
+    affiliation: "Department of Psychiatry, Dartmouth College"
+
+# A name or title to describe the published resource.
+title: "Finding the balance between model complexity and performance: Using ventral striatal oscillations to classify feding behavior in rats"
+
+# Any additional information. It is best practice to supply a description for the resource.
+description: |
+  Raw .mat files of the electrophysiologic data used for all analysis in this paper. 
+  See ReadMe for description of data structure and link to GitHub repository containing all custom Matlab code used for analysis. 
+
+# List of keywords the resource should be associated with.
+keywords:
+  - Neuroscience
+  - Electrophysiology
+  - Oscillations
+  - Predictive modeling
+  - Feeding
+
+# Any rights information for this resource. Please provide both a license name and a link to the license.
+# Please add also a LICENSE file to the repository
+license:
+  name: "Creative Commons Attribution-NonCommercial 4.0 International"
+  url: "https://creativecommons.org/licenses/by-nc/4.0/"
+
+## Optional Fields
+
+# Any funding reference for this resource. Separate funder name and grant number by comma
+funding:
+  - "NIH NCATS, KL2TR001088"
+  - "NIH NCATS, LRP"
+
+# Related publications. reftype might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
+# for further valid types see https://schema.datacite.org/meta/kernel-4
+# Please provide digital identifier (e.g., DOI) if possible.
+references:
+  -
+    doi: "https://doi.org/10.1101/241919"
+    reftype: "IsPartOf"
+    name: "Finding the balance between model complexity and performance: Using ventral striatal oscillations to classify feding behavior in rats"
+
+# Type of the data in this repository (Dataset, Model, Software, Other see
+# https://schema.datacite.org/meta/kernel-4.1/doc/DataCite-MetadataKernel_v4.1.pdf
+# for examples
+dtype: Dataset