-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmore-intro-about-me.html
138 lines (132 loc) · 5.5 KB
/
more-intro-about-me.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="" />
<meta name="author" content="" />
<link rel="icon" href="favicon.ico" />
<title>Kelly Homepage</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet" />
<!-- Custom styles for this template -->
<!--<link href="starter-template.css" rel="stylesheet">-->
<link href="sticky-footer-navbar.css" rel="stylesheet" />
<link href="blog.css" rel="stylesheet" />
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9
]><script src="assets/js/ie8-responsive-file-warning.js"></script
><![endif]-->
<script src="assets/js/ie-emulation-modes-warning.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!--style="min-height: 2000px;padding-top: 70px;"-->
<!-- Fixed navbar-->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button
type="button"
class="navbar-toggle collapsed"
data-toggle="collapse"
data-target="#navbar"
aria-expanded="false"
aria-controls="navbar"
>
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./index.html#">HUANG Kan</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="./index.html">Home</a></li>
<li><a href="./index.html#aboutme">ABOUT ME</a></li>
<li><a href="./index.html#achievements">ACHIVEMENTS</a></li>
<li><a href="https://zhuanlan.zhihu.com/kellyhwong">BLOG</a></li>
</ul>
</div>
</div>
</nav>
<!-- Begin page content -->
<div class="container">
<div class="row">
<div class="col-xs-3 col-md-2"></div>
<div class="col-xs-12 col-md-8">
<div class="blog-post">
<h2 class="blog-post-title">Introduction about HUANG Kan</h2>
<p class="blog-post-meta">
December 30, 2016 by <a href="./index.html">HUANG Kan</a>
</p>
<h3>Self-Recommendation</h3>
<p>
<strong>Solid grasp of math</strong>: I love math, and most marks
of my math courses are graded above 90. (Calculus (I) 98, Calculus
(II) 92, Linear Algebra 100, Probability Theory 94, Equations of
Mathematical and Physics 93). I’m also good at taking advantage of
the modeling mind, and converting realistic problems into math
models. I’ve taken part in math modeling contest for 3 times.
</p>
<p>
<strong>Fast learning abilities</strong>: Though still an
undergraduate of EE, I’ve taught myself many subjects in Computer
Science (and this is my future discipline) and I have my own
learning tips so that I can handle new knowledge very fast. As for
research in my current field, I can quickly get used to it and put
myself to work immediately.
</p>
<p>
<strong>Sophisticated coding abilities</strong>: I’ve took part in
many projects and academic contests, so that I have a deep
understanding of computer programming. I’m very good at Matlab and
C++. Also, I almost finish the Python course on Coursera by now.
Recently, I’m also learning SICP of MIT.
</p>
<h3>Reference</h3>
<p>
GitHub:<a href="https://github.com/KellyHwong/" target="_blank"
>KellyHwong</a
>
</p>
<p>
Blog:<a href="https://zhuanlan.zhihu.com/kellyhwong">zhuanlan</a>
</p>
<p>
LinkedIn:<a
href="https://www.linkedin.com/in/%E8%A1%8E-%E9%BB%84-2aa403104/"
>LinkedIn</a
>
</p>
</div>
<!-- /.blog-post -->
</div>
<!-- blog-container-->
<div class="col-xs-3 col-md-2"></div>
</div>
<!-- row -->
</div>
<!-- /.container -->
<div class="footer">
<div class="container">
<p class="text-muted">
©2016 HUANG Kan's HomePage. All rights resevered.
</p>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>