datacite.yml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. affiliation: "Washington State University"
  16. -
  17. firstname: "Elise"
  18. lastname: "Bragg"
  19. affiliation: "Dartmouth Hitchcock Medical Center"
  20. -
  21. firstname: "Jeff"
  22. lastname: "Nicol"
  23. affiliation: "Dartmouth College"
  24. -
  25. firstname: "Jiang"
  26. lastname: "Gui"
  27. affiliation: "Dartmouth College"
  28. -
  29. firstname: "Wilder"
  30. lastname: "Doucette"
  31. affiliation: "Dartmouth College"
  32. # A title to describe the published resource.
  33. title: "LSD alters the effects of brain stimulation in rodents"
  34. # Additional information about the resource, e.g., a brief abstract.
  35. description: |
  36. This data corresponds to the article "LSD alters the effects of brain stimulation in rodents."
  37. The code for analysis can be found on GitHub.
  38. # Lit of keywords the resource should be associated with.
  39. # Give as many keywords as possible, to make the resource findable.
  40. keywords:
  41. - psychedelics
  42. - neuromodulation
  43. - electrophysiology
  44. - rodent
  45. - machine learning
  46. # License information for this resource. Please provide the license name and/or a link to the license.
  47. # Please add also a corresponding LICENSE file to the repository.
  48. license:
  49. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  50. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  51. ## Optional Fields
  52. # Funding information for this resource.
  53. # Separate funder name and grant number by comma.
  54. funding:
  55. - "NIAAA, F31AA027441"
  56. - "the Hitchcock Foundation"
  57. - "NIDA, DA037202"
  58. - "NIMH, 1K08MH117347"
  59. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  60. # Please provide digital identifier (e.g., DOI) if possible.
  61. # Add a prefix to the ID, separated by a colon, to indicate the source.
  62. # Supported sources are: DOI, arXiv, PMID
  63. # In the citation field, please provide the full reference, including title, authors, journal etc.
  64. references:
  65. -
  66. id: "doi:10.1101/2022.10.31.514588"
  67. reftype: "IsSupplementTo"
  68. 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"
  69. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  70. resourcetype: Dataset
  71. # Do not edit or remove the following line
  72. templateversion: 1.2