Browse Source

Make datacite.yml

Change datacite.yml from example for Wayfinding_Survey repository for publication of manuscript.
Virginia Flanagin 5 years ago
parent
commit
f7f4a742c5
1 changed files with 22 additions and 21 deletions
  1. 22 21
      datacite.yml

+ 22 - 21
datacite.yml

@@ -1,24 +1,24 @@
-# 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
+# This document is the document needed in order to create a DOI of the repository 
+# for making the data publicly available
+# It includes the authors of the study, study name and description, and a license for the data.
 authors:
   -
-    firstname: "GivenName1"
-    lastname: "FamilyName1"
-    affiliation: "Affiliation1"
-    id: "AuthorID1 (e.g. ORCID)"
+    firstname: "Susanne"
+    lastname: "Ulrich"
+    affiliation: "The Institute for Medical Information Processing, Biometry, and Epidemiology (IBE), LMU Munich"
   -
-    firstname: "GivenName2"
-    lastname: "FamilyName2"
-    affiliation: "Affiliation2"
+    firstname: "Eva"
+    lastname: "Grill"
+    affiliation: "The Institute for Medical Information Processing, Biometry, and Epidemiology (IBE), LMU Munich"
+    id: "https://orcid.org/0000-0002-0273-7984"
   -
-    firstname: "GivenName3"
-    lastname: "FamilyName3"
+    firstname: "Virginia L."
+    lastname: "Flanagin"
+    affiliation: "The German Center for Vertigo and Balance Disorders (DSGZ), LMU Munich"
+    id: "https://orcid.org/0000-0002-6677-459X"
 
-# A name or title to describe the published resource.
-title: "Example Title"
+# Title of project is title of publication
+title: "A representative cross-sectional survey on wayfinding strategies"
 
 # Any additional information. It is best practice to supply a description for the resource.
 description: |
@@ -28,8 +28,11 @@ description: |
 
 # List of keywords the resource should be associated with.
 keywords:
-  - Neuroscience
-  - Electrophysiology
+  - Navigation
+  - Epidemiology
+  - Cross-sectional survey
+  - Wayfinding
+  - Vestibular function
 
 # 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
@@ -52,7 +55,5 @@ references:
     doi: "10.xxx/zzzz"
     reftype: "IsSupplementTo"
     name: "PublicationName"
-  -
-    reftype: "IsPartOf"
-    name: "PublicationName"
+