datacite.yml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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: "Helene Marianne"
  9. lastname: "Schreyer"
  10. affiliation: "University Medical Center Göttingen"
  11. -
  12. firstname: "Tim"
  13. lastname: "Gollisch"
  14. affiliation: "University Medical Center Göttingen"
  15. id: "ORCID:0000-0003-3998-533X"
  16. # A title to describe the published resource.
  17. title: "Dataset - Salamander retinal bipolar cell membrane potential measured under visual stimulation"
  18. # Additional information about the resource, e.g., a brief abstract.
  19. description: |
  20. Data sets accompanying Schreyer and Gollisch, Neuron 2021:
  21. Nonlinear spatial integration in retinal bipolar cells shapes
  22. the encoding of artificial and natural stimuli.
  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. - "Sharp microelectrodes"
  29. - Retina
  30. - "Bipolar cells"
  31. - Salamander
  32. - Axolotl
  33. - "Spatial integration"
  34. # License information for this resource. Please provide the license name and/or a link to the license.
  35. # Please add also a corresponding LICENSE file to the repository.
  36. license:
  37. name: "Creative Commons Attribution-ShareAlike 4.0 International"
  38. url: "https://creativecommons.org/licenses/by-sa/4.0/"
  39. ## Optional Fields
  40. # Funding information for this resource.
  41. # Separate funder name and grant number by comma.
  42. funding:
  43. - "DFG, 154113120"
  44. - "DFG, 432680300"
  45. - "EU, ERC.724822"
  46. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  47. # Please provide digital identifier (e.g., DOI) if possible.
  48. # Add a prefix to the ID, separated by a colon, to indicate the source.
  49. # Supported sources are: DOI, arXiv, PMID
  50. # In the citation field, please provide the full reference, including title, authors, journal etc.
  51. references:
  52. -
  53. id: "doi:10.1016/j.neuron.2021.03.015"
  54. reftype: "IsSupplementTo"
  55. citation: "Schreyer HM, Gollisch T (2021), Nonlinear spatial integration in retinal bipolar cells shapes the encoding of artificial and natural stimuli, Neuron 109:1692-1706"
  56. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  57. resourcetype: Dataset
  58. # Do not edit or remove the following line
  59. templateversion: 1.2