-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstories.html
More file actions
253 lines (239 loc) · 10.3 KB
/
stories.html
File metadata and controls
253 lines (239 loc) · 10.3 KB
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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="utf-8">
<title>THUHCSI</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- ** Plugins Needed for the Project ** -->
<!-- Bootstrap -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- slick slider -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<!-- themefy-icon -->
<link rel="stylesheet" href="plugins/themify-icons/themify-icons.css">
<!-- animation css -->
<link rel="stylesheet" href="plugins/animate/animate.css">
<!-- aos -->
<link rel="stylesheet" href="plugins/aos/aos.css">
<!-- venobox popup -->
<link rel="stylesheet" href="plugins/venobox/venobox.css">
<!-- Main Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<!--Favicon-->
<link rel="shortcut icon" href="images/favicon.jpg" type="image/x-icon">
<link rel="icon" href="images/favicon.jpg" type="image/x-icon">
</head>
<body>
<!-- preloader start --
<div class="preloader">
<img src="images/hcsi-pre.gif" alt="preloader" width="500px">
</div>
<!-- preloader end -->
<!-- header -->
<header class="fixed-top header">
<!-- navbar -->
<div class="navigation w-100">
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark p-0">
<!-- logo -->
<a class="navbar-brand" href="index.html"><img src="images/logo.png" alt="logo" width="250"></a>
<button class="navbar-toggler rounded-0" type="button" data-toggle="collapse" data-target="#navigation" aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- menu -->
<div class="collapse navbar-collapse" id="navigation">
<ul class="navbar-nav ml-auto text-center">
<!-- about -->
<li class="nav-item dropdown view @@about">
<a class="nav-link dropdown-toggle" href="#" id="navbarAbout" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
About
</a>
<div class="dropdown-menu" aria-labelledby="navbarAbout">
<a class="dropdown-item" href="labintro.html">Introduction</a>
<a class="dropdown-item" href="researches.html">Research Areas</a>
<a class="dropdown-item" href="joinus.html">Join Us</a>
<a class="dropdown-item" href="collaborators.html">Collaborators</a>
</div>
</li>
<!-- members -->
<li class="nav-item dropdown view active">
<a class="nav-link dropdown-toggle" href="#" id="navbarMembers" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Members
</a>
<div class="dropdown-menu" aria-labelledby="navbarMembers">
<a class="dropdown-item" href="zywu.html">Director</a>
<a class="dropdown-item" href="members.html">Students</a>
<a class="dropdown-item" href="alumni.html">Alumni</a>
<a class="dropdown-item active" href="stories.html">Stories</a>
<a class="dropdown-item" href="honors.html">Honors</a>
</div>
</li>
<!-- news -->
<li class="nav-item @@news">
<a class="nav-link" href="news.html">News</a>
</li>
<!-- research -->
<li class="nav-item dropdown view @@research">
<a class="nav-link dropdown-toggle" href="#" id="navbarResearch" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Research
</a>
<div class="dropdown-menu" aria-labelledby="navbarResearch">
<a class="dropdown-item" href="publications.html">Publications</a>
<a class="dropdown-item" href="patents.html">Patents</a>
<a class="dropdown-item" href="projects.html">Projects</a>
</div>
</li>
<!-- awards -->
<li class="nav-item @@awards">
<a class="nav-link" href="awards.html">Awards</a>
</li>
<!-- demos -->
<li class="nav-item @@demos">
<a class="nav-link" href="demos.html">Demos</a>
</li>
</ul>
</div>
<!-- /menu -->
</nav>
</div>
</div>
<!-- /navbar -->
</header>
<!-- /header -->
<!-- page title -->
<section class="page-title-section overlay" data-background="images/backgrounds/hcsi-gather.jpg">
<div class="container">
<div class="row">
<div class="col-md-8">
<ul class="list-inline custom-breadcrumb">
<li class="list-inline-item"><p class="h2 text-primary font-secondary">Stories</p></li>
<li class="list-inline-item text-white h3 font-secondary"></li>
</ul>
<p class="text-lighten"> </p>
</div>
</div>
</div>
</section>
<!-- /page title -->
<!-- stories -->
<section class="section">
<div class="container">
<div class="row justify-content-center">
<!-- story item -->
<div class="col-lg-4 col-sm-6 mb-3 mt-3">
<div class="card p-0 border-primary rounded-0 hover-shadow">
<img class="card-img-top rounded-0" src="images/stories/202206-SongXingchen.jpg" alt="course thumb">
<div class="card-body">
<ul class="list-inline mb-2">
<li class="list-inline-item"><i class="ti-calendar mr-1 text-color"></i>06-15-2022</li>
</ul>
<a href="https://mp.weixin.qq.com/s/mdqAuumuMC7yypuOTQ-fdw">
<h4 class="card-title">Song Xingchen's journey to making speech visible</h4>
</a>
<p class="card-text mb-4">
Speech recognition has not only become an indispensable 'body part' in my life but has also become my lifelong pursuit.
</p>
<a href="https://mp.weixin.qq.com/s/mdqAuumuMC7yypuOTQ-fdw" class="btn btn-primary btn-sm">Learn more</a>
</div>
</div>
</div>
<!-- story item -->
<div class="col-lg-4 col-sm-6 mb-b mt-3">
<div class="card p-0 border-primary rounded-0 hover-shadow">
<img class="card-img-top rounded-0" src="images/stories/202206-SongXingchen.jpg" alt="course thumb">
<div class="card-body">
<ul class="list-inline mb-2">
<li class="list-inline-item"><i class="ti-calendar mr-1 text-color"></i>06-13-2022</li>
</ul>
<a href="https://mp.weixin.qq.com/s/A6g5YhbQVfRxGF_KZ1xRJA">
<h4 class="card-title">SIGS毕业生故事 | 宋星辰:“看见声音,我真的做到了!”</h4>
</a>
<p class="card-text mb-4">
用信念点燃希望,以坚持追逐梦想。不屈服于无声的世界,通过学术研究和工程项目的优异成果,宋星辰让听障人士“看见”声音的梦想成为现实。
</p>
<a href="https://mp.weixin.qq.com/s/A6g5YhbQVfRxGF_KZ1xRJA" class="btn btn-primary btn-sm">Learn more</a>
</div>
</div>
</div>
<!-- story item -->
<div class="col-lg-4 col-sm-6 mb-3 mt-3">
<div class="card p-0 border-primary rounded-0 hover-shadow">
<img class="card-img-top rounded-0" src="images/stories/201711-WangMu.jpg" alt="course thumb">
<div class="card-body">
<ul class="list-inline mb-2">
<li class="list-inline-item"><i class="ti-calendar mr-1 text-color"></i>11-29-2017</li>
</ul>
<a href="https://mp.weixin.qq.com/s/N7tBizShuPfeihkOfJj41w">
<h4 class="card-title">“清晨李唐王”里的“王” | 访人机语音交互实验室的王木</h4>
</a>
<p class="card-text mb-4">
走进人机语音交互实验室,走近王木所在的位置,只看到桌上摆着一本本厚厚的专业参考书,王木正有条不紊地进行着自己的研究工作。
</p>
<a href="https://mp.weixin.qq.com/s/N7tBizShuPfeihkOfJj41w" class="btn btn-primary btn-sm">Learn more</a>
</div>
</div>
</div>
<!-- story item -->
</div>
</div>
</section>
<!-- /stories -->
<!-- footer -->
<footer>
<!-- footer content -->
<div class="footer bg-footer section border-bottom">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-5 mb-5 mb-sm-0 text-center">
<!-- logo -->
<a class="logo-footer" href="index.html"><img class="img-fluid mb-0" src="images/QRCode.png" alt="QR code"></a>
</div>
<!-- contact -->
<div class="col-lg-8 col-md-8 col-sm-7 mb-0">
<h4 class="text-lightblue mb-2">Location</h4>
<p class="text-white mb-4">Room 1701, Information Building, Tsinghua Campus, The University Town, Shenzhen 518055, China <br>
深圳市南山区西丽大学城清华校区信息大楼1701
</p>
<h4 class="text-lightblue mb-2">Follow Us</h4>
<p class="text-white mb-0">Scan QR code to follow us on WeChat <br>
扫码关注实验室微信公众号
</p>
</div>
</div>
</div>
</div>
<!-- copyright -->
<div class="copyright py-4 bg-footer">
<div class="container">
<div class="row">
<div class="col-sm-7 text-sm-left text-center">
<p class="mb-0">Copyright ©
<script>
var CurrentYear = new Date().getFullYear()
document.write(CurrentYear)
</script>,
im1eon @ thuhcsi</p>
</div>
</div>
</div>
</div>
</footer>
<!-- /footer -->
<!-- jQuery -->
<script src="plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- slick slider -->
<script src="plugins/slick/slick.min.js"></script>
<!-- aos -->
<script src="plugins/aos/aos.js"></script>
<!-- venobox popup -->
<script src="plugins/venobox/venobox.min.js"></script>
<!-- filter -->
<script src="plugins/filterizr/jquery.filterizr.min.js"></script>
<!-- Main Script -->
<script src="js/script.js"></script>
</body>
</html>