Browse Source

Add information for publishing with DataCite

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

+ 57 - 0
datacite.yml

@@ -0,0 +1,57 @@
+    # 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: "Roman"
+        lastname: "Mouček"
+        affiliation: "Faculty of Applied Sciences, University of West Bohemia"
+      -
+        firstname: "Lukáš"
+        lastname: "Vařeka"
+        affiliation: "Faculty of Applied Sciences, University of West Bohemia"
+      -
+        firstname: "Petr"
+        lastname: "Brůha"
+        affiliation: "Faculty of Applied Sciences, University of West Bohemia"
+
+    # A title to describe the published resource.
+    title: "Converted dataset Driver_s_attention_with_visual_stimulation_and_audio_disturbance in BIDS standard."
+
+    # Additional information about the resource, e.g., a brief abstract.
+    description: |
+      Converted dataset Driver_s_attention_with_visual_stimulation_and_audio_disturbance in BIDS standard.
+      The data were converted from BrainVision format to BIDS format
+      using a tool created during the master thesis in ZČU.
+      A car simulator (Škoda Octavia), operated in neuroinformatics laboratory, 
+      is used in experiments examining the driver’s attention during monotonous 
+      and dangerous traffic situations. Experiments are based on the method of event 
+      related potentials and measurement of peripheral biological signals.
+
+    # Lit of keywords the resource should be associated with.
+    # Give as many keywords as possible, to make the resource findable.
+    keywords:
+      - Neuroscience
+      - Electrophysiology
+      - BIDS
+
+    # 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 CC0 1.0 Public Domain Dedication"
+      url: "https://creativecommons.org/publicdomain/zero/1.0/"
+
+    references:
+       -
+         id: 'doi:10.12751/g-node.9c19ce'
+         reftype: IsVariantFormOf
+         citation: 'Mouček R, Brůha P, Vařeka L (2020) Drivers attention with visual stimulation and audio disturbance. G-Node. https://doi.org/10.12751/g-node.9c19ce'
+    # 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