{% extends "base.html" %} {% set active_page = "about" %} {% block title %}About{% endblock %} {% block content %}

About Visiomode


Visiomode was developed by Constantinos Eleftheriou in Ian Duguid's lab at the University of Edinburgh.

I developed Visiomode because I wanted a behavioural solution that was easy to deploy in both freely moving and head-restrained environments, and would allow me to try lots of different behavioural configurations without a whole lot of faff. I hope that you too will find it useful!

If you notice any bugs, or have any suggestions for improvements, please submit an issue.

If you use Visiomode in your research, please cite the following paper:
Eleftheriou, C., Clarke, T., Poon, V., Zechner, M., & Duguid, I. (2023). Visiomode: An open-source platform for building rodent touchscreen-based behavioral assays. Journal of Neuroscience Methods, 386. https://doi.org/10.1016/j.jneumeth.2022.109779

Visiomode is open-source code, and is released under the MIT license. The source code is available on GitHub. If you would like to contribute to Visiomode, please get in touch!

{% endblock %}