-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
255 lines (222 loc) · 10.4 KB
/
index.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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Auditory Attention — Predictive modeling from physiological signals</title>
<link rel="stylesheet" href="_static/nature.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/gallery.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/copybutton.js"></script>
<link rel="shortcut icon" href="_static/AAtt.ico"/>
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="People" href="authors.html" />
<meta content="True" name="HandheldFriendly">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="keywords" content="auditory attention, EEG, GSP, PPG, python, predictive modeling">
<script type="text/javascript">
function updateTopMenuPosition(height, width) {
if($(window).scrollTop() > height && $(window).outerWidth() > 1024) {
//begin to scroll
$('.related-wrapper').css("z-index", 1000)
$('.related-wrapper').css("position", "sticky")
$('.related-wrapper').css("top", 0)
$('.related-wrapper').css("width", width)
} else {
//lock it back into place
$('.related-wrapper').css("position", "relative")
$('.related-wrapper').css("top", 0)
}
}
$(function() {
var banner_height = $('#logo-banner').outerHeight()
var banner_width = $('#logo-banner').outerWidth()
var width = $('.related-wrapper').css("height", $('.related').outerHeight())
updateTopMenuPosition(banner_height, width)
$(window).scroll(function(event) {
updateTopMenuPosition(banner_height, width)
});
$(window).resize(function(event) {
var banner_width = $('#logo-banner').outerWidth()
var menu_height = $('.related').outerHeight()
$('.related').css("width", banner_width)
$('.related-wrapper').css("height", menu_height)
updateTopMenuPosition(banner_height, width)
})
});
</script>
<script type="text/javascript" src="_static/jquery.jcarousel.min.js"></script>
<script type="text/javascript">
(function($) {
$(function() {
$('.jcarousel').jcarousel();
$('.jcarousel-control-prev')
.on('active.jcarouselcontrol', function() {
$(this).removeClass('inactive');
})
.on('inactive.jcarouselcontrol', function() {
$(this).addClass('inactive');
})
.jcarouselControl({
target: '-=1'
});
$('.jcarousel-control-next')
.on('active.jcarouselcontrol', function() {
$(this).removeClass('inactive');
})
.on('inactive.jcarouselcontrol', function() {
$(this).addClass('inactive');
})
.jcarouselControl({
target: '+=1'
});
$('.jcarousel-pagination')
.on('active.jcarouselpagination', 'a', function() {
$(this).addClass('active');
})
.on('inactive.jcarouselpagination', 'a', function() {
$(this).removeClass('active');
})
.jcarouselPagination();
});
})(jQuery);
</script>
</head>
<body>
<div id="logo-banner">
<div class="logo">
<a href="#"><img src="_static/AdAtt_logo2.png" alt="AudAtenn logo" border="0" /></a>
</div>
<div class="tags">
<ul>
<li><big><a href="dataset/dataset.html">Dataset </a></big></li>
<li><big><a href="wavelet/dwt_wavelet.html">DWT</a></big></li>
<li><big><a href="examples/examples.html">Examples </a></big></li>
<li><big><a href="algorithms/ica_algo.html">ICA</a></big></li>
<li><big><a href="algorithms/artifact_algo.html">Artifact Removal</a></big></li>
<li><big><a href="wavelet/cwt_wavelet.html">CWT</a></big></li>
</ul>
</div>
<div class="banner">
<h1>Physiology of Auditory Attention (PhyAAt):</h1>
<h2>Predictive analysis with physiological signals</h2>
</div>
</div>
<div class=related-wrapper>
<div class="related" role="navigation" aria-label="related navigation">
<ul>
<li><a href="#">Home</a> | </li>
<li><a href="experiment/experiment.html">Experiment paradigm</a> | </li>
<li><a href="dataset/dataset.html">Dataset</a> | </li>
<li><a href="algorithms/index.html">Algorithms</a> | </li>
<li><a href="analysis/index.html">Analysis</a> | </li>
<li><a href="examples/index.html">Examples</a> | </li>
<li><a href="deeplearning/deeplearning.html">Deep Learning</a> | </li>
<li><a href="authors.html">Authors</a> | </li>
</ul>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h4> Visualization </h4>
<ul><li><a class="reference external" href="viz/visualization.html"><img alt="EEG Raw" src="_images0/EEGViz_Raw1.gif" width="220" ></a></li></ul>
<h4> Updates </h4>
<ul></ul><ul></ul>
<h4> Dataset </h4>
<ul class="simple">
<li><div id="download-container"><a href="introduction.html#installation" class="btn btn-primary">Download</a></div></li>
</ul>
<h4> Development </h4>
<ul class="simple">
<li><p><a class="reference external" href="https://github.com/PhyAAt">GitHub</a></p></li>
<li><p>All material Free Software: <strong>The 3-Clause BSD License</strong>.</p></li><li><p><a href="authors.html">Authors</a></p></li>
</ul>
<h4> Giving credit </h4>
<ul class="simple">
<li><p>Please consider <a href="authors.html#citing">citing the papers</a>.</p></li>
</ul>
</div>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="index-paragraph docutils container">
<p>The dataset contains a collection of physiological signals (<strong>EEG, GSR, PPG</strong>) obtained from an experiment of <strong>the auditory attention on natural speech</strong>. From dataset, four predictive problems have been formulated. Python scripts are provided for preprocessing, visualizing, removing artifacts, predictive modelling and feature engineering.
</p></div>
<div id="index-grid" class="section group">
<a class="reference external" href="experiment/experiment.html"><img alt="Experimental Model" src="_images0/ExperimentModel.png" width="100%"></a>
<hr>
<div class="col span_1_of_4">
<h3><a href="introduction.html">Getting started</a></h3><p>Start with dataset</p>
<h3><a href="examples/index.html"> Predictive modeling</a></h3><p>Start with example codes</p>
<h3><a href="analysis/features.html"> Feature Engineering</a></h3><p>Feature Engineering</p>
<h3><a href="deeplearning/deeplearning.html">Deep Learning</a></h3><p>Apply deeplearning</p>
</div>
<div class="col span_2_of_4">
<div class="jcarousel-wrapper">
<div class="jcarousel">
<ul class="simple">
<li><a class="reference external" href="experiment/experiment.html"><img alt="Participant" src="_images0/Expic.jpeg" width="100%" ></a></li>
<li><a class="reference external" href="viz/visualization.html"><img alt="EEG Raw" src="_images0/EEGViz_Raw1.gif" ></a></li>
<li><a class="reference external" href="viz/visualization.html"><img alt="Alpha Rhythm" src="_images0/EEGViz_Alpha.gif" ></a></li>
<li><a class="reference external" href="experiment/experiment.html"><img alt="Labeled signals" src="_images0/SegmentOfSignals.png" ></a></li>
<li><a class="reference external" href="analysis/index.html"><img alt="Correlation" src="_images0/Correlation_Cx1.png" ></a></li>
<li><a class="reference external" href="analysis/index.html"><img alt="Correlation" src="_images0/Correlation_Cx2.png" ></a></li>
</ul>
</div>
<a href="#" class="jcarousel-control-prev">‹</a>
<a href="#" class="jcarousel-control-next">›</a>
<p class="jcarousel-pagination"></p>
</div>
</div>
</div>
<div style="clear: center"></div>
<div class="toctree-wrapper compound"></div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="index-paragraph docutils container"><p> <strong>Since the related articles are under review, the contents are not updated.</strong></p></div>
<div class="footer">
© Auditory Attention <a href="https://phyaat.github.io/">Home</a>
<span style="padding-left: 5ex;">
<a href="_sources/index.rst.txt"
rel="nofollow">Extras</a>
</span>
</div>
</div>
<div class="clearer"></div>
<div class="container index-upper" >
<div class="row-fluid">
<div>
<span style="padding-left: 5ex;"><big><a>Collabration</a></big></span>
<a class="reference internal" href="authors.html#institutions" style="text-decoration: none; white-space: nowrap" >
<span style="padding-left: 5ex;">
<img id="index-funding-logo-big" src="_static/logos/elios-logo.png" title="elioslab" style="max-height: 36px">
</span>
<span style="padding-left: 5ex;">
<img id="index-funding-logo-small" src="_static/logos/unige-logo.png" title="University of Genoa" style="max-height: 42px">
</span>
<span style="padding-left: 5ex;">
<img id="index-funding-logo-small" src="_static/logos/ice-logo.png" title="ICE" style="max-height: 42px">
</span>
<span style="padding-left: 5ex;">
<img id="index-funding-logo-small" src="_static/logos/cis-logo.png" title="Center for Intelligent Sensing" style="max-height: 36px">
</span>
<span style="padding-left: 5ex;">
<img id="index-funding-logo-small" src="_static/logos/qmul-logo.png" title="Queen Mary University of London" style="max-height: 36px">
</span>
</a>
<span style="padding-left: 10ex;">
<a class="reference internal" href="authors.html#institutions">More information</a>
</span>
</div>
</div>
</div>
</body>
</html>