datacite.yml 4.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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, Humboldt Universität zu Berlin, Berlin, 10117 Germany."
  11. id: "ORCID:0000-0003-4368-8143"
  12. role: "http://credit.niso.org/contributor-roles/project-administration/"
  13. role: "http://credit.niso.org/contributor-roles/software/"
  14. role: "http://credit.niso.org/contributor-roles/investigation/"
  15. role: "http://credit.niso.org/contributor-roles/formal-analysis/"
  16. role: "http://credit.niso.org/contributor-roles/writing-original-draft/"
  17. role: "http://credit.niso.org/contributor-roles/data-curation/"
  18. - firstname: "Paul"
  19. lastname: "Zimmer-Harwood"
  20. affiliation: "Department of Physiology, Anatomy and Genetics, University of Oxford, Oxford OX1 3PT, United Kingdom."
  21. id: ""
  22. role: "http://credit.niso.org/contributor-roles/investigation/"
  23. role: "http://credit.niso.org/contributor-roles/software/"
  24. role: "http://credit.niso.org/contributor-roles/writing-review-editing/"
  25. - firstname: "Julien"
  26. lastname: "Colomb"
  27. affiliation: "Institut für Biologie, Humboldt Universität zu Berlin, Berlin, 10117 Germany."
  28. id: "ORCID:0000-0002-3127-5520"
  29. role: "http://credit.niso.org/contributor-roles/data-curation/"
  30. -
  31. firstname: "Matthew E."
  32. lastname: "Larkum"
  33. affiliation: "Institut für Biologie, Humboldt Universität zu Berlin, Berlin, 10117 Germany."
  34. id: "ORCID:0000-0002-6627-0199"
  35. role: "http://credit.niso.org/contributor-roles/funding-acquisition/"
  36. role: "http://credit.niso.org/contributor-roles/supervision/"
  37. role: "http://credit.niso.org/contributor-roles/writing-review-editing/"
  38. -
  39. firstname: "Robert N.S."
  40. lastname: "Sachdev"
  41. affiliation: "Institut für Biologie, Humboldt Universität zu Berlin, Berlin, 10117 Germany."
  42. id: "ORCID:0000-0002-3127-5520"
  43. role: "http://credit.niso.org/contributor-roles/supervision/"
  44. role: "http://credit.niso.org/contributor-roles/resources/"
  45. role: "http://credit.niso.org/contributor-roles/writing-original-draft/"
  46. # A title to describe the published resource.
  47. title: "Data for Sehara et al., 2021 eNeuro (the real-time DeepLabCut project)"
  48. # Additional information about the resource, e.g., a brief abstract.
  49. description: |
  50. Computer vision approaches have made significant inroads into offline tracking of behavior and estimating animal poses. In particular, because of their versatility, deep-learning approaches have been gaining attention in behavioral tracking without any markers. Here we developed an approach using DeepLabCut for real-time estimation of movement. We trained a deep neural network offline with high-speed video data of a mouse whisking, then transferred the trained network to work with the same mouse, whisking in real-time. With this approach, we tracked the tips of three whiskers in an arc and converted positions into a TTL output within behavioral time scales, i.e 10.5 millisecond. With this approach it is possible to trigger output based on movement of individual whiskers, or on the distance between adjacent whiskers. Flexible closed-loop systems like the one we have deployed here can complement optogenetic approaches and can be used to directly manipulate the relationship between movement and neural activity.
  51. # Lit of keywords the resource should be associated with.
  52. # Give as many keywords as possible, to make the resource findable.
  53. keywords:
  54. - Neuroscience
  55. - Behavioral tracking
  56. - Closed-loop experiment system
  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 4.0 Attribution"
  61. url: "https://creativecommons.org/licenses/by/4.0/"
  62. ## Optional Fields
  63. # Funding information for this resource.
  64. # Separate funder name and grant number by comma.
  65. funding:
  66. - "EU, EU.670118"
  67. - "EU, EU.327654276"
  68. - "EU, EU.720270"
  69. - "EU, EU.785907"
  70. - "EU, EU.945539"
  71. - "DFG, DFG.250048060"
  72. - "DFG, DFG.246731133"
  73. - "DFG, DFG.267823436"
  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. references:
  79. -
  80. reftype: "IsSupplementTo"
  81. id: "doi:10.1523/eneuro.0415-20.2021"
  82. name: "Sehara K, Zimmer-Harwood P, Larkum ME, Sachdev RNS (2021) Real-time closed-loop feedback in behavioral time scales using DeepLabCut."
  83. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  84. resourcetype: "Dataset"