datacite.yml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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: Jan
  14. lastname: Götz
  15. affiliation: 'University Hospital Cologne'
  16. # A title to describe the published resource.
  17. title: "Temporal and spatial gene expression profile of stroke recovery genes in mice"
  18. # Additional information about the resource, e.g., a brief abstract.
  19. description: 'Raw and processed data used for the publication: Götz et al. 2023 Temporal and spatial gene expression profile of stroke recovery genes in mice.'
  20. # Lit of keywords the resource should be associated with.
  21. # Give as many keywords as possible, to make the resource findable.
  22. keywords:
  23. - Stroke recovery
  24. - behavior
  25. - gene expression
  26. - qPCR
  27. - mouse
  28. # License information for this resource. Please provide the license name and/or a link to the license.
  29. # Please add also a corresponding LICENSE file to the repository.
  30. license:
  31. name: "CC BY-NC-SA 4.0"
  32. url: "https://creativecommons.org/licenses/by-nc-sa/4.0/"
  33. ## Optional Fields
  34. # Funding information for this resource.
  35. # Separate funder name and grant number by semicolon.
  36. funding:
  37. - "DFG; 431549029 – SFB 1451"
  38. - "Friebe Foundation; T0498/28960/16"
  39. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  40. # Please provide digital identifier (e.g., DOI) if possible.
  41. # Add a prefix to the ID, separated by a colon, to indicate the source.
  42. # Supported sources are: DOI, arXiv, PMID
  43. # In the citation field, please provide the full reference, including title, authors, journal etc.
  44. references:
  45. -
  46. id: "doi:tba"
  47. reftype: "IsSupplementTo"
  48. citation: "J. Götz, F. Wieters, V. Fritz, O. Käsgen, G.R. Fink, M. Aswendt, 'Temporal and spatial gene expression profile of stroke recovery genes in mice', Available at: DOI:tba."
  49. # Resource type. Default is Dataset, other possible values are Software, Image, Text.
  50. resourcetype: Dataset
  51. # Do not edit or remove the following line
  52. templateversion: 1.2