-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
116 lines (113 loc) · 7.66 KB
/
features.html
File metadata and controls
116 lines (113 loc) · 7.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Features - Visiomode</title>
<meta name="twitter:card" content="summary">
<meta property="og:description" content="An open-source behavioural platform for rodent touchscreen-based visuomotor tasks">
<meta name="twitter:title" content="Visiomode">
<meta property="og:image" content="/assets/img/res/visiomode_logo.png?h=e258671b4c47e116f87e3b2907765565">
<meta property="og:type" content="website">
<meta name="twitter:image" content="/assets/img/res/banner.png?h=b583893b5f9cefa91b55b92434b3da28">
<meta name="twitter:description" content="An open-source behavioural platform for rodent touchscreen-based visuomotor tasks">
<meta name="description" content="An open-source behavioural platform for rodent touchscreen-based visuomotor tasks">
<link rel="icon" type="image/png" sizes="1078x1085" href="/assets/img/res/visiomode_logo_icon.png?h=ba132c45ba1420ea9a679a8854e9bd58">
<link rel="icon" type="image/png" sizes="1078x1085" href="/assets/img/res/visiomode_logo_icon.png?h=ba132c45ba1420ea9a679a8854e9bd58">
<link rel="icon" type="image/png" sizes="1078x1085" href="/assets/img/res/visiomode_logo_icon.png?h=ba132c45ba1420ea9a679a8854e9bd58">
<link rel="icon" type="image/png" sizes="1078x1085" href="/assets/img/res/visiomode_logo_icon.png?h=ba132c45ba1420ea9a679a8854e9bd58">
<link rel="icon" type="image/png" sizes="1078x1085" href="/assets/img/res/visiomode_logo_icon.png?h=ba132c45ba1420ea9a679a8854e9bd58">
<link rel="stylesheet" href="/assets/bootstrap/css/bootstrap.min.css?h=7c4b219852b9ea185d69f873102ba79a">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,600,600i&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Advent+Pro">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.css">
<link rel="stylesheet" href="/assets/css/styles.min.css?h=92118407fd8489014a6995a6ae33c5e5">
</head>
<body>
<nav class="navbar navbar-light navbar-expand-lg sticky-top clean-navbar">
<div class="container"><a class="navbar-brand d-flex d-lg-flex align-items-lg-center logo" href="#" style="font-family: Advent Pro;"><img class="d-flex d-lg-flex align-items-lg-center" src="/assets/img/res/visiomode_logo_icon.png?h=ba132c45ba1420ea9a679a8854e9bd58" style="width: 1078px;max-width: 35px;max-height: 35px;">VISIOMODE</a><button data-toggle="collapse" class="navbar-toggler" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="/index.html">Home</a></li>
<li class="nav-item"><a class="nav-link active" href="/features.html">Features</a></li>
<li class="nav-item"><a class="nav-link" href="https://docs.visiomode.org/">Docs</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/DuguidLab/visiomode">Github</a></li>
</ul><a class="btn btn-success btn-sm text-uppercase" role="button" data-toggle="tooltip" data-bss-tooltip="" href="https://github.com/DuguidLab/visiomode#installation">Download</a>
</div>
</div>
</nav>
<main class="page">
<section class="clean-block features">
<div class="container">
<div class="block-heading">
<h2 class="text-info">Features</h2>
<p>Visiomode provides an open software platform for building touchscreen-based tasks. Everything is designed to run on cheap and readily available electronics.</p>
</div>
<div class="row justify-content-center">
<div class="col-md-5 feature-box"><i class="icon-star icon"></i>
<h4>Web-Based Interface</h4>
<p>Accessible web-based UI for researchers to design and run experiments. Web interface can be accessed from any computer on the same network as the machine running Visiomode.</p>
</div>
<div class="col-md-5 feature-box"><i class="icon-pencil icon"></i>
<h4>Customisable</h4>
<p>Flexible plugin system allows for easily extending the available experimental paradigms on the fly, without having to recompile or reinstall the software.</p>
</div>
<div class="col-md-5 feature-box"><i class="icon-screen-smartphone icon"></i>
<h4>Adaptable</h4>
<p>Ability to incorporate USB microcontrollers to act as input or output peripherals in different experimental protocols.</p>
</div>
<div class="col-md-5 feature-box"><i class="icon-refresh icon"></i>
<h4>Data Compatibility</h4>
<p>Visiomode is fully compatible with the Neurodata Without Borders ecosystem for neurophysiology.</p>
</div>
</div>
</div>
</section>
</main>
<footer class="page-footer dark">
<div class="container">
<div class="row">
<div class="col-sm-3">
<h5>Get started</h5>
<ul>
<li><a href="#">Home</a></li>
<li><a href="https://visiomode.readthedocs.io/en/latest/">Documentation</a></li>
<li><a href="https://github.com/DuguidLab/visiomode">Github</a></li>
<li><a href="https://github.com/DuguidLab/visiomode#installation">Downloads</a></li>
</ul>
</div>
<div class="col-sm-3">
<h5>About</h5>
<ul>
<li><a href="http://www.duguidlab.com">Duguid Lab</a></li>
<li><a href="https://www.sidb.org.uk">SIDB</a></li>
<li><a href="https://ed.ac.uk">University of Edinburgh</a></li>
</ul>
</div>
<div class="col-sm-3">
<h5>Support</h5>
<ul>
<li><a href="https://github.com/DuguidLab/visiomode/issues/new">Submit an issue</a></li>
<li><a href="mailto:Constantinos.Eleftheriou@ed.ac.uk">Report a problem</a></li>
</ul>
</div>
<div class="col-sm-3">
<h5>Legal</h5>
<ul>
<li><a href="/terms.html">Terms of Use</a></li>
<li><a href="/privacy.html">Privacy Policy</a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<p>© 2023 Constantinos Eleftheriou. All rights reserved.</p>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.1/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.10.0/baguetteBox.min.js"></script>
<script src="/assets/js/script.min.js?h=d241160ec53336e883284394ce9a43b8"></script>
</body>
</html>