-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintroduction.html
198 lines (171 loc) · 7.85 KB
/
introduction.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
<!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>
</head>
<body>
<div id="logo-banner">
<div class="logo">
<a href="#">
<img src="_static/AdAtt_logo2.png" alt="AudAtenn logo" border="0" />
</a>
</div>
<!-- A tag cloud to make it easy for people to find what they are
looking for -->
<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">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="py-modindex.html" title="Python Module Index"
>modules</a></li>
<li class="right" >
<a href="authors.html" title="People"
accesskey="N">next</a> |</li>
<li><a href="index.html">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>
<li id="navbar-about"><a href="authors.html">About</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>BSD license</strong> (3 clause).</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="section" id="experiment">
<h1>Under construction<a class="headerlink" href="#experiment" title="Permalink to this headline">¶</a></h1>
<p>This ...:</p>
<!--<li><a class="reference external" href="http://nikeshbajaj.in">Nikesh Bajaj<img alt="Nikesh Bajaj" src="_images0/nikeshbajaj.png" width="100"></a></li> -->
<div class="section" id="institutions">
<h2>Under construction..<a class="headerlink" href="#institutions" title="Permalink to this headline">¶</a></h2>
<a><img alt="Under construction" src="_images0/Underconstruction.png" width="300"></a>
</div>
</div>
</div>
</div>
</div>
<div class="clearer"></div>
</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 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>