datacite.yml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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: "Giovanni"
  9. lastname: "Hernandez"
  10. affiliation: "Douglas Research Institute"
  11. id: "ORCID:0000-0001-9719-6027"
  12. -
  13. firstname: "Willemieke"
  14. lastname: "Kouwenhoven"
  15. affiliation: "Département de pharmacologie et physiologie, Faculté de médecine,Université de Montréal"
  16. id: "ORCID:0000-0003-3017-1807"
  17. -
  18. firstname: "Emmanuelle"
  19. lastname: "Poirier"
  20. affiliation: "Université de Montréal"
  21. -
  22. firstname: "Daniel"
  23. lastname: "Lévesque"
  24. affiliation: "Faculté de Pharmacie, Université de Montréal"
  25. id: "ORCID:0000-0002-3019-3048"
  26. -
  27. firstname: "Pierre-Paul"
  28. lastname: "Rompré"
  29. affiliation: "Département de neurosciences,Faculté de Médicine,Université de Montréal"
  30. id: "ORCID:0000-0002-4831-4338"
  31. # A title to describe the published resource.
  32. title: "Data from Dorsal raphe stimulation relays a reward signal to the ventral tegmental area via GluN2C NMDA receptors "
  33. # Additional information about the resource, e.g., a brief abstract.
  34. description: |
  35. Raw data for and stats supporting the paper
  36. # Lit of keywords the resource should be associated with.
  37. # Give as many keywords as possible, to make the resource findable.
  38. keywords:
  39. - Neuroscience
  40. - GluN2C
  41. - Reward
  42. - VTA
  43. # License information for this resource. Please provide the license name and/or a link to the license.
  44. # Please add also a corresponding LICENSE file to the repository.
  45. license:
  46. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  47. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  48. ## Optional Fields
  49. # Funding information for this resource.
  50. # Separate funder name and grant number by comma.
  51. funding:
  52. - "NSERC-119057"
  53. - "Herbert H. Jasper fellowship"
  54. - "CIHR operating grant-130407"
  55. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  56. # Please provide digital identifier (e.g., DOI) if possible.
  57. # Add a prefix to the ID, separated by a colon, to indicate the source.
  58. # Supported sources are: DOI, arXiv, PMID
  59. # In the citation field, please provide the full reference, including title, authors, journal etc.
  60. references:
  61. -
  62. id: " doi:10.1101/2020.07.26.222125"
  63. reftype: "IsSupplementTo"
  64. citation: "Title: Dorsal raphe stimulation relays a reward signal to the ventral tegmental area via GluN2C NMDA receptors
  65. Authors: Giovanni Hernandez, Willemieke M Kouwenhoven, Poirier Emmanuelle, Lebied Karim, Daniel Lévesque, Pierre-Paul Rompré"
  66. -
  67. id: "arXiv"
  68. reftype: "IsSupplementTo"
  69. citation: "Citation2"
  70. -
  71. id: "pmid:nnnnnnnn"
  72. reftype: "IsReferencedBy"
  73. citation: "Citation3"
  74. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  75. resourcetype: Dataset
  76. # Do not edit or remove the following line
  77. templateversion: 1.2