cloudberry_broken.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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 and som,e umlauts äüöü"
  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. Some units mght even break, as in: 90°
  23. # List of keywords the resource should be associated with.
  24. keywords:
  25. - Neuroscience
  26. - Electrophysiology
  27. # Any rights information for this resource. Please provide both a license name and a link to the license.
  28. license:
  29. name: "CC0"
  30. url: "http://creativecommons.org/publicdomain/zero/1.0"
  31. ## Optional Fields
  32. # Any funding reference for this resource.
  33. funding:
  34. - "DFG, DFG.12345"
  35. - "EU, EU.12345"
  36. # refType might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
  37. # for further valid types see https://schema.datacite.org/meta/kernel-4
  38. references:
  39. -
  40. doi: "10.xxx/zzzz"
  41. reftype: "IsSupplementTo"
  42. name: "PublicationName"
  43. -
  44. reftype: "IsPartOf"
  45. name: "PublicationName"