datacite.yml 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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: "Demetrio"
  9. lastname: "Ferro"
  10. affiliation: "Center for Brain and Cognition, Department of Information and Communication Technologies, Universitat Pompeu Fabra, Barcelona (Spain), 08003;"
  11. id: "ORCID:0000-0003-4969-1415"
  12. -
  13. firstname: "Benjamin"
  14. lastname: "Hayden"
  15. affiliation: "Department of Neurosurgery, Baylor College of Medicine, Houston, TX (USA), 77030"
  16. id: "ORCID:0000-0002-7678-4281"
  17. -
  18. firstname: "Rubén"
  19. lastname: "Moreno Bote"
  20. affiliation: "Center for Brain and Cognition, Department of Information and Communication Technologies, Universitat Pompeu Fabra, Barcelona (Spain), 08003;"
  21. id: "ORCID:0000-0003-0398-014X"
  22. # A title to describe the published resource.
  23. title: "Perceived wealth and task difficulty modulation of value encoding in dorsal anterior cingulate cortex"
  24. # Additional information about the resource, e.g., a brief abstract.
  25. description: "The resource contains code and data (behavioral and spiking activity) from dorsal anterior cingulate cortex (dACC) for two-alternatives, token-based, risky decision-making tasks performed by two adult macaque (Macaca Mulatta) subjects. The analyses allow to compute the choice performances vs task contingencies and the neural encoding of alternative offer values."
  26. # List of keywords the resource should be associated with.
  27. # Give as many keywords as possible, to make the resource findable.
  28. keywords:
  29. - Neuroscience
  30. - Decision making
  31. - Dorsal Anterior Cingulate 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: "Creative Commons Attribution-NonCommercial-ShareAlike-4.0 International"
  36. url: "https://creativecommons.org/licenses/by-nc-sa/4.0/"
  37. ## Optional Fields
  38. # Funding information for this resource.
  39. # Separate funder name and grant number by comma.
  40. funding:
  41. - "Ministerio de Ciencia, Innovación y Universidades de España; PID2020-114196GB-I00/AEI"
  42. - "ICREA Academia; 2022"
  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.1152/jn.00325.2015"
  51. reftype: "IsSupplementTo"
  52. citation: "Caleb E Strait, Brianna J Sleezer, Tommy C Blanchard, Habiba Azab, Meghan D Castagno, Benjamin Y Hayden, 2016. Neuronal selectivity for spatial positions of offers and choices in five reward regions. Journal of neurophysiology."
  53. -
  54. id: "doi:10.1371/journal.pbio.2003091"
  55. reftype: "IsSupplementTo"
  56. citation: "Habiba Azab, Benjamin Y Hayden, 2017. Correlates of decisional dynamics in the dorsal anterior cingulate cortex. PLoS Biology."
  57. -
  58. id: "doi:10.1111/ejn.13865"
  59. reftype: "IsSupplementTo"
  60. citation: "Habiba Azab, Benjamin Y Hayden, 2018. Correlates of economic decisions in the dorsal and subgenual anterior cingulate cortices. European Journal of Neuroscience."
  61. -
  62. id: "doi:10.1038/s41467-024-50214-2"
  63. reftype: "IsSupplementTo"
  64. citation: "Ferro, D., Cash-Padgett, T., Wang, M.Z., Hayden, B.Y., Moreno-Bote, R., 2024. Gaze-centered gating, reactivation, and reevaluation of economic value in orbitofrontal cortex. Nat Commun 15, 6163."
  65. # The dataset in this repository is completely disjoint from the dataset used in Ferro et al., Nat Comm. 2024 (DOI: 10.12751/g-node.evlnq5).
  66. # the two works are connected in a way that the code uploaded performs similar analyses,
  67. # thus linking the research questions, the results, and eventually also the interpretations.
  68. # -
  69. # id: "arxiv:mmmm.nnnn"
  70. # reftype: "IsSupplementTo"
  71. # citation: "Citation2"
  72. # -
  73. # id: "pmid:nnnnnnnn"
  74. # reftype: "IsReferencedBy"
  75. # citation: "Citation3"
  76. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  77. resourcetype: Dataset
  78. # Do not edit or remove the following line
  79. templateversion: 1.2