-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (80 loc) · 5.2 KB
/
index.html
File metadata and controls
102 lines (80 loc) · 5.2 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<title>StimOMatic by U. Rutishauser, A. Kotowicz and G. Laurent</title>
<link rel="stylesheet" href="/stylesheets/styles.css">
<link rel="stylesheet" href="/stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="/javascripts/main.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39136601-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<header>
<h1>StimOMatic</h1>
<p></p>
</header>
<div id="banner">
<span id="logo"></span>
<!-- <a href="" class="button fork"><strong>Left Button</strong></a> -->
<div class="downloads">
<span>Go to:</span>
<ul>
<li><a href="http://stimomatic.brain.mpg.de/DOWNLOADS.html" class="button">Downloads</a></li>
<li><a href="http://stimomatic.brain.mpg.de/DOCUMENTATION.html" class="button">Documentation</a></li>
<li><a href="http://stimomatic.brain.mpg.de/" class="button">Home</a></li>
</ul>
</div>
</div><!-- end banner -->
<div class="wrapper">
<nav>
<ul></ul>
</nav>
<section>
<h1>
<a name="welcome" class="anchor" href="#welcome"><span class="mini-icon mini-icon-link"></span></a>Welcome!</h1>
<p><em>StimOMatic</em> is a tool for closed-loop experimentation. It provides a flexible software framework that enables experimenters to add experiment-specific functionality easily by providing plugins. We provide several plugins for realtime processing of local field potentials, enabling closed-loop presentation of visual stimuli conditional on the phase and power of ongoing oscillations. </p>
<p><em>StimOMatic</em> is the accompanying code for the 2013 publication <em>"A method for closed-loop presentation of sensory stimuli conditional on the internal brain-state of awake animals"</em> by U. Rutishauser, A. Kotowicz and G. Laurent; Journal of Neuroscience Methods (<a href="http://dx.doi.org/10.1016/j.jneumeth.2013.02.020">http://dx.doi.org/10.1016/j.jneumeth.2013.02.020</a>).</p>
<h2>
<a name="download" class="anchor" href="#download"><span class="mini-icon mini-icon-link"></span></a>Download</h2>
<ul>
<li>Latest StimOMatic version <a href="https://github.com/StimOMatic/StimOMatic/archive/v0.15.zip">v0.15</a>.</li>
</ul><p>For more downloads see <a href="DOWNLOADS.html">DOWNLOADS.md</a></p>
<h2>
<a name="getting-started" class="anchor" href="#getting-started"><span class="mini-icon mini-icon-link"></span></a>Getting started</h2>
<p>For install instructions and first steps with <em>StimOMatic</em> see the <a href="INSTALL.html">INSTALL.md</a> file / page. </p>
<h2>
<a name="faq" class="anchor" href="#faq"><span class="mini-icon mini-icon-link"></span></a>FAQ</h2>
<p>See <a href="FAQ.html">FAQ.md</a> for frequently asked questions.</p>
<h2>
<a name="bugs" class="anchor" href="#bugs"><span class="mini-icon mini-icon-link"></span></a>Bugs</h2>
<p>Please submit bugs and feature requests to our <a href="https://github.com/StimOMatic/StimOMatic/issues">issue tracker</a>.</p>
<h2>
<a name="disclaimer" class="anchor" href="#disclaimer"><span class="mini-icon mini-icon-link"></span></a>Disclaimer</h2>
<p>While we strive to provide a well tested and functioning system, we make no guarantees as to correctness of what this software does nor can we make any guarantees to support that we can provide. Use at your own risk. </p>
<p>The latest version, documentation and instructions on how to reach us will be made available at <a href="http://stimomatic.brain.mpg.de/">http://stimomatic.brain.mpg.de</a>. A permanent but static page containing the initial release can be accessed by visiting <a href="http://www.brain.mpg.de/research/laurent-department/software-techniques.html">http://www.brain.mpg.de/research/laurent-department/software-techniques.html</a></p> </section>
<footer>
<p>Project maintained by <a href="https://github.com/urut">Ueli Rutishauser</a> and <a href="https://github.com/kotowicz">Andreas Kotowicz</a></p>
<p><small>Project funded by <a href="http://www.mpg.de/">MPG</a> and <a href="http://www.brain.mpg.de/">MPI for Brain Research</a></small></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a></small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>