datacite.yml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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: "Vincenzo G."
  9. lastname: "Fiore"
  10. affiliation: "Department of Psychiatry, Icahn School of Medicine at Mount Sinai, New York, NY 10029, United States"
  11. id: "ORCID:0000-0002-4865-5482"
  12. -
  13. firstname: "Xiaosi"
  14. lastname: "Gu"
  15. affiliation: "Department of Psychiatry, Icahn School of Medicine at Mount Sinai, New York, NY 10029, United States"
  16. -
  17. # A title to describe the published resource.
  18. title: "Similar network compositions, but distinct neural dynamics underlying belief updating in environments with and without explicit outcomes"
  19. # Additional information about the resource, e.g., a brief abstract.
  20. description: |
  21. Subject-specific behavioral data, model-based GLM and DCM estimations,
  22. jointly with scripts required to run model-based analysis.
  23. # Lit of keywords the resource should be associated with.
  24. # Give as many keywords as possible, to make the resource findable.
  25. keywords:
  26. - Computational Neuroscience
  27. - Dynamic causal modeling
  28. - effective connectivity
  29. - Choice-confidence
  30. - Anterior hippocampus
  31. - Amygdala
  32. - Medial prefrontal cortex
  33. # License information for this resource. Please provide the license name and/or a link to the license.
  34. # Please add also a corresponding LICENSE file to the repository.
  35. license:
  36. name: "Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)"
  37. url: "https://creativecommons.org/licenses/by-nc-nd/4.0/"
  38. ## Optional Fields
  39. # Funding information for this resource.
  40. # Separate funder name and grant number by comma.
  41. funding:
  42. - "NIDA, R01DA043695"
  43. - "NIDA, R21DA049243"
  44. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  45. # Please provide digital identifier (e.g., DOI) if possible.
  46. # Add a prefix to the ID, separated by a colon, to indicate the source.
  47. # Supported sources are: DOI, arXiv, PMID
  48. # In the citation field, please provide the full reference, including title, authors, journal etc.
  49. references:
  50. -
  51. id: "doi:10.1016/j.neuroimage.2021.118821"
  52. reftype: "IsSupplementTo"
  53. citation: "Fiore and Gu (2021) Similar network compositions, but distinct neural dynamics underlying belief updating in environments with and without explicit outcomes. NeuroImage"
  54. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  55. resourcetype: Dataset
  56. # Do not edit or remove the following line
  57. templateversion: 1.2