datacite.yml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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: "Lukáš"
  9. lastname: "Vařeka"
  10. affiliation: "Faculty of Applied Sciences, University of West Bohemia"
  11. -
  12. firstname: "Petr"
  13. lastname: "Brůha"
  14. affiliation: "Faculty of Applied Sciences, University of West Bohemia"
  15. # A title to describe the published resource.
  16. title: "Event-related potential datasets based on three-stimulus-paradigm"
  17. # Additional information about the resource, e.g., a brief abstract.
  18. description: |
  19. Event-related potential datasets based on three-stimulus-paradigm
  20. The datasets have been converted into NIX from the original experiment
  21. shared in the EEGBase portal
  22. # Lit of keywords the resource should be associated with.
  23. # Give as many keywords as possible, to make the resource findable.
  24. keywords:
  25. - Neuroscience
  26. - Electrophysiology
  27. - ERP
  28. # License information for this resource. Please provide the license name and/or a link to the license.
  29. # Please add also a corresponding LICENSE file to the repository.
  30. license:
  31. name: "Creative Commons Attribution 4.0 International Public License"
  32. url: "https://creativecommons.org/licenses/by/4.0/"
  33. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  34. resourcetype: Dataset
  35. # Do not edit or remove the following line
  36. templateversion: 1.2