1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- # Metadata for DOI registration according to DataCite Metadata Schema 4.1.
- # For detailed schema description see https://doi.org/10.5438/0014
- ## Required fields
- # The main researchers involved. Include digital identifier (e.g., ORCID)
- # if possible, including the prefix to indicate its type.
- authors:
- -
- firstname: "Mahsa"
- lastname: "Dadar"
- affiliation: "McGill University"
- id: "ORCID:0000-0003-4008-2672"
- -
- firstname: "Ana"
- lastname: "Manera"
- affiliation: "McGill University"
- id: "ORCID:0000-0003-1639-6858"
- -
- firstname: "Vladimir"
- lastname: "Fonov"
- affiliation: "McGill University"
- -
- firstname: "Simon"
- lastname: "Ducharme"
- affiliation: "McGill University"
- -
- firstname: "D. Louis"
- lastname: "Collins"
- affiliation: "McGill University"
- # A title to describe the published resource.
- title: "MNI-FTD Templates, Unbiased Average Templates of Frontotemporal Dementia Variants"
- # Additional information about the resource, e.g., a brief abstract.
- description: |
- The present repository contains we present MNI-FTD136, MNI-bvFTD70, MNI-svFTD36, and MNI-pnfaFTD30,
- four unbiased average templates of 136 FTD patients, 70 behavioural variant (bv),
- 36 semantic variant (sv), and 30 progressive nonfluent aphasia (pnfa) variant FTD patients and
- a corresponding age-matched template of 133 controls (MNI-CN133), along with probabilistic tissue maps
- for each template.
- # Lit of keywords the resource should be associated with.
- # Give as many keywords as possible, to make the resource findable.
- keywords:
- - Neuroscience
- - Brain Imaging
- - Morphometry
- - Unbiased templates
- # License information for this resource. Please provide the license name and/or a link to the license.
- # Please add also a corresponding LICENSE file to the repository.
- license:
- name: "Creative Commons CC0 1.0 Public Domain Dedication"
- url: "https://creativecommons.org/publicdomain/zero/1.0/"
- # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
- resourcetype: Dataset
- # Do not edit or remove the following line
- templateversion: 1.2
|