datacite.yml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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: "Lena V."
  9. lastname: "Kaufmann"
  10. affiliation: "Bernstein Center for Computational Neuroscience Berlin"
  11. id: "ORCID:0000-0002-0965-2254"
  12. -
  13. firstname: "Rolf"
  14. lastname: "Becker"
  15. affiliation: "Berlin Zoological Garden"
  16. -
  17. firstname: "Rolf"
  18. lastname: "Becker"
  19. affiliation: "Berlin Zoological Garden"
  20. -
  21. firstname: "Michael"
  22. lastname: "Brecht"
  23. affiliation: "Bernstein Center for Computational Neuroscience Berlin"
  24. id: "ResearcherID:X-1234-5678"
  25. # A title to describe the published resource.
  26. title: "Elephant Banana Peeling"
  27. # Additional information about the resource, e.g., a brief abstract.
  28. description: |
  29. Example description
  30. that can contain linebreaks
  31. but has to maintain indentation.
  32. # Lit of keywords the resource should be associated with.
  33. # Give as many keywords as possible, to make the resource findable.
  34. keywords:
  35. - Elephant
  36. - haptic
  37. - manipulation
  38. - trunk
  39. - banana
  40. - cognition
  41. # License information for this resource. Please provide the license name and/or a link to the license.
  42. # Please add also a corresponding LICENSE file to the repository.
  43. license:
  44. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  45. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  46. ## Optional Fields
  47. # Funding information for this resource.
  48. # Separate funder name and grant number by comma.
  49. funding:
  50. - "DFG, AB1234/5-6"
  51. - "EU, EU.12345"
  52. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  53. # Please provide digital identifier (e.g., DOI) if possible.
  54. # Add a prefix to the ID, separated by a colon, to indicate the source.
  55. # Supported sources are: DOI, arXiv, PMID
  56. # In the citation field, please provide the full reference, including title, authors, journal etc.
  57. references:
  58. -
  59. id: "doi:10.xxx/zzzz"
  60. reftype: "IsSupplementTo"
  61. citation: "Citation1"
  62. -
  63. id: "arxiv:mmmm.nnnn"
  64. reftype: "IsSupplementTo"
  65. citation: "Citation2"
  66. -
  67. id: "pmid:nnnnnnnn"
  68. reftype: "IsReferencedBy"
  69. citation: "Citation3"
  70. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  71. resourcetype: Dataset
  72. # Do not edit or remove the following line
  73. templateversion: 1.2