datacite.yml 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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: "Leopold"
  9. lastname: "Purkart"
  10. affiliation: "Affiliation1"
  11. id: "ORCID:0000-0001-2345-6789"
  12. -
  13. firstname: "GivenName2"
  14. lastname: "FamilyName2"
  15. affiliation: "Affiliation2"
  16. id: "ResearcherID:X-1234-5678"
  17. -
  18. firstname: "GivenName3"
  19. lastname: "FamilyName3"
  20. affiliation: "Affiliation2"
  21. id: "ResearcherID:X-1234-5678"
  22. -
  23. firstname: "GivenName3"
  24. lastname: "FamilyName3"
  25. affiliation: "Affiliation2"
  26. id: "ResearcherID:X-1234-5678"
  27. -
  28. firstname: "GivenName3"
  29. lastname: "FamilyName3"
  30. affiliation: "Affiliation2"
  31. id: "ResearcherID:X-1234-5678"
  32. -
  33. firstname: "GivenName3"
  34. lastname: "FamilyName3"
  35. affiliation: "Affiliation2"
  36. id: "ResearcherID:X-1234-5678"
  37. -
  38. firstname: "GivenName3"
  39. lastname: "FamilyName3"
  40. affiliation: "Affiliation2"
  41. id: "ResearcherID:X-1234-5678"
  42. # A title to describe the published resource.
  43. title: "Trigeminal Ganglion and Sensory Nerves Suggest Tactile Specialization of Elephants"
  44. # Additional information about the resource, e.g., a brief abstract.
  45. description: |
  46. Example description
  47. that can contain linebreaks
  48. but has to maintain indentation.
  49. # Lit of keywords the resource should be associated with.
  50. # Give as many keywords as possible, to make the resource findable.
  51. keywords:
  52. - Neuroscience
  53. - Elephas maximus
  54. - Loxodonta africana
  55. - infraorbital nerve
  56. - touch
  57. # License information for this resource. Please provide the license name and/or a link to the license.
  58. # Please add also a corresponding LICENSE file to the repository.
  59. license:
  60. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  61. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  62. ## Optional Fields
  63. # Funding information for this resource.
  64. # Separate funder name and grant number by comma.
  65. funding:
  66. - "DFG, EXC-2049 - 390688087"
  67. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  68. # Please provide digital identifier (e.g., DOI) if possible.
  69. # Add a prefix to the ID, separated by a colon, to indicate the source.
  70. # Supported sources are: DOI, arXiv, PMID
  71. # In the citation field, please provide the full reference, including title, authors, journal etc.
  72. references:
  73. -
  74. id: "doi:10.xxx/zzzz"
  75. reftype: "IsSupplementTo"
  76. citation: "Citation1"
  77. -
  78. id: "arxiv:mmmm.nnnn"
  79. reftype: "IsSupplementTo"
  80. citation: "Citation2"
  81. -
  82. id: "pmid:nnnnnnnn"
  83. reftype: "IsReferencedBy"
  84. citation: "Citation3"
  85. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  86. resourcetype: Dataset
  87. # Do not edit or remove the following line
  88. templateversion: 1.2