-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
265 lines (247 loc) · 15.5 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
256
257
258
259
260
261
262
263
264
265
<!doctype html>
<html lang="zh_CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="hyzhai 2019.08">
<meta name="generator" content="HTML5, CSS3, Bootstrap4.3.1">
<meta name="description" content="Homepage of smart sensro course of USTC">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="static/home.css">
<link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico?">
<title>中科大《智能传感器系统》课程主页</title>
</head>
<body>
<header class="jumbotron jumbotron-fluid">
<div class="container">
<p class="font-weight-light">2019年秋季学期,中科大自动化系</p>
<h1 class="my-3">智能传感器系统课程主页</h1>
<a href="" class="font-italic text-dark" data-toggle="modal" data-target="#update">最后更新:2019年12月20日</a>
<div class="modal fade" id="update" tabindex="-1" role="dialog" aria-labelledby="updateTitle"
aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable" role="document">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title" id="updateTitle">更新记录</h2>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<section class="row">
<div class="col-sm-3 dt">2019-9-10</div>
<div class="col-sm-9 dd">上传第一章课件</div>
<div class="col-sm-3 dt">2019-9-17</div>
<div class="col-sm-9 dd">上传第二章课件</div>
<div class="col-sm-3 dt">2019-9-18</div>
<div class="col-sm-9 dd">更新课程说明、第二章作业和微信群二维码,上传作业统计</div>
<div class="col-sm-3 dt">2019-9-27</div>
<div class="col-sm-9 dd">上传电子版教材,更新第一章作业和第二章作业上交时间</div>
<div class="col-sm-3 dt">2019-9-28</div>
<div class="col-sm-9 dd">上传第三章课件</div>
<div class="col-sm-3 dt">2019-10-9</div>
<div class="col-sm-9 dd">更新第二章作业统计和第三章作业上交时间</div>
<div class="col-sm-3 dt">2019-10-10</div>
<div class="col-sm-9 dd">上传第四章课件,修改第三章课件</div>
<div class="col-sm-3 dt">2019-10-15</div>
<div class="col-sm-9 dd">上传第五章课件</div>
<div class="col-sm-3 dt">2019-10-23</div>
<div class="col-sm-9 dd">更新第三章作业统计和第五章作业上交时间</div>
<div class="col-sm-3 dt">2019-11-5</div>
<div class="col-sm-9 dd">上传第六章课件</div>
<div class="col-sm-3 dt">2019-11-6</div>
<div class="col-sm-9 dd">更新第五章作业统计</div>
<div class="col-sm-3 dt">2019-11-13</div>
<div class="col-sm-9 dd">更新第六章作业上交时间</div>
<div class="col-sm-3 dt">2019-11-15</div>
<div class="col-sm-9 dd">上传第七章课件</div>
<div class="col-sm-3 dt">2019-11-15</div>
<div class="col-sm-9 dd">增加论文阅读(大作业)信息</div>
<div class="col-sm-3 dt">2019-11-19</div>
<div class="col-sm-9 dd">更新第七章(1)课件</div>
<div class="col-sm-3 dt">2019-11-22</div>
<div class="col-sm-9 dd">更新第六章作业统计和演讲PPT需要包含的内容(分组名单文件)</div>
<div class="col-sm-3 dt">2019-11-28</div>
<div class="col-sm-9 dd">上传第八章课件</div>
<div class="col-sm-3 dt">2019-12-5</div>
<div class="col-sm-9 dd">上传第九章课件,更新第七章作业统计</div>
<div class="col-sm-3 dt">2019-12-6</div>
<div class="col-sm-9 dd">删除分组名单和作业统计中一位没选课的同学</div>
<div class="col-sm-3 dt">2019-12-20</div>
<div class="col-sm-9 dd">上传课程总结PPT和PPT合集</div>
</section>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">关闭</button>
</div>
</div>
</div>
</div>
<hr class="my-3" />
<a class="btn btn-primary" href="http://202.38.75.247/" title="网站更新时收到提示邮件,仅限校园网访问">订阅此页面</a>
</div>
</header>
<main class="container">
<section class="row border rounded-lg shadow-sm mx-1 mb-5 py-3">
<h2 class="col-12 pb-3 mb-4 border-bottom">论文阅读</h2>
<div class="col-12">
<ol style="padding-left: 1.0rem">
<li>课程大作业在PPT第七章(1)的第89页,<mark>要求每人找一篇近一年内发表的与智能传感器相关的英文文章来读</mark>,分组名单见<a href="group.pdf" target="_blank">文件</a>。</li>
<li><mark>文章需要在<a href="https://www.webofknowledge.com/" target="_blank">Web of Science(WOS)</a>上能检索到,出版时间在2018、2019或2020(即将出版)年。</mark></li>
<li>通过自己的学号和WOS上的论文网址来提交自己的论文,论文网址页面需要类似于<a href="WOS_example.png" target="_blank">这个</a>,提交页面在<a href="http://202.38.75.247/paper_read/" target="_blank">这里</a>,<mark>截止时间为2019年11月30日22时</mark>。</li>
<li>后台会在提交时自动抓取论文信息,检查是否有同学提交过相同论文和出版时间是否符合要求,页面显示提交成功消息才算提交成功。</li>
<li><mark>限于网络原因,可能需要在点击提交按钮后等待数十秒,页面才会显示提交结果,所以请不要在显示提交结果前关闭页面。</mark></li>
<li>如果确认自己提交的论文网址无误,而一直显示抓取页面失败的消息,请在微信群@助教。</li>
</ol>
</div>
</section>
<section class="row border rounded-lg shadow-sm mx-1 mb-5 py-3">
<h2 class="col-12 pb-3 mb-4 border-bottom">课程信息</h2>
<div class="col-sm-3 dt">任课教师</div>
<div class="col-sm-9 dd">程健,<a href="mailto:[email protected]">[email protected]</a>,电二楼413</div>
<div class="col-sm-3 dt">助教</div>
<div class="col-sm-9 dd">翟红雨,<a href="mailto:[email protected]">[email protected]</a>,电二楼414
</div>
<div class="col-sm-3 dt">上课时间</div>
<div class="col-sm-9 dd">2-17周,3A306,周三3、4节,周五1、2节</div>
<div class="col-sm-3 dt">教材</div>
<div class="col-sm-9 dd">智能传感器系统 第二版,刘君华 著,<a class="badge badge-primary text-wrap"
href="http://opac.lib.ustc.edu.cn/opac/item.php?marc_no=0000555127">从图书馆借阅</a>
<a class="badge badge-primary text-wrap" href="smart_sensor_system_2nd_edition.pdf">下载电子版</a>
</div>
<div class="col-sm-3 dt">微信群</div>
<div class="col-sm-9 dd"><img src="static/WeChatGroup.svg" class="border rounded p-1"
style="width: 100px; height: 100px" title="9月25日前可扫" /></div>
<div class="col-sm-3 dt">成绩</div>
<div class="col-sm-9 dd" style="margin-bottom: 0">20%作业+10%大作业+70%期终考试</div>
</section>
<section class="row border rounded-lg shadow-sm mx-1 mb-5 py-3">
<h2 class="col-12 pb-3 mb-4 border-bottom">课件及作业</h2>
<div class="col-12">
<table class="table table-hover">
<thead class="thead-light">
<tr>
<th scope="col">#</th>
<th scope="col">课件</th>
<th scope="col">作业</th>
<th scope="col">上交时间</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td><a href="PPTs/chapter01.pdf">第一章</a></td>
<td>PPT第10页</td>
<td><del>2019-9-18</del></td>
</tr>
<tr>
<th scope="row">2</th>
<td><a href="PPTs/chapter02.pdf">第二章</a></td>
<td>PPT第21、46页</td>
<td><del>2019-10-9</del></td>
</tr>
<tr>
<th scope="row">3</th>
<td><a href="PPTs/chapter03.pdf">第三章</a></td>
<td>PPT第41、54页</td>
<td><del>2019-10-23</del></td>
</tr>
<tr>
<th scope="row">4</th>
<td><a href="PPTs/chapter04.pdf">第四章</a></td>
<td>无</td>
<td>无</td>
</tr>
<tr>
<th scope="row">5</th>
<td><a href="PPTs/chapter05.pdf">第五章</a></td>
<td>PPT第17、48页</td>
<td><del>2019-11-6</del></td>
</tr>
<tr>
<th scope="row">6</th>
<td><a href="PPTs/chapter06_1.pdf">第六章(1)</a></td>
<td>PPT第64页</td>
<td><del>2019-11-20</del></td>
</tr>
<tr>
<th scope="row">7</th>
<td><a href="PPTs/chapter06_2.pdf">第六章(2)</a></td>
<td>无</td>
<td>无</td>
</tr>
<tr>
<th scope="row">8</th>
<td><a href="PPTs/chapter07_1.pdf">第七章(1)</a></td>
<td>PPT第48、89页</td>
<td><del>2019-11-30</del></td>
</tr>
<tr>
<th scope="row">9</th>
<td><a href="PPTs/chapter07_2.pdf">第七章(2)</a></td>
<td>无</td>
<td>无</td>
</tr>
<tr>
<th scope="row">10</th>
<td><a href="PPTs/chapter08.pdf">第八章</a></td>
<td>无</td>
<td>无</td>
</tr>
<tr>
<th scope="row">11</th>
<td><a href="PPTs/chapter09.pdf">第九章</a></td>
<td>无</td>
<td>无</td>
</tr>
<tr>
<th scope="row">12</th>
<td><a href="PPTs/summary.pdf">课程总结</a></td>
<td>无</td>
<td>无</td>
</tr>
<tr>
<th scope="row"></th>
<td><a href="PPTs/combination.pdf">合集</a></td>
<td></td>
<td><a href="homework.pdf">作业统计</a></td>
</tr>
</tbody>
</table>
</div>
</section>
<section class="row border rounded-lg shadow-sm mx-1 mb-5 py-3">
<h2 class="col-12 pb-3 mb-4 border-bottom">课程说明</h2>
<div class="col-12">
<ol style="padding-left: 1.0rem">
<li>上交的作业只为了检查大家平时掌握的情况,不下发,所以请写在纸上。</li>
<li>每次留的作业不多,请大家认真独立完成。<mark>助教会对每次的作业评分,发现抄袭者,将当次作业记最低分。</mark></li>
<li><mark>“课件及作业”项的作业统计文件会在每次统计完作业进行更新,如果发现自己上交的作业被遗漏,请及时联系助教。</mark></li>
<li>课程的最新消息将会发布在本页面,订阅本页面后,课程有任何消息将通过邮件通知你。<mark>订阅页面仅支持校园网访问。</mark></li>
<li>课程微信群二维码的有效期为七天,请选课的同学尽快进群。</li>
<li>关于课程的任何疑问,欢迎发邮件给助教或任课教师进行咨询讨论。</li>
</ol>
</div>
</section>
</main>
<footer class="bg-light py-3">
<div class="container text-muted"><small>© 2019 中科大智能网络测控技术实验室</small></div>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script>
$(function () {
$('[data-toggle="popover"]').popover();
$('[data-toggle="tooltip"]').tooltip()
})
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
</body>
</html>