cloudberry.yml 1.6 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: "GivenName1"
  9. lastname: "FamilyName1"
  10. affiliation: "Affiliation1"
  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: "Example Title"
  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. - Electrophysiology
  30. # Any rights information for this resource. Please provide both a license name and a link to the license.
  31. # Please add also a LICENSE file to the repository
  32. license:
  33. name: "CC0"
  34. url: "http://creativecommons.org/publicdomain/zero/1.0"
  35. ## Optional Fields
  36. # Any funding reference for this resource. Separate funder name and grant number by comma
  37. funding:
  38. - "DFG, DFG.12345"
  39. - "EU, EU.12345"
  40. # Related publications. reftype might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
  41. # for further valid types see https://schema.datacite.org/meta/kernel-4
  42. # Please provide digital identifier (e.g., DOI) if possible.
  43. references:
  44. -
  45. doi: "10.xxx/zzzz"
  46. reftype: "IsSupplementTo"
  47. name: "PublicationName"
  48. -
  49. reftype: "IsPartOf"
  50. name: "PublicationName"