datacite.yml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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: "Nora"
  9. lastname: "Deiringer"
  10. affiliation: "Bernstein Center for Computational Neuroscience Berlin"
  11. id: "-"
  12. -
  13. firstname: "GivenName2"
  14. lastname: "FamilyName2"
  15. affiliation: "Affiliation2"
  16. id: "ResearcherID:X-1234-5678"
  17. -
  18. firstname: "GivenName3"
  19. lastname: "FamilyName3"
  20. # A title to describe the published resource.
  21. title: "Elephant Trunk Whiskers"
  22. # Additional information about the resource, e.g., a brief abstract.
  23. description: |
  24. Behavior and innervation suggest a high
  25. tactile sensitivity of elephant trunks.
  26. We studied trunk whiskers to clarify the
  27. poorly characterized tactile trunk-periphery.
  28. # Lit of keywords the resource should be associated with.
  29. # Give as many keywords as possible, to make the resource findable.
  30. keywords:
  31. - Neuroscience
  32. - Elephants
  33. - Trunk
  34. - Whiskers
  35. # License information for this resource. Please provide the license name and/or a link to the license.
  36. # Please add also a corresponding LICENSE file to the repository.
  37. license:
  38. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  39. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  40. ## Optional Fields
  41. # Funding information for this resource.
  42. # Separate funder name and grant number by comma.
  43. funding:
  44. - "BCCN Berlin"
  45. - "Humboldt-Universität zu Berlin"
  46. - "DFG EXC-2049-390688087"
  47. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  48. # Please provide digital identifier (e.g., DOI) if possible.
  49. # Add a prefix to the ID, separated by a colon, to indicate the source.
  50. # Supported sources are: DOI, arXiv, PMID
  51. # In the citation field, please provide the full reference, including title, authors, journal etc.
  52. references:
  53. -
  54. id: "doi:10.xxx/zzzz"
  55. reftype: "IsSupplementTo"
  56. citation: "Citation1"
  57. -
  58. id: "arxiv:mmmm.nnnn"
  59. reftype: "IsSupplementTo"
  60. citation: "Citation2"
  61. -
  62. id: "pmid:nnnnnnnn"
  63. reftype: "IsReferencedBy"
  64. citation: "Citation3"
  65. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  66. resourcetype: Dataset
  67. # Do not edit or remove the following line
  68. templateversion: 1.2