cloudberry.yml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. authors:
  6. -
  7. firstname: "GivenName1"
  8. lastname: "FamilyName1"
  9. affiliation: "Affiliation1"
  10. id: "AuthorID1 (e.g. ORCID)"
  11. -
  12. firstname: "GivenName2"
  13. lastname: "FamilyName2"
  14. affiliation: "Affiliation2"
  15. -
  16. firstname: "GivenName3"
  17. lastname: "FamilyName3"
  18. # A name or title to describe the published resource.
  19. title: "Example Title"
  20. # Any additional information. It is best practice to supply a description for the resource.
  21. description: |
  22. Example description
  23. that can contain linebreaks
  24. but has to maintain indentation.
  25. # List of keywords the resource should be associated with.
  26. keywords:
  27. - Neuroscience
  28. - Electrophysiology
  29. # Any rights information for this resource. Please provide both a license name and a link to the license.
  30. license:
  31. name: "CC0"
  32. url: "http://creativecommons.org/publicdomain/zero/1.0"
  33. ## Optional Fields
  34. # Any funding reference for this resource.
  35. funding:
  36. - "DFG, DFG.12345"
  37. - "EU, EU.12345"
  38. # refType might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
  39. # for further valid types see https://schema.datacite.org/meta/kernel-4
  40. references:
  41. -
  42. doi: "10.xxx/zzzz"
  43. reftype: "IsSupplementTo"
  44. name: "PublicationName"
  45. -
  46. reftype: "IsPartOf"
  47. name: "PublicationName"