datacite.yml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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: "Oscar"
  9. lastname: "Esteban"
  10. affiliation: "Stanford University"
  11. id: "ORCID:0000-0001-8435-6191"
  12. # A title to describe the published resource.
  13. title: "fMRIPrep derivatives of OpenNeuro's DS000114"
  14. # Additional information about the resource, e.g., a brief abstract.
  15. description: |
  16. Results of processing DS000114 with an experimental version of
  17. fMRIPrep.
  18. # Lit of keywords the resource should be associated with.
  19. # Give as many keywords as possible, to make the resource findable.
  20. keywords:
  21. - fMRI
  22. - preprocessed data
  23. - fMRIPrep
  24. - openneuro
  25. - task
  26. # License information for this resource. Please provide the license name and/or a link to the license.
  27. # Please add also a corresponding LICENSE file to the repository.
  28. license:
  29. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  30. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  31. ## Optional Fields
  32. # Funding information for this resource.
  33. # Separate funder name and grant number by comma.
  34. # funding:
  35. # - "DFG, AB1234/5-6"
  36. # - "EU, EU.12345"
  37. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  38. # Please provide digital identifier (e.g., DOI) if possible.
  39. # Add a prefix to the ID, separated by a colon, to indicate the source.
  40. # Supported sources are: DOI, arXiv, PMID
  41. # In the citation field, please provide the full reference, including title, authors, journal etc.
  42. references:
  43. -
  44. id: "doi:10.1038/s41592-018-0235-4"
  45. reftype: "IsDescribedBy"
  46. citation: |
  47. Esteban, O., Markiewicz, C.J., Blair, R.W. et al.
  48. fMRIPrep: a robust preprocessing pipeline for functional MRI.
  49. Nat Methods 16, 111–116 (2019).
  50. https://doi.org/10.1038/s41592-018-0235-4
  51. -
  52. id: "doi:10.1038/s41592-018-0235-4"
  53. reftype: "IsDescribedBy"
  54. citation: |
  55. Esteban, O., Ciric, R., Finc, K. et al.
  56. Analysis of task-based functional MRI data preprocessed with fMRIPrep.
  57. Nat Protoc 15, 2186–2202 (2020).
  58. https://doi.org/10.1038/s41596-020-0327-3
  59. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  60. resourcetype: Dataset
  61. # Do not edit or remove the following line
  62. templateversion: 1.2