datacite.yml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # Required fields
  2. # The main researchers involved working on the resource,
  3. # or the authors of the publication in priority order.
  4. # May be a corporate/institutional or personal name.
  5. # Include digital identifier (e.g., ORCID) if possible
  6. authors:
  7. -
  8. firstname: William T.
  9. lastname: Ralvenius
  10. affiliation: Institute of Pharmacology and Toxicology, University of Zürich
  11. -
  12. firstname: Elena
  13. lastname: Neumann
  14. affiliation: Institute of Pharmacology and Toxicology, University of Zürich
  15. -
  16. firstname: Hanns Ulrich
  17. lastname: Zeilhofer
  18. affiliation: Institute of Pharmacology and Toxicology, University of Zürich
  19. # A name or title to describe the published resource.
  20. title: Suppression of Itch in Mice and Dogs by Selective Modulation of Spinal α2/α3 GABAA Receptors
  21. # Any additional information. It is best practice to supply a description for the resource.
  22. description: |
  23. Example description
  24. that can contain linebreaks
  25. but has to maintain indentation.
  26. # List of keywords the resource should be associated with.
  27. keywords:
  28. - Neuroscience
  29. - Itch
  30. - GABA
  31. # Any rights information for this resource. Please provide both a license name and a link to the license.
  32. # Please add also a LICENSE file to the repository
  33. license:
  34. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  35. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  36. ## Optional Fields
  37. # Any funding reference for this resource. Separate funder name and grant number by comma
  38. funding:
  39. - SNSF, 156393
  40. - ERC-2009-AdG, DHISP 250128
  41. - DFG, NE 2126/1-1
  42. - Stavros Niarchos Foundation
  43. # Related publications. reftype might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
  44. # for further valid types see https://schema.datacite.org/meta/kernel-4
  45. # Please provide digital identifier (e.g., DOI) if possible.
  46. references:
  47. -
  48. doi: "10.xxx/zzzz"
  49. reftype: "IsSupplementTo"
  50. name: "PublicationName"
  51. -
  52. reftype: "IsPartOf"
  53. name: "PublicationName"
  54. # Type of the data in this repository (Dataset, Model, Software, Other see
  55. # https://schema.datacite.org/meta/kernel-4.1/doc/DataCite-MetadataKernel_v4.1.pdf
  56. # for examples
  57. dtype: Dataset