datacite.yml 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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: "P. Christiaan"
  9. lastname: "Klink"
  10. affiliation: "Netherlands Institute for Neuroscience"
  11. id: "ORCID:0000-0002-6784-7842"
  12. -
  13. firstname: "Bruno"
  14. lastname: "Dagnino"
  15. affiliation: "Netherlands Institute for Neuroscience"
  16. -
  17. firstname: "Marie-Alice"
  18. lastname: "Gariel-Mathis"
  19. affiliation: "Netherlands Institute for Neuroscience"
  20. id: "ORCID:0000-0001-8952-6508"
  21. -
  22. firstname: "Pieter R."
  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: "Distinct Feedforward and Feedback Effects of Microstimulation in Visual Cortex Reveal Neural Mechanisms of Texture Segregation"
  28. # A description of the dataset
  29. description: "This data-set contains all data and code for the figures in the paper."
  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. - visual cortex
  34. - microstimulation
  35. - feedforward connections
  36. - feedback connections
  37. - figure ground
  38. - texture segregation
  39. - perceptual organization
  40. - Neurophysiology
  41. - Non-human primate
  42. # License information for this resource. Please provide the license name and/or a link to the license.
  43. # Please add also a corresponding LICENSE file to the repository.
  44. license:
  45. name: "Creative Commons CC0 1.0 Universal"
  46. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  47. ## Optional Fields
  48. # Funding information for this resource.
  49. # Separate funder name and grant number by comma.
  50. funding:
  51. - "NWO, Brain and Cognition grant 433-09-208"
  52. - "NWO, ALW grant 823-02-010"
  53. - "NWO, VENI 451.13.023"
  54. - "EU FP7, 269921 BrainScaleS"
  55. - "EU, Human Brain Project (agreement 7202070)"
  56. - "EU, ERC (agreement 339490 Cortic_al_gorithms)"
  57. - "EU, Marie Curie action ABC"
  58. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  59. # Please provide digital identifier (e.g., DOI) if possible.
  60. # Add a prefix to the ID, separated by a colon, to indicate the source.
  61. # Supported sources are: DOI, arXiv, PMID
  62. # In the citation field, please provide the full reference, including title, authors, journal etc.
  63. references:
  64. -
  65. id: "doi://doi.org/10.1016/j.neuron.2017.05.033"
  66. reftype: "IsSupplementTo"
  67. citation: "P.C. Klink, B. Dagnino, M-A. Gariel-Mathis, & P.R. Roelfsema (2017). Distinct Feedforward and Feedback Effects of Microstimulation in Visual Cortex Reveal Neural Mechanisms of Texture Segregation. Neuron. 95(1), 209–220.e3"
  68. # -
  69. # id: "arxiv:mmmm.nnnn"
  70. # reftype: "IsSupplementTo"
  71. # citation: "Citation2"
  72. # -
  73. # id: "pmid:nnnnnnnn"
  74. # reftype: "IsReferencedBy"
  75. # citation: "Citation3"
  76. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  77. resourcetype: Dataset
  78. # Do not edit or remove the following line
  79. templateversion: 1.2