Browse Source

Add information for publishing with DataCite

Lukáš Ščurko 2 years ago
parent
commit
9c08df6db0
1 changed files with 52 additions and 0 deletions
  1. 52 0
      datacite.yml

+ 52 - 0
datacite.yml

@@ -0,0 +1,52 @@
+   	# 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/"
+      
+    references:
+     -
+       id: 'doi:10.12751/g-node.40a071'
+       reftype: IsVariantFormOf
+       citation: 'Brůha P, Hnojský L (2020) Drivers attention with auditory stimulation. G-Node. https://doi.org/10.12751/g-node.40a071'
+
+
+    # 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