This repository has been archived by the owner on Dec 26, 2024. It is now read-only.
forked from HPQC-LABS/HPQC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lectures.html
637 lines (580 loc) · 25.1 KB
/
lectures.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
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>HPQC Labs: High Performance & Quantum Computing</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap"
rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="lectures.css" rel="stylesheet" type="text/css" media="all" />
<!--<link href="lectures.html" rel="stylesheet" type="text/css" media="all" />-->
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
<link href="Plugins/AOS/aos.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="Plugins/Slider/slick.css" />
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="shortcut icon" href="images/favicon.ico" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
</head>
<body>
<!--See comments about Nav bar in index.html-->
<div id="menu">
<div class="navbar-toggle" id="navbar-toggle">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<a href="index.html" class="logo">
<img src="images/HPQC_Labs.svg" class="logoImg">
<span class="logoTxt">HPQC Labs</span>
</a>
<ul class="main-nav" id="main-nav">
<li><a href="index.html" accesskey="1" title="">Homepage</a></li>
<li><a href="people.html" accesskey="2" title="">People</a></li>
<li><a href="https://github.com/HPQC-LABS" accesskey="3" title="">Research</a></li>
<li><a href="by-laws.html" accesskey="4" title="">By-laws</a></li>
<li class="dropmenu">
<div class="current_page_item"><a class="dropbtn" accesskey="6" id="selection" title="">Resources</a>
</div>
<div class="content">
<a href="lectures.html" title="">Lectures</a>
<a href="LaTeX.html">LaTeX Setup</a>
</div>
</li>
<li><a href="college.html" accesskey="5" title="">HPQC College</a></li>
</ul>
</div>
<div id="banner"> </div>
<div id="featured">
<div class="container">
<div class="title">
<h2>2021 Lecture Series</h2><br>
<a href="lectures/LectureFlyer.pdf"> View/Download Schedule</a><br>
<!--Template design for upcoming lectures-->
<div class="container2" id="cont" data-aos="fade-up">
<h2 id="upcoming">Upcoming Lectures</h2><br>
<div class="card">
<!--Slider contains all bios in the slide carnival plugin-->
<div class="slider1">
<!--Item contains individual card entry-->
<div class="item">
<div class="itemInner" id="LZRow">
<div class="cardFace cardFaceFront">
<!--Contains card content on the front-->
<div class="frontContent">
<img src="images/flip-icon-29.jpg" class="flipImg">
<img src="images/LeonardZgrablic.png" alt="" class="lecImg2" id="img">
<h4>Leonard Zgrablic</h4>
<p>
<b>Lecture Date:</b> 14 Apr <br>
<small>
BSc, BCS University of Waterloo <br>
Software Developer at Google
</small>
</p>
</div>
</div>
<!--Contains card content on the back-->
<div class="cardFace cardFaceBack">
<div class="cardContent">
<div class="cardHeader">
<img src="images/LeonardZgrablic.png" alt="" class="lecImg2" id="img">
<h2>Leonard Zgrablic</h2>
</div>
<div class="cardBody">
<h3>About</h3>
<p>
Leonard Zgrablic is a Software Engineer at Google, working on the
Stadia Controller
firmware. Previously he held Software Engineering positions at
Arista Networks,
Clearpath, and Blackberry.<br><br>
Zgrablic also had a successful career as an actor, director, and
writer, having won
multiple awards. He was in the cast of Stiffs on the Green (2011),
The Cult (2012),
and was listed as one of the lead stars in Catalyst (2015)
<br> <br>
<!--Extra Contact information (only google scholar is visible for now)-->
<!--<b>Contact:</b>-->
</p>
<!--
<a href="https://www.linkedin.com/in/zgrablic/" target="_blank"><img
src="images/linkedin-square.svg" class="contactLogo"></a>-->
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="itemInner" id="AORow">
<div class="cardFace cardFaceFront">
<div class="frontContent">
<img src="images/flip-icon-29.jpg" class="flipImg">
<img src="images/AhmedOmran.png" alt="" class="lecImg2" id="img">
<h4>Dr. Ahmed Omran</h4>
<p>
<b>Lecture Date:</b> 12 May <br>
<small>
PhD LMU Munich (Germany) <br>
Artificial Intelligence Researcher at Google
</small>
</p>
</div>
</div>
<div class="cardFace cardFaceBack">
<div class="cardContent">
<div class="cardHeader">
<img src="images/AhmedOmran.png" alt="" class="lecImg2" id="img">
<h2>Dr. Ahmed Omran</h2>
</div>
<div class="cardBody">
<h3>About</h3>
<p>
Dr. Ahmed Omran is an Artificial Intelligence resident at
Google.<br>
Dr. Omran previously worked at Harvard University in the Physics
Department, and as
a Research Consultant for QuEra Computing in Boston. His PhD is from
LMU Munich
where he also worked at the Max Planck Institute of Quanum Optics.
He also holds
Bachelor's and Master's degrees from TU Munich.<br><br>
Dr. Omran has 3 publications in Nature, 3 publications in Science,
and 5
publications in Physical Review Letters as of January 2021 and 100%
all of his
publications prior to 2020 have over 100 citations. His paper with
Mikhail Lukin
involving an in-house 51-qubit programmable quantum computer reached
1000 citations
on Google Scholar after 3 years.
<br> <br>
<b>Contact:</b>
</p>
<!-- <a href="https://www.linkedin.com/in/briannekent/" target="_blank"><img
src="images/linkedin-square.svg" class="contactLogo"></a>
<a href="https://twitter.com/Brianne_Kent" target="_blank"><img
src="images/twitter-round.svg" class="contactLogo"></a>
<a href="mailto:brianne.a.kent@gmail.com" target="_blank"><img
src="images/envelope-line.svg" class="contactLogo" id="email"></a> -->
<a href="https://scholar.google.com/citations?user=JzVWTVMAAAAJ"
target="_blank"><img src="images/google-scholar.svg"
class="contactLogo" id="scholar"></a>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="itemInner" id="GLRow">
<div class="cardFace cardFaceFront">
<div class="frontContent">
<img src="images/flip-icon-29.jpg" class="flipImg">
<img src="images/GenevieveLaurier.png" alt="" class="lecImg2" id="img">
<h4>Genevieve Laurier</h4>
<p>
<b>Lecture Date:</b> 16 Jun <br>
<small>
MSc Oxford University (UK) <br>
Managing Director at The Social Innovation Partnership
</small>
</p>
</div>
</div>
<div class="cardFace cardFaceBack">
<div class="cardContent">
<div class="cardHeader">
<img src="images/GenevieveLaurier.png" alt="" class="lecImg2" id="img">
<h2>Genevieve Laurier</h2>
</div>
<div class="cardBody">
<h3>About</h3>
<p>
Genevieve Laurier is the Managing Director at The Social Innovation
Partnership,
having previously been Director of Delivery and Impact, Head of
Delivery and Impact,
and Acting Head of Impact and Evaluation. <br><br>
Laurier was also previously the President of Oxford Hub, which had
over 5000
individual members and 80 institutional members.<br><br>
Laurier holds an MSc from Oxford University where she wrote a thesis
about sexual
minority topics in the sex education at schools, and a bachelor's
degree in PPE,
also at Oxford University.
<br> <br>
<b>Contact:</b>
</p>
<a href="https://www.linkedin.com/in/genevieve-laurier-2556243a/"
target="_blank"><img src="images/linkedin-square.svg"
class="contactLogo"></a>
<a href="https://twitter.com/glaurier" target="_blank"><img
src="images/twitter-round.svg" class="contactLogo"></a>
<a href="mailto:genevieve.laurier@tsip.co.uk" target="_blank"><img
src="images/envelope-line.svg" class="contactLogo" id="email"></a>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="itemInner" id="LZRow">
<div class="cardFace cardFaceFront">
<div class="frontContent">
<img src="images/flip-icon-29.jpg" class="flipImg">
<img src="images/LeonardZgrablic.png" alt="" class="lecImg2" id="img">
<h4>Leonard Zgrablic</h4>
<p>
<b>Lecture Date:</b> 14 Apr <br>
<small>
BSc, BCS University of Waterloo <br>
Software Developer at Google
</small>
</p>
</div>
</div>
<div class="cardFace cardFaceBack">
<div class="cardContent">
<div class="cardHeader">
<img src="images/LeonardZgrablic.png" alt="" class="lecImg2" id="img">
<h2>Leonard Zgrablic</h2>
</div>
<div class="cardBody">
<h3>About</h3>
<p>
Leonard Zgrablic is a Software Engineer at Google, working on the
Stadia Controller
firmware. Previously he held Software Engineering positions at
Arista Networks,
Clearpath, and Blackberry.<br><br>
Zgrablic also had a successful career as an actor, director, and
writer, having won
multiple awards. He was in the cast of Stiffs on the Green (2011),
The Cult (2012),
and was listed as one of the lead stars in Catalyst (2015)
<br> <br>
<!-- <b>Contact:</b> -->
</p>
<!-- <a href="https://www.linkedin.com/in/zgrablic/" target="_blank"><img
src="images/linkedin-square.svg" class="contactLogo"></a> -->
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="itemInner" id="AORow">
<div class="cardFace cardFaceFront">
<div class="frontContent">
<img src="images/flip-icon-29.jpg" class="flipImg">
<img src="images/AhmedOmran.png" alt="" class="lecImg2" id="img">
<h4>Dr. Ahmed Omran</h4>
<p>
<b>Lecture Date:</b> 12 May <br>
<small>
PhD LMU Munich (Germany) <br>
Artificial Intelligence Researcher at Google
</small>
</p>
</div>
</div>
<div class="cardFace cardFaceBack">
<div class="cardContent">
<div class="cardHeader">
<img src="images/AhmedOmran.png" alt="" class="lecImg2" id="img">
<h2>Dr. Ahmed Omran</h2>
</div>
<div class="cardBody">
<h3>About</h3>
<p>
Dr. Ahmed Omran is an Artificial Intelligence resident at
Google.<br>
Dr. Omran previously worked at Harvard University in the Physics
Department, and as
a Research Consultant for QuEra Computing in Boston. His PhD is from
LMU Munich
where he also worked at the Max Planck Institute of Quanum Optics.
He also holds
Bachelor's and Master's degrees from TU Munich.<br><br>
Dr. Omran has 3 publications in Nature, 3 publications in Science,
and 5
publications in Physical Review Letters as of January 2021 and 100%
all of his
publications prior to 2020 have over 100 citations. His paper with
Mikhail Lukin
involving an in-house 51-qubit programmable quantum computer reached
1000 citations
on Google Scholar after 3 years.
<br> <br>
<b>Contact:</b>
</p>
<!-- <a href="https://www.linkedin.com/in/ahmed-omran-5a1933129/"
target="_blank"><img src="images/linkedin-square.svg"
class="contactLogo"></a>
<a href="mailto:aomran@fas.harvard.edu" target="_blank"><img
src="images/envelope-line.svg" class="contactLogo" id="email"></a> -->
<a href="https://scholar.google.com/citations?user=ZkF5QKcAAAAJ&hl=en"
target="_blank"><img src="images/google-scholar.svg"
class="contactLogo" id="scholar"></a>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="itemInner" id="GLRow">
<div class="cardFace cardFaceFront">
<div class="frontContent">
<img src="images/flip-icon-29.jpg" class="flipImg">
<img src="images/GenevieveLaurier.png" alt="" class="lecImg2" id="img">
<h4>Genevieve Laurier</h4>
<p>
<b>Lecture Date:</b> 16 Jun <br>
<small>
MSc Oxford University (UK) <br>
Managing Director at The Social Innovation Partnership
</small>
</p>
</div>
</div>
<div class="cardFace cardFaceBack">
<div class="cardContent">
<div class="cardHeader">
<img src="images/GenevieveLaurier.png" alt="" class="lecImg2" id="img">
<h2>Genevieve Laurier</h2>
</div>
<div class="cardBody">
<h3>About</h3>
<p>
Genevieve Laurier is the Managing Director at The Social Innovation
Partnership,
having previously been Director of Delivery and Impact, Head of
Delivery and Impact,
and Acting Head of Impact and Evaluation. <br><br>
Laurier was also previously the President of Oxford Hub, which had
over 5000
individual members and 80 institutional members.<br><br>
Laurier holds an MSc from Oxford University where she wrote a thesis
about sexual
minority topics in the sex education at schools, and a bachelor's
degree in PPE,
also at Oxford University.
<br> <br>
<!-- <b>Contact:</b> -->
</p>
<!-- <a href="https://www.linkedin.com/in/genevieve-laurier-2556243a/"
target="_blank"><img src="images/linkedin-square.svg"
class="contactLogo"></a>
<a href="https://twitter.com/glaurier" target="_blank"><img
src="images/twitter-round.svg" class="contactLogo"></a>
<a href="mailto:genevieve.laurier@tsip.co.uk" target="_blank"><img
src="images/envelope-line.svg" class="contactLogo" id="email"></a> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Template design for past lectures-->
<div class="lecColumn" data-aos="fade-up">
<p id="lecHeader"><b>Past Lectures</b></p>
<div class="lecRow" id="TDRow">
<img src="images/ThomasDimson.png" class="lecImg">
<div class=lecTxt>
<h3>Thomas Dimson</h3>
<p>
<b>Lecture Date:</b> 10 Feb <br>
<small>
MSc Stanford University (USA) <br>
Director of Engineering at Instagram
</small>
</p>
</div>
<div class="arrow" id="TDArrow"></div>
</div>
<div class="moreInfo" id="TDInfo">
<div class="description" id="TDDesc">
<p>
Thomas Dimson was one of the first 40 employees at Instagram, back in 2013 when the app
was still new. He is the original author of "the algorithm" at Instagram, and was the
brain behind how feeds and stories work. He invented Hyperlapse, which is the app that
was used for the filming of the music video for "Centuries" by Fall Out Boy. He also
invented Instagram products such as stories polling sticker, and emogineering. In 2015
he was named one of the top 10 most creative people in business worldwide, and in 2018
he was promoted from Principal Engineer to Director of Engineering at Instagram.<br><br>
Dimson earned his MSc in CS from Stanford University, where he specialized in Artificial
Intelligence, Natural Language Processing, and Data Mining. Prior to that he earned a
triple-degree in Applied Math, Computer Science, and Pure Math at University of
Waterloo, and worked at Amazon, Bloomberg L.P. and the Perimeter Institute for
Theoretical Physics.<br><br>
Dimson has over 30 US patents listed on Google Scholar as of January 2021, and several
of his publications and patents have acquired an unusually high number of citations.
<br> <br>
<b>Contact:</b>
</p>
<!-- <a href="https://www.instagram.com/thomas/" target="_blank"><img src="images/instagram.svg"
class="contactLogo"></a>
<a href="https://www.linkedin.com/in/thomasdimson/" target="_blank"><img
src="images/linkedin-square.svg" class="contactLogo"></a>
<a href="https://github.com/turtlesoupy/" target="_blank"><img src="images/github.svg"
class="contactLogo"></a>
<a href="https://twitter.com/turtlesoupy" target="_blank"><img
src="images/twitter-round.svg" class="contactLogo"></a>
<a href="mailto:contact@thomasdimson.com" target="_blank"><img
src="images/envelope-line.svg" class="contactLogo"></a> -->
<a href="https://scholar.google.com/citations?user=5oxoN_IAAAAJ" target="_blank"><img
src="images/google-scholar.svg" class="contactLogo" id="scholar"></a>
</div>
</div>
<div class="lecRow" id="EBRow">
<img src="images/EvanBrowning.png" class="lecImg">
<div class=lecTxt>
<h3>Evan Browning</h3>
<p>
<b>Lecture Date:</b> 24 Feb <br>
<small>
BSc University of Toronto <br>
Senior Software Engineer at Netflix
</small>
</p>
</div>
<div class="arrow" id="EBArrow"></div>
</div>
<div class="moreInfo" id="EBInfo">
<div class="description" id="EBDesc">
<p>
Evan Browning joined the virtual reality team at Facebook in July
2020, after 5
years as a Senior Software Engineer at Netflix.<br><br>
Browning completed his computer science degree at University of
Toronto, where he
also worked as a researcher, and held a job as a GIS Analyst at
Ontario's Ministry
of Natural Resources.
<br> <br>
<!-- <b>Contact:</b> -->
</p>
<!-- <a href="https://www.linkedin.com/in/evan-browning/"
target="_blank"><img src="images/linkedin-square.svg"
class="contactLogo"></a>
<a href="mailto:browning.evan@gmail.com" target="_blank"><img
src="images/envelope-line.svg" class="contactLogo" id="email"></a> -->
</div>
</div>
<div class="lecRow" id="BKRow">
<img src="images/BrianneKent.png" class="lecImg">
<div class=lecTxt>
<h3>Dr. Brianne Kent</h3>
<p>
<b>Lecture Date:</b> 10 Mar <br>
<small>
PhD Cambridge University (UK) <br>
Professor at Simon Fraser University
</small>
</p>
</div>
<div class="arrow" id="BKArrow"></div>
</div>
<div class="moreInfo" id="BKInfo">
<div class="description" id="BKDesc">
<p>
Dr. Brianne Kent is a professor at Simon Fraser University, where
she runs the
Translational Neuroscience Lab and studies how disprupted sleep can
contribute to
memory loss in people with Alzheimer's patients. She currently sits
on the Governing
Council of the Canadian Institutes of Health Research.<br><br>
Dr. Kent was previously a research fellow at Harvard Medical School,
and held a
postdoctoral position at UBC funded by three simultaneous
fellowships including the
extremely prestigious Banting Fellowship. She completed her PhD in
neuroscience from
Cambridge University where she was a Gates Scholar, and also holds
degrees from Yale
University and Simone Fraser University.<br><br>
Dr. Kent has published many papers in scientific journals, and as of
January 2021
has a Google Scholar h-index of 20.
<br> <br>
<b>Contact:</b>
</p>
<a href="https://www.linkedin.com/in/briannekent/" target="_blank"><img
src="images/linkedin-square.svg" class="contactLogo"></a>
<a href="https://twitter.com/Brianne_Kent" target="_blank"><img
src="images/twitter-round.svg" class="contactLogo"></a>
<a href="mailto:brianne.a.kent@gmail.com" target="_blank"><img
src="images/envelope-line.svg" class="contactLogo" id="email"></a>
<a href="https://scholar.google.com/citations?user=JzVWTVMAAAAJ"
target="_blank"><img src="images/google-scholar.svg"
class="contactLogo" id="scholar"></a>
</div>
</div>
</div>
</div>
<!-- <span style="display:block; margin-top:-37px;"> <h2><p style="color:white">a<br>a<br>a</p></h2></span> -->
<div id="copyright" class="container" , style="background:#79C255" ;>
<p>© HPQC Labs. All rights reserved. </p>
</div>
<!--Initializing js files used-->
<script type="text/javascript" src="main.js"></script>
<script type="text/javascript" src="lectures.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script type="text/javascript"
src="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
<script>
//Toggles the number of items displayed in slideshow depending on the screen width
var size = window.matchMedia("(min-width: 975px)")
function sizeToggle(x) {
if (size.matches) {
$(".slider1").slick({
//Given Settings for slideshow
arrows: true,
nextArrow: '<button type="button" class="slick-next"><div class="arrowRight"></div></button>',
prevArrow: '<button type="button" class="slick-prev"><div class="arrowLeft"></button>',
infinite: true,
centerMode: true,
centerPadding: '60px',
slidesToShow: 3,
autoplay: true,
autoplaySpeed: 5000,
slidesToScroll: 3
});
}
else {
$(".slider1").slick({
arrows: true,
nextArrow: '<button type="button" class="slick-next"><div class="arrowRight"></div></button>',
prevArrow: '<button type="button" class="slick-prev"><div class="arrowLeft"></button>',
infinite: true,
centerMode: true,
slidesToShow: 1
});
}
}
//Checks website to see if the width ever changes
sizeToggle(size)
size.addListener(sizeToggle)
</script>
<!--Initializing js files used-->
<script src="Plugins/AOS/aos.js"></script>
<script type="text/javascript" src="Plugins/Slider/slick.min.js"></script>
<!--Initializes AOS script which is used to animate divs apppearing when scrolling down-->
<script>
AOS.init();
</script>
</body>
</html>