datacite.yml 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. -
  13. firstname: "Sina E."
  14. lastname: "Dominiak"
  15. affiliation: "Institut für Biologie, Neurocure Center for Excellence, Chariteplatz 1 / Virchowweg 6, Charité Universitätsmedizin Berlin & Humboldt Universität, Berlin, 10117 Germany."
  16. id: "ORCID:"
  17. -
  18. firstname: " Mostafa A. "
  19. lastname: "Nashaat"
  20. affiliation: "Institut für Biologie, Neurocure Center for Excellence, Chariteplatz 1 / Virchowweg 6, Charité Universitätsmedizin Berlin & Humboldt Universität, Berlin, 10117 Germany."
  21. id: "ORCID:0000-0002-4189-5977"
  22. -
  23. firstname: "Hatem"
  24. lastname: "Oraby"
  25. affiliation: "Institut für Biologie, Neurocure Center for Excellence, Chariteplatz 1 / Virchowweg 6, Charité Universitätsmedizin Berlin & Humboldt Universität, Berlin, 10117 Germany."
  26. id: "ORCID:0000-0002-8912-7432"
  27. -
  28. firstname: "Matthew E. "
  29. lastname: "Larkum"
  30. affiliation: "Institut für Biologie, Neurocure Center for Excellence, Chariteplatz 1 / Virchowweg 6, Charité Universitätsmedizin Berlin & Humboldt Universität, Berlin, 10117 Germany."
  31. id: "ORCID:0000-0001-9799-2656"
  32. -
  33. firstname: "Robert N.S."
  34. lastname: "Sachdev"
  35. affiliation: "Institut für Biologie, Neurocure Center for Excellence, Chariteplatz 1 / Virchowweg 6, Charité Universitätsmedizin Berlin & Humboldt Universität, Berlin, 10117 Germany."
  36. id: "ORCID:0000-0002-6627-0199"
  37. -
  38. firstname: "Julien"
  39. lastname: "Colomb"
  40. affiliation: "Institut für Biologie, Virchowweg 6, Humboldt Universität, Berlin, 10117 Germany."
  41. id: "ORCID:0000-0002-3127-5520"
  42. role: "https://dictionary.casrai.org/Contributor_Roles/Data_curation"
  43. # A title to describe the published resource.
  44. title: "Datasets for Dominiak et al., 2019"
  45. # Additional information about the resource, e.g., a brief abstract.
  46. description: |
  47. Raw and some derived datasets supplementary to: Dominiak SE, Nashaat MA, Sehara K, Oraby H, Larkum ME, Sachdev RNS (2019) Whisking asymmetry signals motor preparation and the behavioral state of mice. J Neurosci, in press.
  48. # Lit of keywords the resource should be associated with.
  49. # Give as many keywords as possible, to make the resource findable.
  50. keywords:
  51. - Neuroscience
  52. - video analysis
  53. # License information for this resource. Please provide the license name and/or a link to the license.
  54. # Please add also a corresponding LICENSE file to the repository.
  55. license:
  56. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  57. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  58. ## Optional Fields
  59. # Funding information for this resource.
  60. # Separate funder name and grant number by comma.
  61. funding:
  62. - "DFG, DFG.2112280105"
  63. - "DFG, DFG.LA 3442/3-1"
  64. - "DFG, DFG.LA 3442/5-1"
  65. - "DFG, DFG.327654276"
  66. - "EU, EU.670118"
  67. - "EU, EU.720270"
  68. - "Einstein Stiftung"
  69. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  70. # Please provide digital identifier (e.g., DOI) if possible.
  71. # Add a prefix to the ID, separated by a colon, to indicate the source.
  72. # Supported sources are: DOI, arXiv, PMID
  73. references:
  74. -
  75. id: "doi:10.1523/JNEUROSCI.1809-19.2019"
  76. reftype: "IsSupplementTo"
  77. name: "Whisking asymmetry signals motor preparation and the behavioral state of mice"
  78. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  79. resourcetype: Dataset