datacite.yml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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: "Christoph"
  9. lastname: "Koch"
  10. affiliation: "Universität Hamburg, Hamburg, Germany"
  11. id: "ORCID:0000-0002-4620-9577"
  12. -
  13. firstname: "Ondrej"
  14. lastname: "Zika"
  15. affiliation: "Max Plank Institute for Human Development, Berlin, Germany"
  16. id: "ORCID:0000-0003-0483-4443"
  17. -
  18. firstname: "Rasmus"
  19. lastname: "Bruckner"
  20. affiliation: "Freie Universität Berlin, Berlin, Germany"
  21. id: "ORCID:0000-0002-3033-6299"
  22. -
  23. firstname: "Nicolas W."
  24. lastname: "Schuck"
  25. affiliation: "Universität Hamburg, Hamburg, Germany"
  26. id: "ORCID:0000-0002-0150-8776"
  27. # A title to describe the published resource.
  28. title: "Pedlr Derivatives"
  29. # Additional information about the resource, e.g., a brief abstract.
  30. description: |
  31. This is the derivatives data set of of the Pedlr project. This
  32. contains a datalad repository of all data downstream from the source data
  33. (source data available at DOI: 10.12751/g-node.9gm3lt). The code repository
  34. used to create all downstream data (from the source data) is available at
  35. DOI: 10.5281/zenodo.10211239
  36. # Lit of keywords the resource should be associated with.
  37. # Give as many keywords as possible, to make the resource findable.
  38. keywords:
  39. - Reinforcement Learning
  40. - Computational Modeling
  41. - Aging
  42. - Surprise
  43. # License information for this resource. Please provide the license name and/or a link to the license.
  44. # Please add also a corresponding LICENSE file to the repository.
  45. license:
  46. name: "Creative Commons Attribution 4.0 International Public License"
  47. url: "https://creativecommons.org/licenses/by/4.0/"
  48. ## Optional Fields
  49. references:
  50. -
  51. id: "doi:10.31234/osf.io/unx5y"
  52. reftype: "IsSupplementTo"
  53. citation: "Koch C, Zika O, Bruckner R, Schuck NW (2023) Influence of surprise on reinforcement learning in younger and older adults. https://doi.org/10.31234/osf.io/unx5y"
  54. -
  55. id: "doi:10.12751/g-node.9gm3lt"
  56. reftype: "IsReferencedBy"
  57. citation: "Koch C, Zika O, Bruckner R, Schuck NW (2023) Pedlr data. G-Node. https://doi.org/10.12751/g-node.9gm3lt"
  58. -
  59. id: "doi:10.5281/zenodo.10211239"
  60. reftype: "IsReferencedBy"
  61. citation: "Koch C, Zika O, Bruckner R, Schuck NW (2023), Pedlr: Analysis of the dataset. Github. https://doi.org/10.5281/zenodo.10211239"
  62. # Funding information for this resource.
  63. # Separate funder name and grant number by comma.
  64. funding:
  65. - "MPG, M.TN.A.BILD0004"
  66. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  67. resourcetype: Dataset
  68. # Do not edit or remove the following line
  69. templateversion: 1.2