-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheducation.html
More file actions
358 lines (304 loc) · 12.9 KB
/
education.html
File metadata and controls
358 lines (304 loc) · 12.9 KB
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
<!DOCTYPE html>
<html lang="en" data-scroll="30">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Education | Mark Ng</title>
<!-- GLOBAL CSS & FONTS -->
<link rel="stylesheet" href="styles/global.css?version=20">
<link href="content/fonts/fonts.css?version=1" rel="stylesheet">
<link href="content/fonts/fonts.css" rel="stylesheet">
<link rel="stylesheet" href="styles/about.css?version=7">
<link rel="stylesheet" href="styles/education.css?version=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" type="image/png" href="content/icons/favicon.ico">
<!-- Essential META Tags -->
<meta property="og:title" content="Education">
<meta property="og:description" content="I code and tinker. Check out all my work over my life.">
<meta property="og:image" content="https://markng.com/content/thumb.png">
<meta property="og:url" content="https://markng.com/about.html">
<meta name="twitter:card" content="summary_large_image">
<!-- Non-Essential, But Recommended -->
<meta property="og:site_name" content="About">
<meta name="twitter:image:alt" content="Mark Ng Emblem">
</head>
<body>
<!-- top navigation -->
<a class="skip-main" href="#section-top">Skip to main content</a>
<div class="navigation navigation-background noselect" id="navbar">
</div>
<div class="navigation noselect navigation-container">
<div class="noselect">
<div id="hamburger-wrapper">
<div class="hamburger-line hamburger-line-top" id="hamburger-line-top"></div>
<div class="hamburger-line hamburger-line-bottom" id="hamburger-line-bottom"></div>
</div>
<ul class="navigation-list noselect" id="navigation-list">
<li><a class="linkfix noselect" href="./index.html" target="_self" data-section-pair="cover">Home</a></li>
<li><a class="linkfix noselect navigation-selected" href="./about.html" target="_self" data-section-pair="about">About</a></li>
<li><a class="linkfix noselect" href="./projects.html" target="_self"
data-section-pair="projects">Projects</a></li>
<li><a class="linkfix noselect" href="./index.html#contact" target="_self" data-section-pair="contact"
data-section-bottom="true">Contact</a>
</li>
</ul>
</div>
</div>
<div class="section" id="section-top">
<div id="navbar-pad"></div>
<div class="section-content">
<a href="about.html" class="indented-link back-link" draggable="false" target="_self">← Back to About</a>
<div class="info-row-flex">
<div class="info-col">
<h1>Education</h1>
<p>
I am a PhD student in computer science at the <b>Hong Kong University of Science and Technology</b>.
I also completed my undergradaute studies here, and obtained a BsC in Computer Science and Mathematics
with the <a href="https://registry.hkust.edu.hk/academic-achievement-medal" target="_blank" class="fancy-link">academic achievement medal</a>
and first class honors.
</p>
</div>
<div class="info-col">
<h2>Research Interests</h2>
<div class="fancy-tag-container">
<div class="fancy-tag-item">Compilers</div>
<div class="fancy-tag-item">Program Optimization</div>
<div class="fancy-tag-item">Algorithms</div>
</div>
</div>
</div>
</div>
</div>
<div class="section">
<div class="section-content">
<div class="info-row-flex">
<div class="info-col">
<h1>Courses Taken (BSc in Computer Science and Mathematics)</h1>
</div>
</div>
<div class="info-row-grid">
<h2>Fall 2021</h2>
</div>
<div class="info-row-grid">
<div class="info-panel">
<h3>COMP1021 - Introduction to Computer Science</h3>
</div>
<div class="info-panel">
<h3>COMP 2711 - Discrete Maths Tools for Computer Science</h3>
</div>
<div class="info-panel">
<h3>MATH 1014 - Calculus II</h3>
</div>
<div class="info-panel">
<h3>SOSC 1000F - Globalization in Everyday Life</h3>
</div>
</div>
<div class="info-row-grid">
<hr>
</div>
<div class="info-row-grid">
<h2>Spring 2022</h2>
</div>
<div class="info-row-grid">
<div class="info-panel">
<h3>COMP 2211 - Introduction to Artificial Intelligence</h3>
</div>
<div class="info-panel">
<h3>ELEC 1200 - A System View of Communications</h3>
</div>
<div class="info-panel">
<h3>LANG2030H - Honors Technical Communication</h3>
</div>
<div class="info-panel">
<h3>MATH 2023 - Multivariable Calculus</h3>
</div>
</div>
<div class="info-row-grid">
<hr>
</div>
<div class="info-row-grid">
<h2>Fall 2022</h2>
</div>
<div class="info-row-grid">
<div class="info-panel">
<h3>COMP 2012H - Honors C++ and Data Structures</h3>
</div>
<div class="info-panel">
<h3>MATH1023 - Honors Calculus I (audit)</h3>
</div>
<div class="info-panel">
<h3>MATH 2131 - Honors Linear Algebra</h3>
</div>
<div class="info-panel">
<h3>MATH 2421 - Probability</h3>
</div>
</div>
<div class="info-row-grid">
<hr>
</div>
<div class="info-row-grid">
<h2>Spring 2023</h2>
</div>
<div class="info-row-grid">
<div class="info-panel">
<h3>COMP 2611 - Computer Organization</h3>
</div>
<div class="info-panel">
<h3>COMP 3711 - Design and Analysis of Algorithms</h3>
</div>
<div class="info-panel">
<h3>COMP 4901U - Modern Computer Construction</h3>
</div>
<div class="info-panel">
<h3>MATH 2043 - Honors Mathematical Analysis</h3>
</div>
<div class="info-panel">
<h3>MATH 4321 - Game Theory</h3>
</div>
</div>
<div class="info-row-grid">
<hr>
</div>
<div class="info-row-grid">
<h2>Fall 2023</h2>
</div>
<div class="info-row-grid">
<div class="info-panel">
<h3>COMP 3031 - Principles of Programming Languages</h3>
</div>
<div class="info-panel">
<h3>COMP 3111H - Honors Software Engineering</h3>
</div>
<div class="info-panel">
<h3>HUMA 1000A - Cultures and Values: Language, Communication and Society</h3>
</div>
<div class="info-panel">
<h3>MATH 2411 - Applied Statistics and Probability</h3>
</div>
<div class="info-panel">
<h3>MATH 3043 - Honors Real Analysis</h3>
</div>
</div>
<div class="info-row-grid">
<hr>
</div>
<div class="info-row-grid">
<h2>Spring 2024</h2>
</div>
<div class="info-row-grid">
<div class="info-panel">
<h3>COMP 3511 - Operating Systems</h3>
</div>
<div class="info-panel">
<h3>ELEC 1010 - Electronic and Information Technology</h3>
</div>
<div class="info-panel">
<h3>MATH 3131 - Honors Abstract Algebra</h3>
</div>
<div class="info-panel">
<h3>MATH 4023 - Complex Analysis</h3>
</div>
<div class="info-panel">
<h3>UROP 1100L - Undergraduate Research Opportunities Program</h3>
</div>
</div>
<div class="info-row-grid">
<hr>
</div>
<div class="info-row-grid">
<h2>Fall 2024</h2>
</div>
<div class="info-row-grid">
<div class="info-panel">
<h3>COMP 4981 - Final Year Project</h3>
</div>
<div class="info-panel">
<h3>LANG 4030 - Technical Communication for CSE</h3>
</div>
<div class="info-panel">
<h3>MATH 2001 - Foundations of Mathematics</h3>
</div>
<div class="info-panel">
<h3>MATH 4141 - Number Theory and Applications</h3>
</div>
<div class="info-panel">
<h3>MATH 4223 - Differential Geometry</h3>
</div>
<div class="info-panel">
<h3>SOSC 1980 - Psychology of Personal Growth</h3>
</div>
</div>
<div class="info-row-grid">
<hr>
</div>
<div class="info-row-grid">
<h2>Spring 2025</h2>
</div>
<div class="info-row-grid">
<div class="info-panel">
<h3>COMP 4981 - Final Year Project</h3>
</div>
<div class="info-panel">
<h3>COMP 4971C - Independent Work</h3>
</div>
<div class="info-panel">
<h3>LANG 1413 - Advanced Chinese for Non-Chinese Background</h3>
</div>
<div class="info-panel">
<h3>HUMA 2104 - Introduction to Tonal Music Theory</h3>
</div>
</div>
<div class="info-row-grid">
<hr>
</div>
<div class="info-row-flex">
<div class="info-col">
<h1>Courses Taken / Taught (PhD in Computer Science)</h1>
</div>
</div>
<div class="info-row-grid">
<h2>Fall 2025</h2>
</div>
<div class="info-row-grid">
<div class="info-panel">
<h3>COMP 5411 - Advanced Computer Graphics</h3>
</div>
<div class="info-panel">
<h3>COMP 5711 - Advanced Algorithmic Techniques</h3>
</div>
</div>
<div class="info-row-grid">
<h2>Spring 2026</h2>
</div>
<div class="info-row-grid">
<div class="info-panel">
<h3>COMP 5111 - Software Testing & Analysis</h3>
</div>
<div class="info-panel">
<h3>COMP 5631 - Cryptography and Security</h3>
</div>
<div class="info-panel">
<h3>COMP 4121 - Modern Compiler Construction <i>(Teaching Assistant)</i></h3>
</div>
</div>
</div>
</div>
<!-- footer -->
<div class="section" id="footer">
<p id="copyright">
© 2026 Mark Ng
<br>
<span style="font-size: 16px">
This portfolio and all of its systems are designed by Mark Ng
</span>
<br>
<br>
<span style="font-size: 16px">
Licensed under the GNU GPL-3.0 License
</span>
</p>
</div>
<!-- scripts -->
<script src="scripts/global.js?version=3"></script>
</body>
</html>