datacite.yml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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: "Ekaterina"
  9. lastname: "Lunkova"
  10. affiliation: "McGillUniversity"
  11. id: "ORCID:0000-0001-2345-6789"
  12. -
  13. firstname: "Jen-Kai"
  14. lastname: "Chen"
  15. affiliation: "McGillUniversity"
  16. -
  17. # A title to describe the published resource.
  18. title: "Evaluation of oculomotor functions in the diagnosis of mTBI: a pilot study with healthy controls using eye-tracking and fMRI"
  19. # Additional information about the resource, e.g., a brief abstract.
  20. description: |
  21. fMRI data was obtained on 31 healthy adults using oculomotor tasks developed by Neuroflex(c)
  22. Each run included a set of 4 tasks - Smooth Pursuit, Saccades, Anti-Saccades, and Optokinetic Nystagmus repeated twice.
  23. # Lit of keywords the resource should be associated with.
  24. # Give as many keywords as possible, to make the resource findable.
  25. keywords:
  26. - Neuroscience
  27. - fMRI
  28. - oculomotor
  29. - healthy
  30. # License information for this resource. Please provide the license name and/or a link to the license.
  31. # Please add also a corresponding LICENSE file to the repository.
  32. license:
  33. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  34. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  35. ## Optional Fields
  36. # Funding information for this resource.
  37. # Separate funder name and grant number by comma.
  38. funding:
  39. - "MEDTEQ, 252378"
  40. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  41. # Please provide digital identifier (e.g., DOI) if possible.
  42. # Add a prefix to the ID, separated by a colon, to indicate the source.
  43. # Supported sources are: DOI, arXiv, PMID
  44. # In the citation field, please provide the full reference, including title, authors, journal etc.
  45. references:
  46. -
  47. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  48. resourcetype: Dataset
  49. # Do not edit or remove the following line
  50. templateversion: 1.2