Skip to content

Commit 878b813

Browse files
committed
updating README
1 parent d4abe1c commit 878b813

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# The Experiment Factory Experiments
22

3-
Each folder contains a javascript experiment that can be deployed into an [experiment battery instance](http://www.github.com/expfactory/expfactory-battery), which is a psiturk battery experiment. You can browse the currently valid experiments [here](http://expfactory.github.io/expfactory-experiments/), and download meta data at the bottom of that page. For details about folder contents, and generating new experiments, please see our [documentation](http://expfactory.readthedocs.org)
3+
[![Circle CI](https://circleci.com/gh/expfactory/expfactory-experiments.svg?style=svg)](https://circleci.com/gh/expfactory/expfactory-experiments)
4+
5+
More experiments, for a total of 80+, can be found in:
6+
- [expfactory-surveys](http://www.github.com/expfactory/expfactory-surveys)
7+
- [expfactory-games](http://www.github.com/expfactory/expfactory-games)
8+
9+
Each folder contains a javascript experiment that can be deployed into multiple environments, including an [experiment battery instance](http://www.github.com/expfactory/expfactory-battery), a docker infrastructure ([expfactory-docker](http://www.github.com/expfactory/expfactory-docker)), or just your local machine via command line with [expfactory-python](http://www.github.com/expfactory/expfactory-python). You can browse the currently valid experiments [here](http://expfactory.github.io/table.html), and express your interest in experiments as a service (EaS) at [expfactory.org](http://www.expfactory.org). For details about folder contents, and generating new experiments, please see our [documentation](http://expfactory.readthedocs.org)

treatment_self_regulation_questionnaire/config.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js",
99
"static/js/jspsych/poldrack_plugins/jspsych-poldrack-survey-multi-choice.js",
1010
"experiment.js",
11-
"static/css/jspsych.css",
11+
"static/css/jspsych.css",
1212
"static/css/default_style.css"
1313
],
1414
"exp_id": "treatment_self_regulation_questionnaire",
@@ -32,4 +32,4 @@
3232
}
3333

3434
}
35-
]
35+
]

0 commit comments

Comments
 (0)