12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- # Metadata for DOI registration according to DataCite Metadata Schema 4.1.
- # For detailed schema description see https://doi.org/10.5438/0014
- ## Required fields
- # The main researchers involved. Include digital identifier (e.g., ORCID)
- # if possible, including the prefix to indicate its type.
- authors:
- -
- firstname: "Petr"
- lastname: "Brůha"
- affiliation: "University of West Bohemia, Faculty of Applied Sciences"
- -
- firstname: "Lukáš"
- lastname: "Hnojský"
-
- # A title to describe the published resource.
- title: "Driver's attention with auditory stimulation"
- # Additional information about the resource, e.g., a brief abstract.
- description: |
- Car simulator experiments based on the method of event related potentials
- and measurement of peripheral biological signals.
- Thesis describes Driver´s attention with auditory stimuli experiments.
- # Lit of keywords the resource should be associated with.
- # Give as many keywords as possible, to make the resource findable.
- keywords:
- - Neuroscience
- - Electrophysiology
- - Driver attention
- - Car simulator
- - Auditory stimulation
- # License information for this resource. Please provide the license name and/or a link to the license.
- # Please add also a corresponding LICENSE file to the repository.
- license:
- name: "Creative Commons Attribution 4.0 International Public License"
- url: "https://creativecommons.org/licenses/by/4.0/"
- # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
- resourcetype: Dataset
- # Do not edit or remove the following line
- templateversion: 1.2
|