datacite.yml 1.7 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. # Include digital identifier (e.g., ORCID) if possible
  6. authors:
  7. -
  8. firstname: "Lutz"
  9. lastname: "Wiegrebe"
  10. affiliation: "Division of Neurobiology, LMU München"
  11. id: "orcid.org/0000-0002-9289-6187 "
  12. # A name or title to describe the published resource.
  13. title: "Psychophysical evidence for auditory motion parallax"
  14. # Any additional information. It is best practice to supply a description for the resource.
  15. description: |
  16. Example description
  17. that can contain linebreaks
  18. but has to maintain indentation.
  19. # List of keywords the resource should be associated with.
  20. keywords:
  21. - depth perception
  22. - distance discrimination
  23. - spatial hearing, vestibular
  24. - proprioceptive, auditory updating
  25. - head–body motion
  26. - self motion
  27. # Any rights information for this resource. Please provide both a license name and a link to the license.
  28. # Please add also a LICENSE file to the repository
  29. license:
  30. name: "CC BY-SA 4.0"
  31. url: "https://creativecommons.org/licenses/by-sa/4.0/"
  32. ## Optional Fields
  33. # Any funding reference for this resource. Separate funder name and grant number by comma
  34. funding:
  35. - "Bernstein Center Munich; grant no. 01GQ1004A"
  36. - "Munich Center for Neuroscience"
  37. # Related publications. reftype might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
  38. # for further valid types see https://schema.datacite.org/meta/kernel-4
  39. # Please provide digital identifier (e.g., DOI) if possible.
  40. references:
  41. -
  42. doi: "10.xxx/zzzz"
  43. reftype: "IsSupplementTo"
  44. name: "PublicationName"
  45. -
  46. reftype: "IsPartOf"
  47. name: "PublicationName"