datacite.yml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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: "David-Samuel"
  9. lastname: "Burkhardt"
  10. affiliation: "University of Tuebingen, AG Arrenberg"
  11. -
  12. firstname: "Aristides"
  13. lastname: "Arrenberg"
  14. affiliation: "University of Tuebingen, AG Arrenberg"
  15. # A title to describe the published resource.
  16. title: "Software synchASRcontrol"
  17. # Additional information about the resource, e.g., a brief abstract.
  18. description: |
  19. Software synchASRcontrol used for operating the programmable powersource GW Instek ASR2050R in the preprint 'Behavioral and Neurophysiological Effects of Electrical Stunning on Zebrafish Larvae' (https://doi.org/10.21203/rs.3.rs-4021167/v1)
  20. # Lit of keywords the resource should be associated with.
  21. # Give as many keywords as possible, to make the resource findable.
  22. keywords:
  23. - Programmable Powersource
  24. - Electrical Stunning
  25. - Python
  26. - Euthanasia
  27. - Zebrafish
  28. # License information for this resource. Please provide the license name and/or a link to the license.
  29. # Please add also a corresponding LICENSE file to the repository.
  30. license:
  31. name: "Creative Commons CC0 1.0 Public Domain Dedication"
  32. url: "https://creativecommons.org/publicdomain/zero/1.0/"
  33. ## Optional Fields
  34. # Funding information for this resource.
  35. # Separate funder name and grant number by comma.
  36. funding:
  37. # Related publications. reftype might be: IsSupplementTo, IsDescribedBy, IsReferencedBy.
  38. # Please provide digital identifier (e.g., DOI) if possible.
  39. # Add a prefix to the ID, separated by a colon, to indicate the source.
  40. # Supported sources are: DOI, arXiv, PMID
  41. # In the citation field, please provide the full reference, including title, authors, journal etc.
  42. references:
  43. -
  44. id: "doi:10.21203/rs.3.rs-4021167/v1"
  45. reftype: "IsSupplementTo"
  46. citation: "David-Samuel Burkhardt, Claire Leyden, Carina Thomas, Christian Brysch, Florian Alexander Dehmelt, Aristides B. Arrenberg. Behavioral and Neurophysiological Effects of Electrical Stunning on Zebrafish Larvae (2024). ResearchSquare"
  47. # Resource type. Default is Dataset, other possible values are Software, DataPaper, Image, Text.
  48. resourcetype: Software
  49. # Do not edit or remove the following line
  50. templateversion: 1.2