datacite.yml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # This document is the document needed in order to create a DOI of the repository
  2. # for making the data publicly available
  3. # It includes the authors of the study, study name and description, and a license for the data.
  4. authors:
  5. -
  6. firstname: "Susanne"
  7. lastname: "Ulrich"
  8. affiliation: "The Institute for Medical Information Processing, Biometry, and Epidemiology (IBE), LMU Munich"
  9. -
  10. firstname: "Eva"
  11. lastname: "Grill"
  12. affiliation: "The Institute for Medical Information Processing, Biometry, and Epidemiology (IBE), LMU Munich"
  13. id: "https://orcid.org/0000-0002-0273-7984"
  14. -
  15. firstname: "Virginia L."
  16. lastname: "Flanagin"
  17. affiliation: "The German Center for Vertigo and Balance Disorders (DSGZ), LMU Munich"
  18. id: "https://orcid.org/0000-0002-6677-459X"
  19. # Title of project is title of publication
  20. title: "A representative cross-sectional survey on wayfinding strategies"
  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. - Navigation
  29. - Epidemiology
  30. - Cross-sectional survey
  31. - Wayfinding
  32. - Vestibular function
  33. # Any rights information for this resource. Please provide both a license name and a link to the license.
  34. # Please add also a LICENSE file to the repository
  35. license:
  36. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  37. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  38. ## Optional Fields
  39. # Any funding reference for this resource. Separate funder name and grant number by comma
  40. funding:
  41. - "DFG, DFG.12345"
  42. - "EU, EU.12345"
  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"