datacite.yml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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: "yang"
  9. lastname: "yu"
  10. affiliation: "Queen's University"
  11. id: "AuthorID1 (e.g. ORCID)"
  12. -
  13. firstname: "GivenName2"
  14. lastname: "FamilyName2"
  15. affiliation: "Affiliation2"
  16. -
  17. firstname: "GivenName3"
  18. lastname: "FamilyName3"
  19. # A name or title to describe the published resource.
  20. title: "Supplementary Figure 1. Human bile increased afferent firing frequency in mouse proximal colon
  21. "
  22. # Any additional information. It is best practice to supply a description for the resource.
  23. description: |
  24. Example description
  25. that can contain linebreaks
  26. but has to maintain indentation.
  27. # List of keywords the resource should be associated with.
  28. keywords:
  29. - Neuroscience
  30. - Electrophysiology
  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. - "DFG, DFG.12345"
  40. - "EU, EU.12345"
  41. # Related publications. reftype might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
  42. # for further valid types see https://schema.datacite.org/meta/kernel-4
  43. # Please provide digital identifier (e.g., DOI) if possible.
  44. references:
  45. -
  46. doi: "10.xxx/zzzz"
  47. reftype: "IsSupplementTo"
  48. name: "PublicationName"
  49. -
  50. reftype: "IsPartOf"
  51. name: "PublicationName"