mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 16:48:12 +00:00
74 lines
3.6 KiB
HTML
74 lines
3.6 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<title>jsPsych - behavioral experiments in a web browser</title>
|
|
|
|
<link rel="stylesheet" href="stylesheets/styles.css">
|
|
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
<!--[if lt IE 9]>
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<header>
|
|
<h1>jsPsych</h1>
|
|
<p>A javascript library for running behavioral experiments on the web.</p>
|
|
|
|
<h2>Latest Release - v1.6</h2>
|
|
<ul>
|
|
<li><a href="https://github.com/jodeleeuw/jsPsych/archive/v1.6.zip">Download <strong>ZIP File</strong></a></li>
|
|
<li><a href="https://github.com/jodeleeuw/jsPsych/archive/v1.6.tar.gz">Download <strong>TAR Ball</strong></a></li>
|
|
<li><a href="https://github.com/jodeleeuw/jsPsych">View On <strong>GitHub</strong></a></li>
|
|
</ul>
|
|
|
|
|
|
</header>
|
|
<section>
|
|
<h3>What is jsPsych?</h3>
|
|
<p>
|
|
jsPsych is a JavaScript based library for creating and running behavioral experiments in a web browser.
|
|
It defines a formal structure for assembling experiments using a variety of plugins, making it easy to
|
|
create a new experiment with only a handful of lines of JavaScript. Experienced programmers will be able
|
|
to add new plugins to define new building blocks forexperiments. With the increasing power of web
|
|
technology and the flexibility of jsPsych, virtually any kind of behavioral experiment is possible.
|
|
</p>
|
|
<h3>How does it work?</h3>
|
|
<p>
|
|
The basic formula for using jsPsych is to define the structure of the experiment using a few lines of
|
|
JavaScript and then tell jsPsych to run the experiment. The description of the experiment is generated
|
|
by assembling different plugins together. Each plugin defines a different kind of behavioral task that
|
|
a subject can complete, like responding to a stimulus by pressing a key, reading instructions, or answering
|
|
a survey question.
|
|
</p>
|
|
<h3>What plugins are available?</h3>
|
|
<p>
|
|
The project wiki contains <a href="https://github.com/jodeleeuw/jsPsych/wiki/List-of-Plugins">a list of
|
|
included plugins</a>. Documentation for each plugin is available from that list.
|
|
</p>
|
|
<h3>What if the plugin I need isn't available?</h3>
|
|
<p>
|
|
You can create your own plugin. The formal structure of a plugin is very flexible, making it possible
|
|
to create a plugin that describes almost any kind of task you can imagine. If you create a plugin that
|
|
would be useful for other people, consider adding it to jsPsych!
|
|
</p>
|
|
<h3>Support or Contact</h3>
|
|
<p>
|
|
jsPsych was created by Josh de Leeuw (<a href="https://github.com/jodeleeuw" class="user-mention">@jodeleeuw</a>) at Indiana University.
|
|
You can email jodeleeu@indiana.edu with any questions about how to use jsPsych.
|
|
</p>
|
|
|
|
</section>
|
|
<footer>
|
|
<p>This project is maintained by <a href="https://github.com/jodeleeuw">Josh de Leeuw</a></p>
|
|
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
|
|
</footer>
|
|
</div>
|
|
<script src="javascripts/scale.fix.js"></script>
|
|
|
|
</body>
|
|
</html>
|