-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
282 lines (251 loc) · 13.2 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
<!DOCTYPE html>
<html>
<head>
<title>Tony Li</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style/app.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.2.1/material.brown-indigo.min.css" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.0/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.0/angular-animate.js"></script>
<!-- <script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> -->
<!-- <script type="text/javascript" src="https://cdn.rawgit.com/mathjax/MathJax/2.7.1/MathJax.js"></script> -->
<script type="text/javascript" async src="https://cdn.rawgit.com/mathjax/MathJax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="js/angular-ui-router.min.js"></script>
<script defer src="https://code.getmdl.io/1.2.1/material.min.js"></script>
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/markdown-it/8.4.0/markdown-it.min.js"></script>
<script src="js/app.js"></script>
<script>
$("*").click(function () {
window.componentHandler.upgradeAllRegistered();
});
$(function () {
window.componentHandler.upgradeAllRegistered();
MathJax.Hub.Config({
config: ["MMLorHTML.js"],
extensions: ["tex2jax.js"],
jax: ["input/TeX"],
tex2jax: {
inlineMath: [
['$', '$']
],
displayMath: [
['$$', '$$']
],
processEscapes: false
},
TeX: {
extensions: ["AMSmath.js", "AMSsymbols.js"],
TagSide: "right",
TagIndent: ".8em",
MultLineWidth: "85%",
equationNumbers: {
autoNumber: "AMS",
},
unicode: {
fonts: "STIXGeneral,'Arial Unicode MS'"
}
},
showProcessingMessages: false
});
});
</script>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-75666948-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body ng-app="Tonyli">
<div ui-view style="height: 100%;"></div>
</body>
</html>
<!--<!DOCTYPE html>
<html lang="en">
<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="author" content="He Nan Li">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/simple-sidebar.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" />
<title>He Nan Li (Tony)</title>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="js/parselatex.js"></script>
<script type="text/javascript">
MathJax.Hub.Config({
config: ["MMLorHTML.js"],
extensions: ["tex2jax.js"],
jax: ["input/TeX"],
tex2jax: {
inlineMath: [
['$', '$'],
["\\(", "\\)"]
],
displayMath: [
['$$', '$$'],
["\\[", "\\]"]
],
processEscapes: false
},
TeX: {
extensions: ["AMSmath.js", "AMSsymbols.js"],
TagSide: "right",
TagIndent: ".8em",
MultLineWidth: "85%",
equationNumbers: {
autoNumber: "AMS",
},
unicode: {
fonts: "STIXGeneral,'Arial Unicode MS'"
}
},
showProcessingMessages: false
});
</script>
</head>
<body style="width:auto;">
<div id="wrapper">
<div id="sidebar-wrapper">
<ul class="sidebar-nav" id="navigator_list">
</ul>
</div>
<div id="page-content-wrapper">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<a href="#menu-toggle" class="btn btn-default" id="menu-toggle">Show/Hide Menu</a>
<hr />
<div id="document_viewer">
<div style="width: 100%; display: table;">
<div style="display: table-row">
<div style="width: 200px; display: table-cell;">
<div>
<img style="display:inline; border-radius: 75px" src="me.jpg" height="150" width="150" />
</div>
<div>
<a class="icon icon_github" target="_blank" title="Tony on Github" href="https://github.com/mysterytony"></a>
<a class="icon icon_stack" target="_blank" title="Tony on Stack Overflow" href="http://stackoverflow.com/users/2617304/tony-li"></a>
<a class="icon icon_linkedin" target="_blank" title="Tony on LinkedIn" href="https://ca.linkedin.com/in/tony-li-281b59b9"></a>
<a class="icon icon_resume" target="_blank" title="Tony's Resume" href="Resume_2016.pdf"></a>
<a class="icon icon_email" title="Email Me" href="#emailme"></a>
</div>
</div>
<div style="display: table-cell;">
<text style="font-size:80px">Welcome!</text>
<p>
I started learning programming since I was in secondary school with tutorials, courses, and books. As my programming knowledge grew, I became a senior leader in my secondary school's computer club. We have been experimenting on various projects. The Pomodoro Technique Helper, a productivity tool, is the most vivid demonstration of both our programming skill and teamwork. I also attended CCC held by Waterloo in 2013, 2014 and 2015 and received a full mark in 2014 (junior) and 44 out of 75 in 2015 (top 25% in senior).
</p>
<p>
As I was in the co-op program in 2014, Professor David Ng, a biologist in UBC recruited students to draw bio cards for his project Phylomon, a trading card game. He recruited me to develop an iOS wiki APP, PhyloBox, which was much more challenging than mere basic computer task. I worked with Dr. Ng and learned from other computer science students in the Michael Smith Lab during the day. In the night I debugged and improved the functionalities of the APP. I overcame various problems and successfully published the PhyloBox in the APP Store. Dr. Ng was impressed and hired me to further polish the APP.
</p>
<p>
These experiences boosted my interest in programming and ignited my passion in computer science. My goal is to be a software engineer, a professor or an entrepreneur. I believe the University of Waterloo is the best platform for me to learn, grow and contribute to the computer field. As my dream of studying with the world topnotch professors and researchers in Waterloo is realized, I will do my best to master as much as there is to learn about programming and contribute my share to the field.
</p>
</div>
</div>
</div>
<hr />
<div>
<h2>Education</h2>
<p>
<h3>University of Waterloo</h3> Candidate for Bachelor of Computer Science (BCS), Computer Science with Digital Hardware Option
<br /> 2015 - 2020
</p>
</div>
<hr />
<div>
<h2>Experience</h2>
<h3> Lead Programmer </h3> The University of British Columbia Michael Smith Lab
<br /> May 2014 – May 2014 | Vancouver, BC
<br /> Our career counselor recommended a computer co-op position at the Michael Smith Lab, UBC, to me. Dr. David Ng, a professor in biology, accepted me. I thought our duties would probably be just data entry, word processing, or simple programming. Actually, Professor Ng entrusted students from high schools as well as elementary schools to draw more than 400 bio cards with introductions and as a first step of his project Phylomon, a trading card game, he recruited students with high-tech skills to develop an iOS wiki APP, PhyloBox. My lack of mobile programming experience made the project a challenge to me. The development of the APP, either for its programming language or for its programming features, was all new to me. But I worked and learned day and night both in his lab and at home. In the end I overcame the challenge and successfully developed the PhyloBox, and published it in the APP Store.
</div>
<hr />
<div>
<h2>Contact</h2>
<A name="emailme">
<form action="https://formspree.io/hn3li@uwaterloo.ca" method="POST">
<input type="text" name="email" class="contactinput" placeholder="Email Address">
<textarea type="text" name="content" class="contactinput" rows="10" placeholder="What would you like to say?"></textarea>
<input type="submit" class="btn btn-default" value="Send Message">
</form>
</div>
</div>
<hr />
<p>Copyrights (c) Tony Li 2016</p>
</div>
</div>
</div>
</div>
</div>
</body>
<script type="text/javascript">
$('#navigator_list').load('list_main.html');
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#wrapper").toggleClass("toggled");
});
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-75666948-1', 'auto');
ga('send', 'pageview');
function btnNavigatorItemClicked(itemname) {
$('#navigator_list').load(itemname + '.html');
}
function btnDocumentViewerClicked(documentname) {
if (documentname.endsWith(".pdf")) {
window.open(documentname);
return;
}
// $('#document_viewer').load(documentname);
// MathJax.Hub.Queue(["Typeset", MathJax.Hub]);
var request = makeHttpObject();
request.open("GET", documentname, true);
request.send(null);
request.onreadystatechange = function() {
if (request.readyState == 4) {
document.getElementById('document_viewer').innerHTML = request.responseText;
MathJax.Hub.Queue(["Typeset", MathJax.Hub]);
}
};
}
function makeHttpObject() {
try {
return new XMLHttpRequest();
} catch (error) {}
try {
return new ActiveXObject("Msxml2.XMLHTTP");
} catch (error) {}
try {
return new ActiveXObject("Microsoft.XMLHTTP");
} catch (error) {}
throw new Error("Could not create HTTP request object.");
}
</script>
</html>-->