datacite.yml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. # Metadata for DOI registration according to DataCite Metadata Schema 4.1.
  2. # For detailed schema description see https://doi.org/10.5438/0014
  3. ## Required fields
  4. # The main researchers involved. Include digital identifier (e.g., ORCID)
  5. # if possible, including the prefix to indicate its type.
  6. authors:
  7. -
  8. firstname: "Emily"
  9. lastname: "Merz"
  10. affiliation: "Colorado State University"
  11. -
  12. firstname: "Catherine"
  13. lastname: "Monk"
  14. affiliation: "Columbia University"
  15. -
  16. firstname: "Ravi"
  17. lastname: "Bansal"
  18. affiliation: "University of Southern California"
  19. -
  20. firstname: "Siddhant"
  21. lastname: "Sawardekar"
  22. affiliation: "University of Southern California"
  23. -
  24. firstname: "Bradley"
  25. lastname: "Peterson"
  26. affiliation: "University of Southern California"
  27. # A title to describe the published resource.
  28. title: "Neonatal Multiplanar Chemical Shift Imaging Data"
  29. # Additional information about the resource, e.g., a brief abstract.
  30. description: |
  31. Forty-one infants (36-42 gestational weeks at birth; 39% female)
  32. of predominantly Hispanic/Latina mothers (mean 18 years of age)
  33. underwent magnetic resonance imaging approximately two weeks
  34. after birth. Multiplanar chemical shift imaging data were acquired,
  35. and N-acetylaspartate, creatine, and choline concentrations
  36. were measured.
  37. # Lit of keywords the resource should be associated with.
  38. # Give as many keywords as possible, to make the resource findable.
  39. keywords:
  40. - Magnetic resonance spectroscopy
  41. - Neonates
  42. - Multiplanar chemical shift imaging
  43. - N-acetylaspartate
  44. # License information for this resource. Please provide the license name and/or a link to the license.
  45. # Please add also a corresponding LICENSE file to the repository.
  46. license:
  47. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  48. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  49. ## Optional Fields
  50. # Funding information for this resource.
  51. # Separate funder name and grant number by comma.
  52. funding:
  53. - "National Institutes of Health, R01MH093677-01"
  54. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  55. # Please provide digital identifier (e.g., DOI) if possible.
  56. # Add a prefix to the ID, separated by a colon, to indicate the source.
  57. # Supported sources are: DOI, arXiv, PMID
  58. # In the citation field, please provide the full reference, including title, authors, journal etc.
  59. references:
  60. -
  61. reftype: "IsSupplementTo"
  62. citation: "Merz, Monk, Bansal, ... Peterson, Neonatal Brain Metabolite Concentrations: Associations with Age, Sex, and Developmental Outcomes, PLOS One"
  63. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  64. resourcetype: Dataset
  65. # Do not edit or remove the following line
  66. templateversion: 1.2