datacite.yml 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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: "Georg"
  9. lastname: "Ammer"
  10. affiliation: "Max Planck Institute for Biological Intelligence"
  11. -
  12. firstname: "Etienne"
  13. lastname: "Serbe-Kamp"
  14. affiliation: "Max Planck Institute for Biological Intelligence"
  15. -
  16. firstname: "Alex"
  17. lastname: "Mauss"
  18. affiliation: "Max Planck Institute for Biological Intelligence"
  19. -
  20. firstname: "Florian"
  21. lastname: "Richter"
  22. affiliation: "Max Planck Institute for Biological Intelligence"
  23. -
  24. firstname: "Sandra"
  25. lastname: "Fendl"
  26. affiliation: "Max Planck Institute for Biological Intelligence"
  27. -
  28. firstname: "Alexander"
  29. lastname: "Borst"
  30. affiliation: "Max Planck Institute for Biological Intelligence"
  31. # A title to describe the published resource.
  32. title: "Data and code for 'Multi-level visual motion opponency in Drosophila'"
  33. # Additional information about the resource, e.g., a brief abstract.
  34. description: |
  35. This resource includes data and code for the paper
  36. 'Multi-level visual motion opponency in Drosophila, Nature Neuroscience, 2023'.
  37. # Lit of keywords the resource should be associated with.
  38. # Give as many keywords as possible, to make the resource findable.
  39. keywords:
  40. - Neuroscience
  41. - Motion vision
  42. - Drosophila
  43. # License information for this resource. Please provide the license name and/or a link to the license.
  44. # Please add also a corresponding LICENSE file to the repository.
  45. license:
  46. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  47. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  48. ## Optional Fields
  49. # Funding information for this resource.
  50. # Separate funder name and grant number by comma.
  51. funding:
  52. - "Max Planck Society"
  53. # references: Digital resources related to this publication, such as research articles, data, or code
  54. # If this publication is supplement to a research paper, a reference to the paper is mandatory.
  55. #
  56. # id: Please provide digital identifier (e.g., DOI, arXiv, PMID, URL) if possible.
  57. # Add a prefix to the ID, separated by a colon, to indicate the type of identifier.
  58. # If assignment of an identifier is pending, enter "doi:tba" as placeholder.
  59. #
  60. # reftype: The relationship of this publication to the referenced resource.
  61. # IsSupplementTo: to reference a research paper that is supplemented by this publication
  62. # IsDescribedBy: to reference a data descriptor of a dataset publication
  63. # IsReferencedBy: to reference code or other resources that use this publication.
  64. # (for further reftypes see the Datacite schema description https://doi.org/10.5438/0014)
  65. #
  66. # citation: Please provide the full reference, including title, authors, journal etc., like in the reference section of a paper.
  67. # If an unpublished manuscript is referenced, enter as much citation information as available, and update when the paper is published.
  68. #
  69. references:
  70. -
  71. id: "doi:tba"
  72. reftype: "IsSupplementTo"
  73. citation: "Ammer G, Serbe-Kamp E, Mauss AS, Richter FG, Fendl S, Borst A (2023) Multi-level visual motion opponency in Drosophila. Nature Neuroscience, in press"
  74. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  75. resourcetype: Dataset
  76. # Do not edit or remove the following line
  77. templateversion: 1.2