Update index.html

This commit is contained in:
Josh de Leeuw 2013-11-06 22:24:42 -05:00
parent 9967343939
commit 04b4c65a62

View File

@ -29,30 +29,37 @@
</header> </header>
<section> <section>
<h3>What is jsPsych?</h3> <h3>What is jsPsych?</h3>
<p>jsPsych is a JavaScript based library for creating and running behavioral experiments in a web browser. <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 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. With the increasing power of web 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. technology and the flexibility of jsPsych, virtually any kind of behavioral experiment is possible.
</p> </p>
<h3>How does jsPsych work?</h3> <h3>How does it work?</h3>
<p>
<p>If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.</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
<h3>Designer Templates</h3> 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
<p>We've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.</p> a survey question.
</p>
<h3>Rather Drive Stick?</h3> <h3>What plugins are available?</h3>
<p>
<p>If you prefer to not use the automatic generator, push a branch named <code>gh-pages</code> to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.</p> The project wiki contains a list of included plugins.
</p>
<h3>Authors and Contributors</h3> <h3>What if the plugin I need isn't available?</h3>
<p>
<p>You can <a href="https://github.com/blog/821" class="user-mention">@mention</a> a GitHub username to generate a link to their profile. The resulting <code>&lt;a&gt;</code> element will link to the contributor's GitHub Profile. For example: In 2007, Chris Wanstrath (<a href="https://github.com/defunkt" class="user-mention">@defunkt</a>), PJ Hyett (<a href="https://github.com/pjhyett" class="user-mention">@pjhyett</a>), and Tom Preston-Werner (<a href="https://github.com/mojombo" class="user-mention">@mojombo</a>) founded GitHub.</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
<h3>Support or Contact</h3> would be useful for other people, consider adding it to jsPsych!
</p>
<p>Having trouble with Pages? Check out the documentation at <a href="http://help.github.com/pages">http://help.github.com/pages</a> or contact <a href="mailto:support@github.com">support@github.com</a> and well help you sort it out.</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> </section>
<footer> <footer>
<p>This project is maintained by <a href="https://github.com/jodeleeuw">Josh de Leeuw</a></p> <p>This project is maintained by <a href="https://github.com/jodeleeuw">Josh de Leeuw</a></p>