datacite.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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: "Lukas"
  9. lastname: "Scurko"
  10. affiliation: "Faculty of Applied Sciences, University of West Bohemia"
  11. id: "ORCID:0000-0001-2345-6789"
  12. # A title to describe the published resource.
  13. title: "Example Title"
  14. # Additional information about the resource, e.g., a brief abstract.
  15. description: |
  16. Example description
  17. that can contain linebreaks
  18. but has to maintain indentation.
  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. - Electrophysiology
  24. - ERP
  25. # License information for this resource. Please provide the license name and/or a link to the license.
  26. # Please add also a corresponding LICENSE file to the repository.
  27. license:
  28. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  29. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  30. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  31. resourcetype: Dataset
  32. # Do not edit or remove the following line
  33. templateversion: 1.2