datacite.yml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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: "Mohammad Hossein"
  9. lastname: "Khani"
  10. affiliation: "University Medical Center Göttingen"
  11. id: "ORCID:0000-0003-3123-7054"
  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 - Mouse retinal ganglion cell responses for analysis of chromatic integration"
  19. # Additional information about the resource, e.g., a brief abstract.
  20. description: |
  21. Data sets accompanying Khani and Gollisch, Nature Communications 2021:
  22. Linear and nonlinear chromatic integration in the mouse retina.
  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. - Mouse
  33. - Chromatic stimuli
  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, CRC889.C01"
  44. - "DFG, CRC1456.B05"
  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.1038/s41467-021-22042-1"
  54. reftype: "IsSupplementTo"
  55. citation: "Khani MH, Gollisch T (2021), Linear and nonlinear chromatic integration in the mouse retina, Nat Commun 12:1900"
  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