-
Notifications
You must be signed in to change notification settings - Fork 7
/
resource.html
245 lines (216 loc) · 12 KB
/
resource.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
<!DOCTYPE html>
<html lang="zh-CN">
<title>智能交互Lab</title>
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- 3.6.0最新 -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js"></script>
<!-- bootstrap 4.6.0 -->
<link rel="stylesheet" href="resource/bootstrap/dist/css/bootstrap.min.css">
<script src="resource/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- tocbot 4.12.3 -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tocbot.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/tocbot.min.js"></script>
<!-- 引用自己的库 -->
<link rel="stylesheet" href="resource/css/cite.css">
<script src="resource/js/cite.js"></script>
<link rel="shortcut icon" href="resource/img/eeg-icon-black.svg">
</head>
<body style="font-family: '微软雅黑';background-color: #f5f7fa;">
<div class="container">
<div class="row">
<div>
<a href="index.html">
<img src="resource/img/logo2.png" alt="" class="img-fluid">
</a>
</div>
</div>
</div>
<nav class="nav navbar-expand-md navbar-dark bg-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<div class="col-12">
<ul class="navbar-nav offset-md-2">
<li class="nav-item col-md-2">
<a class="nav-link" href="index.html">首页 <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item col-md-2">
<a class="nav-link" href="news.html">新闻动态</a>
</li>
<li class="nav-item col-md-2">
<a class="nav-link" href="research.html">研究领域</a>
</li>
<li class="nav-item col-md-2">
<a class="nav-link" href="member.html">人员组成</a>
</li>
<li class="nav-item active col-md-2">
<a class="nav-link" href="resource.html">项目资源</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container mt-3">
<div class="row js-toc-content">
<div class="col-2"></div>
<div class="col-8">
<div class="row">
<div class="card w-100">
<div class="card-header bg-white">
<h2>数据集</h2>
</div>
<div class="card-body">
<table class="table table-striped table-sm">
<thead>
<tr>
<th scope="col">名称</th>
<th scope="col">大小</th>
<th scope="col">描述</th>
</tr>
</thead>
<tbody>
<tr scope="row">
<td>
<h3>Audio Confuse.zip</h3>(<a
href="datasets/audio_confuse/index.html">数据集主页</a>)
</td>
<td>158MB</td>
<td>音频诱发的困惑情绪识别脑电数据集</td>
</tr>
<tr scope="row">
<td>
<h3>CAL.zip</h3>(<a href="datasets/cal/index.html">数据集主页</a>)
</td>
<td>1GB</td>
<td>瑞文实验诱发的情绪识别脑电数据集</td>
</tr>
<tr scope="row">
<td>
<h3>RuiwenEEG.zip</h3>(<a href="datasets/ruiwen/index.html">数据集主页</a>)
</td>
<td>1.8GB</td>
<td>瑞文实验诱发的情绪识别多模态数据集</td>
</tr>
<tr scope="row">
<td>
<h3>RavenGaze</h3>(<a href="datasets/RavenGaze/index.html">数据集主页</a>)
</td>
<td>6.9GB</td>
<td>瑞文实验诱发的注视估计数据集</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<br>
<div class="row">
<div class="card w-100">
<div class="card-header bg-white">
<h2>教程&课程</h2>
</div>
<div class="card-body">
<div class="row">
<div class="card">
<div class="card-header">
<h3><a target="_blank" href="#"><strong>[课程]</strong>Python程序设计</a></h3>
</div>
<div class="card-body">
<p class="card-text text-justify">This course will provide a gentle, yet
intense,
introduction to
programming using Python for highly motivated students with
little or no prior experience in programming. The course will
focus on planning and organizing programs, as well as the
grammar of the Python programming language. The course is
designed to help prepare students for 6.01 Introduction to EECS
I. 6.01 assumes some knowledge of Python upon entering; the
course material for 6.189 has been specially designed to make
sure that concepts important to 6.01 are covered. This course is
offered during the Independent Activities Period (IAP), which is
a special 4-week term at MIT that runs from the first week of
January until the end of the month.
</p>
</div>
</div>
</div>
<br>
<div class="row">
<div class="card">
<div class="card-header">
<h3><a target="_blank" href="#"><strong>[课程]</strong>云计算基础</a></h3>
</div>
<div class="card-body">
<p class="card-text text-justify">This course will provide a gentle, yet
intense,
introduction to
programming using Python for highly motivated students with
little or no prior experience in programming. The course will
focus on planning and organizing programs, as well as the
grammar of the Python programming language. The course is
designed to help prepare students for 6.01 Introduction to EECS
I. 6.01 assumes some knowledge of Python upon entering; the
course material for 6.189 has been specially designed to make
sure that concepts important to 6.01 are covered. This course is
offered during the Independent Activities Period (IAP), which is
a special 4-week term at MIT that runs from the first week of
January until the end of the month.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="row">
<div class="card w-100">
<div class="card-header">
<h2>链接</h2>
</div>
<div class="card-body">
<ul class="list-unstyled">
<li><a href="http://www.nwpu.edu.cn/" target="_blank">西北工业大学</a> </li>
<li><a href="http://www.snnu.edu.cn/" target="_blank">陕西师范大学</a> </li>
<li><a href="http://ruanjian.nwpu.edu.cn/" target="_blank">西北工业大学软件学院</a> </li>
<li><a href="http://edu.snnu.edu.cn/" target="_blank">陕西师范大学教育学部</a> </li>
<li><a href="https://teacher.nwpu.edu.cn/xutao.html" target="_blank">徐韬主页</a> </li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-mb-12 col-2 kit-hidden-tb post-toc-content mt-5">
<div id="toc-container" class="post-toc">
<div class="toc"></div>
</div>
</div>
</div>
</div>
<footer class="container-fluid" id="footer">
<div class="row bottomPage">
<div class="col-6 text-white text-center mt-3">
<p class="small">邮箱:[email protected]</p>
<p class="small">地址:西安市长安区东祥路1号</p>
</div>
<div class="col-6 text-center mt-3">
<small class="d-block mb-3 text-muted">Intelligent Interaction Laboratory @ NWPU</small>
<small class="d-block mb-3 text-muted">All Rights Reserved © 2019-<div id="year"
style="display: inline-block">
LastYear
</div></small>
</div>
</div>
</footer>
</body>
<script language="javascript" type="text/javascript">
add_head_id();
tocify();
footer_year();
</script>
</html>