datacite.yml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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: "Franziska"
  9. lastname: "Ziolkowski"
  10. affiliation: "University Hospital Cologne"
  11. -
  12. firstname: "Veronika"
  13. lastname: "Fritz"
  14. affiliation: "University Hospital Cologne"
  15. -
  16. firstname: "Frederique"
  17. lastname: "Wieters"
  18. affiliation: "University Hospital Cologne"
  19. -
  20. firstname: "Markus"
  21. lastname: "Aswendt"
  22. affiliation: "University Hospital Cologne"
  23. id: "ORCID:0000-0003-1423-0934"
  24. # A title to describe the published resource.
  25. title: "Kinematic Analysis of Sensory Motor Deficit after Experimental Stroke"
  26. # Additional information about the resource, e.g., a brief abstract.
  27. description:
  28. Raw and processed data for the Bachelor Thesis "Kinematic Analysis of Sensory Motor Deficit after Experimental Stroke".
  29. # Lit of keywords the resource should be associated with.
  30. # Give as many keywords as possible, to make the resource findable.
  31. keywords:
  32. - Kinematic
  33. - Gait
  34. - Stroke
  35. - Recovery
  36. - Machine learning
  37. # License information for this resource. Please provide the license name and/or a link to the license.
  38. # Please add also a corresponding LICENSE file to the repository.
  39. license:
  40. name: "CC BY-NC-SA"
  41. url: "https://creativecommons.org/licenses/by-nc-sa/4.0/"
  42. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  43. resourcetype: Dataset
  44. # Do not edit or remove the following line
  45. templateversion: 1.2