datacite.yml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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: "Manuel"
  9. lastname: "Schottdorf"
  10. affiliation: "Princeton University"
  11. id: "ORCID:0000-0002-5468-4255"
  12. -
  13. firstname: "Barry"
  14. lastname: "B. Lee"
  15. affiliation: "SUNY"
  16. # A title to describe the published resource.
  17. title: "Macaque retinal ganglion cell responses to natural movies in vivo."
  18. # Additional information about the resource, e.g., a brief abstract.
  19. description: |
  20. This is a repository accompanying the manuscript "A quantitative description of macaque ganglion cell responses to natural scenes: the interplay of time and space" published in J. Physiology 2021.
  21. It contains all necessary raw data and code to reproduce analyses and model.
  22. # Lit of keywords the resource should be associated with.
  23. # Give as many keywords as possible, to make the resource findable.
  24. keywords:
  25. - Neuroscience
  26. - Computational Neuroscience
  27. - Visual Neuroscience
  28. - Retinal Ganglion Cell
  29. - Natural Scenes
  30. - in vivo
  31. # License information for this resource. Please provide the license name and/or a link to the license.
  32. # Please add also a corresponding LICENSE file to the repository.
  33. license:
  34. name: "Creative Commons Attribution 4.0 International Public License"
  35. url: "https://creativecommons.org/licenses/by/4.0/"
  36. ## Optional Fields
  37. # Funding information for this resource.
  38. # Separate funder name and grant number by comma.
  39. funding:
  40. - "NIH, 5R01EY013112"
  41. - "Max Planck Society"
  42. - "Boehringer Ingelheim Fonds"
  43. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  44. # Please provide digital identifier (e.g., DOI) if possible.
  45. # Add a prefix to the ID, separated by a colon, to indicate the source.
  46. # Supported sources are: DOI, arXiv, PMID
  47. # In the citation field, please provide the full reference, including title, authors, journal etc.
  48. references:
  49. -
  50. reftype: "IsSupplementTo"
  51. citation: "M. Schottdorf and B. B. Lee: A quantitative description of macaque ganglion cell responses to natural scenes: the interplay of time and space. The Journal of Physiology 2021"
  52. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  53. resourcetype: Dataset
  54. # Do not edit or remove the following line
  55. templateversion: 1.2