datacite.yml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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: "Jian K."
  9. lastname: "Liu"
  10. affiliation: "University Medical Center Göttingen"
  11. id: "ORCID:0000-0002-5391-7213"
  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 - Salamander retinal ganglion cell responses to natural images"
  19. # Additional information about the resource, e.g., a brief abstract.
  20. description: |
  21. Dataset accompanying the manuscript by Liu and Gollisch 2021:
  22. Simple model for encoding natural images by retinal ganglion cells
  23. with nonlinear spatial integration.
  24. # Lit of keywords the resource should be associated with.
  25. # Give as many keywords as possible, to make the resource findable.
  26. keywords:
  27. - Neuroscience
  28. - Electrophysiology
  29. - "Multielectrode arrays"
  30. - Retina
  31. - "Ganglion cells"
  32. - "Spike trains"
  33. - Salamander
  34. - Axolotl
  35. - "Natural images"
  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 Attribution-ShareAlike 4.0 International"
  40. url: "https://creativecommons.org/licenses/by-sa/4.0/"
  41. ## Optional Fields
  42. # Funding information for this resource.
  43. # Separate funder name and grant number by comma.
  44. funding:
  45. - "DFG, 154113120"
  46. - "DFG, 432680300"
  47. - "EU, ERC.724822"
  48. - "EU, FP7.600954"
  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: "Manuscript"
  57. reftype: "IsSupplementTo"
  58. citation: "Liu JK, Gollisch T (2021), Simple model of encoding natural images by retinal ganglion cells with nonlinear spatial integration"
  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