Skip to content

Commit

Permalink
Initial commit, with the skeleton of a stroop experiment.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmcdonnell committed Feb 20, 2012
0 parents commit acb808b
Show file tree
Hide file tree
Showing 41 changed files with 3,379 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

What is this?
------------

PsiTurk is an open framework for conducting custom behvioral experiments on
Amazon's Mechanical Turk.

It is intended to provide most of the backend machinery necessary to run your
experiment. It uses AMT's _External Question_ HIT type, meaning that you can
collect data using any website. As long as you can turn your experiment into a
website, you can run it with PsiTurk!

Requirements
------------

You will need to use a relatively recent version of [Python 2](http://python.org) with the following
modules installed:

* [Flask](http://flask.pocoo.org/) --- A lightweight web framework.
* [SQLAlchemy](http://www.sqlalchemy.org/) --- A powerful SQL abstraction layer.

Copyright
---------
You are welcome to use this code for personal or academic uses. If you fork,
please cite the authors (Todd Gureckis and John McDonnell).



Loading

0 comments on commit acb808b

Please sign in to comment.