1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- # Required fields
- # The main researchers involved working on the resource,
- # or the authors of the publication in priority order.
- # May be a corporate/institutional or personal name.
- # Include digital identifier (e.g., ORCID) if possible
- authors:
- -
- firstname: "Francesco"
- lastname: "Marini"
- affiliation: "Department of Psychology, University of Nevada, Reno, NV; Swartz Center for Computational Neuroscience, University of California San Diego, La Jolla, CA"
- id: "0000-0002-4071-4783"
- -
- firstname: "Katherine"
- lastname: "Breeding"
- affiliation: "Department of Psychology, University of Nevada, Reno, NV"
- -
- firstname: "Jacqueline"
- lastname: "Snow"
- affiliation: "Department of Psychology, University of Nevada, Reno, NV"
- # A name or title to describe the published resource.
- title: "Dataset of 24-subject EEG recordings during viewing of real-world objects and planar images of the same items"
- # 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:
- - Neuroscience
- - Electrophysiology
- - EEG
- - Psychology
- # 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 Attribution-ShareAlike 4.0 International"
- url: "https://creativecommons.org/licenses/by-sa/4.0/"
- ## Optional Fields
- # Any funding reference for this resource. Separate funder name and grant number by comma
- funding:
- - "NSF, 1632849"
- - "NIH, R01EY026701"
- - "NIGMS, P20 GM103650"
- # 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: "Dataset of 24-subject EEG recordings during viewing of real-world objects and planar images of the same items"
- -
- doi: "10.xxx/zzzz"
- reftype: "IsSupplementTo"
- name: "Distinct visuo-motor brain dynamics for real-world objects versus planar images"
|