12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- # 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: "Frederique"
- lastname: "Wieters"
- affiliation: "University of Cologne"
- -
- firstname: "Markus"
- lastname: "Aswendt"
- affiliation: "University of Cologne"
- id: "ORCID:0000-0003-1423-0934"
-
- # A title to describe the published resource.
- title: "Longitudinal (4 wks) T2-weighted MRI and DTI of WT mice with cortical stroke (thromboembolic model) in C57BL/6 mice."
- # Additional information about the resource, e.g., a brief abstract.
- description: Longitudinal MRI including T2-weighted (T2w) and diffusion tensor imaging (DTI) WT mice with cortical stroke lesions induced by injection of thrombin and survival time of 4 weeks (4 wks).
- # Lit of keywords the resource should be associated with.
- # Give as many keywords as possible, to make the resource findable.
- keywords:
- - Neuroscience
- - Stroke
- - Stroke recovery
- - Thrombin
- - MRI
- # 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 Attribution-NonCommercial-ShareAlike 4.0 International Public License"
- url: "https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode"
- # 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
|