datacite.yml 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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: "Maryna"
  9. lastname: "Zhernovaia"
  10. affiliation: "University of Quebec in Trois-Rivieres"
  11. id: "ORCID:0000-0002-9460-1354"
  12. -
  13. firstname: "Mahsa"
  14. lastname: "Dadar"
  15. affiliation: "Laval University; McGill University"
  16. id: "ORCID:0000-0003-4008-2672"
  17. -
  18. firstname: "Sawsan"
  19. lastname: "Mahmoud"
  20. affiliation: "University of Quebec in Trois-Rivieres"
  21. -
  22. firstname: "Yashar"
  23. lastname: "Zeighami"
  24. affiliation: "McGill University"
  25. id: "ORCID:0000-0002-0583-5811"
  26. -
  27. firstname: "Josefina"
  28. lastname: "Maranzano"
  29. affiliation: "University of Quebec in Trois-Rivieres; McGill University"
  30. id: "ORCID:0000-0002-9696-5522"
  31. # A title to describe the published resource.
  32. title: "PhyloBrain atlas: a cortical brain MRI atlas following a phylogenetic approach"
  33. # Additional information about the resource, e.g., a brief abstract.
  34. description: |
  35. Cortical atlases constitute a consistent division of the human cortex into areas that have common structural as well as meaningful and distinctive functional characteristics. The most widely used atlases follow the cytoarchitectonic and myeloarchitectonic characteristics of the cortex and have been combined to the standard anatomical nomenclature of gyri and sulci. More recently, common functional features depicted by resting state functional MRI have also guided the division of the cortical brain in functional regions of interest. However, to date, there are no atlases that divide the cortex considering the common evolutionary changes experienced by the mammalian cortex.
  36. Hence, the present study proposes the division of cortical areas into five main regions of interest (ROIs) following a phylogenetic approach: 1- archicortex, 2- paleocortex, 3- peri-archicortex, 4- proisocortex, 5-neocortex, and twelve neocortical sub-ROIs: 5.1.temporopolar, 5.2.post-central, 5.3.pre-central, 5.4.pericalcarine, 5.5.superior temporal, 5.6.middle temporal, 5.7.precuneus, 5.8.insular, 5.9.inferior parietal, 5.10.caudal anterior, 5.11.posterior cingulate, and 5.12.lingual gyrus.
  37. The segmentations were done using the T1-weighted MNI-ICBM152 non-linear 6th generation symmetric average brain MRI model.
  38. # Lit of keywords the resource should be associated with.
  39. # Give as many keywords as possible, to make the resource findable.
  40. keywords:
  41. - Neuroscience
  42. - Phylogenetic
  43. - Anatomy
  44. - Atlas
  45. - Human Brain
  46. - Cerebral Cortex
  47. - MRI
  48. # License information for this resource. Please provide the license name and/or a link to the license.
  49. # Please add also a corresponding LICENSE file to the repository.
  50. license:
  51. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  52. url: "https://creativecommons.org/publicdomain/zero/1.0/"