datacite.yml 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. # Lit of keywords the resource should be associated with.
  29. # Give as many keywords as possible, to make the resource findable.
  30. keywords:
  31. - Neuroscience
  32. - Neuroimaging
  33. - Neurophysiology
  34. - Non-human primate
  35. - Population receptive field
  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. - "NWO, Crossover Program 17619 “INTENSE”"
  46. - "NWO, STW-Perspectief P15-42 “NESTOR”"
  47. - "NWO, VENI 451.13.023
  48. - "EU FP7, ERC 339490 “Cortic_al_gorithms”"
  49. - "EU, Human Brain Project (agreements 720270 and 748 785907, “SGA1 and SGA2”)"
  50. - "Friends Foundation of the Netherlands Institute for Neuroscience"
  51. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  52. # Please provide digital identifier (e.g., DOI) if possible.
  53. # Add a prefix to the ID, separated by a colon, to indicate the source.
  54. # Supported sources are: DOI, arXiv, PMID
  55. # In the citation field, please provide the full reference, including title, authors, journal etc.
  56. references:
  57. -
  58. id: "doi:10.1101/2020.09.05.284133"
  59. reftype: "IsSupplementTo"
  60. 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"
  61. # -
  62. # id: "arxiv:mmmm.nnnn"
  63. # reftype: "IsSupplementTo"
  64. # citation: "Citation2"
  65. # -
  66. # id: "pmid:nnnnnnnn"
  67. # reftype: "IsReferencedBy"
  68. # citation: "Citation3"
  69. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  70. resourcetype: Dataset
  71. # Do not edit or remove the following line
  72. templateversion: 1.2