-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
302 lines (268 loc) · 12.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
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no"
/>
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="format-detection" content="email=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="format-detection" content="telephone=no" />
<meta name="renderer" content="webkit">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Amaze UI" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>熊可欣 Xiong Kexin</title>
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="assets/css/typo.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/index.css">
<script>
function loading() {
document.getElementsByClassName('avatar')[0].style.display = 'block';
document.getElementsByClassName('loading')[0].style.display = 'none';
}
</script>
</head>
<body>
<header class="header"></header>
<article class="container">
<section class="side" id="side">
<!-- 左栏固定开关,记得及时删除这段代码 Start-->
<label class="switch" style="display: none;" onchange="switchFixed()">
<script type="text/javaScript">
function switchFixed(){
var value = document.getElementById('side').style.position === 'fixed' ? 'absolute' : 'fixed';
document.getElementById('side').style.position = value;
}
</script>
<input id="cb" type="checkbox">
<span class="slider round"></span>
</label>
<style>
@media (min-width: 750px){
.switch{position:relative;display:inline-block!important;width:60px;height:34px;}
.switch input{display:none;}
.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s;}
.slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:white;-webkit-transition:.4s;transition:.4s;}
input:checked + .slider{background-color:#1abc9c;}
input:focus + .slider{box-shadow:0 0 1px #1abc9c;}
input:checked + .slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px);}.slider.round{border-radius:34px;}
.slider.round:before{border-radius:50%;}
}
</style>
<!-- 左侧固定开关,记得及时删除这段代码 End-->
<!-- 个人肖像 -->
<section class="me">
<section class="portrait">
<div class="loading">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<!-- 头像照片 -->
<img class="avatar" src="assets/images/background.png" onload="loading()">
</section>
<h1 class="name">熊可欣 Xiong Kexin</h1>
</section>
<!-- 基本信息 -->
<section class="profile info-unit">
<h2>
<i class="fa fa-user" aria-hidden="true"></i>基本信息</h2>
<hr/>
<ul>
<li>
<label>个人信息</label>
<span>熊可欣 / Xiong Kexin / 女 / 22岁</span>
</li>
<li>
</ul>
</section>
<!-- 联系方式 -->
<section class="contact info-unit">
<h2>
<i class="fa fa-phone" aria-hidden="true"></i>联系方式</h2>
<hr/>
<ul>
<li>
<label>手机</label>
65+91753254
</li>
<li>
<label>邮箱</label>
e0389037@u.nus.edu
</li>
<li>
<label>个人主页</label>
<a href="https://xiongkexin.github.io" target="_blank">https://xiongkexin.github.io/</a>
</li>
</ul>
</section>
<!-- 技术栈 -->
<!-- <div class="stack info-unit">
<h2><i class="fa fa-code" aria-hidden="true"></i>其他</h2>
<hr/>
<ul>
<li>
<label>前端</label>
<span>React、jQuery、微信小程序、Bootstrap、SASS、LESS</span>
</li>
<li>
<label>后端</label>
<span>Node.js、MySQL、MongoDB、WordPress、ThinkPHP</span>
</li>
<li>
<label>其他</label>
<span>Git、SVN、Markdown</span>
</li>
</ul>
</div> -->
</section>
<section class="main">
<!-- 教育经历 -->
<section class="edu info-unit">
<h2>
<i class="fa fa-graduation-cap" aria-hidden="true"></i>教育经历</h2>
<hr/>
<ul>
<li>
<h3>
<span>新加坡国立大学 - 人工智能专业(硕士)</span>
<time>2020.8-now</time>
</h3>
</li>
<li>
<h3>
<span>中国科学院大学 - 计算机专业(本科)</span>
<time>2016.9-2020.7</time>
</h3>
</li>
</ul>
</section>
<!-- 项目经验 -->
<section class="project info-unit">
<h2>
<i class="fa fa-terminal" aria-hidden="true"></i>课程</h2>
<hr/>
<ul>
<li>
<h3>
<span>CS5240 多媒体理论基础</span>
<time>2020.9-2020.12</time>
</h3>
</li>
<li>
<h3>
<span>CS5340 人工智能中的不确定性建模</span>
<time>2020.9-2020.12</time>
</h3>
</li>
<li>
<h3>
<span>CS5446 人工智能规划与决策</span>
<time>2020.9-2020.12</time>
</h3>
</li>
<li>
<h3>
<span>CS4248 自然语言处理</span>
<time>2021.1-2021.5</time>
</h3>
<ul class="info-content">
<li>final project
<br/>
<i class="fa fa-paper-plane-o" aria-hidden="true"></i>
[目标]实现基于URL的网页分类
<br/>
<i class="fa fa-users" aria-hidden="true"></i>
[团队]与 3 位
<br/>
<i class="fa fa-bars" aria-hidden="true"></i>
[贡献]实现基于深度学习的分类方法
<br/>
<i class="fa fa-thumbs-o-up" aria-hidden="true"></i>
<span class="link">
<a href="assets/report1.pdf" target="_blank">final project report</a>
</span>
</li>
</ul>
</li>
<li>
<h3>
<span>CS5242 神经网络与深度学习</span>
<time>2021.1-2021.5</time>
</h3>
<ul class="info-content">
<li>final project
<br/>
<i class="fa fa-paper-plane-o" aria-hidden="true"></i>
[目标]实现视频-视觉关系预测
<br/>
<i class="fa fa-users" aria-hidden="true"></i>
[团队]与 2 位
<br/>
<i class="fa fa-bars" aria-hidden="true"></i>
[贡献]搭建模型,调整模型结构,调参
<br/>
<i class="fa fa-thumbs-o-up" aria-hidden="true"></i>
<span class="link">
<a href="assets/report2.pdf" target="_blank">final project report</a>
</span>
</li>
</ul>
</li>
<li>
<h3>
<span>CS5228 知识发现与数据挖掘</span>
<time>2021.1-2021.5</time>
</h3>
<ul class="info-content">
<li>final project
<br/>
<i class="fa fa-paper-plane-o" aria-hidden="true"></i>
[目标]实现新加坡HDB公寓转售价格预测
<br/>
<i class="fa fa-users" aria-hidden="true"></i>
[团队]与 2 位
<br/>
<i class="fa fa-bars" aria-hidden="true"></i>
[贡献]数据预处理,特征工程,模型训练
<br/>
<i class="fa fa-thumbs-o-up" aria-hidden="true"></i>
<span class="link">
<a href="assets/report3.pdf" target="_blank">final project report</a>
</span>
</li>
</ul>
</li>
</ul>
</section>
</section>
</article>
<footer class="footer">
<p>© 2021 熊可欣.文档最后更新时间为
<time>2021年05月05日</time>.
<span class="link">
<a href="googled963082e0ed6eed2.html" target="_blank">googlesearchconsole</a>
</span>
</p>
</footer>
<!-- 侧栏 -->
<aside>
<ul>
<li>
<a href="https://gitee.com/itsay/resume" target="_blank">网页参考</a>
</li>
<!-- <li>
<a href="sitemap.xml" target="_blank">站点地图</a>
</li> -->
</ul>
</aside>
<script src="./assets/js/index.js"></script>
</body>
</html>