123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- # This document is the document needed in order to create a DOI of the repository
- # for making the data publicly available
- # It includes the authors of the study, study name and description, and a license for the data.
- authors:
- -
- firstname: "Susanne"
- lastname: "Ulrich"
- affiliation: "The Institute for Medical Information Processing, Biometry, and Epidemiology (IBE), LMU Munich"
- -
- firstname: "Eva"
- lastname: "Grill"
- affiliation: "The Institute for Medical Information Processing, Biometry, and Epidemiology (IBE), LMU Munich"
- id: "https://orcid.org/0000-0002-0273-7984"
- -
- firstname: "Virginia L."
- lastname: "Flanagin"
- affiliation: "The German Center for Vertigo and Balance Disorders (DSGZ), LMU Munich"
- id: "https://orcid.org/0000-0002-6677-459X"
- # Title of project is title of publication
- title: "A representative cross-sectional survey on wayfinding strategies"
- # Any additional information. It is best practice to supply a description for the resource.
- description: |
- Example description
- that can contain linebreaks
- but has to maintain indentation.
- # List of keywords the resource should be associated with.
- keywords:
- - Navigation
- - Epidemiology
- - Cross-sectional survey
- - Wayfinding
- - Vestibular function
- # Any rights information for this resource. Please provide both a license name and a link to the license.
- # Please add also a LICENSE file to the repository
- license:
- name: "Creative Commons CC0 1.0 Public Domain Dedication"
- url: "https://creativecommons.org/publicdomain/zero/1.0/"
- ## Optional Fields
- # Any funding reference for this resource. Separate funder name and grant number by comma
- funding:
- - "DFG, DFG.12345"
- - "EU, EU.12345"
- # Related publications. reftype might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
- # for further valid types see https://schema.datacite.org/meta/kernel-4
- # Please provide digital identifier (e.g., DOI) if possible.
- references:
- -
- doi: "10.xxx/zzzz"
- reftype: "IsSupplementTo"
- name: "PublicationName"
|