datacite.yml 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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: "Chris"
  9. lastname: "Klink"
  10. affiliation: "Netherlands Institute for Neuroscience"
  11. id: "ORCID:0000-0002-6784-7842"
  12. -
  13. firstname: "Xing"
  14. lastname: "Chen"
  15. affiliation: "Netherlands Institute for Neuroscience"
  16. -
  17. firstname: "Wim"
  18. lastname: "Vanduffel"
  19. affiliation: "KU Leuven"
  20. id: "ORCID:0000-0002-9399-343X"
  21. -
  22. firstname: "Pieter"
  23. lastname: "Roelfsema"
  24. affiliation: "Netherlands Institute for Neuroscience"
  25. id: "ORCID:0000-0002-1625-0034"
  26. # A title to describe the published resource.
  27. title: "Population receptive fields in non-human primates from whole-brain fMRI and large-scale neurophysiology in visual cortex."
  28. # A description of the dataset
  29. description: "This data-set contains all data and code for the paper 'Population receptive fields in non-human primates from whole-brain fMRI and large-scale neurophysiology in visual cortex.'"
  30. # Lit of keywords the resource should be associated with.
  31. # Give as many keywords as possible, to make the resource findable.
  32. keywords:
  33. - Neuroscience
  34. - Neuroimaging
  35. - Neurophysiology
  36. - Non-human primate
  37. - Population receptive field
  38. # License information for this resource. Please provide the license name and/or a link to the license.
  39. # Please add also a corresponding LICENSE file to the repository.
  40. license:
  41. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  42. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  43. ## Optional Fields
  44. # Funding information for this resource.
  45. # Separate funder name and grant number by comma.
  46. funding:
  47. - "NWO, Crossover Program 17619 'INTENSE'"
  48. - "NWO, STW-Perspectief P15-42 'NESTOR'"
  49. - "NWO, VENI 451.13.023"
  50. - "EU FP7, ERC-339490 'Cortic_al_gorithms'"
  51. - "EU, Human Brain Project (agreements 720270 and 748 785907, SGA1 and SGA2)"
  52. - "Friends Foundation of the Netherlands Institute for Neuroscience"
  53. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  54. # Please provide digital identifier (e.g., DOI) if possible.
  55. # Add a prefix to the ID, separated by a colon, to indicate the source.
  56. # Supported sources are: DOI, arXiv, PMID
  57. # In the citation field, please provide the full reference, including title, authors, journal etc.
  58. references:
  59. -
  60. id: "doi:10.1101/2020.09.05.284133"
  61. reftype: "IsSupplementTo"
  62. citation: "Direct comparison of population receptive fields from fMRI and large-scale neurophysiological recordings in awake non-human primates. (2020) P. Christiaan Klink, Xing Chen, Wim Vanduffel, Pieter R. Roelfsema; bioRxiv 2020.09.05.284133; doi: https://doi.org/10.1101/2020.09.05.284133"
  63. # -
  64. # id: "arxiv:mmmm.nnnn"
  65. # reftype: "IsSupplementTo"
  66. # citation: "Citation2"
  67. # -
  68. # id: "pmid:nnnnnnnn"
  69. # reftype: "IsReferencedBy"
  70. # citation: "Citation3"
  71. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  72. resourcetype: Dataset
  73. # Do not edit or remove the following line
  74. templateversion: 1.2