datacite.yml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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: "Francesco"
  9. lastname: "Marini"
  10. affiliation: "Department of Psychology, University of Nevada, Reno, NV; Swartz Center for Computational Neuroscience, University of California San Diego, La Jolla, CA"
  11. id: "0000-0002-4071-4783"
  12. -
  13. firstname: "Katherine"
  14. lastname: "Breeding"
  15. affiliation: "Department of Psychology, University of Nevada, Reno, NV"
  16. -
  17. firstname: "Jacqueline"
  18. lastname: "Snow"
  19. affiliation: "Department of Psychology, University of Nevada, Reno, NV"
  20. # A name or title to describe the published resource.
  21. title: "Dataset of 24-subject EEG recordings during viewing of real-world objects and planar images of the same items"
  22. # Any additional information. It is best practice to supply a description for the resource.
  23. description: |
  24. Example description
  25. that can contain linebreaks
  26. but has to maintain indentation.
  27. # List of keywords the resource should be associated with.
  28. keywords:
  29. - Neuroscience
  30. - Electrophysiology
  31. - EEG
  32. - Psychology
  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 Attribution-ShareAlike 4.0 International"
  37. url: "https://creativecommons.org/licenses/by-sa/4.0/"
  38. ## Optional Fields
  39. # Any funding reference for this resource. Separate funder name and grant number by comma
  40. funding:
  41. - "NSF, 1632849"
  42. - "NIH, R01EY026701"
  43. - "NIGMS, P20 GM103650"
  44. # Related publications. reftype might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
  45. # for further valid types see https://schema.datacite.org/meta/kernel-4
  46. # Please provide digital identifier (e.g., DOI) if possible.
  47. references:
  48. -
  49. doi: "10.xxx/zzzz"
  50. reftype: "IsSupplementTo"
  51. name: "Dataset of 24-subject EEG recordings during viewing of real-world objects and planar images of the same items"
  52. -
  53. doi: "10.xxx/zzzz"
  54. reftype: "IsSupplementTo"
  55. name: "Distinct visuo-motor brain dynamics for real-world objects versus planar images"