Browse Source

'datacite.yml' hinzufügen

Christoph Berger 6 years ago
parent
commit
3d7ffbd7ec
1 changed files with 59 additions and 0 deletions
  1. 59 0
      datacite.yml

+ 59 - 0
datacite.yml

@@ -0,0 +1,59 @@
+## Required fields
+# The main researchers involved working on the resource,
+# or the authors of the publication in priority order.
+# May be a corporate/institutional or personal name.
+# Include digital identifier (e.g., ORCID) if possible
+authors:
+  -
+    firstname: "Christoph"
+    lastname: "Berger"
+    affiliation: "Department of Psychiatry, Neurology, Psychosomatics, and Psychotherapy in Childhood and Adolescence, 	   University Medical Center of Rostock, Rostock, Germany"
+    id: "0000-0002-0832-5526"
+  -
+    firstname: "Juliane"
+    lastname: "Müller-Godeffroy"    
+  -
+    firstname: "Ivo"
+    lastname: "Marx"
+-
+    firstname: "Olaf"
+    lastname: "Reis"
+-
+    firstname: "Johannes"
+    lastname: "Buchmann"
+-
+    firstname: "Alexander"
+    lastname: "Dück"
+	
+
+# A name or title to describe the published resource.
+title: "Methylphenidate promotes the interaction between motor cortex facilitation and attention processes in healthy adults performing a go/nogo task"
+
+# Any additional information. It is best practice to supply a description for the resource.
+description: |
+  Example description
+  that can contain linebreaks
+  but has to maintain indentation.
+
+# List of keywords the resource should be associated with.
+keywords:
+  - Neuroscience
+  - Electrophysiology
+  - motor control, 
+  - event-related potentials
+  - transcranial magnetic stimulation
+  - methylphenidate
+  
+
+# Any rights information for this resource. Please provide both a license name and a link to the license.
+# Please add also a LICENSE file to the repository
+license:
+  name: "CC-BY-NC-SA 4.0"
+  url: "https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode"
+
+## Optional Fields
+
+# Any funding reference for this resource. Separate funder name and grant number by comma
+funding:
+  - "none"
+