Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

datacite.yml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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: "Paolo"
  9. lastname: "Papale"
  10. affiliation: "NIN (KNAW)"
  11. id: "ORCID:0000-0002-6249-841X"
  12. -
  13. firstname: "Pieter"
  14. lastname: "Roelfsema"
  15. affiliation: "NIN (KNAW)"
  16. id: "ORCID:0000-0002-1625-0034"
  17. # A title to describe the published resource.
  18. title: "TVSD: THINGS Ventral-stream Spiking Dataset"
  19. # Additional information about the resource, e.g., a brief abstract.
  20. description: |
  21. Large-scale electrophysiological recordings from V1, V4 and IT in two macaques
  22. in response to ~22k images from the THINGS image database.
  23. # Lit of keywords the resource should be associated with.
  24. # Give as many keywords as possible, to make the resource findable.
  25. keywords:
  26. - THINGS
  27. - Vision
  28. - Neurophysiology
  29. - Monkey
  30. - Ventral stream
  31. - Natural Images
  32. - TVSD
  33. # License information for this resource. Please provide the license name and/or a link to the license.
  34. # Please add also a corresponding LICENSE file to the repository.
  35. license:
  36. name: "Creative Commons CC BY Attribution 4.0 International"
  37. url: "https://creativecommons.org/licenses/by/4.0/"
  38. ## Optional Fields
  39. # Funding information for this resource.
  40. # Separate funder name and grant number by comma.
  41. funding:
  42. - "NWO; VI.Veni.222.217"
  43. - "NWO; OCENW.XS22.2.097"
  44. - "NWO; Crossover grant 17619 INTENSE"
  45. - "NWO; DBI2"
  46. - "EU; HORIZON 2020 FP, 945539 Human Brain Project"
  47. - "EU; HORIZON 2020 FP, 899287 NeuraViper"
  48. - "EU; ERC 101052963 NUMEROUS"
  49. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  50. # Please provide digital identifier (e.g., DOI) if possible.
  51. # Add a prefix to the ID, separated by a colon, to indicate the source.
  52. # Supported sources are: DOI, arXiv, PMID
  53. # In the citation field, please provide the full reference, including title, authors, journal etc.
  54. references:
  55. -
  56. id: "doi:tba"
  57. reftype: "IsDescribedBy"
  58. citation: "Papale, P., Wang, F., Self, W.M. and Roelfsema P.R., (accepted) An extensive dataset of spiking activity to reveal the syntax of the ventral stream, Neuron"
  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