datacite.yml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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: "Stefan"
  9. lastname: "Glasauer"
  10. affiliation: "Brandenburg University of Technology Cottbus-Senftenberg"
  11. id: "ORCID:0000-0002-4313-6210"
  12. -
  13. firstname: "Zhuanghua"
  14. lastname: "Shi"
  15. affiliation: "Ludwig-Maximilians-Universität Munich"
  16. id: "ORCID:0000-0003-2388-6695"
  17. # A title to describe the published resource.
  18. title: "Duration Reproduction Data"
  19. # Additional information about the resource, e.g., a brief abstract.
  20. description: |
  21. Data is stored in the Matlab file rep_randwalk.mat, the other files contain Matlab code
  22. for analysis and simulation. Run data_fit_paper.m.
  23. - rep_randwalk.mat - experimental data of duration reproduction.
  24. - data_fit_paper.m - simulate and fit the experimental data
  25. - fitdata1pv.m and kmodel1pv.m - optimization functions
  26. # Lit of keywords the resource should be associated with.
  27. # Give as many keywords as possible, to make the resource findable.
  28. keywords:
  29. - Neuroscience
  30. - Psychophysics
  31. - Duration Estimation
  32. - Perception
  33. - Magnitude
  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 Attribution-ShareAlike 4.0 International Public License"
  38. url: "https://creativecommons.org/licenses/by-sa/4.0/legalcode"
  39. ## Optional Fields
  40. # Funding information for this resource.
  41. # Separate funder name and grant number by comma.
  42. funding:
  43. - "DFG, GL 342/3-2"
  44. - "DFG, SH 166/3-2"
  45. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  46. # Please provide digital identifier (e.g., DOI) if possible.
  47. # Add a prefix to the ID, separated by a colon, to indicate the source.
  48. # Supported sources are: DOI, arXiv, PMID
  49. # In the citation field, please provide the full reference, including title, authors, journal etc.
  50. references:
  51. -
  52. id: "doi:10.1002/pchj.464"
  53. reftype: "IsSupplementTo"
  54. citation: "Glasauer S, Shi Z (2021) The origin of Vierordt's law: the experimental protocol matters. PsyCh J 10"
  55. -
  56. id: "doi:10.1101/2021.07.13.452167"
  57. reftype: "IsReferencedBy"
  58. citation: "Glasauer S, Shi Z (2021) Individual beliefs about temporal continuity explain variation of perceptual biases. bioRxiv"
  59. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  60. resourcetype: Dataset
  61. # Do not edit or remove the following line
  62. templateversion: 1.2