datacite.yml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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: "David"
  9. lastname: "Ottenheimer"
  10. affiliation: "Johns Hopkins University"
  11. id: "0000-0003-4882-1898"
  12. -
  13. firstname: "Jocelyn"
  14. lastname: "Richard"
  15. affiliation: "University of Minnesota"
  16. id: "0000-0001-5750-0418"
  17. -
  18. firstname: "Patricia"
  19. lastname: "Janak"
  20. affiliation: "Johns Hopkins University"
  21. id: "0000-0002-3333-9049"
  22. # A name or title to describe the published resource.
  23. title: "Nucleus accumbens and ventral pallidum single-unit recordings from rats performing a reward processing task"
  24. # Any additional information. It is best practice to supply a description for the resource.
  25. description: |
  26. This is a dataset from our Nature Communications paper "Ventral pallidum
  27. encodes relative reward value earlier and more robustly than nucleus accumbens."
  28. It contains in vivo single unit data recorded with electrode bundles in
  29. nucleus accumbens and ventral pallidum as well as the corresponding behavioral
  30. data from rats performing a task in which they acquire sucrose and maltodextrin
  31. rewards. It also contains the code to analyze the data and produce the figures
  32. from our paper.
  33. # List of keywords the resource should be associated with.
  34. keywords:
  35. - Neuroscience
  36. - Electrophysiology
  37. - Basal ganglia
  38. - Ventral pallidum
  39. - Nucleus accumbens
  40. - Reward processing
  41. # Any rights information for this resource. Please provide both a license name and a link to the license.
  42. # Please add also a LICENSE file to the repository
  43. license:
  44. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  45. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  46. ## Optional Fields
  47. # Any funding reference for this resource. Separate funder name and grant number by comma
  48. funding:
  49. - "NIH, 5 T32 NS91018-17"
  50. - "NIH, K99 AA025384"
  51. - "NIH, R01 DA035943"
  52. - "NARSAD, Young Investigator Award"
  53. - "NSF, DGE-1746891"
  54. # Related publications. reftype might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
  55. # for further valid types see https://schema.datacite.org/meta/kernel-4
  56. # Please provide digital identifier (e.g., DOI) if possible.
  57. references:
  58. -
  59. reftype: "IsPartOf"
  60. name: "Ventral pallidum encodes relative reward value earlier and more robustly than nucleus accumbens"
  61. # Type of the data in this repository (Dataset, Model, Software, Other see
  62. # https://schema.datacite.org/meta/kernel-4.1/doc/DataCite-MetadataKernel_v4.1.pdf
  63. # for examples
  64. dtype: Dataset