-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathexperiments.html
217 lines (191 loc) · 112 KB
/
experiments.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Experiment Factory</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Database of browser-based psychology experiments for teaching">
<script src="http://d3js.org/d3.v3.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="//code.jquery.com/ui/1.9.2/themes/base/jquery-ui.css">
<link href='https://fonts.googleapis.com/css?family=Roboto:300' rel='stylesheet' type='text/css'>
<script src="//code.jquery.com/jquery-1.8.3.js"></script>
<script src="//code.jquery.com/ui/1.9.2/jquery-ui.js"></script>
<style>
.site-logo { margin: 25px auto 0px auto; width: min-content; width: -webkit-min-content; width: -moz-min-content; }
h1.site-logo { font-family: 'Roboto'; margin-top:5px;}
.site-logo-left {color: #1756E8 }
.site-logo-right {color: #A52A2A }
@import url('http://fonts.googleapis.com/css?family=Pacifico|Open+Sans:300,400,600');
* {
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
}
a {
text-decoration: none;
color: inherit;
}
p {
font-size: 1.1em;
margin: 1em 0;
}
.description {
margin: 1em auto 2.25em;
}
ul {
list-style: none;
padding: 0;
}
ul .inner {
padding-left: 1em;
overflow: hidden;
display: none;
}
ul .inner.show {
/*display: block;*/
}
ul li {
margin: .5em 0;
}
ul li a.toggle {
width: 100%;
display: block;
background: #1756E8;
color:white;
padding: 0.75em;
border-radius: 0.15em;
transition: background .3s ease;
}
ul li a.toggle:hover {
background: #A52A2A;
}
</style>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<script>
$( document ).ready(function() {
$('.toggle').click(function(e) {
e.preventDefault();
var $this = $(this);
if ($this.next().hasClass('show')) {
$this.next().removeClass('show');
$this.next().slideUp(350);
} else {
$this.parent().parent().find('li .inner').removeClass('show');
$this.parent().parent().find('li .inner').slideUp(350);
$this.next().toggleClass('show');
$this.next().slideToggle(350);
}
});
// When an accordian link is clicked, update the experiments shown
experiment_lookup = {'trm_4a3fd79d0b1a6': ['perceptual_metacognition'], 'trm_4a3fd79d0b967': ['flanker', 'kirby', 'motor_selective_stop_signal', 'emotion_regulation', 'stop_signal'], 'trm_4a3fd79d0b5a7': ['keep_track', 'n_back', 'digit_span', 'spatial_span', 'number_letter'], 'trm_4a3fd79d09902': ['antisaccade', 'psychological_refractory_period_two_choices', 'psychological_refractory_period_gonogo_choice', 'ax_cpt', 'flanker', 'attention_network_task', 'number_letter'], 'node_931': ['threebytwo'], 'node_930': ['stim_selective_stop_signal'], 'node_933': ['two_stage_decision'], 'trm_551f0f822d95e': ['n_back', 'ax_cpt', 'number_letter'], 'node_935': ['willingness_to_wait'], 'node_934': ['volatile_bandit'], 'trm_4a3fd79d09e87': ['dot_pattern_expectancy'], 'trm_4a3fd79d0a891': ['keep_track', 'n_back', 'flanker', 'kirby', 'motor_selective_stop_signal', 'digit_span', 'emotion_regulation', 'stop_signal', 'dot_pattern_expectancy', 'spatial_span', 'number_letter'], 'trm_4a3fd79d0990e': ['n_back'], 'trm_51a690a7492eb': ['emotion_regulation'], 'trm_4a3fd79d0a398': ['flanker', 'kirby', 'motor_selective_stop_signal', 'emotion_regulation', 'stop_signal'], 'trm_4a3fd79d09e13': ['stroop'], 'trm_557b4abe521af': ['flanker'], 'trm_4a3fd79d0b043': ['flanker'], 'trm_4a3fd79d0ba30': ['n_back', 'ax_cpt', 'number_letter'], 'trm_4a3fd79d0b1b2': ['flanker'], 'trm_4a3fd79d0ba0d': ['n_back', 'ax_cpt', 'number_letter'], 'trm_4a3fd79d0a7d4': ['writing_task'], 'trm_4c3e04d656f06': ['n_back', 'local_global_shape', 'flanker', 'local_global_letter'], 'trm_4a3fd79d0b58f': ['emotion_regulation'], 'trm_4a3fd79d0b1e0': ['spatial_span'], 'trm_557b4b9ccdc4a': ['emotion_regulation'], 'trm_55b6b9d7c9435': ['n_back', 'ax_cpt', 'number_letter'], 'trm_557b48f22ba99': ['emotion_regulation'], 'trm_557b4b7176394': ['flanker', 'kirby', 'motor_selective_stop_signal', 'emotion_regulation', 'stop_signal'], 'trm_5519b80525e89': ['motor_selective_stop_signal', 'stop_signal'], 'trm_52b5f1ef4f9cc': ['digit_span'], 'node_932': ['tower_of_london_imagine'], 'trm_4a3fd79d0b61f': ['choice_reaction_time'], 'trm_4a3fd79d0ab7c': ['stroop', 'flanker', 'kirby', 'motor_selective_stop_signal', 'simon', 'emotion_regulation', 'stop_signal'], 'trm_4a3fd79d0a038': ['information_sampling_task', 'kirby'], 'trm_4a3fd79d0af71': ['choice_reaction_time', 'flanker', 'kirby', 'motor_selective_stop_signal', 'simon', 'emotion_regulation', 'stop_signal'], 'trm_4a3fd79d0acc1': ['tower_of_london'], 'trm_557b4b3a6a34d': ['flanker', 'kirby', 'motor_selective_stop_signal', 'emotion_regulation', 'stop_signal'], 'trm_557b4aa070c10': ['motor_selective_stop_signal'], 'trm_557b48d40d3cf': ['emotion_regulation'], 'trm_557b49851e991': ['motor_selective_stop_signal', 'stop_signal'], 'trm_55ce70b20186b': ['stroop', 'motor_selective_stop_signal', 'stop_signal'], 'trm_4a3fd79d09d64': ['keep_track'], 'trm_557b4b05ae470': ['simon'], 'trm_5519b7525d7a2': ['simon'], 'trm_4b7c270940f9d': ['go_nogo'], 'trm_4ee8facd77dfc': ['emotion_regulation'], 'trm_4a3fd79d0af66': ['stroop', 'choice_reaction_time', 'motor_selective_stop_signal', 'go_nogo', 'stop_signal'], 'trm_4a3fd79d0ac9e': ['digit_span'], 'trm_5021873f37abc': ['local_global_shape', 'local_global_letter'], 'trm_4a3fd79d09b04': ['number_letter'], 'trm_557b499fac085': ['local_global_shape', 'flanker', 'local_global_letter'], 'trm_4a3fd79d0a116': ['number_letter'], 'node_908': ['adaptive_n_back'], 'node_909': ['angling_risk_task'], 'trm_558c73324a6ca': ['kirby'], 'trm_4feb3f8c551cb': ['antisaccade'], 'trm_558c736199abd': ['kirby'], 'trm_4a3fd79d0a723': ['kirby'], 'trm_4a3fd79d09bee': ['n_back'], 'node_926': ['ravens'], 'trm_557b49ad14adf': ['flanker', 'simon'], 'trm_4a3fd79d0b8e5': ['writing_task'], 'trm_4ffca95528c88': ['psychological_refractory_period_two_choices', 'psychological_refractory_period_gonogo_choice'], 'trm_5358ede949107': ['stroop'], 'trm_4a3fd79d0b311': ['ax_cpt'], 'trm_4a3fd79d09d93': ['simon'], 'trm_557b4855a12b4': ['emotion_regulation'], 'trm_4aae62e4ad209': ['keep_track', 'stroop', 'antisaccade', 'choice_reaction_time', 'n_back', 'ax_cpt', 'local_global_shape', 'flanker', 'motor_selective_stop_signal', 'local_global_letter', 'digit_span', 'go_nogo', 'emotion_regulation', 'stop_signal'], 'trm_551f11bb8f6a8': ['keep_track', 'n_back'], 'trm_4a3fd79d0a17f': ['emotion_regulation'], 'trm_4a3fd79d0b46f': ['flanker'], 'node_919': ['hierarchical_rule'], 'node_918': ['gm_paradigm'], 'trm_557b4b7e68727': ['emotion_regulation'], 'trm_4a3fd79d0a613': ['stroop', 'choice_reaction_time', 'motor_selective_stop_signal', 'go_nogo', 'stop_signal'], 'node_912': ['columbia_card_task_cold'], 'node_911': ['bickel_titrator'], 'node_910': ['angling_risk_task_always_sunny'], 'node_917': ['discount_titrate'], 'node_916': ['directed_forgetting'], 'node_915': ['dimensional_set_shifting'], 'node_914': ['dietary_decision'], '1': ['bickel_titrator', 'random_number_generation', 'discount_titrate', 'dimensional_set_shifting', 'shape_matching', 'recent_probes', 'directed_forgetting', 'willingness_to_wait', 'gm_paradigm', 'probabilistic_selection', 'shift_task', 'angling_risk_task', 'image_monitoring', 'hierarchical_rule', 'columbia_card_task_hot', 'columbia_card_task_cold', 'adaptive_n_back', 'volatile_bandit', 'letter_memory', 'multisource', 'two_stage_decision', 'ravens', 'stim_selective_stop_signal', 'angling_risk_task_always_sunny', 'plus_minus', 'threebytwo', 'dietary_decision', 'tower_of_london_imagine'], 'trm_4a3fd79d0a1d1': ['emotion_regulation'], 'trm_557b491318742': ['motor_selective_stop_signal', 'stop_signal'], 'trm_557b4b47d994a': ['kirby'], 'trm_58575b0d3c548': ['choice_reaction_time', 'test_task_always_fail', 'simple_reaction_time', 'test_task'], 'trm_4c3e05903e4bb': ['keep_track', 'n_back'], 'all_experiments': ['bickel_titrator', 'keep_track', 'stroop', 'random_number_generation', 'discount_titrate', 'antisaccade', 'dimensional_set_shifting', 'shape_matching', 'choice_reaction_time', 'recent_probes', 'directed_forgetting', 'willingness_to_wait', 'gm_paradigm', 'psychological_refractory_period_two_choices', 'probabilistic_selection', 'shift_task', 'psychological_refractory_period_gonogo_choice', 'n_back', 'angling_risk_task', 'image_monitoring', 'hierarchical_rule', 'information_sampling_task', 'ax_cpt', 'columbia_card_task_hot', 'test_task_always_fail', 'local_global_shape', 'flanker', 'columbia_card_task_cold', 'simple_reaction_time', 'tower_of_london', 'adaptive_n_back', 'kirby', 'motor_selective_stop_signal', 'volatile_bandit', 'local_global_letter', 'letter_memory', 'multisource', 'two_stage_decision', 'test_task', 'writing_task', 'digit_span', 'ravens', 'stim_selective_stop_signal', 'angling_risk_task_always_sunny', 'simon', 'go_nogo', 'perceptual_metacognition', 'plus_minus', 'emotion_regulation', 'threebytwo', 'dietary_decision', 'attention_network_task', 'stop_signal', 'tower_of_london_imagine', 'dot_pattern_expectancy', 'spatial_span', 'number_letter'], 'trm_557b4a7315f1b': ['flanker', 'kirby', 'motor_selective_stop_signal', 'simon', 'emotion_regulation', 'stop_signal'], 'trm_4a3fd79d0a20c': ['flanker', 'motor_selective_stop_signal', 'simon', 'stop_signal'], 'trm_4a3fd79d0b2b4': ['writing_task'], 'trm_557b4add1837e': ['flanker', 'simon'], 'node_928': ['shape_matching'], 'node_929': ['shift_task'], 'trm_4a3fd79d0a972': ['test_task_always_fail', 'simple_reaction_time', 'test_task', 'writing_task'], 'node_927': ['recent_probes'], 'node_924': ['probabilistic_selection'], 'node_925': ['random_number_generation'], 'node_922': ['multisource'], 'node_923': ['plus_minus'], 'node_920': ['image_monitoring'], 'node_921': ['letter_memory'], 'node_913': ['columbia_card_task_hot'], 'trm_4a3fd79d09ab2': ['motor_selective_stop_signal', 'stop_signal'], 'trm_4a3fd79d0b4b5': ['flanker', 'kirby', 'motor_selective_stop_signal', 'emotion_regulation', 'stop_signal'], 'trm_557b474e2b578': ['motor_selective_stop_signal', 'stop_signal']}
// Dynamically add number of experiments to each tag
$.each(experiment_lookup, function( key, value ) {
var num_exps = value.length
$("#accord_" + key).append('<span style="float:right;background-color:blue" class="badge"> '+ num_exps + '</span>')
});
$(".accord").click(function(){
var id = $(this).attr("id").replace("accord_","")
// Hide all experiments
$(".panel").hide()
// Use the lookup to find tasks to show
var show_experiments = experiment_lookup[id]
for (i=0;i<show_experiments.length;i++){
$("#exp_" + show_experiments[i]).show()
}
})
// Show all experiments
$("#accord_all_experiments").click(function(){
$(".panel").show()
})
});
</script>
<div class="container" style="width:1440px">
<div class="row">
<!-- Cognitive Concepts-->
<div class="col-md-3">
<div class="site-logo">
<img src="https://expfactory.github.iostatic/images/expfactoryticketgray.png" class="img-responsive"></img>
<h1 class="site-logo"><span class="site-logo-left">exp</span><span class="site-logo-right">factory</span></h1>
</div>
<br><br>
<h6><a href="https://expfactory.github.io/table.html">SEARCH TABLE</a></h6>
<hr>
<h6><a id="accord_all_experiments">ALL EXPERIMENTS</a></h6>
<hr>
<h6>CATEGORIES</h6>
<ul class="accordian">
<!-- Navigation will be appended here-->
<li><a id="accord_trm_557b4add1837e" class="toggle accord">task difficulty</a><ul class="inner"><a><li id="accord_trm_557b49ad14adf" class="accord">response conflict</li></a></ul></li><a><li class="accord" id="accord_trm_4a3fd79d0b2b4">sublexical route</li></a><a><li class="accord" id="accord_trm_4a3fd79d0b1a6">spatial ability</li></a><a><li class="accord" id="accord_trm_4a3fd79d0af71">response selection</li></a><a><li class="accord" id="accord_trm_557b4a7315f1b">response execution</li></a><a><li class="accord" id="accord_trm_4ffca95528c88">psychological refractory period</li></a><a><li class="accord" id="accord_trm_58575b0d3c548">processing speed</li></a><a><li class="accord" id="accord_trm_4a3fd79d0acc1">planning</li></a><li><a id="accord_trm_52b5f1ef4f9cc" class="toggle accord">phonological processing</a><ul class="inner"><a><li id="accord_trm_4a3fd79d0ac9e" class="accord">phonological working memory</li></a></ul></li><li><a id="accord_trm_4a3fd79d0ab7c" class="toggle accord">perception</a><ul class="inner"><li><a id="accord_trm_4a3fd79d0b4b5" class="toggle accord">visual perception</a><ul class="inner"><li><a href="#" id="accord_trm_557b4b7176394" class="toggle accord">visual recognition</a><ul class="inner"><a><li class="accord" id="accord_trm_557b4b7e68727">visual place recognition</li></a><a><li class="accord" id="accord_trm_557b4b3a6a34d">visual form recognition</li></a></ul></li><li><a href="#" id="accord_trm_557b4b3a6a34d" class="toggle accord">visual form recognition</a><ul class="inner"><a><li class="accord" id="accord_trm_557b4b9ccdc4a">visual word recognition</li></a><a><li class="accord" id="accord_trm_557b4b47d994a">visual number recognition</li></a></ul></li></ul></li><li><a id="accord_trm_5519b7525d7a2" class="toggle accord">discrimination</a><ul class="inner"><a><li id="accord_trm_557b4b05ae470" class="accord">visual color discrimination</li></a></ul></li><li><a id="accord_trm_55ce70b20186b" class="toggle accord">detection</a><ul class="inner"><li><a href="#" id="accord_trm_5519b80525e89" class="toggle accord">stimulus detection</a><ul class="inner"><a><li class="accord" id="accord_trm_557b474e2b578">auditory tone detection</li></a></ul></li><a><li id="accord_trm_557b491318742" class="accord">oddball detection</li></a><a><li id="accord_trm_4a3fd79d09e13" class="accord">conflict detection</li></a></ul></li><li><a id="accord_trm_4a3fd79d09ab2" class="toggle accord">auditory perception</a><ul class="inner"><a><li id="accord_trm_557b474e2b578" class="accord">auditory tone detection</li></a></ul></li></ul></li><a><li class="accord" id="accord_trm_557b48f22ba99">numerical scale judgment</li></a><a><li class="accord" id="accord_trm_4a3fd79d0a972">motor control</li></a><li><a id="accord_trm_4a3fd79d0a891" class="toggle accord">memory</a><ul class="inner"><li><a id="accord_trm_4a3fd79d0b5a7" class="toggle accord">working memory</a><ul class="inner"><a><li id="accord_trm_4a3fd79d0b1e0" class="accord">spatial working memory</li></a><a><li id="accord_trm_4a3fd79d0ac9e" class="accord">phonological working memory</li></a><a><li id="accord_trm_4a3fd79d09b04" class="accord">auditory working memory</li></a></ul></li><li><a id="accord_trm_4a3fd79d0b967" class="toggle accord">recognition</a><ul class="inner"><li><a href="#" id="accord_trm_4a3fd79d0b58f" class="toggle accord">word recognition</a><ul class="inner"><a><li class="accord" id="accord_trm_557b4b9ccdc4a">visual word recognition</li></a></ul></li><li><a href="#" id="accord_trm_557b4b7176394" class="toggle accord">visual recognition</a><ul class="inner"><a><li class="accord" id="accord_trm_557b4b7e68727">visual place recognition</li></a><a><li class="accord" id="accord_trm_557b4b3a6a34d">visual form recognition</li></a></ul></li></ul></li><a><li id="accord_trm_4a3fd79d09e87" class="accord">context memory</li></a></ul></li><li><a id="accord_trm_4a3fd79d0ba30" class="toggle accord">maintenance</a><ul class="inner"><li><a id="accord_trm_55b6b9d7c9435" class="toggle accord">working memory maintenance</a><ul class="inner"><a><li id="accord_trm_4a3fd79d0ba0d" class="accord">active maintenance</li></a></ul></li></ul></li><a><li class="accord" id="accord_trm_551f0f822d95e">Limited Capacity</li></a><li><a id="accord_trm_4a3fd79d0a723" class="toggle accord">judgment</a><ul class="inner"><li><a id="accord_trm_558c736199abd" class="toggle accord">subjective value judgment</a><ul class="inner"><a><li id="accord_trm_558c73324a6ca" class="accord">intertemporal choice</li></a></ul></li></ul></li><a><li class="accord" id="accord_trm_551f11bb8f6a8">Interference Control</li></a><a><li class="accord" id="accord_trm_5021873f37abc">global precedence</li></a><li><a id="accord_trm_4a3fd79d0a398" class="toggle accord">form perception</a><ul class="inner"><li><a id="accord_trm_557b4b3a6a34d" class="toggle accord">visual form recognition</a><ul class="inner"><a><li id="accord_trm_557b4b9ccdc4a" class="accord">visual word recognition</li></a><a><li id="accord_trm_557b4b47d994a" class="accord">visual number recognition</li></a></ul></li></ul></li><a><li class="accord" id="accord_trm_4a3fd79d0a20c">error detection</li></a><li><a id="accord_trm_4a3fd79d0b8e5" class="toggle accord">encoding</a><ul class="inner"><a><li id="accord_trm_4a3fd79d0a7d4" class="accord">lexical encoding</li></a></ul></li><a><li class="accord" id="accord_trm_557b4855a12b4">emotional self-evaluation</li></a><li><a id="accord_trm_4a3fd79d0a17f" class="toggle accord">emotion</a><ul class="inner"><a><li id="accord_trm_557b48d40d3cf" class="accord">negative emotion</li></a></ul></li><li><a id="accord_trm_4a3fd79d0a038" class="toggle accord">decision making</a><ul class="inner"><a><li id="accord_trm_558c73324a6ca" class="accord">intertemporal choice</li></a></ul></li><a><li class="accord" id="accord_trm_4a3fd79d0b61f">decision</li></a><a><li class="accord" id="accord_trm_5358ede949107">conflict adaptation effect</li></a><li><a id="accord_trm_4a3fd79d09d93" class="toggle accord">color perception</a><ul class="inner"><a><li id="accord_trm_557b4b05ae470" class="accord">visual color discrimination</li></a></ul></li><a><li class="accord" id="accord_trm_4a3fd79d09d64">cognitive load</li></a><li><a id="accord_trm_4aae62e4ad209" class="toggle accord">cognitive control</a><ul class="inner"><a><li id="accord_trm_4c3e05903e4bb" class="accord">updating</li></a><li><a id="accord_trm_4ee8facd77dfc" class="toggle accord">self control</a><ul class="inner"><li><a href="#" id="accord_trm_51a690a7492eb" class="toggle accord">emotion regulation</a><ul class="inner"><a><li class="accord" id="accord_trm_4a3fd79d0a1d1">emotional suppression</li></a></ul></li></ul></li><a><li id="accord_trm_557b4aa070c10" class="accord">selective control</li></a><a><li id="accord_trm_557b49851e991" class="accord">proactive control</li></a><li><a id="accord_trm_4c3e04d656f06" class="toggle accord">interference resolution</a><ul class="inner"><a><li id="accord_trm_557b499fac085" class="accord">resistance to distractor inference</li></a></ul></li><li><a id="accord_trm_4a3fd79d0a613" class="toggle accord">inhibition</a><ul class="inner"><a><li id="accord_trm_4a3fd79d0af66" class="accord">response inhibition</li></a></ul></li></ul></li><a><li class="accord" id="accord_trm_4a3fd79d09bee">capacity limitation</li></a><a><li class="accord" id="accord_trm_4b7c270940f9d">behavioral inhibition (cognitive)</li></a><a><li class="accord" id="accord_trm_4a3fd79d0990e">attention capacity</li></a><li><a id="accord_trm_4a3fd79d09902" class="toggle accord">attention</a><ul class="inner"><li><a id="accord_trm_4a3fd79d0b46f" class="toggle accord">visual attention</a><ul class="inner"><li><a href="#" id="accord_trm_4a3fd79d0b1b2" class="toggle accord">spatial attention</a><ul class="inner"><a><li class="accord" id="accord_trm_557b4abe521af">spatial selective attention</li></a></ul></li></ul></li><a><li id="accord_trm_4a3fd79d0b311" class="accord">sustained attention</li></a><li><a id="accord_trm_4a3fd79d0b043" class="toggle accord">selective attention</a><ul class="inner"><a><li id="accord_trm_557b4abe521af" class="accord">spatial selective attention</li></a></ul></li><a><li id="accord_trm_4feb3f8c551cb" class="accord">overt attention</li></a><a><li id="accord_trm_4a3fd79d0a116" class="accord">divided attention</li></a></ul></li><a><li class="accord" id="accord_node_935">willingness_to_wait</li></a><a><li class="accord" id="accord_node_934">volatile_bandit</li></a><a><li class="accord" id="accord_node_933">two_stage_decision</li></a><a><li class="accord" id="accord_node_932">tower_of_london_imagine</li></a><a><li class="accord" id="accord_node_931">threebytwo</li></a><a><li class="accord" id="accord_node_930">stim_selective_stop_signal</li></a><a><li class="accord" id="accord_node_929">shift_task</li></a><a><li class="accord" id="accord_node_928">shape_matching</li></a><a><li class="accord" id="accord_node_927">recent_probes</li></a><a><li class="accord" id="accord_node_926">ravens</li></a><a><li class="accord" id="accord_node_925">random_number_generation</li></a><a><li class="accord" id="accord_node_924">probabilistic_selection</li></a><a><li class="accord" id="accord_node_923">plus_minus</li></a><a><li class="accord" id="accord_node_922">multisource</li></a><a><li class="accord" id="accord_node_921">letter_memory</li></a><a><li class="accord" id="accord_node_920">image_monitoring</li></a><a><li class="accord" id="accord_node_919">hierarchical_rule</li></a><a><li class="accord" id="accord_node_918">gm_paradigm</li></a><a><li class="accord" id="accord_node_917">discount_titrate</li></a><a><li class="accord" id="accord_node_916">directed_forgetting</li></a><a><li class="accord" id="accord_node_915">dimensional_set_shifting</li></a><a><li class="accord" id="accord_node_914">dietary_decision</li></a><a><li class="accord" id="accord_node_913">columbia_card_task_hot</li></a><a><li class="accord" id="accord_node_912">columbia_card_task_cold</li></a><a><li class="accord" id="accord_node_911">bickel_titrator</li></a><a><li class="accord" id="accord_node_910">angling_risk_task_always_sunny</li></a><a><li class="accord" id="accord_node_909">angling_risk_task</li></a><a><li class="accord" id="accord_node_908">adaptive_n_back</li></a><a><li class="accord" id="accord_node_858">n_back</li></a><a><li class="accord" id="accord_node_843">ax_cpt</li></a><a><li class="accord" id="accord_node_806">choice_reaction_time</li></a>
</ul>
<hr>
</div>
<!--Experiments -->
<div class="col-md-9" style="padding-left:50px; padding-top:30px;">
<div id="exp_bickel_titrator" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">bickel_titrator</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Adaptive Bickel Titrator</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('bickel_titrator')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 5</p><p><strong>exp_id</strong>: bickel_titrator</p><p><strong>cognitive_atlas_task_id</strong>: trm_5696a599bfcb6</p><p><strong>reference</strong>: http://psycnet.apa.org/journals/pha/22/3/222.pdf</p></p><a href="https://expfactory.github.io/bickel_titrator.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_keep_track" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">keep_track</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Keep Track Experiment</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: Condition indicates difficulty as quantified by the 'target length': the number of categories the subject had to remember</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('keep_track')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 6</p><p><strong>exp_id</strong>: keep_track</p><p><strong>cognitive_atlas_task_id</strong>: trm_4c40d4054f38b</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/S001002859990734X</p></p><a href="https://expfactory.github.io/keep_track.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_stroop" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">stroop</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Stroop</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: Conditions refers to congruency on each trial</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('stroop')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 8</p><p><strong>exp_id</strong>: stroop</p><p><strong>cognitive_atlas_task_id</strong>: tsk_4a57abb949e27</p><p><strong>reference</strong>: http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0057410</p></p><a href="https://expfactory.github.io/stroop.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_random_number_generation" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">random_number_generation</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-single-stim-button.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Random Number Generation</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('random_number_generation')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 3</p><p><strong>exp_id</strong>: random_number_generation</p><p><strong>cognitive_atlas_task_id</strong>: trm_4f2417d4a63ae</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/S1053811905001424</p></p><a href="https://expfactory.github.io/random_number_generation.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_discount_titrate" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">discount_titrate</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Discount Titrate: Intertemporal Choice</p><p><strong>contributors</strong>: Zeynep Enkavi,Ian Eisenberg,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('discount_titrate')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 5</p><p><strong>exp_id</strong>: discount_titrate</p><p><strong>cognitive_atlas_task_id</strong>: trm_566748c929afc</p><p><strong>reference</strong>: http://www.nature.com/neuro/journal/v13/n5/extref/nn.2516-S1.pdf</p></p><a href="https://expfactory.github.io/discount_titrate.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_antisaccade" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">antisaccade</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Antisaccade</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: Condition indicates the location of the target stimulus</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('antisaccade')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 8</p><p><strong>exp_id</strong>: antisaccade</p><p><strong>cognitive_atlas_task_id</strong>: tsk_4a57abb949869</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/S001002859990734X</p></p><a href="https://expfactory.github.io/antisaccade.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_dimensional_set_shifting" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">dimensional_set_shifting</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Intra-Dimensional/Extra-Dimensional Set Shifting</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: Condition indicates stage in the IDED task</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('dimensional_set_shifting')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 10</p><p><strong>exp_id</strong>: dimensional_set_shifting</p><p><strong>cognitive_atlas_task_id</strong>: trm_5667476fc14dd</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/0028393289901280</p></p><a href="https://expfactory.github.io/dimensional_set_shifting.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_shape_matching" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">shape_matching</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Shape Matching</p><p><strong>contributors</strong>: Ian Eisenberg</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('shape_matching')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 20</p><p><strong>exp_id</strong>: shape_matching</p><p><strong>cognitive_atlas_task_id</strong>: trm_4f241ee9c4e37</p><p><strong>reference</strong>: http://psycnet.apa.org/psycarticles/2013-29647-001</p></p><a href="https://expfactory.github.io/shape_matching.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_choice_reaction_time" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">choice_reaction_time</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Choice Reaction Time</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('choice_reaction_time')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 8</p><p><strong>exp_id</strong>: choice_reaction_time</p><p><strong>cognitive_atlas_task_id</strong>: tsk_4a57abb949934</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/0001691869900651</p></p><a href="https://expfactory.github.io/choice_reaction_time.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_recent_probes" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">recent_probes</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Recent Probes</p><p><strong>contributors</strong>: Jamie Li,Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('recent_probes')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 22</p><p><strong>exp_id</strong>: recent_probes</p><p><strong>cognitive_atlas_task_id</strong>: trm_56674987c8f0c</p><p><strong>reference</strong>: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2206737/</p></p><a href="https://expfactory.github.io/recent_probes.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_directed_forgetting" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">directed_forgetting</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Directed Forgetting Experiment</p><p><strong>contributors</strong>: Jamie Li,Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('directed_forgetting')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 22</p><p><strong>exp_id</strong>: directed_forgetting</p><p><strong>cognitive_atlas_task_id</strong>: trm_56674c7c2fa4f</p><p><strong>reference</strong>: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2206737/</p></p><a href="https://expfactory.github.io/directed_forgetting.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_willingness_to_wait" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">willingness_to_wait</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Willingness to Wait</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('willingness_to_wait')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 11</p><p><strong>exp_id</strong>: willingness_to_wait</p><p><strong>cognitive_atlas_task_id</strong>: trm_569989ef8cff4</p><p><strong>reference</strong>: http://www.nature.com/neuro/journal/v18/n5/full/nn.3994.html</p></p><a href="https://expfactory.github.io/willingness_to_wait.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_gm_paradigm" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">gm_paradigm</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-stop-signal.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Guitart-Masip Learning Paradigm</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: </p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': False}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 45</p><p><strong>exp_id</strong>: gm_paradigm</p><p><strong>cognitive_atlas_task_id</strong>: trm_569d6eef27433</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/S105381191200420X</p></p><a href="https://expfactory.github.io/gm_paradigm.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_psychological_refractory_period_two_choices" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">psychological_refractory_period_two_choices</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-multi-stim-multi-response.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Psychological Refractory Period Two Choices</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('psychological_refractory_period_two_choices')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 12</p><p><strong>exp_id</strong>: psychological_refractory_period_two_choices</p><p><strong>cognitive_atlas_task_id</strong>: trm_51c453f64d2a6</p><p><strong>reference</strong>: http://psycnet.apa.org/journals/bul/116/2/220.pdf</p></p><a href="https://expfactory.github.io/psychological_refractory_period_two_choices.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_probabilistic_selection" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">probabilistic_selection</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Probabilistic Selection Task</p><p><strong>contributors</strong>: Jamie Li,Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('probabilistic_selection')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 14</p><p><strong>exp_id</strong>: probabilistic_selection</p><p><strong>cognitive_atlas_task_id</strong>: trm_5667483dcc371</p><p><strong>reference</strong>: http://science.sciencemag.org/content/sci/suppl/2004/12/10/1102941.DC1/Frank.SOM.pdf</p></p><a href="https://expfactory.github.io/probabilistic_selection.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_shift_task" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">shift_task</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Shift Task</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>lab</strong>: Poldracklab</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('shift_task')"}}</p><p><strong>publish</strong>: True</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 22</p><p><strong>exp_id</strong>: shift_task</p><p><strong>cognitive_atlas_task_id</strong>: trm_5696c3fa0061a</p><p><strong>reference</strong>: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3264902/</p></p><a href="https://expfactory.github.io/shift_task.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_psychological_refractory_period_gonogo_choice" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">psychological_refractory_period_gonogo_choice</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-multi-stim-multi-response.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Psychological Refractory Period GoNogo Choice</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('psychological_refractory_period_gonogo_choice')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 12</p><p><strong>exp_id</strong>: psychological_refractory_period_gonogo_choice</p><p><strong>cognitive_atlas_task_id</strong>: trm_51c453f64d2a6</p><p><strong>reference</strong>: http://psycnet.apa.org/journals/bul/116/2/220.pdf</p></p><a href="https://expfactory.github.io/psychological_refractory_period_gonogo_choice.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_n_back" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">n_back</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: N-Back</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: This task differs in that the subject only has to respond on target trials, rather than indicating whether the current trial is a match or not</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('n_back')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 16</p><p><strong>exp_id</strong>: n_back</p><p><strong>cognitive_atlas_task_id</strong>: tsk_4a57abb949bcd</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/S1053811905001424</p></p><a href="https://expfactory.github.io/n_back.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_angling_risk_task" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">angling_risk_task</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/jspsych/poldrack_plugins/jspsych-single-stim-button.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Angling Risk Task</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('angling_risk_task')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 25</p><p><strong>exp_id</strong>: angling_risk_task</p><p><strong>cognitive_atlas_task_id</strong>: trm_5667488d52ccc</p><p><strong>reference</strong>: http://www.ncbi.nlm.nih.gov/pubmed/18194061</p></p><a href="https://expfactory.github.io/angling_risk_task.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_image_monitoring" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">image_monitoring</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Image Monitoring Task</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: condition indicates practice/test, trial_id indicates stimulus shown on each trial. Correct response is determined by repetitions since last response and is not calculated in experiment.js (calculate in post)</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('image_monitoring')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 6</p><p><strong>exp_id</strong>: image_monitoring</p><p><strong>cognitive_atlas_task_id</strong>: trm_5667436296862</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/S001002859990734X</p></p><a href="https://expfactory.github.io/image_monitoring.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_hierarchical_rule" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">hierarchical_rule</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Hierarchical Rule</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('hierarchical_rule')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 22</p><p><strong>exp_id</strong>: hierarchical_rule</p><p><strong>cognitive_atlas_task_id</strong>: trm_5696bb7166121</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/S0896627310001960</p></p><a href="https://expfactory.github.io/hierarchical_rule.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_information_sampling_task" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">information_sampling_task</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-single-stim-button.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Information Sampling Task</p><p><strong>contributors</strong>: Jamie Li,Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: </p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('information_sampling_task')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 12</p><p><strong>exp_id</strong>: information_sampling_task</p><p><strong>cognitive_atlas_task_id</strong>: trm_50f73d557c967</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/S0006322305013971</p></p><a href="https://expfactory.github.io/information_sampling_task.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_ax_cpt" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">ax_cpt</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: AX-CPT</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: Condition indicates cue/target trial type: AX, BX, AY, BY</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('ax_cpt')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 20</p><p><strong>exp_id</strong>: ax_cpt</p><p><strong>cognitive_atlas_task_id</strong>: trm_4c40d2a93ea15</p><p><strong>reference</strong>: http://www.pnas.org/content/suppl/2009/04/20/0808187106.DCSupplemental/0808187106SI.pdf#nameddest=STXT</p></p><a href="https://expfactory.github.io/ax_cpt.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_columbia_card_task_hot" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">columbia_card_task_hot</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-single-stim-button.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Columbia Card Task Hot Version Test</p><p><strong>contributors</strong>: Jamie Li,Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: </p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('columbia_card_task_hot')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 25</p><p><strong>exp_id</strong>: columbia_card_task_hot</p><p><strong>cognitive_atlas_task_id</strong>: trm_5667492c555b7</p><p><strong>reference</strong>: http://psycnet.apa.org/journals/xlm/35/3/709.pdf</p></p><a href="https://expfactory.github.io/columbia_card_task_hot.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_test_task_always_fail" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">test_task_always_fail</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Test Task</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('test_task')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 1</p><p><strong>exp_id</strong>: test_task_always_fail</p><p><strong>cognitive_atlas_task_id</strong>: tsk_4a57abb949dc8</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/0001691869900651</p></p><a href="https://expfactory.github.io/test_task_always_fail.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_local_global_shape" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">local_global_shape</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Local-Global: Shape Stimuli</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('local_global_shape')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 8</p><p><strong>exp_id</strong>: local_global_shape</p><p><strong>cognitive_atlas_task_id</strong>: trm_4f241d7adf14e</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/S001002859990734X</p></p><a href="https://expfactory.github.io/local_global_shape.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_flanker" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">flanker</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Flanker Task</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('flanker')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 6.5</p><p><strong>exp_id</strong>: flanker</p><p><strong>cognitive_atlas_task_id</strong>: tsk_4a57abb949a4f</p><p><strong>reference</strong>: link.springer.com/article/10.3758%2FBF03203267</p></p><a href="https://expfactory.github.io/flanker.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_columbia_card_task_cold" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">columbia_card_task_cold</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-single-stim-button.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Columbia Card Task Cold Version</p><p><strong>contributors</strong>: Jamie Li,Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: </p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('columbia_card_task_cold')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 15</p><p><strong>exp_id</strong>: columbia_card_task_cold</p><p><strong>cognitive_atlas_task_id</strong>: trm_5667492c555b7</p><p><strong>reference</strong>: http://psycnet.apa.org/journals/xlm/35/3/709.pdf</p></p><a href="https://expfactory.github.io/columbia_card_task_cold.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_simple_reaction_time" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">simple_reaction_time</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-single-stim.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Simple Reaction Time</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('simple_reaction_time')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 8</p><p><strong>exp_id</strong>: simple_reaction_time</p><p><strong>cognitive_atlas_task_id</strong>: tsk_4a57abb949dc8</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/0001691869900651</p></p><a href="https://expfactory.github.io/simple_reaction_time.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_tower_of_london" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">tower_of_london</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-single-stim-button.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Tower of London</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('tower_of_london')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 5</p><p><strong>exp_id</strong>: tower_of_london</p><p><strong>cognitive_atlas_task_id</strong>: trm_4da87e439c411</p><p><strong>reference</strong>: http://rstb.royalsocietypublishing.org/content/royptb/298/1089/199.full.pdf,https://www.researchgate.net/publication/11201010_The_Tower_of_London_Spatial_Problem-Solving_Task_Enhancing_Clinical_and_Research_Implementation</p></p><a href="https://expfactory.github.io/tower_of_london.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_adaptive_n_back" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">adaptive_n_back</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Adaptive N-Back</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: reference for adaptive procedure: http://www.pnas.org/content/105/19/6829.full</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('adaptive_n_back')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 20</p><p><strong>exp_id</strong>: adaptive_n_back</p><p><strong>cognitive_atlas_task_id</strong>: trm_56674133b666c</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/S1053811905001424</p></p><a href="https://expfactory.github.io/adaptive_n_back.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_kirby" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">kirby</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Kirby Task</p><p><strong>contributors</strong>: Zeynep Enkavi,Ian Eisenberg,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('kirby')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 5</p><p><strong>exp_id</strong>: kirby</p><p><strong>cognitive_atlas_task_id</strong>: tsk_4a57abb949e98</p><p><strong>reference</strong>: http://link.springer.com/article/10.3758/BF03210748</p></p><a href="https://expfactory.github.io/kirby.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_motor_selective_stop_signal" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">motor_selective_stop_signal</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/utils/poldrack_utils.js,experiment.js,static/js/jspsych/poldrack_plugins/jspsych-stop-signal.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Motor-Selective-Stop-Signal</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: </p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('motor_selective_stop_signal')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 22</p><p><strong>exp_id</strong>: motor_selective_stop_signal</p><p><strong>cognitive_atlas_task_id</strong>: trm_4cacf3fbc503b</p><p><strong>reference</strong>: http://www.jneurosci.org/content/27/14/3743.short</p></p><a href="https://expfactory.github.io/motor_selective_stop_signal.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_volatile_bandit" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">volatile_bandit</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Volatile Bandit</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('volatile_bandit')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 18</p><p><strong>exp_id</strong>: volatile_bandit</p><p><strong>cognitive_atlas_task_id</strong>: trm_5696b180169bd</p><p><strong>reference</strong>: http://www.nature.com/neuro/journal/v10/n9/pdf/nn1954.pdf</p></p><a href="https://expfactory.github.io/volatile_bandit.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_local_global_letter" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">local_global_letter</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Local-Global Letter</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: Task reference: http://link.springer.com/article/10.3758/BF03198264#page-1</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('local_global_letter')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 8</p><p><strong>exp_id</strong>: local_global_letter</p><p><strong>cognitive_atlas_task_id</strong>: trm_4f241d7adf14e</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/S001002859990734X</p></p><a href="https://expfactory.github.io/local_global_letter.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_letter_memory" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">letter_memory</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css</p><p><strong>name</strong>: Letter Memory</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: Condition records difficulty as quantified by the sequence length</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('letter_memory')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 5</p><p><strong>exp_id</strong>: letter_memory</p><p><strong>cognitive_atlas_task_id</strong>: trm_5696a9cfe45b1</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/S001002859990734X</p></p><a href="https://expfactory.github.io/letter_memory.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_multisource" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">multisource</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Multi-Source Interference Task</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: Condition records current block (practice/test control/interference), trial_id records stimulus ID (where the target is: left, middle or right) and whether the target is large or small</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('multisource')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 7</p><p><strong>exp_id</strong>: multisource</p><p><strong>cognitive_atlas_task_id</strong>: trm_5696b61ff253e</p><p><strong>reference</strong>: </p></p><a href="https://expfactory.github.io/multisource.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_two_stage_decision" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">two_stage_decision</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Two-stage-decision-task</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: Condition = ordered stims in stage 1 and stage 2 (so [0, 1] or [1, 0] for stage 1 and [2, 3], [4, 5] etc. for stage 2 and FB for the FB condition (1 for reward, 0 for no reward)</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('two_stage_decision')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 26</p><p><strong>exp_id</strong>: two_stage_decision</p><p><strong>cognitive_atlas_task_id</strong>: trm_5667451917a34</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/S0896627311001255</p></p><a href="https://expfactory.github.io/two_stage_decision.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_test_task" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">test_task</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Test Task</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('test_task')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 1</p><p><strong>exp_id</strong>: test_task</p><p><strong>cognitive_atlas_task_id</strong>: tsk_4a57abb949dc8</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/0001691869900651</p></p><a href="https://expfactory.github.io/test_task.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_writing_task" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">writing_task</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-writing.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Writing Task</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('writing_task')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 5</p><p><strong>exp_id</strong>: writing_task</p><p><strong>cognitive_atlas_task_id</strong>: trm_4c8a85c5c75eb</p><p><strong>reference</strong>: </p></p><a href="https://expfactory.github.io/writing_task.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_digit_span" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">digit_span</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-multi-stim-multi-response.js,static/js/jspsych/poldrack_plugins/jspsych-single-stim-button.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Digit Span</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('digit_span')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 7</p><p><strong>exp_id</strong>: digit_span</p><p><strong>cognitive_atlas_task_id</strong>: tsk_4a57abb949a0d</p><p><strong>reference</strong>: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2978794/</p></p><a href="https://expfactory.github.io/digit_span.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_ravens" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">ravens</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-survey-multi-choice.js,experiment.js,style.css,static/css/jspsych.css,static/css/default_style.css</p><p><strong>name</strong>: Raven's Matrices</p><p><strong>contributors</strong>: Zeynep Enkavi,Ian Eisenberg,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: </p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 999</p><p><strong>exp_id</strong>: ravens</p><p><strong>cognitive_atlas_task_id</strong>: trm_4f24211a03b07</p><p><strong>reference</strong>: http://link.springer.com/chapter/10.1007/978-1-4615-0153-4_11</p></p><a href="https://expfactory.github.io/ravens.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_stim_selective_stop_signal" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">stim_selective_stop_signal</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/utils/poldrack_utils.js,experiment.js,static/js/jspsych/poldrack_plugins/jspsych-stop-signal.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Stim-Selective-Stop-Signal</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: </p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('stim_selective_stop_signal')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 22</p><p><strong>exp_id</strong>: stim_selective_stop_signal</p><p><strong>cognitive_atlas_task_id</strong>: trm_56a9123fe580f</p><p><strong>reference</strong>: http://psycnet.apa.org/journals/xge/143/1/455/</p></p><a href="https://expfactory.github.io/stim_selective_stop_signal.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_angling_risk_task_always_sunny" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">angling_risk_task_always_sunny</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/jspsych/poldrack_plugins/jspsych-single-stim-button.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Angling Risk Task - always Sunny</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('angling_risk_task_always_sunny')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 20</p><p><strong>exp_id</strong>: angling_risk_task_always_sunny</p><p><strong>cognitive_atlas_task_id</strong>: trm_5667488d52ccc</p><p><strong>reference</strong>: http://www.ncbi.nlm.nih.gov/pubmed/18194061</p></p><a href="https://expfactory.github.io/angling_risk_task_always_sunny.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_simon" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">simon</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Simon</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('poldrack_utils')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 8</p><p><strong>exp_id</strong>: simon</p><p><strong>cognitive_atlas_task_id</strong>: tsk_4a57abb949dbb</p><p><strong>reference</strong>: http://link.springer.com/article/10.3758%2FBF03210959</p></p><a href="https://expfactory.github.io/simon.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_go_nogo" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">go_nogo</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Go-Nogo Task</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('go_nogo')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 10</p><p><strong>exp_id</strong>: go_nogo</p><p><strong>cognitive_atlas_task_id</strong>: tsk_4a57abb949a93</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/0001691869900651</p></p><a href="https://expfactory.github.io/go_nogo.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_perceptual_metacognition" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">perceptual_metacognition</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-single-stim-button.js,static/js/jspsych/plugins/jspsych-single-stim.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Perceptual Metacognition</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('perceptual_metacognition')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 20</p><p><strong>exp_id</strong>: perceptual_metacognition</p><p><strong>cognitive_atlas_task_id</strong>: trm_553ebfc390256</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/S1053810011002303</p></p><a href="https://expfactory.github.io/perceptual_metacognition.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_plus_minus" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">plus_minus</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css</p><p><strong>name</strong>: Plus-Minus</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: Condition indicates block task (add, subtract, alternate)</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('plus_minus')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 5</p><p><strong>exp_id</strong>: plus_minus</p><p><strong>cognitive_atlas_task_id</strong>: trm_5696b316c220a</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/S001002859990734X</p></p><a href="https://expfactory.github.io/plus_minus.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_emotion_regulation" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">emotion_regulation</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Emotion Regulation Task</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('emotion_regulation')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 10</p><p><strong>exp_id</strong>: emotion_regulation</p><p><strong>cognitive_atlas_task_id</strong>: trm_4da890594742a</p><p><strong>reference</strong>: http://pss.sagepub.com/content/early/2011/09/28/0956797611418350.abstract</p></p><a href="https://expfactory.github.io/emotion_regulation.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_threebytwo" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">threebytwo</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: The three by two task</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('threebytwo')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 24</p><p><strong>exp_id</strong>: threebytwo</p><p><strong>cognitive_atlas_task_id</strong>: trm_566745bbf272a</p><p><strong>reference</strong>: http://www.ncbi.nlm.nih.gov/pubmed/21299334</p></p><a href="https://expfactory.github.io/threebytwo.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_dietary_decision" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">dietary_decision</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-single-stim-button.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Dietary Decision Task</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('dietary_decision')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 14</p><p><strong>exp_id</strong>: dietary_decision</p><p><strong>cognitive_atlas_task_id</strong>: trm_56674d6aa9faf</p><p><strong>reference</strong>: http://www.rnl.caltech.edu/publications/pdf/hare2009.pdf</p></p><a href="https://expfactory.github.io/dietary_decision.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_attention_network_task" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">attention_network_task</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Attention Network Task</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('attention_network_task')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 15</p><p><strong>exp_id</strong>: attention_network_task</p><p><strong>cognitive_atlas_task_id</strong>: trm_551f0857e1db8</p><p><strong>reference</strong>: http://www.mitpressjournals.org/doi/pdf/10.1162/089892902317361886</p></p><a href="https://expfactory.github.io/attention_network_task.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_stop_signal" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">stop_signal</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-call-function.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/js/jspsych/poldrack_plugins/jspsych-stop-signal.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Stop-Signal</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: Condition refers to whether the trial is practice or high_freq/low_freq (the two test conditions) as well as whether it was a go or SS trial</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('stop_signal')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 30</p><p><strong>exp_id</strong>: stop_signal</p><p><strong>cognitive_atlas_task_id</strong>: tsk_4a57abb949e1a</p><p><strong>reference</strong>: http://psycnet.apa.org/journals/xlm/37/2/392/</p></p><a href="https://expfactory.github.io/stop_signal.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_tower_of_london_imagine" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">tower_of_london_imagine</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-single-stim-button.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Tower of London Imagine</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('tower_of_london_imagine')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 8</p><p><strong>exp_id</strong>: tower_of_london_imagine</p><p><strong>cognitive_atlas_task_id</strong>: trm_5696bcf1b5c64</p><p><strong>reference</strong>: http://rstb.royalsocietypublishing.org/content/royptb/298/1089/199.full.pdf,https://www.researchgate.net/publication/11201010_The_Tower_of_London_Spatial_Problem-Solving_Task_Enhancing_Clinical_and_Research_Implementation</p></p><a href="https://expfactory.github.io/tower_of_london_imagine.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_dot_pattern_expectancy" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">dot_pattern_expectancy</div><div class="panel-body"><p><p><strong>run</strong>: static/js/math.min.js,static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-categorize.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Dot Pattern Expectancy</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: Condition indicates cue/target trial type: AX, BX, AY, BY</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('dot_pattern_expectancy')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 15</p><p><strong>exp_id</strong>: dot_pattern_expectancy</p><p><strong>cognitive_atlas_task_id</strong>: trm_4da86c2a70a7d</p><p><strong>reference</strong>: http://www.mitpressjournals.org/doi/pdf/10.1162/jocn_a_00709</p></p><a href="https://expfactory.github.io/dot_pattern_expectancy.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_spatial_span" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">spatial_span</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-multi-stim-multi-response.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/poldrack_plugins/jspsych-single-stim-button.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Spatial Span</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('spatial_span')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 7</p><p><strong>exp_id</strong>: spatial_span</p><p><strong>cognitive_atlas_task_id</strong>: trm_4da86b539924c</p><p><strong>reference</strong>: http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2978794/</p></p><a href="https://expfactory.github.io/spatial_span.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
<div id="exp_number_letter" class="panel panel-default"><div class="alert-info" style="padding-left:10px;background-color:#F2DF49">number_letter</div><div class="panel-body"><p><p><strong>run</strong>: static/js/jspsych/jspsych.js,static/js/jspsych/plugins/jspsych-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-text.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-instructions.js,static/js/jspsych/poldrack_plugins/jspsych-attention-check.js,static/js/jspsych/poldrack_plugins/jspsych-poldrack-single-stim.js,static/js/jspsych/plugins/jspsych-survey-text.js,static/js/utils/poldrack_utils.js,experiment.js,static/css/jspsych.css,static/css/default_style.css,style.css</p><p><strong>name</strong>: Number-Letter</p><p><strong>contributors</strong>: Ian Eisenberg,Zeynep Enkavi,Patrick Bissett,Vanessa Sochat,Russell Poldrack</p><p><strong>notes</strong>: condition indicates block (which task, or rotateswitch block) and trial_id indicates stimulus position</p><p><strong>publish</strong>: True</p><p><strong>deployment_variables</strong>: {'jspsych_init': {'display_element': 'getDisplayElement', 'fullscreen': True, 'on_trial_finish': "addID('number_letter')"}}</p><p><strong>template</strong>: jspsych</p><p><strong>time</strong>: 5</p><p><strong>exp_id</strong>: number_letter</p><p><strong>cognitive_atlas_task_id</strong>: trm_4c3e0a9576c3b</p><p><strong>reference</strong>: http://www.sciencedirect.com/science/article/pii/S001002859990734X</p></p><a href="https://expfactory.github.io/number_letter.html" target="_blank" class="btn btn-default">Preview Experiment</a></div></div>
</div>
</div>
</div>
</body>
</html>