-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.html
476 lines (462 loc) · 22.6 KB
/
courses.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
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="icon" href="favicon.ico">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="A list of courses I've taken with their descriptions">
<meta name="author" content="Madeleine Hill">
<meta name="robots" content="noindex">
<title>Madeleine Hill - Courses Taken</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic" rel="stylesheet" type="text/css">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/site.css" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="js/site.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QNK63LK732"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QNK63LK732');
</script>
<!--DataTables-->
<link href="https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css" rel="stylesheet" type="text/css">
<script src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.min.js"></script>
<script src="js/courses.js"></script>
</head>
<body>
<!--Navigation-->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Madeleine Hill</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="/#about">About</a></li>
<li><a href="/#work">Work</a></li>
<li><a href="/#portfolio">Portfolio</a></li>
<li><a href="/#education">Education</a></li>
<li><a href="/#research">Research</a></li>
<li><a href="/#teaching">Teaching</a></li>
<li><a href="/#blog">Blog</a></li>
</ul>
</div>
</div>
</nav>
<main>
<!--Table of Courses-->
<section id="courses" class="vcenter-parent">
<div class="container vcenter-child">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h1>Courses Taken</h1>
<table id="courseTable" class="table-bordered table-hover">
<thead>
<tr>
<th>Course Code</th>
<th>Course Name</th>
<th>School</th>
<th>Year</th>
</tr>
</thead>
<tbody>
<tr data-toggle="modal" data-id="compco845" data-target="#course-modal">
<td>COMP CO845</td>
<td>Strategic Systems</td>
<td>Mohawk College</td>
<td>2017 / 2018</td>
</tr>
<tr data-toggle="modal" data-id="compco835" data-target="#course-modal">
<td>COMP CO835</td>
<td>Object Oriented Systems</td>
<td>Mohawk College</td>
<td>2017 / 2018</td>
</tr>
<tr data-toggle="modal" data-id="comp10205" data-target="#course-modal">
<td>COMP 10205</td>
<td>Data Structures & Algorithms</td>
<td>Mohawk College</td>
<td>2017 / 2018</td>
</tr>
<tr data-toggle="modal" data-id="comp10204" data-target="#course-modal">
<td>COMP 10204</td>
<td>Programming in .NET</td>
<td>Mohawk College</td>
<td>2017 / 2018</td>
</tr>
<tr data-toggle="modal" data-id="comp10066" data-target="#course-modal">
<td>COMP 10066</td>
<td>Software Quality & Testing</td>
<td>Mohawk College</td>
<td>2017 / 2018</td>
</tr>
<tr data-toggle="modal" data-id="comp10065" data-target="#course-modal">
<td>COMP 10065</td>
<td>PHP & JavaScript</td>
<td>Mohawk College</td>
<td>2017 / 2018</td>
</tr>
<tr data-toggle="modal" data-id="compco826" data-target="#course-modal">
<td>COMP CO826</td>
<td>Introduction to Systems Analysis and Design</td>
<td>Mohawk College</td>
<td>2016 / 2017</td>
</tr>
<tr data-toggle="modal" data-id="compco710" data-target="#course-modal">
<td>COMP CO710</td>
<td>HTML & CSS</td>
<td>Mohawk College</td>
<td>2016 / 2017</td>
</tr>
<tr data-toggle="modal" data-id="comp10132" data-target="#course-modal">
<td>COMP 10132</td>
<td>Business Fundamentals for IT</td>
<td>Mohawk College</td>
<td>2016 / 2017</td>
</tr>
<tr data-toggle="modal" data-id="comp10069" data-target="#course-modal">
<td>COMP 10069</td>
<td>Microsoft Office Power User</td>
<td>Mohawk College</td>
<td>2016 / 2017</td>
</tr>
<tr data-toggle="modal" data-id="comp10126" data-target="#course-modal">
<td>COMP 10126</td>
<td>Oracle PL/SQL Programming</td>
<td>Mohawk College</td>
<td>2016 / 2017</td>
</tr>
<tr data-toggle="modal" data-id="comp10062" data-target="#course-modal">
<td>COMP 10062</td>
<td>Programming in Java</td>
<td>Mohawk College</td>
<td>2016 / 2017</td>
</tr>
<tr data-toggle="modal" data-id="mgmt10008" data-target="#course-modal">
<td>MGMT 10008</td>
<td>Project Management for IT</td>
<td>Mohawk College</td>
<td>2016 / 2017</td>
</tr>
<tr data-toggle="modal" data-id="compco910" data-target="#course-modal">
<td>COMP CO910</td>
<td>Introduction to Networking</td>
<td>Mohawk College</td>
<td>2016 / 2017</td>
</tr>
<tr data-toggle="modal" data-id="compco859" data-target="#course-modal">
<td>COMP CO859</td>
<td>Database Theory</td>
<td>Mohawk College</td>
<td>2016 / 2017</td>
</tr>
<tr data-toggle="modal" data-id="comp10067" data-target="#course-modal">
<td>COMP 10067</td>
<td>Server, Platforms & Networking Security</td>
<td>Mohawk College</td>
<td>2016 / 2017</td>
</tr>
<tr data-toggle="modal" data-id="comp10064" data-target="#course-modal">
<td>COMP 10064</td>
<td>Computer Training & Technical Writing</td>
<td>Mohawk College</td>
<td>2016 / 2017</td>
</tr>
<tr data-toggle="modal" data-id="commll041" data-target="#course-modal">
<td>COMM LL041</td>
<td>Communication</td>
<td>Mohawk College</td>
<td>2016 / 2017</td>
</tr>
<tr data-toggle="modal" data-id="busn10123" data-target="#course-modal">
<td>BUSN 10123</td>
<td>Entrepreneurship in Today's World</td>
<td>Mohawk College</td>
<td>2016 / 2017</td>
</tr>
<tr data-toggle="modal" data-id="math742" data-target="#course-modal">
<td>MATH 742</td>
<td>Methods in Applied Mathematics II</td>
<td>McMaster University</td>
<td>2015 / 2016</td>
</tr>
<tr data-toggle="modal" data-id="math6mb3" data-target="#course-modal">
<td>MATH 6MB3</td>
<td>Mathematical Biology</td>
<td>McMaster University</td>
<td>2015 / 2016</td>
</tr>
<tr data-toggle="modal" data-id="math747" data-target="#course-modal">
<td>MATH 747</td>
<td>Topics in Mathematical Biology</td>
<td>McMaster University</td>
<td>2015 / 2016</td>
</tr>
<tr data-toggle="modal" data-id="math741" data-target="#course-modal">
<td>MATH 741</td>
<td>Methods in Applied Mathematics I</td>
<td>McMaster University</td>
<td>2015 / 2016</td>
</tr>
<tr data-toggle="modal" data-id="cse701" data-target="#course-modal">
<td>CSE 701</td>
<td>Foundations of Modern Scientific Computing</td>
<td>McMaster University</td>
<td>2015 / 2016</td>
</tr>
<tr data-toggle="modal" data-id="cse700" data-target="#course-modal">
<td>CSE 700</td>
<td>Foundations of Scientific Computing</td>
<td>McMaster University</td>
<td>2015 / 2016</td>
</tr>
<tr data-toggle="modal" data-id="math4p92" data-target="#course-modal">
<td>MATH 4P92</td>
<td>Topics in Number Theory & Cryptography</td>
<td>Brock University</td>
<td>2014 / 2015</td>
</tr>
<tr data-toggle="modal" data-id="math4p71" data-target="#course-modal">
<td>MATH 4P71</td>
<td>Combinatorics</td>
<td>Brock University</td>
<td>2014 / 2015</td>
</tr>
<tr data-toggle="modal" data-id="math3p97" data-target="#course-modal">
<td>MATH 3P97</td>
<td>Introductory Topology</td>
<td>Brock University</td>
<td>2014 / 2015</td>
</tr>
<tr data-toggle="modal" data-id="math3p13" data-target="#course-modal">
<td>MATH 3P13</td>
<td>Abstract Algebra</td>
<td>Brock University</td>
<td>2014 / 2015</td>
</tr>
<tr data-toggle="modal" data-id="math4p09" data-target="#course-modal">
<td>MATH 4P09</td>
<td>Solitons & Nonlinear Wave Equations</td>
<td>Brock University</td>
<td>2014 / 2015</td>
</tr>
<tr data-toggle="modal" data-id="math4f90" data-target="#course-modal">
<td>MATH 4F90</td>
<td>Honours Project</td>
<td>Brock University</td>
<td>2014 / 2015</td>
</tr>
<tr data-toggle="modal" data-id="math3p12" data-target="#course-modal">
<td>MATH 3P12</td>
<td>Applied Algebra</td>
<td>Brock University</td>
<td>2014 / 2015</td>
</tr>
<tr data-toggle="modal" data-id="math3p03" data-target="#course-modal">
<td>MATH 3P03</td>
<td>Real Analysis</td>
<td>Brock University</td>
<td>2014 / 2015</td>
</tr>
<tr data-toggle="modal" data-id="apco2p01" data-target="#course-modal">
<td>APCO 2P01</td>
<td>Personal Computers & Networks</td>
<td>Brock University</td>
<td>2014 / 2015</td>
</tr>
<tr data-toggle="modal" data-id="math3p86" data-target="#course-modal">
<td>MATH 3P86</td>
<td>Applied Multivariate Statistics</td>
<td>Brock University</td>
<td>2013 / 2014</td>
</tr>
<tr data-toggle="modal" data-id="math3p09" data-target="#course-modal">
<td>MATH 3P09</td>
<td>Partial Differential Equations</td>
<td>Brock University</td>
<td>2013 / 2014</td>
</tr>
<tr data-toggle="modal" data-id="math2p13" data-target="#course-modal">
<td>MATH 2P13</td>
<td>Abstract Linear Algebra</td>
<td>Brock University</td>
<td>2013 / 2014</td>
</tr>
<tr data-toggle="modal" data-id="math2p04" data-target="#course-modal">
<td>MATH 2P04</td>
<td>Basic Concepts of Analysis</td>
<td>Brock University</td>
<td>2013 / 2014</td>
</tr>
<tr data-toggle="modal" data-id="biol1f25" data-target="#course-modal">
<td>BIOL 1F25</td>
<td>Biology: A Human Perspective</td>
<td>Brock University</td>
<td>2013 / 2014</td>
</tr>
<tr data-toggle="modal" data-id="math3p08" data-target="#course-modal">
<td>MATH 3P08</td>
<td>Advanced Differential Equations</td>
<td>Brock University</td>
<td>2013 / 2014</td>
</tr>
<tr data-toggle="modal" data-id="math3p04" data-target="#course-modal">
<td>MATH 3P04</td>
<td>Complex Analysis</td>
<td>Brock University</td>
<td>2013 / 2014</td>
</tr>
<tr data-toggle="modal" data-id="math2p71" data-target="#course-modal">
<td>MATH 2P71</td>
<td>Introduction to Combinatorics</td>
<td>Brock University</td>
<td>2013 / 2014</td>
</tr>
<tr data-toggle="modal" data-id="math2p12" data-target="#course-modal">
<td>MATH 2P12</td>
<td>Linear Algebra II</td>
<td>Brock University</td>
<td>2013 / 2014</td>
</tr>
<tr data-toggle="modal" data-id="math2p82" data-target="#course-modal">
<td>MATH 2P82</td>
<td>Mathematical Statistics I</td>
<td>Brock University</td>
<td>2012 / 2013</td>
</tr>
<tr data-toggle="modal" data-id="math2p08" data-target="#course-modal">
<td>MATH 2P08</td>
<td>Ordinary Differential Equations</td>
<td>Brock University</td>
<td>2012 / 2013</td>
</tr>
<tr data-toggle="modal" data-id="chys2p10" data-target="#course-modal">
<td>CHYS 2P10</td>
<td>Child & Youth Development</td>
<td>Brock University</td>
<td>2012 / 2013</td>
</tr>
<tr data-toggle="modal" data-id="math2p81" data-target="#course-modal">
<td>MATH 2P81</td>
<td>Probability</td>
<td>Brock University</td>
<td>2012 / 2013</td>
</tr>
<tr data-toggle="modal" data-id="math2p03" data-target="#course-modal">
<td>MATH 2P03</td>
<td>Multivariate & Vector Calculus</td>
<td>Brock University</td>
<td>2012 / 2013</td>
</tr>
<tr data-toggle="modal" data-id="math2f40" data-target="#course-modal">
<td>MATH 2F40</td>
<td>Math Integrated with Computers & Applications II</td>
<td>Brock University</td>
<td>2012 / 2013</td>
</tr>
<tr data-toggle="modal" data-id="educ1f95" data-target="#course-modal">
<td>EDUC 1F95</td>
<td>Introduction to Foundations of Education</td>
<td>Brock University</td>
<td>2012 / 2013</td>
</tr>
<tr data-toggle="modal" data-id="chys2p15" data-target="#course-modal">
<td>CHYS 2P15</td>
<td>Principles of Service-Learning Practicum</td>
<td>Brock University</td>
<td>2012 / 2013</td>
</tr>
<tr data-toggle="modal" data-id="math1p40" data-target="#course-modal">
<td>MATH 1P40</td>
<td>Math Integrated with Computers & Applications I</td>
<td>Brock University</td>
<td>2011 / 2012</td>
</tr>
<tr data-toggle="modal" data-id="math1p02" data-target="#course-modal">
<td>MATH 1P02</td>
<td>Calculus Concepts II</td>
<td>Brock University</td>
<td>2011 / 2012</td>
</tr>
<tr data-toggle="modal" data-id="musi1f10" data-target="#course-modal">
<td>MUSI 1F10</td>
<td>Introduction to Classical Music</td>
<td>Brock University</td>
<td>2011 / 2012</td>
</tr>
<tr data-toggle="modal" data-id="math1p12" data-target="#course-modal">
<td>MATH 1P12</td>
<td>Linear Algebra I</td>
<td>Brock University</td>
<td>2011 / 2012</td>
</tr>
<tr data-toggle="modal" data-id="math1p01" data-target="#course-modal">
<td>MATH 1P01</td>
<td>Calculus Concepts I</td>
<td>Brock University</td>
<td>2011 / 2012</td>
</tr>
<tr data-toggle="modal" data-id="fren1f90" data-target="#course-modal">
<td>FREN 1F90</td>
<td>Intermediate French</td>
<td>Brock University</td>
<td>2011 / 2012</td>
</tr>
<tr data-toggle="modal" data-id="chys1f90" data-target="#course-modal">
<td>CHYS 1F90</td>
<td>Introduction to Child and Youth Studies</td>
<td>Brock University</td>
<td>2011 / 2012</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<!--Footer-->
<footer>
<div class="container-fluid text-center">
<div class="row top-space">
<span>
<a href="mailto:mh11wi@outlook.com" aria-label="Email"><i class="fa fa-envelope-o fa-2x"></i></a>
<a href="https://ca.linkedin.com/in/mh11wi" aria-label="LinkedIn" target="_blank"><i class="fa fa-linkedin fa-2x"></i></a>
<a href="https://github.com/mh11wi" aria-label="GitHub" target="_blank"><i class="fa fa fa-github fa-2x"></i></a>
<a href="https://twitter.com/mh11wi_tweets" aria-label="Twitter" target="_blank"><i class="fa fa fa-twitter fa-2x"></i></a>
</span>
</div>
<div class="row top-space">
<p><a href="/privacy-policy.html">Terms & Privacy Policy</a></p>
</div>
</div>
</footer>
</main>
<!--Modal-->
<div class="modal fade" id="course-modal" role="dialog" aria-label="Course Info">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h2 class="modal-title" id="courseName"></h2>
</div>
<div class="modal-body" id="courseDescription"></div>
<div class="modal-footer">
<button type="button" class="btn btn-default center-block" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</body>
</html>