datacite.yml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. -
  13. firstname: "Adrian"
  14. lastname: "Scutelnic"
  15. affiliation: "Department of Neurology, Inselspital, Bern University Hospital, and University of Bern, Switzerland"
  16. id: ""
  17. -
  18. firstname: "Barbara"
  19. lastname: "Goeggel Simonetti"
  20. # A title to describe the published resource.
  21. title: "Impact of sex in stroke in the young"
  22. # Additional information about the resource, e.g., a brief abstract.
  23. description: |
  24. This study aims to provide
  25. sex differences in young
  26. stroke patients.
  27. # Lit of keywords the resource should be associated with.
  28. # Give as many keywords as possible, to make the resource findable.
  29. keywords:
  30. - Neuroscience
  31. - Ischemic stroke
  32. - Young adults
  33. - Sex differences
  34. # License information for this resource. Please provide the license name and/or a link to the license.
  35. # Please add also a corresponding LICENSE file to the repository.
  36. license:
  37. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  38. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  39. ## Optional Fields
  40. # Funding information for this resource.
  41. # Separate funder name and grant number by comma.
  42. funding:
  43. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  44. # Please provide digital identifier (e.g., DOI) if possible.
  45. # Add a prefix to the ID, separated by a colon, to indicate the source.
  46. # Supported sources are: DOI, arXiv, PMID
  47. # In the citation field, please provide the full reference, including title, authors, journal etc.
  48. references:
  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