Browse Source

Add 'datacite.yml'

ccszhang 5 years ago
parent
commit
575b5c1cbb
1 changed files with 75 additions and 0 deletions
  1. 75 0
      datacite.yml

+ 75 - 0
datacite.yml

@@ -0,0 +1,75 @@
+# 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: "Chen"
+    lastname: "Zhang"
+    affiliation: "Neuroscience Graduate Program, University of Southern California"
+  -
+    firstname: "Angelina"
+    lastname: "Paolozza"
+    affiliation: "Center for Neuroscience Studies, Queen’s University"
+  -
+    firstname: "Po-He"
+    lastname: "Tseng"
+    affiliation: "Department of Neurobiology, Duke University"
+  -
+    firstname: "James"
+    lastname: "Reynolds"
+    affiliation: "Department of Biomedical and Molecular Science, Queen’s University"
+  -
+    firstname: "Douglas"
+    lastname: "Munoz"
+    affiliation: "Department of Biomedical and Molecular Science, Queen’s University"
+  -
+    firstname: "Laurent"
+    lastname: "Itti"
+    affiliation: "Department of Computer Science, University of Southern California"
+
+# A name or title to describe the published resource.
+title: "Detection of Children/Youth with Fetal Alcohol Spectrum Disorder through Eye Movement, Psychometric and Neuroimaging Data
+"
+
+# Any additional information. It is best practice to supply a description for the resource.
+description: |
+  All the data for six assessments involved.
+
+# List of keywords the resource should be associated with.
+keywords:
+  - Neuroscience
+  - FASD
+  - Eye movement
+  - Neuroimaging
+  - Psychometrics
+
+# 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 Attribution-NonCommercial-ShareAlike 4.0 International"
+  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:
+  - "Kids Brain Helth Network"
+  - "NSF CCF-1317433, CNS-1545089"
+  - "The JPB Foundation, 378"
+
+# 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"
+
+
+# Type of the data in this repository (Dataset, Model, Software, Other see
+# https://schema.datacite.org/meta/kernel-4.1/doc/DataCite-MetadataKernel_v4.1.pdf
+# for examples
+dtype: Dataset