forked from ArchibaldChain/ArchibaldChain.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChinese.html
302 lines (284 loc) · 10.6 KB
/
Chinese.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="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="author" content="Kodinger">
<meta name="keyword" content="personal website, html5, css3, bootstrap4">
<meta name="description" content="My personal website">
<title>我是阿奇</title>
<link rel="shortcut icon" href="./img/me_logo.png">
<link rel="stylesheet" href="ionicons/css/ionicons.min.css">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="sweetalert/dist/sweetalert.css">
<link rel="stylesheet" href="css/stisla.css">
<link rel="stylesheet" href="css/timeline.css">
</head>
<body>
<nav class="navbar navbar-expand-lg main-navbar">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="img/logo-light.png" alt="Logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
<i class="ion-navicon"></i>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<div class="mr-auto"></div>
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link smooth-link" href="#hero">主页</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-link" href="#Experience">经历</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-link" href="#project">项目</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-link" href="#aboutme">关于我</a>
</li>
<li class="nav-item">
<a class="nav-link smooth-link" href="#contact">联系我</a>
</li>
</ul>
<form class="form-inline">
<a href="index.html" class="btn smooth-link align-middle btn-primary">English</a>
</form>
</div>
</div>
</nav>
<section class="hero bg-overlay" id="hero" data-bg="img/hero.jpeg">
<div class="text py-5">
<p class="lead">每一个不曾起舞的日子都是对生命的辜负。——尼采</p>
<h1>我是<span class="bold">阿奇</span>,欢迎来到我的网站</h1>
<div class="cta">
<a href="#aboutme" class="btn btn-primary smooth-link">关于我</a>
<div class="link">
<a href="https://opensource.org/licenses/MIT" target="_blank">Under the MIT License</a>
</div>
</div>
<div class="other-link">
<a class="icon" href="https://www.linkedin.com/in/yanzhao-qian/" target="_blank">
<i class="ion-social-linkedin"></i>
</a>
<a class="icon" href="https://github.com/ArchibaldChain" target="_blank">
<i class="ion-social-github"></i>
</a>
<a class="icon" href="./Yanzhao Qian Data Scientist.pdf" target="_blank">
<i class="ion-document-text"></i>
</a>
</div>
</div>
</section>
<section class="padding container" , id="Experience">
<h2 class="section-title">我的经历</h2>
<div class="timeline">
<div class="timeline__component">
<div class="timeline__date timeline__date--right">
2017.09 - 2021.06
</div>
</div>
<div class="timeline__middle">
<div class="timeline__point"></div>
</div>
<div class="timeline__component timeline__component--bg">
<h2 class="timeline__title">
<img src="./img/sustech.png" height=35px, alt="logo">
南方科技大学
</h2>
<p class="timeline__subtitle">
<i>理学学士</i> 数学与应用数学
</p>
<p class="timeline__paragraph">
我对理解机器学习的兴趣驱使我学习应用数学。这让我我可以进一步研究算法。
在学习数学的过程中,我学会了如何进行严格的证明,并且了解了现代数学是如何建构起来的。
我还学习了优化方法和计算数学的基础知识,以便于我更好地理解机器学习算法背后的思想和原理。
</p>
</div>
<div class="timeline__component timeline__component--bottom timeline__component--bg">
<h2 class="timeline__title">
<img src="./img/UofCCoat.svg.png" height=35px, alt="logo">
卡尔加里大学
</h2>
<p class="timeline__subtitle">
<i>理学硕士</i> 应用统计
</p>
<p class="timeline__paragraph">
在这个阶段,我学习了广义线性模型、计算统计、动手深度学习等,为我的数据分析打下了坚实的基础。
我的研究重点是生物信息学中的交叉验证问题。
</p>
</div>
<div class="timeline__middle">
<div class="timeline__point"></div>
<div class="triangle-down"></div>
</div>
<div class="timeline__component">
<div class="timeline__date">2021.09 - 至今</div>
</div>
</div>
</section>
<section class="padding bg-grey" id="project">
<div class="container">
<h2 class="section-title">我的项目</h2>
<p class="section-lead text-muted">我做过的项目涵盖与数据分析,机器学习,计算机视觉等。</p>
<div class="section-body">
<div class="row col-spacing">
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<img class="card-img-top" src="projects/CVc/bioinformatics.jpg" alt="Article Image">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">Oct. 2021 -
Present</div>
<h4 class="card-title"><a href="./projects/project-CVc.html" data-id="1">
Cross-validation Correction For Machine Learing in Genomics Datasets
</a></h4>
<p class="card-text">In Genomics Dataset, every indivdual has very similar gene
except a
few variants which causes machine learning methods are easily over-fitting.
Therefore CV which is used for estimating test error is underestimated.
</p>
<div class="text-right">
<a href="./projects/project-CVc.html" class="card-more" data-id="1">Read More
<i class="ion-ios-arrow-right"></i>
</a>
</div>
</div>
</article>
</div>
<div class="col-12 col-md-6 col-lg-4">
<article class="card">
<img class="card-img-top" src="projects/Internet Speed/internet.jpg" alt="Article Image">
<div class="card-body">
<div class="card-subtitle mb-2 text-muted">May 2022</div>
<h4 class="card-title"><a href="./projects/project-InternetSpeed.html" data-id="2">
Statistical Analysis of Ookla Internet Speeds for Rural/Urban Canadian
Communities
</a></h4>
<p class="card-text">
We visualized, processed, and analyzed the Internet Speed dataset provided by
Ookla
company. We used logistic regression to predict future internet speed situation
for
and gave some suggestions according to it.
</p>
<div class="text-right">
<a href="./projects/project-InternetSpeed.html" class="card-more" data-id="1">Read
More
<i class="ion-ios-arrow-right"></i>
</a>
</div>
</div>
</article>
</div>
</div>
</div>
</div>
</section>
<section class="bg-overlay padding" id="aboutme" data-bg="img/projects.jpeg">
<div class="container">
<div class="row align-items-center">
<div class="col-12 col-md-6">
<figure class="projects-picture">
<img src="img/youzhang.png" alt="Youzhang">
</figure>
</div>
<div class="col-12 col-md-6">
<div class="projects-details">
<div class="projects-badge">
关于我
</div>
<h2 class="projects-title">阿奇 - 机器学习爱好者</h2>
<p class="projects-description">
<p>
I am Yanzhao Qian. You can also call me Archibald.
I was born and raised in China, and finished my bachelor's degree in applied mathematics
there.
In order to persuade the master's degree at U of C I relocated to Calgary in 2021.
</p>
<p>
My interest in machine learning drives me to study further in the field of statistics
and to
teach myself coding.
I mainly focus on two things in machine learning:
building a stronger artificial intelligence that can assists people,
and analyzing the historical dataset to make future predictions.
</p>
<p>
In my free time, I enjoy trying and learning new things, watching movies, playing video
games and boxing.
Also, I've just started snowboarding recently.
</p>
</p>
</div>
</div>
</div>
</div>
</section>
<section class="padding bg-grey" id="contact">
<div class="container">
<h2 class="section-title text-center">联系我</h2>
<p class="section-lead text-center text-muted">
如果您有任何问题,请联系我,我会尽快回复</p>
<div class="section-body">
<div class="row col-spacing">
<div class="col-12 col-md-5">
<p class="contact-text">
您可以向我发送您的问题或者项目。
如果您有认为我适合的职位,也请与我联系。
<ul class="contact-icon">
<li><i class="ion ion-ios-telephone"></i>
<div>+1 (825) 984 6233</div>
</li>
<li><i class="ion ion-ios-email"></i>
<div>[email protected]</div>
</li>
</ul>
</div>
<div class="col-12 col-md-7">
<form class="contact row" id="contact-form">
<div class="form-group col-6">
<input type="text" class="form-control" placeholder="姓名" name="name" required="">
</div>
<div class="form-group col-6">
<input type="email" class="form-control" placeholder="邮箱" name="email" required="">
</div>
<div class="form-group col-12">
<input type="text" class="form-control" placeholder="标题" name="subject" required="">
</div>
<div class="form-group col-12">
<textarea class="form-control" placeholder="内容" name="message" required></textarea>
</div>
<div class="form-group col-12 mt-2">
<button class="btn btn-primary">
发送
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<figure>
<img src="img/logo-light.png" alt="Logo">
</figure>
<p>
<!-- Copyright © 2017 <a href="http://www.cssmoban.com/" target="_blank" title="模板之家">模板之家</a>
- Made with <i class="ion-heart"></i> By Kodinger -->
Copyright © 2019.Kodinger All rights reserved.
</p>
</div>
</footer>
<script src="js/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="js/jquery.easeScroll.js"></script>
<script src="sweetalert/dist/sweetalert.min.js"></script>
<script src="js/stisla.js"></script>
</body>
</html>