Browse Source

Add information for publishing with DataCite

Ravi Bansal 3 years ago
parent
commit
d27a3ed48f
1 changed files with 83 additions and 0 deletions
  1. 83 0
      datacite.yml

+ 83 - 0
datacite.yml

@@ -0,0 +1,83 @@
+# 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: "Emily"
+    lastname: "Merz"
+    affiliation: "Colorado State University"
+  -
+    firstname: "Catherine"
+    lastname: "Monk"
+    affiliation: "Columbia University"
+  -
+    firstname: "Ravi"
+    lastname: "Bansal"
+    affiliation: "University of Southern California"
+  -
+    firstname: "Siddhant"
+    lastname: "Sawardekar"
+    affiliation: "University of Southern California"
+  -
+    firstname: "Bradley"
+    lastname: "Peterson"
+    affiliation: "University of Southern California"
+
+# A title to describe the published resource.
+title: "Neonatal Multiplanar Chemical Shift Imaging Data"
+
+# Additional information about the resource, e.g., a brief abstract.
+description: |
+  Forty-one infants (36-42 gestational weeks at birth; 39% female) 
+  of predominantly Hispanic/Latina mothers (mean 18 years of age) 
+  underwent magnetic resonance imaging approximately two weeks 
+  after birth. Multiplanar chemical shift imaging data were acquired, 
+  and N-acetylaspartate, creatine, and choline concentrations
+  were measured. 
+  
+# Lit of keywords the resource should be associated with.
+# Give as many keywords as possible, to make the resource findable.
+keywords:
+  - Magnetic resonance spectroscopy
+  - Neonates
+  - Multiplanar chemical shift imaging
+  - N-acetylaspartate
+
+# 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: "Creative Commons Attribution (CC BY) license"
+  url: "https://creativecommons.org/licenses/by/4.0/"
+
+
+
+## Optional Fields
+
+# Funding information for this resource.
+# Separate funder name and grant number by comma.
+funding:
+  - "National Institutes of Health, R01MH093677-01"
+  
+
+
+# Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
+# Please provide digital identifier (e.g., DOI) if possible.
+# Add a prefix to the ID, separated by a colon, to indicate the source.
+# Supported sources are: DOI, arXiv, PMID
+# In the citation field, please provide the full reference, including title, authors, journal etc.
+references:
+  -
+    reftype: "IsSupplementTo"
+    citation: "Merz, Monk, Bansal, ... Peterson, Neonatal Brain Metabolite Concentrations: Associations with Age, Sex, and Developmental Outcomes, PLOS One"
+  
+
+
+# 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