datacite.yml 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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: "Dimokratis"
  9. lastname: "Karamanlis"
  10. affiliation: "University Medical Center Göttingen"
  11. id: "ORCID:0000-0002-9469-5020"
  12. -
  13. firstname: "Tim"
  14. lastname: "Gollisch"
  15. affiliation: "University Medical Center Göttingen"
  16. id: "ORCID:0000-0003-3998-533X"
  17. # A title to describe the published resource.
  18. title: "Dataset - Marmoset and mouse retinal ganglion cell responses to natural stimuli and supporting data"
  19. # Additional information about the resource, e.g., a brief abstract.
  20. description: |
  21. Dataset accompanying the manuscript by Karamanlis et al. 2023:
  22. Natural stimuli drive concerted nonlinear responses in populations of retinal ganglion cells.
  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. - Neuroscience
  27. - Electrophysiology
  28. - "Multielectrode arrays"
  29. - Retina
  30. - "Ganglion cells"
  31. - "Spike trains"
  32. - Marmoset
  33. - Primate
  34. - Mouse
  35. - "Natural images"
  36. - "Natural movies"
  37. - Gratings
  38. - "White noise"
  39. # License information for this resource. Please provide the license name and/or a link to the license.
  40. # Please add also a corresponding LICENSE file to the repository.
  41. license:
  42. name: "Creative Commons Attribution-ShareAlike 4.0 International"
  43. url: "https://creativecommons.org/licenses/by-sa/4.0/"
  44. ## Optional Fields
  45. # Funding information for this resource.
  46. # Separate funder name and grant number by comma.
  47. funding:
  48. - "EU, ERC.724822"
  49. - "DFG, 432680300"
  50. - "Boehringer Ingelheim Fonds"
  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:tba"
  59. reftype: "IsSupplementTo"
  60. citation: "Karamanlis D, Khani MH, Schreyer HM, Zapp SJ, Mietsch M, Gollisch T (2023), Natural stimuli drive concerted nonlinear responses in populations of retinal ganglion cells"
  61. -
  62. id: "url:https://github.com/dimokaramanlis/subunit_grid_model"
  63. reftype: "IsReferencedBy"
  64. citation: "subunit_grid_model. Github. https://github.com/dimokaramanlis/subunit_grid_model"
  65. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  66. resourcetype: Dataset
  67. # Do not edit or remove the following line
  68. templateversion: 1.2