datacite.yml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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: "Sebastian"
  9. lastname: "Kloubert"
  10. affiliation: "University Hospital Cologne"
  11. -
  12. firstname: "Markus"
  13. lastname: "Aswendt"
  14. affiliation: "University Hospital Cologne"
  15. id: "ORCID:0000-0003-1423-0934"
  16. -
  17. firstname: "Frederique"
  18. lastname: "Wieters"
  19. affiliation: "University Hospital Cologne"
  20. # A title to describe the published resource.
  21. title: "Automated movement analysis of mouse beam walking using neural networks"
  22. # Additional information about the resource, e.g., a brief abstract.
  23. description: "This storage contains the whole data and results of the evaluation
  24. whether the software package DeepLabCut (DLC) is able to sufficiently label and
  25. thus automate the analysis of videos of mice performing the behavior test Rotating Beam.
  26. The post-processing was performed via R.
  27. The software package DeepLabCut is able to collect all important data for the automated
  28. analysis of the behavior test Rotating Beam and has sufficient accuracy to use the collected
  29. data to provide results to a scientific study. The comparison to the manual raters showed that
  30. the predictions of DeepLabCut are a good generalization not influenced by human bias.
  31. This allows to extend the usage to advanced analyses with more complex parameters."
  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. - DLC
  37. - Rotating Beam
  38. # License information for this resource. Please provide the license name and/or a link to the license.
  39. # Please add also a corresponding LICENSE file to the repository.
  40. license:
  41. name: "Attribution-NonCommercial 4.0 International (CC BY-NC 4.0) "
  42. url: "https://creativecommons.org/licenses/by-nc/4.0/"
  43. ## Optional Fields
  44. # Funding information for this resource.
  45. # Separate funder name and grant number by comma.
  46. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  47. # Please provide digital identifier (e.g., DOI) if possible.
  48. # Add a prefix to the ID, separated by a colon, to indicate the source.
  49. # Supported sources are: DOI, arXiv, PMID
  50. # In the citation field, please provide the full reference, including title, authors, journal etc.
  51. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  52. resourcetype: Dataset
  53. # Do not edit or remove the following line
  54. templateversion: 1.2