datacite.yml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. # Metadata for DOI registration according to DataCite Metadata Schema 4.1.
  2. # For detailed schema description see https://doi.org/10.5438/0014
  3. ## Required fields
  4. # The main researchers involved. Include digital identifier (e.g., ORCID)
  5. # if possible, including the prefix to indicate its type.
  6. authors:
  7. -
  8. firstname: "Thomas"
  9. lastname: "Eggert"
  10. affiliation: "Neurology, LMU University Hospital, LMU Munich"
  11. id: "ORCID:0000-0003-1026-861X"
  12. -
  13. firstname: "Andreas"
  14. lastname: "Straube"
  15. affiliation: "Neurology, LMU University Hospital, LMU Munich"
  16. id: "ResearcherID:X-1234-5678"
  17. -
  18. firstname: "GivenName3"
  19. lastname: "FamilyName3"
  20. # A title to describe the published resource.
  21. title: "EggertStraube2024_BinocularFixationDrift"
  22. # Additional information about the resource, e.g., a brief abstract.
  23. description: |
  24. Data from T. Eggert, A. Straube (2024) Conjugate and disconjugate components of horizontal fixation drift in acuity and stereo tasks.
  25. Content:
  26. EggertStraube_FixationDriftData.mat : Matlab datafile containing filtered and non-filtered binocular eye positions and pupil diameters for all valid trials.
  27. Demo_plot_trial.m: Matlab script showing how to extract and plot the data of a specific fixation interval from the matlab data file.
  28. # Lit of keywords the resource should be associated with.
  29. # Give as many keywords as possible, to make the resource findable.
  30. keywords:
  31. - Neuroscience
  32. - oculomotor
  33. - drift
  34. - binocular
  35. # License information for this resource. Please provide the license name and/or a link to the license.
  36. # Please add also a corresponding LICENSE file to the repository.
  37. license:
  38. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  39. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  40. ## Optional Fields
  41. # Funding information for this resource.
  42. # Separate funder name and grant number by comma.
  43. funding:
  44. - "DFG, AB1234/5-6"
  45. - "EU, EU.12345"
  46. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  47. # Please provide digital identifier (e.g., DOI) if possible.
  48. # Add a prefix to the ID, separated by a colon, to indicate the source.
  49. # Supported sources are: DOI, arXiv, PMID
  50. # In the citation field, please provide the full reference, including title, authors, journal etc.
  51. references:
  52. -
  53. id: "doi:10.xxx/zzzz"
  54. reftype: "IsSupplementTo"
  55. citation: "Citation1"
  56. -
  57. id: "arxiv:mmmm.nnnn"
  58. reftype: "IsSupplementTo"
  59. citation: "Citation2"
  60. -
  61. id: "pmid:nnnnnnnn"
  62. reftype: "IsReferencedBy"
  63. citation: "Citation3"
  64. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  65. resourcetype: Dataset
  66. # Do not edit or remove the following line
  67. templateversion: 1.2