-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
424 lines (393 loc) · 22.1 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
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" src="https://ss.4r7.com/card/js/header.js"></script>
<title>屈耘野 - Qu Yunye - 主页</title>
<meta name="keywords" content="屈耘野,耘野,quyunye,Yunye Qu,shi.la,wo.shi.la,是啦,我是啦,简单介绍,教育,经历,知识,技能,项目,经验,生活,链接,联系" />
<meta name="description"
content="屈耘野 - 个人主页 - Qu Yunye's home page. 简单介绍, 教育, 经历, 知识, 技能, 项目, 经验, 生活, 链接, 联系. About, Education, Tech, Skill, Projects, My Life, Links" />
<link rel="icon" type="image/x-icon" href="https://ss.4r7.com/card/favicon.ico">
<link rel="shortcut icon" href="https://ss.4r7.com/card/images/logo.png" type="image/x-png">
<link rel="apple-touch-icon" sizes="76x76" href="https://ss.4r7.com/card/images/logo.png">
<style>
html {
scroll-behavior: smooth;
}
</style>
<!-- pace Loading-Tool-->
<script src="https://ss.4r7.com/js/pace.min.js"></script>
<link rel="stylesheet" href="https://ss.4r7.com/card/css/pace_blue_bar.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NGCHEXCHC6"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-NGCHEXCHC6');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8404742748741464"
crossorigin="anonymous"></script>
</head>
<body>
<div class="change" id="index_card">
<center>
<img class="change" id="favorite" style="width:160px;margin-top:-50px;"
src="https://ss.4r7.com/card/images/favorite.jpg"><br>
<b id="name" style="font-weight: 300;font-size:200%;">屈耘野 Qu, Yunye</b><br>
<b><span style="font-weight: 300;" class="text-muted text-xs block">
<div id="introduction"></div>
<script>
window.addEventListener('DOMContentLoaded', (event) => {
var sentence = ["临邛道士鸿都客,能以精诚致魂魄", "天长地久有时尽,此恨绵绵无绝期", "豫兮若冬涉川,涣兮若冰之将释"];
introduction(document.getElementById('introduction'), sentence);
});
</script>
</span>
</center>
<center>
<div class="buttons" style="text-align: center;">
<a href="#about" target="_self">
<button class="button_1">
<b style="font-size:15px;font-weight: 300;">简单介绍</b><br>About
</button>
</a>
<a href="#education" target="_self">
<button class="button_1">
<b style="font-size:15px;font-weight: 300;">教育经历</b><br>Education
</button>
</a>
<a href="#tech" target="_self">
<button class="button_1">
<b style="font-size:15px;font-weight: 300;">知识与技能</b><br>Tech & Skill
</button>
</a>
<!-- <a href="projects.html#projects" target="_blank">
<button class="button_1">
<b style="font-size:15px;font-weight: 300;">项目与经验</b><br>Projects
</button>
</a> -->
<a href="https://4r7.com" target="_blank">
<button class="button_1">
<b style="font-size:15px;font-weight: 300;">我的博客</b><br>4r7.com
</button>
</a>
<a href="life.html#life" target="_blank">
<button class="button_1">
<b style="font-size:15px;font-weight: 300;">生活</b><br>My Life
</button>
</a>
<a href="#contact" target="_self">
<button class="button_1">
<b style="font-size:15px;font-weight: 300;">链接与联系</b><br>Links
</button>
</a>
</div>
<p class="change" id="icons">
<a href="#about" target="_self"><i style="color:#122caf;" class="iconfont icon-mubiao"></i></a>
<a href="#education" target="_self"><i style="color:#8407b1;"
class="iconfont icon-xuexiao"></i></a>
<a href="#tech" target="_self"><i style="color:#8b131d;" class="iconfont icon-jiegou"></i></a>
<a href="projects.html#projects" target="_blank"><i style="color:#a7431e;"
class="iconfont icon-ziyuan"></i></a>
<a href="life.html#life" target="_blank"><i style="color:#b37004;"
class="iconfont icon-xingqiu"></i></a>
<a href="#contact" target="_self"><i style="color:#7f881a;" class="iconfont icon-haoyou"></i></a>
<a href="#"
onclick="document.getElementById('overlay').style.display = 'flex';document.getElementById('dialog-img').src = 'https://ss.4r7.com/card/images/wechat.jpg';return false;"
target="_self"><i style="color:#467f0c;" class="iconfont icon-weixin"></i></a>
</p>
<br>
</center>
</div>
<div class="overlay" id="overlay" style="display:none;"
onclick="if(event.target === this || event.target.classList.contains('close_button')) { this.style.display = 'none'; }">
<div class="dialog_box">
<span class="close_button">× 关闭</span>
<img id="dialog-img" style="margin: 0 auto;max-width: 300px;"
src="https://ss.4r7.com/card/images/wechat.jpg" alt="联系方式">
</div>
</div>
<div id="about" class="change card">
<a href="#"><img class="change favorite" src="https://ss.4r7.com/card/images/favorite.jpg"></a>
<div class="class_title">
<b style="font-size:150%;" onclick="window.location.href='#'">简单介绍<br></b>About<br><br>
</div>
<div style="clear:both;padding-left:3%;padding-right:3%;padding-bottom:3%;">
<b style="font-size:15px;font-weight: 350;">
<p><i class="iconfont icon-geren"></i> 来自中国浙江, 1999/05, INTJ / ENTJ</p>
<p>
<i class="iconfont icon-yanfa"></i> 写代码是终生的热爱, 涵盖前后端、AI智能与网络安全
</p>
<p><i class="iconfont icon-xingqiu"></i> 兴趣: 旅行 / 素描 / 西画 / 心理学</p>
<p><i class="iconfont icon-xuexiao"></i> 毕业于: 帝国理工学院, 伦敦, 英国</p>
<p><i class="iconfont icon-dingwei"></i> 常见坐标: GTA5洛圣都热心市民 & OW漓江塔常驻居民</p>
</b>
</div>
</div>
<div id="education" class="change card">
<a href="#"><img class="change favorite" src="https://ss.4r7.com/card/images/favorite.jpg"></a>
<div class="class_title">
<b style="font-size:150%;" onclick="window.location.href='#'">教育经历<br></b>Education<br><br>
</div>
<div style="clear:both;">
<a>
<div class="project_card">
<img class="p_card_p" src="https://ss.4r7.com/card/images/imperial.jpg">
<div class="p_card_p_2" style="background-image: url(https://ss.4r7.com/card/images/imperial.jpg);">
</div>
<p class="p_all_text">
<b class="p_card_t"><img style="height:22px;float:left;"
src="https://ss.4r7.com/card/images/imperial-logo.png">帝国理工学院</b>
<br>
<a class="p_card_text" style="font-size:17px;">理学硕士 计算科学与工程</a>
<b class="p_card_text" style="font-size:15px;">2021.07 - 2022.12<br>
QS世界大学排名:
全球前10<br><br>在帝国理工世界一流的研究人员指导下,我利用高性能计算资源,解决科学与工程领域的前沿挑战,并完成独立研究项目。<br>该硕士的核心是人工智能、数学、物理和计算机科学的结合,培养解决大规模现实问题的未来计算科学与工程专家。
</b>
</p>
</div>
</a>
<a>
<div class="project_card">
<img class="p_card_p" src="https://ss.4r7.com/card/images/ouc.jpg">
<div class="p_card_p_2" style="background-image: url(https://ss.4r7.com/card/images/ouc.jpg);">
</div>
<p class="p_all_text">
<a class="p_card_t"><img style="height:22px;float:left;"
src="https://ss.4r7.com/card/images/ouc-logo.png">中国海洋大学</a>
<br>
<a class="p_card_text" style="font-size:17px;">工程学士 计算机科学与技术</a>
<b class="p_card_text" style="font-size:15px;">2017.08 - 2021.07<br>
985,211,双一流A类高校<br><br>我在核心专业课程中取得优异成绩,如数据结构 (98分)、Python (98分)、数据库系统 (97分)、信息可视化 (97分)、大学数学
(97分)以及C++课程设计
(95分)。<br>我也修读了经济、管理与商业的相当一部分课程, 并多次获得学习优秀奖学金。
</b>
</p>
</div>
</a>
</div>
<br>
</div>
<div id="tech" class="change card">
<a href="#"><img class="change favorite" src="https://ss.4r7.com/card/images/favorite.jpg"></a>
<div class="class_title">
<b style="font-size:150%;" onclick="window.location.href='#'">知识与技能<br></b>Tech & Skill<br><br>
</div>
<div style="clear:both;">
<a>
<div class="project_card">
<left>
<p class="p_all_text">
<left><b class="p_card_t">CS & 前后端开发</b><br>
</left>
<b class="p_card_tag blue1">
Spring Boot </b>
<b class="p_card_tag blue1">
C & C++ </b>
<b class="p_card_tag blue1">
数据结构与算法 </b>
<b class="p_card_tag blue1">
操作系统 </b>
<b class="p_card_tag blue1">
计算机网络 </b>
<b class="p_card_tag blue1">
编译原理 </b>
<b class="p_card_tag blue1">
SQL & MyBatis </b>
<b class="p_card_tag blue1">
Vue </b>
<b class="p_card_tag blue1">
Php </b>
<b class="p_card_tag blue1">
IIS & Nginx </b>
<b class="p_card_tag blue1">
并行计算 </b>
<b class="p_card_tag blue2">
C# & .Net </b>
<b class="p_card_tag blue2">
React </b>
</p>
</left>
</div>
</a>
<a>
<div class="project_card">
<left>
<p class="p_all_text">
<left><b class="p_card_t">人工智能 & 数据科学</b><br>
</left>
<b class="p_card_tag blue1">
深度神经网络 </b>
<b class="p_card_tag blue1">
PyTorch </b>
<b class="p_card_tag blue1">
TensorFlow </b>
<b class="p_card_tag blue1">
AutoEncoder </b>
<b class="p_card_tag blue1">
Transformer</b>
<b class="p_card_tag blue1">
统计机器学习 </b>
<b class="p_card_tag blue1">
可视化技术 </b>
<b class="p_card_tag blue2">
纳维-斯托克斯方程 </b>
<b class="p_card_tag blue2">
动态过程建模 </b>
<b class="p_card_tag blue2">
微分方程数值解 </b>
</p>
</left>
</div>
</a>
<a>
<div class="project_card">
<left>
<p class="p_all_text">
<left><b class="p_card_t">信息安全 & 网络攻防</b><br>
</left>
<b class="p_card_tag blue1">
DDOS防御 </b>
<b class="p_card_tag blue1">
分层协议 </b>
<b class="p_card_tag blue1">
安全策略 </b>
<b class="p_card_tag blue1">
渗透测试 </b>
<b class="p_card_tag blue1">
加密算法 </b>
<b class="p_card_tag blue1">
数字取证 </b>
<b class="p_card_tag blue1">
纵深防御 </b>
<b class="p_card_tag blue1">
入侵检测 </b>
<b class="p_card_tag blue1">
信息隐写 </b>
<b class="p_card_tag blue1">
水印嵌入 </b>
<b class="p_card_tag blue2">
漏洞利用 </b>
<b class="p_card_tag blue2">
代码注入 </b>
<b class="p_card_tag blue2">
溢出攻击 </b>
<b class="p_card_tag blue2">
会话劫持 </b>
</p>
</left>
</div>
</a>
<div style="text-align: center;">
<div class="notes_card">
<a>
<div class="card_img" style="background-image: url(https://ss.4r7.com/card/images/paint.jpg);">
</div>
<div class="card_u">
<b class="p_card_tag blue1">
西画 </b>
<b class="p_card_tag blue1">
素描 </b>
<b class="p_card_tag blue1">
水彩 </b>
</div>
</a>
</div>
<div class="notes_card">
<a>
<div class="card_img" style="background-image: url(https://ss.4r7.com/card/images/psy.jpg);">
</div>
<div class="card_u">
<b class="p_card_tag blue1">
心理学 </b>
<b class="p_card_tag blue1">
精神分析 </b>
<b class="p_card_tag blue1">
虚构再现 </b>
</div>
</a>
</div>
</div>
</div>
</div>
<div id="more" class="change card">
<a href="#"><img class="change favorite" src="https://ss.4r7.com/card/images/favorite.jpg"></a>
<div class="class_title">
<b style="font-size:150%;" onclick="window.location.href='#'">更多信息<br></b>More<br><br>
</div>
<div style="clear:both;padding-left:3%;padding-right:3%;padding-bottom:3%;">
<b style="font-size:15px;font-weight: 400;">
<p><a href="https://4r7.com/" target="_blank" class="unified_link"><i style="color:#a71e5c;"
class="iconfont icon-xiangji"></i>
我的博客: 思若起 - 4r7.com</a></p>
<p><a href="projects.html#projects" target="_blank"><i style="color:#a7431e;"
class="iconfont icon-ziyuan"></i></a><a href="projects.html#projects" target="_blank"
class="unified_link">点击这里 查看我的项目与经验</a>
</p>
<p>
<a href="life.html#life" target="_blank"><i style="color:#b37004;"
class="iconfont icon-xingqiu"></i></a><a href="life.html#life" target="_blank"
class="unified_link">点击这里 查看我的生活</a>
</p>
</b>
</div>
</div>
<div id="contact" class="change card">
<a href="#"><img class="change favorite" src="https://ss.4r7.com/card/images/favorite.jpg"></a>
<div class="class_title">
<b style="font-size:150%;" onclick="window.location.href='#'">链接 & 联系<br></b>Links & Contact<br><br>
</div>
<div style="clear:both;padding-left:3%;padding-right:3%;padding-bottom:3%;">
<b style="font-size:15px;font-weight: 400;">
<p><a href="Mailto:i@QuYunYe.com" class="unified_link"><i class="iconfont icon-youjian"></i> 邮件:
i@QuYunYe.com</a> 和<a href="Mailto:Wo@Shi.La" class="unified_link"> Wo@Shi.La</a></p>
<p>
<a href="#" class="unified_link"
onclick="document.getElementById('overlay').style.display = 'flex';document.getElementById('dialog-img').src = 'https://ss.4r7.com/card/images/wechat.jpg';return false;"
target="_self"><i class="iconfont icon-weixin"></i> 微信: 点击显示</a>
<a href="#" class="unified_link"
onclick="document.getElementById('overlay').style.display = 'flex';document.getElementById('dialog-img').src = 'https://ss.4r7.com/card/images/qq.jpg';return false;"
target="_self"><i class="iconfont icon-qq"></i> QQ: 点击显示</a>
</p>
<p>
<a href="https://twitter.com/VerrillTT" target="_blank" class="unified_link"><i
class="iconfont icon-tuite"></i> Twitter: VerrillTT</a>
<a href="https://t.me/Verrill" target="_blank" class="unified_link"><i
class="iconfont icon-telegram"></i> Telegram: Verrill</a>
</p>
<p><a href="https://github.com/quyunye" target="_blank" class="unified_link"><i
class="iconfont icon-github"></i> GitHub: QuYunye</a>
<i class="iconfont icon-biji"></i> 旧版主页: <a href="https://quyunye.com/2016"
target="_blank" class="unified_link">2016</a> <a href="https://quyunye.com/2019.html"
target="_blank" class="unified_link">2019</a></p>
</b>
</div>
</div>
<div class="fixed_buttons">
<!-- Dark mode toggle button -->
<button id="darkMode" onclick="toggleDarkMode()" onmouseover="re_fixed_buttons('darkMode');"
onmouseout="re_fixed_buttons('darkMode');"><i class="iconfont icon-yewan"></i></button>
<!-- Scroll to top button -->
<button id="toTop" onclick="scrollToTop()" onmouseover="re_fixed_buttons('toTop');"
onmouseout="re_fixed_buttons('toTop');"><i class="iconfont icon-dingbu"></i></button>
<!-- Fullscreen toggle button -->
<!-- <button id="fullscreen" onclick="toggleFullscreen()" onmouseover="re_fixed_buttons('fullscreen');"
onmouseout="re_fixed_buttons('fullscreen');"><i class="iconfont icon-fangda"></i></button> -->
</div>
<!----------- footer----------->
<footer id="footer">
<p style="text-align: center;">
<a class="unified_link" href="http://wo.shi.la" target="_blank">Wo.Shi.La</a> - 我是啦<br>
<a class="unified_link" href="https://quyunye.com" target="_blank">QuYunye.com</a> - 屈耘野 © 2013 - 2023
</p>
<br>
<center>
<script type="text/javascript" src="https://ss.4r7.com/card/js/footer.js"></script>
</center>
</footer>
<script type='text/javascript' src='https://ss.4r7.com/analytics/api.js'></script>
</body>
</html>