datacite.yml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. # Required fields
  2. # The main researchers involved working on the resource,
  3. # or the authors of the publication in priority order.
  4. # May be a corporate/institutional or personal name.
  5. # Include digital identifier (e.g., ORCID) if possible
  6. authors:
  7. -
  8. firstname: "Lucas"
  9. lastname: "Dwiel"
  10. affiliation: "Department of Psychiatry, Dartmouth College"
  11. -
  12. firstname: "Jibran"
  13. lastname: "Khokhar"
  14. affiliation: "Ontario Veterinary College, University of Guelph"
  15. -
  16. firstname: "Michael"
  17. lastname: "Connerney"
  18. affiliation: "Geisel School of Medicince, Dartmouth College"
  19. -
  20. firstname: "Alan"
  21. lastname: "Green"
  22. affiliation: "Department of Psychiatry, Dartmouth College"
  23. -
  24. firstname: "Wilder"
  25. lastname: "Doucette"
  26. affiliation: "Department of Psychiatry, Dartmouth College"
  27. # A name or title to describe the published resource.
  28. title: "Finding the balance between model complexity and performance: Using ventral striatal oscillations to classify feding behavior in rats"
  29. # Any additional information. It is best practice to supply a description for the resource.
  30. description: |
  31. Raw .mat files of the electrophysiologic data used for all analysis in this paper.
  32. See ReadMe for description of data structure and link to GitHub repository containing all custom Matlab code used for analysis.
  33. # List of keywords the resource should be associated with.
  34. keywords:
  35. - Neuroscience
  36. - Electrophysiology
  37. - Oscillations
  38. - Predictive modeling
  39. - Feeding
  40. # Any rights information for this resource. Please provide both a license name and a link to the license.
  41. # Please add also a LICENSE file to the repository
  42. license:
  43. name: "Creative Commons Attribution-NonCommercial 4.0 International"
  44. url: "https://creativecommons.org/licenses/by-nc/4.0/"
  45. ## Optional Fields
  46. # Any funding reference for this resource. Separate funder name and grant number by comma
  47. funding:
  48. - "NIH NCATS, KL2TR001088"
  49. - "NIH NCATS, LRP"
  50. # Related publications. reftype might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
  51. # for further valid types see https://schema.datacite.org/meta/kernel-4
  52. # Please provide digital identifier (e.g., DOI) if possible.
  53. references:
  54. -
  55. doi: "https://doi.org/10.1101/241919"
  56. reftype: "IsPartOf"
  57. name: "Finding the balance between model complexity and performance: Using ventral striatal oscillations to classify feding behavior in rats"
  58. # Type of the data in this repository (Dataset, Model, Software, Other see
  59. # https://schema.datacite.org/meta/kernel-4.1/doc/DataCite-MetadataKernel_v4.1.pdf
  60. # for examples
  61. dtype: Dataset