Browse Source

Add information for publishing with DataCite

Jan Šedivý 4 years ago
parent
commit
61ff09e053
1 changed files with 50 additions and 0 deletions
  1. 50 0
      datacite.yml

+ 50 - 0
datacite.yml

@@ -0,0 +1,50 @@
+# 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: "University of West Bohemia, Faculty of Applied Sciences"
+  -
+    firstname: "Petr"
+    lastname: "Brůha"
+    affiliation: "University of West Bohemia, Faculty of Applied Sciences"
+  -
+    firstname: "Lukáš"
+    lastname: "Vařeka"
+    affiliation: "University of West Bohemia, Faculty of Applied Sciences"
+    
+# A title to describe the published resource.
+title: "PROJECT DAYS P3 NUMBERS"
+
+# Additional information about the resource, e.g., a brief abstract.
+description: |
+  Odd-ball experiment is based on 10 stimuli (1 target) corresponding to 
+  numbers 0 - 9 flashing on the screen. 
+  The subject is told to select a number and to silently count its number of occurences.
+
+# Lit of keywords the resource should be associated with.
+# Give as many keywords as possible, to make the resource findable.
+keywords:
+  - Neuroscience
+  - Electrophysiology
+  - P3 Numbers
+  - Target stimuli
+
+# 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: "GNU GENERAL PUBLIC LICENSE"
+  url: "https://www.gnu.org/licenses/gpl-3.0.en.html"
+
+
+# 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