datacite.yml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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: "Lucas"
  9. lastname: "Dwiel"
  10. affiliation: "Dartmouth College"
  11. id: "ORCID:0000-0002-9440-7842"
  12. -
  13. firstname: "Angela"
  14. lastname: "Henricks"
  15. -
  16. firstname: "Elise"
  17. lastname: "Bragg"
  18. -
  19. firstname: "Jeff"
  20. lastname: "Nicol"
  21. -
  22. firstname: "Jiang"
  23. lastname: "Gui"
  24. -
  25. firstname: "Wilder"
  26. lastname: "Doucette"
  27. # A title to describe the published resource.
  28. title: "LSD alters the effects of brain stimulation in rodents"
  29. # Additional information about the resource, e.g., a brief abstract.
  30. description: |
  31. This data corresponds to the article "LSD alters the effects of brain stimulation in rodents."
  32. The code for analysis can be found on GitHub.
  33. # Lit of keywords the resource should be associated with.
  34. # Give as many keywords as possible, to make the resource findable.
  35. keywords:
  36. - psychedelics
  37. - neuromodulation
  38. - electrophysiologyc
  39. - rodent
  40. - machine learning
  41. # License information for this resource. Please provide the license name and/or a link to the license.
  42. # Please add also a corresponding 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. # Funding information for this resource.
  48. # Separate funder name and grant number by comma.
  49. funding:
  50. - "LD: NIAAA, F31AA027441; the Hitchcock Foundation"
  51. - "AH: the Hitchcock Foundation; NIDA, DA037202"
  52. - "WD: NIMH, 1K08MH117347"
  53. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  54. # Please provide digital identifier (e.g., DOI) if possible.
  55. # Add a prefix to the ID, separated by a colon, to indicate the source.
  56. # Supported sources are: DOI, arXiv, PMID
  57. # In the citation field, please provide the full reference, including title, authors, journal etc.
  58. references:
  59. -
  60. id: "doi:10.1101/2022.10.31.514588"
  61. reftype: "IsSupplementTo"
  62. citation: " Psychedelics enhance the effects of brain stimulation in rodents Lucas Dwiel, Angela Henricks, Elise Bragg, Jeff Nicol, Jiang Gui, Wilder Doucette bioRxiv 2022.10.31.514588; doi: https://doi.org/10.1101/2022.10.31.514588"
  63. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  64. resourcetype: Dataset
  65. # Do not edit or remove the following line
  66. templateversion: 1.2