datacite.yml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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: "Markus"
  9. lastname: "Aswendt"
  10. affiliation: "University Hospital Cologne"
  11. id: "ORCID:0000-0003-1423-0934"
  12. -
  13. firstname: "Niklas"
  14. lastname: "Pallast"
  15. affiliation: "University Hospital Cologne"
  16. -
  17. firstname: "Olivia"
  18. lastname: "Käsgen"
  19. affiliation: "University Hospital Cologne"
  20. -
  21. firstname: "Frederique"
  22. lastname: "Wieters"
  23. affiliation: "University Hospital Cologne"
  24. -
  25. firstname: "Felix"
  26. lastname: "Schmitt"
  27. affiliation: "University Hospital Cologne"
  28. -
  29. firstname: "Leon"
  30. lastname: "Scharwächter"
  31. affiliation: "University Hospital Cologne"
  32. # A title to describe the published resource.
  33. title: "AIDAconnect test data"
  34. # Additional information about the resource, e.g., a brief abstract.
  35. description: |
  36. Longitudinal MRI (T2-weighted, rs-fMRI and DTI) of mice with cortical stroke and treatment (n=7)
  37. or control substance (n=10); 4 time points over 8 weeks post stroke.
  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. - MRI
  43. - Stroke
  44. # License information for this resource. Please provide the license name and/or a link to the license.
  45. # Please add also a corresponding LICENSE file to the repository.
  46. license:
  47. name: "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License"
  48. url: "https://creativecommons.org/licenses/by-nc-sa/4.0/"
  49. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  50. resourcetype: Dataset
  51. # Do not edit or remove the following line
  52. templateversion: 1.2