datacite.yml 4.2 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: "Carmen"
  9. lastname: "Barba"
  10. affiliation: "Neuroscience Department, Children’s Hospital Meyer-University of Florence, Florence, Italy"
  11. id: "ORCID:0000-0001-6084-9725"
  12. -
  13. firstname: "Renzo"
  14. lastname: "Guerrini"
  15. affiliation: "Neuroscience Department, Children’s Hospital Meyer-University of Florence, Florence, Italy"
  16. id: "ResearcherID:X-1234-5678"
  17. -
  18. firstname: "Domenico"
  19. lastname: "Montanaro"
  20. # A title to describe the published resource.
  21. title: "fmri raw data"
  22. # Additional information about the resource, e.g., a brief abstract.
  23. description: Objective: to assess patterns and predictors of representation of motor and language functions and of postoperative language cortex reorganization in patients with lesional epilepsy.
  24. Methods: This is a prospective study. Forty patients underwent a preoperative structural and functional 3T brain MRI during sensorimotor and language tasks, depending on the localization of the epileptogenic lesion. Twenty patients also underwent postoperative language fMRI. DTI data were acquired in 24 patients. We hypothesized a causal model to test whether clinical, EEG and surgical variables would influence fMRI results and the latter have an impact on cognitive outcome. For the postoperative study, we analyzed associations between changes of Laterality Index (LI) and several clinical variables.
  25. Results: No distortion of the representation of sensorimotor homunculus was observed in 14/16 patients. The two remaining patients exhibited a post-infectious scar extending to the front-parietal region. Diffuse interictal EEG abnormalities were associated with more atypical language representation on fMRI (p = 0.014), which in turn correlated with attention problems (p=0.0358) and low IQ/GDQ scores (p = 0.0136). Normal postoperative EEG (p=0.003) and seizure freedom (p=0.015) were associated with shifting towards LI increase, which in turn correlated with improved or stable fluency. Concerning DTI, neither preoperative asymmetry nor postoperative changes in the arcuate fasciculus LIs were observed.
  26. Interpretation: The observation that diffuse abnormalities??? (non è chiaro) EEG may favor atypical language lateralization and worse cognitive outcome, which are potentially reversible after successful epilepsy surgery, should prompt clinicians to consider early surgical treatment in patients exhibiting these electroclinical features. |
  27. Example description
  28. that can contain linebreaks
  29. but has to maintain indentation.
  30. # Lit of keywords the resource should be associated with.
  31. # Give as many keywords as possible, to make the resource findable.
  32. keywords:
  33. - Neuroscience
  34. - fmri
  35. - epilepsia
  36. # License information for this resource. Please provide the license name and/or a link to the license.
  37. # Please add also a corresponding LICENSE file to the repository.
  38. license:
  39. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  40. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  41. ## Optional Fields
  42. # Funding information for this resource.
  43. # Separate funder name and grant number by comma.
  44. funding:
  45. - "DFG, AB1234/5-6"
  46. - "EU, EU.12345"
  47. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  48. # Please provide digital identifier (e.g., DOI) if possible.
  49. # Add a prefix to the ID, separated by a colon, to indicate the source.
  50. # Supported sources are: DOI, arXiv, PMID
  51. # In the citation field, please provide the full reference, including title, authors, journal etc.
  52. references:
  53. -
  54. id: "doi:10.xxx/zzzz"
  55. reftype: "IsSupplementTo"
  56. citation: "Citation1"
  57. -
  58. id: "arxiv:mmmm.nnnn"
  59. reftype: "IsSupplementTo"
  60. citation: "Citation2"
  61. -
  62. id: "pmid:nnnnnnnn"
  63. reftype: "IsReferencedBy"
  64. citation: "Citation3"
  65. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  66. resourcetype: Dataset
  67. # Do not edit or remove the following line
  68. templateversion: 1.2