datacite.yml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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: "Keisuke"
  9. lastname: "Sehara"
  10. affiliation: "Institut für Biologie, Neurocure Center for Excellence, Chariteplatz 1 / Virchowweg 6, Charité Universitätsmedizin Berlin & Humboldt Universität, Berlin, 10117 Germany."
  11. id: "ORCID:0000-0003-4368-8143"
  12. role: "Data curation"
  13. -
  14. firstname: "Matthew E. "
  15. lastname: "Larkum"
  16. affiliation: "Institut für Biologie, Neurocure Center for Excellence, Chariteplatz 1 / Virchowweg 6, Charité Universitätsmedizin Berlin & Humboldt Universität, Berlin, 10117 Germany."
  17. id: "ORCID:0000-0001-9799-2656"
  18. role: "Funding acquisition","Project administration","Supervision", "Conceptualization"
  19. -
  20. firstname: "Julien"
  21. lastname: "Colomb"
  22. affiliation: "Institut für Biologie, Virchowweg 6, Humboldt Universität, Berlin, 10117 Germany."
  23. id: "ORCID:0000-0002-3127-5520"
  24. role: "Data curation"
  25. # A title to describe the published resource.
  26. title: "Example Title"
  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. - Neuroscience
  36. - Electrophysiology
  37. # License information for this resource. Please provide the license name and/or a link to the license.
  38. # Please add also a corresponding LICENSE file to the repository.
  39. license:
  40. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  41. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  42. ## Optional Fields
  43. # Funding information for this resource.
  44. # Separate funder name and grant number by comma.
  45. funding:
  46. - "DFG, DFG.2112280105"
  47. - "DFG, DFG.LA 3442/3-1"
  48. - "DFG, DFG.LA 3442/5-1"
  49. - "DFG, DFG.327654276"
  50. - "EU, EU.670118"
  51. - "EU, EU.720270"
  52. - "Einstein Stiftung"
  53. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  54. # Please provide digital identifier (e.g., DOI) if possible.
  55. # Add a prefix to the ID, separated by a colon, to indicate the source.
  56. # Supported sources are: DOI, arXiv, PMID
  57. references:
  58. -
  59. id: "doi:10.xxx/zzzz"
  60. reftype: "IsSupplementTo"
  61. name: "PublicationName1"
  62. -
  63. id: "arxiv:mmmm.nnnn"
  64. reftype: "IsSupplementTo"
  65. name: "PublicationName2"
  66. -
  67. id: "pmid:nnnnnnnn"
  68. reftype: "IsReferencedBy"
  69. name: "PublicationName3"
  70. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  71. resourcetype: Software