-
Notifications
You must be signed in to change notification settings - Fork 0
/
experiment_RTfMRIneurofeedback.html
175 lines (133 loc) · 5.85 KB
/
experiment_RTfMRIneurofeedback.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<link href="/css/bootstrap.css" rel="stylesheet">
<link href="/css/custom.css" rel="stylesheet">
<link href="font-awesome-4.3.0/css/font-awesome.min.css" rel="stylesheet">
<!-- 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]-->
<!-- DataTables CSS -->
<link rel="stylesheet" type="text/css" href="../DataTables-1.10.7/media/css/jquery.dataTables.css">
<!-- jQuery -->
<script type="text/javascript" charset="utf8" src="../DataTables-1.10.7/media/js/jquery.js"></script>
<!-- DataTables -->
<script type="text/javascript" charset="utf8" src="../DataTables-1.10.7/media/js/jquery.dataTables.js"></script>
<!-- <script type="text/javascript" charset="utf8" src="../js/jquery-1.11.3.js"></script> -->
<!-- <script type="text/javascript" charset="utf8" src="../js/custom.js"></script> -->
</head>
<body>
<nav class="navbar navbar-default">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<a class="navbar-brand" href="index.html">OpenCogLab Repository</a>
</div>
<div class="">
<ul class="nav navbar-nav navbar-right">
<li><a href="/index.html">Home</a></li>
<li><a href="/share.html">Share</a></li>
</ul>
</div>
</div>
</div>
</nav>
<div id="cover">
<div class="container">
<h1>RTfMRI Neurofeedback</h1>
</div>
<!-- <h3 class="project-tagline">A repository of openly shared computerized experiments for assessing cognitive function.</h3> -->
</div>
<div class="container">
<link rel="stylesheet" href="bib-publication-list/bib-publication-list.css"/>
<script type="text/javascript">
$(document).ready( function () {
$('#property_list').DataTable({
searching: false,
paging: false,
ordering: false,
info: false
});
} );
</script>
<div class="section">
<div class="container">
<div class="row m-bot-50">
<div class="col-md-8">
<div class="row">
<div class="col-md-8">
<p id="description" class="text-justify"><p><a href="https://zenodo.org/badge/latestdoi/9342/OpenCogLabRepository/RTfMRI-neurofeedback"><img src="https://zenodo.org/badge/9342/OpenCogLabRepository/RTfMRI-neurofeedback.svg" alt="DOI" /></a></p>
<p>This stimulus was developed for conducting real-time fMRI based default mode network neurofeedback experiments (Craddock et al. 2012, LaConte et al. 2011).</p>
<p>The Neurofeedback task stimulus is implemented in Python using the <a href="http://visionegg.org/">VisionEGG</a> library. The script displays the current level of activity, received from a TCP connection, of a brain area or network using an analog meter. On the meter, zero is straight up and down, and negative and positive values are on either side. The left and right side of the scale are labeled with strings that describe a behavior that is associated with the level of activity. For example, in the default mode network (DMN) example, low activity is referred to as “Focused” and high activity is “Wandering”. The current task instruction is centered beneath the meter in a large font.</p>
<p>See the <a href="https://github.com/OpenCogLabRepository/RTfMRI-neurofeedback">repository README</a> for more information.</p>
</p>
</div>
<div class="col-md-2">
<img src="https://raw.githubusercontent.com/OpenCogLabRepository/RTfMRI-neurofeedback/master/analog_meter_half.png" width="200px">
</div>
</div>
<div>
<strong>Authors</strong>
<span id="authors">Cameron Craddock, Jonathan Lisinski, Stephen M. LaConte</span>
</div>
<a href="https://zenodo.org/record/61454/files/RTfMRI-neurofeedback-v1.0.1.zip" class="btn m-top-50">Download Experiment</a>
</div>
<div class="col-md-4">
<table id="property_list" class="display" cellspacing="0" width="200px">
<tbody>
<tr>
<td><strong>Package</strong></td>
<td>RTfMRI Neurofeedback</td>
</tr>
<tr>
<td><strong>Repository</strong></td>
<td> <a href="https://github.com/OpenCogLabRepository/RTfMRI-neurofeedback">https://github.com/OpenCogL...</a></td>
</tr>
<tr>
<td><strong>Environment</strong></td>
<td>VisionEgg</td>
</tr>
<tr>
<td><strong>Category</strong></td>
<td>neurofeedback</td>
</tr>
<tr>
<td><strong>Version</strong></td>
<td>1.0</td>
</tr>
<tr>
<td><strong>Published</strong></td>
<td>2013</td>
</tr>
<tr>
<td><strong>License</strong></td>
<td>MIT</td>
</tr>
<tr>
<td><strong>Dependencies</strong></td>
<td>afni real time plugin, RT-functor, visionegg</td>
</tr>
</tbody>
</table>
</div>
</div>
<table id="pubTable" class="display"></table>
</div>
</div>
</div>
<footer>
</footer>
</body>
</html>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script type="text/javascript" src="bib-publication-list/build/bib-list.js"></script>
<script type="text/javascript">
$(document).ready(function() {
bibtexify("https://raw.githubusercontent.com/OpenCogLabRepository/RTfMRI-neurofeedback/master/RTfMRIneurofeedback.bib", "pubTable", {'visualization': false, searching: false});
});
</script>