Browse Source

Make datacite.yml

Copied from Info folder
Virginia Flanagin 5 years ago
parent
commit
ef275d9353
1 changed files with 57 additions and 0 deletions
  1. 57 0
      datacite.yml

+ 57 - 0
datacite.yml

@@ -0,0 +1,57 @@
+# 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: "Susanne"
+    lastname: "Ulrich"
+    affiliation: "The Institute for Medical Information Processing, Biometry, and Epidemiology (IBE), LMU Munich"
+  -
+    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: "Virginia L."
+    lastname: "Flanagin"
+    affiliation: "The German Center for Vertigo and Balance Disorders (DSGZ), LMU Munich"
+    id: "https://orcid.org/0000-0002-6677-459X"
+
+# 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: |
+  Example description
+  that can contain linebreaks
+  but has to maintain indentation.
+
+# List of keywords the resource should be associated with.
+keywords:
+  - 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
+license:
+  name: "Creative Commons CC0 1.0 Public Domain Dedication"
+  url: "https://creativecommons.org/publicdomain/zero/1.0/"
+
+## Optional Fields
+
+# Any funding reference for this resource. Separate funder name and grant number by comma
+funding:
+  - "DFG, DFG.12345"
+  - "EU, EU.12345"
+
+# Related publications. reftype might be: IsCitedBy, IsSupplementTo, IsReferencedBy, IsPartOf
+# for further valid types see https://schema.datacite.org/meta/kernel-4
+# Please provide digital identifier (e.g., DOI) if possible.
+references:
+  -
+    doi: "10.xxx/zzzz"
+    reftype: "IsSupplementTo"
+    name: "PublicationName"