datacite.yml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. # Metadata for DOI registration according to DataCite Metadata Schema 4.1.
  2. # For detailed schema description see https://doi.org/10.5438/0014
  3. ## Required fields
  4. # The main researchers involved. Include digital identifier (e.g., ORCID)
  5. # if possible, including the prefix to indicate its type.
  6. authors:
  7. -
  8. firstname: "David"
  9. lastname: "Ottenheimer"
  10. affiliation: "Johns Hopkins University"
  11. id: "ORCID 0000-0003-4882-1898"
  12. -
  13. firstname: "Karen"
  14. lastname: "Wang"
  15. affiliation: "Johns Hopkins University"
  16. -
  17. firstname: "Alexandria"
  18. lastname: "Haimbaugh"
  19. affiliation: "Johns Hopkins University"
  20. -
  21. firstname: "Patricia"
  22. lastname: "Janak"
  23. affiliation: "Johns Hopkins University"
  24. id: "ORCID 0000-0002-3333-9049"
  25. -
  26. firstname: "Jocelyn"
  27. lastname: "Richard"
  28. affiliation: "University of Minnesota"
  29. id: "ORCID 0000-0001-5750-0418"
  30. # A title to describe the published resource.
  31. title: "Ventral pallidum single-unit recordings from rats performing cue-induced alcohol or sucrose seeking"
  32. # Additional information about the resource, e.g., a brief abstract.
  33. description: |
  34. This is a dataset from our European Journal of Neuroscience paper "Recruitment
  35. and disruption of ventral pallidal cue encoding during alcohol seeking."
  36. It contains in vivo single unit data recorded with electrode bundles in
  37. ventral pallidum as well as the corresponding behavioral data from rats
  38. responding to auditory cues that were paired with alcohol or sucrose delivery
  39. via Pavlovian or instrumental conditioning. It also contains the code to
  40. analyze the data and produce the figures from our paper.
  41. # Lit of keywords the resource should be associated with.
  42. # Give as many keywords as possible, to make the resource findable.
  43. keywords:
  44. - Neuroscience
  45. - Electrophysiology
  46. - Basal ganglia
  47. - Ventral pallidum
  48. - Alcohol
  49. - Cue learning
  50. # License information for this resource. Please provide the license name and/or a link to the license.
  51. # Please add also a corresponding LICENSE file to the repository.
  52. license:
  53. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  54. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  55. ## Optional Fields
  56. # Funding information for this resource.
  57. # Separate funder name and grant number by comma.
  58. funding:
  59. - "NIH, F32 AA022290"
  60. - "NIH, K99 AA025384"
  61. - "NIH, R00 AA025384"
  62. - "NIH, R01 AA014925"
  63. - "NIH, R01 AA026306"
  64. - "NARSAD, Young Investigator Award"
  65. - "NSF, DGE-1746891"
  66. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  67. # Please provide digital identifier (e.g., DOI) if possible.
  68. # Add a prefix to the ID, separated by a colon, to indicate the source.
  69. # Supported sources are: DOI, arXiv, PMID
  70. references:
  71. -
  72. reftype: "IsPartOf"
  73. name: "Recruitment and disruption of ventral pallidal cue encoding during alcohol seeking"
  74. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  75. resourcetype: Dataset