mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-12 16:48:12 +00:00
100 lines
4.6 KiB
HTML
100 lines
4.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 creating and running behavioral experiments online</p>
|
|
|
|
<h2>Latest Release - v2.4</h2>
|
|
<ul>
|
|
<li><a href="https://github.com/jodeleeuw/jsPsych/archive/v2.4.zip">Download <strong>ZIP File</strong></a></li>
|
|
<li><a href="https://github.com/jodeleeuw/jsPsych/archive/v2.4.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>
|
|
<p>
|
|
jsPsych is a JavaScript library for creating and running behavioral experiments in a web browser.
|
|
jsPsych simplifies the process of coding online experiments by providing a set of flexibile
|
|
plugins that define different kinds of tasks a subject could complete during an experiment. By
|
|
assembling different plugins together and customizing the parameters of each, it is possible to
|
|
create many different types of experiments.
|
|
</p>
|
|
|
|
<p>
|
|
If creating your experiment is not possible with the current set of jsPsych plugins, consider
|
|
<a href="https://github.com/jodeleeuw/jsPsych/wiki/Create-a-Plugin">writing a new plugin</a>. The core jsPsych
|
|
library provides a framework for constructing experiments by managing the presentation of trials and
|
|
recording data. It may be faster to develop a jsPsych compatible plugin than writing an experiment
|
|
from scratch. You will also be able to take advantage of all of the other jsPsych plugins for basic
|
|
tasks like displaying instructions.
|
|
</p>
|
|
|
|
<h3>Start using jsPsych</h3>
|
|
|
|
<p>There are three ways to start exploring jsPsych.</p>
|
|
<ol>
|
|
<li>Follow the <a href="https://github.com/jodeleeuw/jsPsych/wiki/Quickstart">quickstart guide</a>
|
|
to get a working jsPsych-ready repository to edit in under 2 minutes.</li>
|
|
<li>Work through the <a href="https://github.com/jodeleeuw/jsPsych/wiki/Getting-started">in-depth
|
|
tutorial</a> to gain an understanding of how jsPsych works.</li>
|
|
<li>Try out the <a href="https://github.com/jodeleeuw/jsPsych/wiki/List-of-Plugins">live demos of
|
|
each jsPsych plugin</a>.</li>
|
|
</ol>
|
|
|
|
<h3>Documentation</h3>
|
|
|
|
<p>Documentation is available in the <a href="https://github.com/jodeleeuw/jsPsych/wiki">GitHub wiki</a>.</p>
|
|
|
|
<h3>Contributing</h3>
|
|
|
|
<p>Contributions to the code are welcome. Please use the <a href="https://github.com/jodeleeuw/jsPsych/issues">
|
|
issue tracker system</a> to report bugs or discuss suggestions for new features and improvements. If you
|
|
would like to contribute code, <a href="https://help.github.com/articles/using-pull-requests">submit a
|
|
Pull request</a>.</p>
|
|
|
|
|
|
<h3>Citation</h3>
|
|
|
|
<p>If you use this library in academic work, please cite the
|
|
<a href="http://link.springer.com/article/10.3758%2Fs13428-014-0458-y">paper that describes jsPsych</a></p>
|
|
|
|
<p>de Leeuw, J.R. (2014). jsPsych: A JavaScript library for creating behavioral experiments in a
|
|
Web browser. <em>Behavior Research Methods</em>. Advance online publication. doi:10.3758/s13428-014-0458-y</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>
|
|
<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-50563838-1', 'jspsych.org');
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
</html>
|