datacite.yml 2.7 KB

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