datacite.yml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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: "Roman"
  9. lastname: "Mouček"
  10. affiliation: "University of West Bohemia, Faculty of Applied Sciences"
  11. -
  12. firstname: "Petr"
  13. lastname: "Brůha"
  14. affiliation: "University of West Bohemia, Faculty of Applied Sciences"
  15. -
  16. firstname: "Lukáš"
  17. lastname: "Vařeka"
  18. affiliation: "University of West Bohemia, Faculty of Applied Sciences"
  19. # A title to describe the published resource.
  20. title: "PROJECT DAYS P3 NUMBERS"
  21. # Additional information about the resource, e.g., a brief abstract.
  22. description: |
  23. Odd-ball experiment is based on 10 stimuli (1 target) corresponding to
  24. numbers 0 - 9 flashing on the screen.
  25. The subject is told to select a number and to silently count its number of occurences.
  26. # Lit of keywords the resource should be associated with.
  27. # Give as many keywords as possible, to make the resource findable.
  28. keywords:
  29. - Neuroscience
  30. - Electrophysiology
  31. - P3 Numbers
  32. - Target stimuli
  33. # License information for this resource. Please provide the license name and/or a link to the license.
  34. # Please add also a corresponding LICENSE file to the repository.
  35. license:
  36. name: "GNU GENERAL PUBLIC LICENSE"
  37. url: "https://www.gnu.org/licenses/gpl-3.0.en.html"
  38. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  39. resourcetype: Dataset
  40. # Do not edit or remove the following line
  41. templateversion: 1.2