datacite.yml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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: "Luke"
  9. middlename: "L."
  10. lastname: "Longren"
  11. affiliation: "Bernstein Center for Computational Neuroscience Berlin"
  12. id: "ORCID:0000-0003-4009-3398"
  13. -
  14. firstname: "Lennart"
  15. lastname: "Eigen"
  16. affiliation: "Bernstein Center for Computational Neuroscience Berlin"
  17. id: "ORCID:0000-0002-5496-066X"
  18. -
  19. firstname: "Ani"
  20. lastname: "Shubitidze"
  21. affiliation: "Bernstein Center for Computational Neuroscience Berlin"
  22. -
  23. firstname: "Oliver"
  24. lastname: "Lieschnegg"
  25. affiliation: "Bernstein Center for Computational Neuroscience Berlin"
  26. -
  27. firstname: "Daniel"
  28. lastname: "Baum"
  29. affiliation: "Zuse Institut Berlin"
  30. id: "ORCID:0000-0003-1550-7245"
  31. -
  32. firstname: "John"
  33. middlename: "A."
  34. lastname: "Nyakatura"
  35. affiliation: "Humboldt-Universität zu Berlin"
  36. id: "ORCID:0000-0001-8088-8684"
  37. -
  38. firstname: "Thomas"
  39. middlename: "B."
  40. lastname: "Hildebrandt"
  41. affiliation: "Leibniz Institute for Zoo and Wildlife Research"
  42. id: "ORCID:0000-0001-8685-4733"
  43. -
  44. firstname: "Michael"
  45. lastname: "Brecht"
  46. affiliation: "Bernstein Center for Computational Neuroscience Berlin"
  47. id: "ORCID:0000-0002-5387-0953"
  48. # A title to describe the published resource.
  49. title: "Dense Reconstruction of Elephant Trunk Musculature"
  50. # Additional information about the resource, e.g., a brief abstract.
  51. description: |
  52. The elephant trunk is actuated by the most complex musculature known in animals.
  53. Here, we performed dense reconstructions of trunk muscle fascicles from microCT
  54. scans of an Asian baby elephant trunk.
  55. # Lit of keywords the resource should be associated with.
  56. # Give as many keywords as possible, to make the resource findable.
  57. keywords:
  58. - elephant
  59. - musculature
  60. - morphology
  61. - muscle count
  62. - trunk
  63. - tip
  64. # License information for this resource. Please provide the license name and/or a link to the license.
  65. # Please add also a corresponding LICENSE file to the repository.
  66. license:
  67. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  68. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  69. ## Optional Fields
  70. # Funding information for this resource.
  71. # Separate funder name and grant number by comma.
  72. funding:
  73. - "Exc 2049- 390688087"
  74. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  75. # Please provide digital identifier (e.g., DOI) if possible.
  76. # Add a prefix to the ID, separated by a colon, to indicate the source.
  77. # Supported sources are: DOI, arXiv, PMID
  78. # In the citation field, please provide the full reference, including title, authors, journal etc.
  79. references:
  80. -
  81. id: "doi:10.xxx/zzzz"
  82. reftype: "IsSupplementTo"
  83. citation: "Citation1"
  84. -
  85. id: "arxiv:mmmm.nnnn"
  86. reftype: "IsSupplementTo"
  87. citation: "Citation2"
  88. -
  89. id: "pmid:nnnnnnnn"
  90. reftype: "IsReferencedBy"
  91. citation: "Citation3"
  92. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  93. resourcetype: Dataset
  94. # Do not edit or remove the following line
  95. templateversion: 1.2