datacite.yml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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: "Cemre"
  9. lastname: "Baykan"
  10. affiliation: "Department of Psychology, Ludwig-Maximilians-Universität München, Munich, Germany"
  11. -
  12. firstname: "Xiuna"
  13. lastname: "Zhu"
  14. affiliation: "Department of Psychology, Ludwig-Maximilians-Universität München, Munich, Germany"
  15. -
  16. firstname: "Artyom"
  17. lastname: "Zinchenko"
  18. affiliation: "Department of Psychology, Ludwig-Maximilians-Universität München, Munich, Germany"
  19. -
  20. firstname: "Zhuanghua"
  21. lastname: "Shi"
  22. affiliation: "Department of Psychology, Ludwig-Maximilians-Universität München, Munich, Germany"
  23. # A title to describe the published resource.
  24. title: "Blocked vs. Interleaved: How range contexts modulate time perception and its EEG signatures"
  25. # Additional information about the resource, e.g., a brief abstract.
  26. description: |
  27. Data and codes for the study of temporal range effects in reproduction using EEG
  28. # Lit of keywords the resource should be associated with.
  29. # Give as many keywords as possible, to make the resource findable.
  30. keywords:
  31. - time perception
  32. - range effect
  33. - context effect
  34. - EEG
  35. - CNV
  36. # License information for this resource. Please provide the license name and/or a link to the license.
  37. # Please add also a corresponding LICENSE file to the repository.
  38. license:
  39. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  40. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  41. ## Optional Fields
  42. # Funding information for this resource.
  43. # Separate funder name and grant number by comma.
  44. funding:
  45. - "DFG, SH166/3-2"
  46. - "DAAD, 57440921"
  47. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  48. # Please provide digital identifier (e.g., DOI) if possible.
  49. # Add a prefix to the ID, separated by a colon, to indicate the source.
  50. # Supported sources are: DOI, arXiv, PMID
  51. # In the citation field, please provide the full reference, including title, authors, journal etc.
  52. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  53. resourcetype: Dataset
  54. # Do not edit or remove the following line
  55. templateversion: 1.2