datacite.yml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. # Lit of keywords the resource should be associated with.
  32. # Give as many keywords as possible, to make the resource findable.
  33. keywords:
  34. - psychedelics
  35. - neuromodulation
  36. - electrophysiologyc
  37. - rodent
  38. - machine learning
  39. # License information for this resource. Please provide the license name and/or a link to the license.
  40. # Please add also a corresponding LICENSE file to the repository.
  41. license:
  42. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  43. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  44. ## Optional Fields
  45. # Funding information for this resource.
  46. # Separate funder name and grant number by comma.
  47. funding:
  48. - "LD: NIAAA, F31AA027441; the Hitchcock Foundation"
  49. - "AH: the Hitchcock Foundation; NIDA, DA037202"
  50. - "WD: NIMH, 1K08MH117347"
  51. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  52. # Please provide digital identifier (e.g., DOI) if possible.
  53. # Add a prefix to the ID, separated by a colon, to indicate the source.
  54. # Supported sources are: DOI, arXiv, PMID
  55. # In the citation field, please provide the full reference, including title, authors, journal etc.
  56. references:
  57. -
  58. id: "doi:10.1101/2022.10.31.514588"
  59. reftype: "IsSupplementTo"
  60. citation: ""
  61. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  62. resourcetype: Dataset
  63. # Do not edit or remove the following line
  64. templateversion: 1.2