datacite.yml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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: "Anina"
  9. lastname: "Schwarzwald"
  10. affiliation: "Department of Neurology, Inselspital, Bern University Hospital, and University of Bern, Switzerland"
  11. id: "ORCID:0000-0002-2541-3886"
  12. # A title to describe the published resource.
  13. title: "Impact of sex in stroke in the young"
  14. # Additional information about the resource, e.g., a brief abstract.
  15. description: |
  16. This study aims to provide
  17. sex differences in young
  18. stroke patients.
  19. # Lit of keywords the resource should be associated with.
  20. # Give as many keywords as possible, to make the resource findable.
  21. keywords:
  22. - Neuroscience
  23. - Ischemic stroke
  24. - Young adults
  25. - Sex differences
  26. # License information for this resource. Please provide the license name and/or a link to the license.
  27. # Please add also a corresponding LICENSE file to the repository.
  28. license:
  29. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  30. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  31. ## Optional Fields
  32. # Funding information for this resource.
  33. # Separate funder name and grant number by comma.
  34. funding:
  35. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  36. # Please provide digital identifier (e.g., DOI) if possible.
  37. # Add a prefix to the ID, separated by a colon, to indicate the source.
  38. # Supported sources are: DOI, arXiv, PMID
  39. # In the citation field, please provide the full reference, including title, authors, journal etc.
  40. references:
  41. -
  42. id: "doi:tba"
  43. reftype: "IsSupplementTo"
  44. citation: "Schwarzwald et al: Impact of sex in stroke in the young. PLOS ONE, submitted"
  45. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  46. resourcetype: Dataset
  47. # Do not edit or remove the following line
  48. templateversion: 1.2