-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
336 lines (253 loc) · 12 KB
/
index.html
File metadata and controls
336 lines (253 loc) · 12 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
<!DOCTYPE HTML>
<!--
Twenty 1.0 by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Expyriment</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-noscript.css" />
</noscript>
<link rel="stylesheet" href="css/party.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
<!-- Google analytics
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-11684491-2', 'expyriment.org');
ga('send', 'pageview');
</script>
-->
</head>
<body class="index loading">
<!-- Header -->
<header id="header" class="alt">
<h1 id="logo"><a href="index.html">Expyriment <span>A Python library for cognitive and neuroscientific experiments</span></a></h1>
<nav id="nav">
<ul>
<li class="submenu current">
<a href="">Navigation</a>
<ul>
<li><a href="#main" class="scrolly">About</a></li>
<li><a href="#installation" class="scrolly">Installation</a></li>
<li><a href="#resources" class="scrolly">Resources</a></li>
<li><a href="#references" class="scrolly">References</a></li>
<li><a href="#contact" class="scrolly">Contact</a></li>
</ul>
</li>
<!--<li><a href="#" class="button special">Sign Up</a></li>-->
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<!--
".inner" is set up as an inline-block so it automatically expands
in both directions to fit whatever's inside it. This means it won't
automatically wrap lines, so be sure to use line breaks where
appropriate (<br />).
-->
<div class="inner">
<header>
<img src="images/expyriment_logo.png" />
</header>
<p>A Python library for cognitive and neuroscientific experiments</p>
</div>
<div class="inner2">
<br /><br />
<ul class="buttons">
<li><a href="#main" class="button fit scrolly">Find Out More</a></li>
</ul>
<div>
</section>
<!-- Main -->
<article id="main">
<header class="special container">
<span class="icon_xpy"><img src="images/xpy_button.png"/></span>
<h2>Expyriment is an open-source Python library for designing and conducting timing-critical behavioural and neuroimaging experiments</h2>
<p>Our major goal is to provide a lightweight and well-structured Python library for the <strong>script-based experiment development</strong>.
Readability and portability of the resulting programme code are of highest priority.
The library is an <strong>all-in-one solution</strong> as it handles stimulus presentation, the recording of input/output events, communication with other devices, and the collection and preprocessing of data.
It further offers a hierarchical design structure, which allows for an intuitive transition from the experimental design to a running programme and is therefore also well suited for students and researchers with little programming experience.</p>
</header>
<!-- Two -->
<section class="wrapper style1 container special">
<div class="row">
<div class="4u">
<section>
<span class="icon feature fa-check"></span>
<header>
<h3>Free and open</h3>
</header>
<p>Expyriment is <strong>open-source software</strong>. You can find us on <a href="https://github.com/expyriment/expyriment">GitHub</a>.</p>
</section>
</div>
<div class="4u">
<section>
<span class="icon feature fa-check"></span>
<header>
<h3>Platform-independent</h3>
</header>
<p>Expyriment works on <strong>Linux</strong>, <strong>Windows</strong>, <strong>OS X</strong> and <strong>Android</strong>.</p>
</section>
</div>
<div class="4u">
<section>
<span class="icon feature fa-check"></span>
<header>
<h3>Easy to learn</h3>
</header>
<p>Expyriment is <strong>very accessible to non-programmers</strong>.</p>
</section>
</div>
</div>
</section>
<!-- One -->
<section id="installation" class="wrapper style2 container special-alt">
<div class="row half">
<div class="8u">
<header>
<h2><strong>Installation</strong></h2>
</header>
<p>Install the latest version of Expyriment and start creating and running your experiments with:</p>
<footer>
<p><code><a href="https://docs.expyriment.org/Installation.html">pip(x) install expyriment</a></code></p>
</footer>
<br /><br /><p>Before installing, please read the detailed <a href="http://docs.expyriment.org/Installation.html">installation instructions</a>.</p>
</div>
<div class="4u skel-cell-important">
<ul class="feature-icons">
<li><span class="icon fa-desktop"><span class="label"></span></span></li>
<li><span class="icon fa-laptop"><span class="label"></span></span></li>
<li><span class="icon fa-tablet"><span class="label"></span></span></li>
</ul>
</div>
</div>
</section>
<!-- Three -->
<section id="resources" class="wrapper style3 container special">
<header class="major">
<h2><strong>Resources</strong></h2>
</header>
<div class="row">
<div class="6u">
<section>
<a href="http://docs.expyriment.org/" class="image feature"><img src="images/documentation.png" alt="" /></a>
<header>
<h3>Documentation</h3>
</header>
<p>On our <a href="http://docs.expyriment.org/">documentation website</a> you'll find the full API reference, information on advanced features, technical details, and a <a href="http://docs.expyriment.org/Tutorial.html">beginner's tutorial</a> to get you started.</p>
</section>
</div>
<div class="6u">
<section>
<a href="https://blog.expyriment.org" class="image feature"><img src="images/blog.png" alt="" /></a>
<header>
<h3>Blog</h3>
</header>
<p>Follow the official <a href="https://blog.expyriment.org"a>Expyriment blog</a> for updates and insights on new features, developments, and general aspects of experimental research.</p>
</section>
</div>
</div>
<div class="row">
<div class="6u">
<section>
<a href="https://github.com/expyriment/expyriment-stash/tree/master/examples" class="image feature"><img src="images/stash.png" alt="" /></a>
<header>
<h3>Stash</h3>
</header>
<p>The <a href="https://github.com/expyriment/expyriment-stash/"a>Expyriment stash</a> is a growing collection of example experiments, extra plugins and additional tools. Contributions from users are very welcome.</p>
</section>
</div>
<div class="6u">
<section>
<a href="https://github.com/orgs/expyriment/discussions" class="image feature"><img src="images/community.png" alt="" /></a>
<header>
<h3>Community</h3>
</header>
<p>Make sure you also join our official <a href="https://github.com/orgs/expyriment/discussions">forum</a>, <a href="https://matrix.to/#/#expyriment-space:matrix.org">Matrix space</a> and <a href="https://groups.google.com/forum/#!forum/expyriment-users">mailing list</a> in case you need support or want to get in touch with other users.</p>
</section>
</div>
</div>
</section>
</article>
<!-- References -->
<section id="references">
<header>
<h2><strong>References</strong></h2>
<p>If you have used Expyriment in your work, <strong>please cite the following article</strong>:</p>
</header>
<p>Krause, F. & Lindemann, O. (2014). Expyriment: A Python library for cognitive and neuroscientific experiments. <em>Behavior Research Methods, 46(2)</em>, 416-428. <a href="http://link.springer.com/article/10.3758%2Fs13428-013-0390-6">doi:10.3758/s13428-013-0390-6</a>.</p>
</section>
<article id="contact">
<!-- One -->
<section class="wrapper style3 container special">
<header class="major">
<h2><strong>Contact</strong></h2>
<p>For general information, please send an email to <a href="mailto:info@expyriment.org">info@expyriment.org</a>. <br />
To be informed about news and updates, subscribe to our <a href="https://groups.google.com/forum/#!forum/expyriment">newsletter</a>.</p>
</header>
<div class="row">
<div class="6u">
<section>
<header>
<h3>Florian Krause</h3>
<P>Developer</p>
</header>
<a href="https://www.floriankrause.org" class="image contact"><img src="images/florian.jpg" alt="" /></a>
<a href="mailto:florian@expyriment.org">florian@expyriment.org</a></p>
</section>
</div>
<div class="6u">
<section>
<header>
<h3>Oliver Lindemann</h3>
<p>Developer</p>
</header>
<a href="http://www.cognitive-psychology.eu/lindemann" class="image contact"><img src="images/oliver.jpg" alt="" /></a>
<a href="mailto:oliver@expyriment.org">oliver@expyriment.org</a></p>
</section>
</div>
<!--
<div class="4u">
<section>
<header>
<h3>Pascal de Water</h3>
<p>Technician</p>
</header>
<a href="https://www.ru.nl/en/people/water-p-de" class="image contact"><img src="images/pascal.png" alt="" /></a>
<a href="mailto:pascal@expyriment.org">pascal@expyriment.org</a></p>
</section>
</div>
-->
</div>
</section>
</article>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="http://www.twitter.com/expyriment" class="icon circle fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="http://www.facebook.com/expyriment" class="icon circle fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="http://www.github.com/expyriment" class="icon circle fa-github"><span class="label">Github</span></a></li>
</ul>
<span class="copyright">© 2014-2025, Florian Krause. Design by: <a href="http://html5up.net">HTML5 UP</a>.</span>
</footer>
<a href="https://blog.expyriment.org/expyriment-1.0/" class="party">🚀</a>
</body>
</html>