datacite.yml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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: "Pavel"
  17. lastname: "Mautner"
  18. affiliation: "University of West Bohemia, Faculty of Applied Sciences"
  19. # A title to describe the published resource.
  20. title: "Car simulator - Driver attention"
  21. # Additional information about the resource, e.g., a brief abstract.
  22. description: |
  23. Car simulator experiments based on the method of event related potentials
  24. and measurement of peripheral biological signals.
  25. # Lit of keywords the resource should be associated with.
  26. # Give as many keywords as possible, to make the resource findable.
  27. keywords:
  28. - Neuroscience
  29. - Electrophysiology
  30. - Driver attention
  31. - Car simulator
  32. # License information for this resource. Please provide the license name and/or a link to the license.
  33. # Please add also a corresponding LICENSE file to the repository.
  34. license:
  35. name: "Creative Commons Attribution 4.0 International Public License"
  36. url: "https://creativecommons.org/licenses/by/4.0/"
  37. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  38. resourcetype: Dataset
  39. # Do not edit or remove the following line
  40. templateversion: 1.2