-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
780 lines (741 loc) · 50.1 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
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
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Simon van de Fliert</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/personal-favicon.png" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.4/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<!-- Brand Name-->
<a class="navbar-brand" href="#page-top"> <img src="/assets/Color logo - no background.png" class="d-inline-block align-text-top" alt="Logo" width="300" height="80"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars ms-1"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ms-auto py-4 py-lg-0">
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link" href="#resume">Resume</a></li>
<li class="nav-item"><a class="nav-link" href="#portfolio">Portfolio</a></li>
<li class="nav-item"><a class="nav-link" href="#skills">Skills</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Masthead <button class="btn-1 button btn-primary btn-xl text-uppercase m-1" id="Contactbtn" href=""><span>Contact me</span></button> -->
<header class="masthead bg-image">
<div class="container pt-5 section-landing">
<div class="masthead-heading">Welcome to my Portfolio!</div>
<div class="masthead-subheading">My name is Simon van de Fliert</div>
<div class="masthead-subheading">An enthusiastic developer focused in AI and Tech</div>
<button id="fileRequest" class="btn-1 button btn-primary btn-xl text-uppercase m-1"><span>Get my CV</span></button>
<button class="btn-1 button btn-primary btn-xl text-uppercase m-1" type="button" onClick="document.getElementById('contact').scrollIntoView();"> <span>Contact me</span> </button>
</div>
</header>
<!-- About-->
<section class="page-section bg-light" id="about">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">About</h2>
<h3 class="section-subheading text-muted">This section gives a short description of my interests and experiences. </h3>
</div>
<ul class="timeline">
<li>
<div class="timeline-image"><img class="rounded-circle img-fluid" src="assets/img/about/noaa-0XUnd0bXqTE-unsplash.jpg" alt="International" /></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>International upbringing</h4>
</div>
<div class="timeline-body"><p class="text-muted">
Originally from the Netherlands, I have had the pleasure of living in Egypt and Jordan for 10 years of my pre-adolescent life. After 10 years we returned to the Netherlands, but the international drive has not left me, as I also
went on exchanges to the United Kingdom and Australia.
</p></div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image"><img class="rounded-circle img-fluid" src="assets/img/about/2.jpg" alt="..." /></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>A fascination for innovation and technology</h4>
</div>
<div class="timeline-body"><p class="text-muted">
During my time in university I developed a fascination for technology, especially innovative ideas, such as Microsoft's Hololens, Boston Dynamics robot, and Google's BERT classification models. I am particularly interested in the application
of these technologies, and I am fascinated in the potential the innovation brings.
</p></div>
</div>
</li>
<li>
<div class="timeline-image"><img class="rounded-circle img-fluid" src="assets/img/about/PSCM.jpg" alt="Panasonic Sport Change Makers Event" /></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4> A love for sports</h4>
</div>
<div class="timeline-body"><p class="text-muted">
Having a love for sports and a passion for football, I practiced football, basketball, waterpolo, weightlifting and boxing, just to name a few. I recently had the chance to adapt my passion into a project, working alongside friends
and Panasonic to design an innovative idea for the Olympic and Paralympic Games.
</p></div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image"><img class="rounded-circle img-fluid" src="assets/img/about/alex-knight-2EJCSULRwC8-unsplash.jpg" alt="..." /></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4>A captivation for Artificial Intelligence</h4>
</div>
<div class="timeline-body"><p class="text-muted">
After completing my Bachelor in Innovation Science, I spent a year abroad discovering new fields of science. One such field was Artificial Intelligence, which captivated me from the start. I am fascinated by the newest technologies within the field,
such as speech recognition, motion capture capabilites, or image recognition innovation and the ethical discussions and societal impact that come with it.
</p></div>
</div>
</li>
<li class="timeline-inverted">
<div class="timeline-image">
<h4>
Onward
<br />
to the next
<br />
adventure!
</h4>
</div>
</li>
</ul>
</div>
</section>
<!-- ======= Resume Section ======= -->
<section id="resume" class="resume" id="resume">
<div class="container">
<div class="section-title">
<h2>Resume</h2>
</div>
<div class="row">
<div class="col-lg-6" data-aos="fade-up">
<h3 class="resume-title">Summary</h3>
<div class="resume-item pb-0">
<h4>Simon van de Fliert</h4>
<p><em> International student fascinated by innovation, artificial intelligence, and sports. Experienced in both business and development, giving me a broad foundation to quickly identify, communicate
and design project requirements. Able to work in multinational groups or independently with focus and flexibility in order to reach the project goal.</em></p>
<ul>
<li>Harderwijk, Netherlands</li>
<li>(+31) 06-13356520</li>
<li>Simonfliert@hotmail.com</li>
</ul>
</div>
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4>Master of Science in Artificial Intelligence</h4>
<h5>Februari 2021 - April 2023</h5>
<p><em>Utrecht University, NL</em></p>
<p>After completing a pre-master Informatics, I obtained a broad foundation in the field of Artificial Intelligence. Adept in developing models using Python. Some followed courses
include Advanced Machine Learning, NLP, NLG and Multi-Agent Systems.
</p>
</div>
<div class="resume-item">
<h4>Bachelor of Arts & Information Science</h4>
<h5>September 2016 - July 2020</h5>
<p><em>Utrecht University, NL; Hull University, UK; University of Sydney, Australia;</em></p>
<p>Studying a Bachelor of Liberal Arts and Science provided me with a broad background in scientific writing and multi-disciplinairy thinking. Focused my studies on Information Sciences
, developing my perspective in business. Followed two exchange programs to Hull University and University of Sydney, following Computer Science and Business courses respectively.
</p>
</div>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<h3 class="resume-title">Latest Professional Experience</h3>
<div class="resume-item">
<h4>Data Science Thesis Internship</h4>
<h5>September 2022 - April 2023</h5>
<p><em>ARRIA NLG</em></p>
<ul>
<li>Cleaned and Prepared CACAPO dataset</li>
<li>Fine-tuned T5, T5-dutch, mT5, and BART models on CACAPO dataset</li>
<li>Conducted model diagnostics using XAI methods ECCO and BertViz</li>
</ul>
</div>
<div class="resume-item">
<h4>IT Operations Analyst</h4>
<h5>September 2021 - May 2023</h5>
<p><em>De Nederlandsche Bank (The Dutch Central Bank)</em></p>
<ul>
<li>Communicated with stakeholders to identify product requirements</li>
<li>Analyzed and presented crucial information to relevant stakeholders to progress the development of a new application</li>
<li>Obtained a thorough understanding of the internal workings of banking transactions</li>
</ul>
</div>
<div class="resume-item">
<h4>Internship - Innovation Lab</h4>
<h5>February 2021 - September 2021</h5>
<p><em>De Nederlandsche Bank (The Dutch Central Bank)</em></p>
<ul>
<li>Lead four projects as scrum master</li>
<li>Collaborated with others in developing products using Natural Language Processing (NLP) methods</li>
<li>Conducted a Process Mining proof-of-concept using Power BI and Disco</li>
<li>Cultivated operational relationships with internal DNB stakeholders</li>
</ul>
</div>
<!-- <div class="resume-item">
<h4>European Representative - 2020 Tokyo Olympic & Paralympic Games Panasonic Game Changers</h4>
<h5>2019 - 2021</h5>
<p><em>Panasonic, Various, WorldWide</em></p>
<ul>
<li>Designed a unique product to break barriers and make it easier for consumers to participate in the viewing of the Olympic Games.</li>
<li>Competed with university students across Europe, presented our project and won the right to become European Representative.</li>
<li>Work directly with Panasonic engineers and marketing teams to further develop, improve and envision the product. I am in charge alongside two other students in ensuring the idea to be developed into a prototype, which will be presented to the board of directors at the Olympic Games in 2021.</li>
<li>Presented our project to the head of Panasonic and leaders of IOC</li>
</ul>
</div>-->
</div>
</div>
</div>
</section>
<!-- End Resume Section -->
<!-- Portfolio Grid-->
<section class="page-section bg-light" id="portfolio">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Portfolio</h2>
<h3 class="section-subheading text-muted">Below are some of my most recent coding projects, both individual as course projects. This list will soon be expanded.</h3>
</div>
<div class="row">
<div class="col-lg-3 col-sm-6 mb-4">
<!-- Portfolio item 1-->
<div class="portfolio-item">
<a class="portfolio-link" data-bs-toggle="modal" href="#portfolioModal1">
<div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/MasterThesis.gif" alt="..." />
</a>
</div>
</div>
<div class="col-lg-3 col-sm-6 mb-4">
<!-- Portfolio item 1-->
<div class="portfolio-item">
<a class="portfolio-link" data-bs-toggle="modal" href="#portfolioModal2">
<div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/Lung Cancer.png" alt="..." />
</a>
</div>
</div>
<div class="col-lg-3 col-sm-6 mb-4">
<!-- Portfolio item 2-->
<div class="portfolio-item">
<a class="portfolio-link" data-bs-toggle="modal" href="#portfolioModal3">
<div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/Restaurant Recommendation.png" alt="..." />
</a>
</div>
</div>
<div class="col-lg-3 col-sm-6 mb-4">
<!-- Portfolio item 3-->
<div class="portfolio-item">
<a class="portfolio-link" data-bs-toggle="modal" href="#portfolioModal4">
<div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/Computer Vision.png" alt="..." />
</a>
</div>
</div>
<div class="col-lg-3 col-sm-6 mb-4">
<!-- Portfolio item 3-->
<div class="portfolio-item">
<a class="portfolio-link" data-bs-toggle="modal" href="#portfolioModal5">
<div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/Handwritten Digit Classification.png" alt="..." />
</a>
</div>
</div>
<div class="col-lg-3 col-sm-6 mb-4 mb-lg-0">
<!-- Portfolio item 4-->
<div class="portfolio-item">
<a class="portfolio-link" data-bs-toggle="modal" href="#portfolioModal6">
<div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/Reinforcement Learning.png" alt="..." />
</a>
</div>
</div>
<!-- Portfolio item 5-->
<!--
<div class="col-lg-4 col-sm-6 mb-4 mb-sm-0">
<div class="portfolio-item">
<a class="portfolio-link" data-bs-toggle="modal" href="#portfolioModal5">
<div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/Therapy.png" alt="..." />
</a>
</div>
</div>-->
<!-- Portfolio item 6-->
<!--
<div class="col-lg-4 col-sm-6">
<div class="portfolio-item">
<a class="portfolio-link" data-bs-toggle="modal" href="#portfolioModal6">
<div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/portfolio/Camping.png" alt="..." />
</a>
</div>
</div>-->
</div>
</div>
</section>
<!-- Skills Section-->
<section class="page-section" id="skills">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Skills</h2>
<h3 class="section-subheading text-muted">Below are some skills I have already picked up and continuing to develop, but I am always keen to learn more skills needed for the job.</h3>
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x skill-python"></i>
<i class="fab fa-python fa-stack-1x fa-inverse"></i>
</span>
<h4 class="my-3">Python</h4>
<p class="text-muted">One of the most used languages within Artificial Intelligence. Able to design, develop, train, and debug models used in prediction tasks such as NLP, NLG, and Speech Recognition. </p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x skill-HTML"></i>
<i class="fab fa-html5 fa-stack-1x fa-inverse"></i>
</span>
<h4 class="my-3">HTML5</h4>
<p class="text-muted">The markup language used to build a website. Capable of designing, creating, and manipulating a website from scratch.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x skill-css"></i>
<i class="fab fa-css3-alt fa-stack-1x fa-inverse"></i>
</span>
<h4 class="my-3">CSS3</h4>
<p class="text-muted">CSS3 is used to design the website, which is used in combination with HTML5 to develop user-friendly and attractive websites.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x skill-JS"></i>
<i class="fab fa-js-square fa-stack-1x fa-inverse"></i>
</span>
<h4 class="my-3">Javascript</h4>
<p class="text-muted">A language with many uses, but most well known for making static websites interactive.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x skill-Csharp"></i>
<i class="fa-stack-1x fa-inverse"> <img class="csharp-logo pt-3" src="/assets/Csharp.png" alt="C#"></i>
</span>
<h4 class="my-3">C# MVC</h4>
<p class="text-muted">A newly acquired skill, able to use C#'s classes and inheritance to develop full scale websites by combining HTML5, Javascript, CSS3 and C# together as cshtml. Primarily used to create model-view-controller applications.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<i class="fas fa-circle fa-stack-2x skill-BA"></i>
<i class="fas fa-user-tie fa-stack-1x fa-inverse"></i>
</span>
<h4 class="my-3">Business Analysis</h4>
<p class="text-muted">Expierenced with analyzing the needs of business and translating them into technical specifications. Able to think like a user and create user-friendly applications.</p>
</div>
</div>
</div>
</section>
<!-- End Skills section-->
<!-- Team-->
<!--
<section class="page-section bg-light" id="team">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Our Amazing Team</h2>
<h3 class="section-subheading text-muted">Lorem ipsum dolor sit amet consectetur.</h3>
</div>
<div class="row">
<div class="col-lg-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/team/1.jpg" alt="..." />
<h4>Parveen Anand</h4>
<p class="text-muted">Lead Designer</p>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-twitter"></i></a>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="col-lg-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/team/2.jpg" alt="..." />
<h4>Diana Petersen</h4>
<p class="text-muted">Lead Marketer</p>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-twitter"></i></a>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="col-lg-4">
<div class="team-member">
<img class="mx-auto rounded-circle" src="assets/img/team/3.jpg" alt="..." />
<h4>Larry Parker</h4>
<p class="text-muted">Lead Developer</p>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-twitter"></i></a>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-dark btn-social mx-2" href="#!"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-8 mx-auto text-center"><p class="large text-muted">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aut eaque, laboriosam veritatis, quos non quis ad perspiciatis, totam corporis ea, alias ut unde.</p></div>
</div>
</div>
</section> -->
<!-- Clients-->
<!--
<div class="py-5">
<div class="container">
<div class="row align-items-center">
<div class="col-md-3 col-sm-6 my-3">
<a href="#!"><img class="img-fluid img-brand d-block mx-auto" src="assets/img/logos/microsoft.svg" alt="..." /></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="#!"><img class="img-fluid img-brand d-block mx-auto" src="assets/img/logos/google.svg" alt="..." /></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="#!"><img class="img-fluid img-brand d-block mx-auto" src="assets/img/logos/facebook.svg" alt="..." /></a>
</div>
<div class="col-md-3 col-sm-6 my-3">
<a href="#!"><img class="img-fluid img-brand d-block mx-auto" src="assets/img/logos/ibm.svg" alt="..." /></a>
</div>
</div>
</div>
</div> -->
<!-- Contact-->
<section class="page-section" id="contact">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Contact Me</h2>
<h3 class="section-subheading text-light">Let's work together!</h3>
</div>
<form name="contact" method="POST" data-netlify="true" id="contactForm" data-netlify-recaptcha="true">
<div class="row align-items-stretch mb-5">
<div class="col-md-6">
<div class="form-group">
<!-- Name input-->
<input class="form-control" id="name" type="text" name="name" placeholder="Your Name" required/>
<div class="invalid-feedback" data-sb-feedback="name:required">A name is required.</div>
</div>
<div class="form-group">
<!-- Email address input-->
<input class="form-control" id="email" type="email" placeholder="Your Email" name="email" required/>
<div class="invalid-feedback" data-sb-feedback="email:required">An email is required.</div>
<div class="invalid-feedback" data-sb-feedback="email:email">Email is not valid.</div>
</div>
<div class="form-group mb-md-0">
<!-- Phone number input-->
<input class="form-control" id="phone" type="tel" placeholder="Your Phone" name="phone"/>
<div class="invalid-feedback" data-sb-feedback="phone:required">A phone number is required.</div>
</div>
</div>
<div class="col-md-6">
<div class="form-group form-group-textarea mb-md-0">
<!-- Message input-->
<textarea class="form-control" id="message" placeholder="Your Message" name="message" required></textarea>
<div class="invalid-feedback" data-sb-feedback="message:required">A message is required.</div>
</div>
</div>
<div>
<div class="mt-3" data-netlify-recaptcha="true"></div>
</div>
</div>
<button type="submit" class="btn-1 button btn-primary"><span>Submit</span> </button>
</form>
</div>
</section>
<!-- Footer-->
<footer class="footer py-4">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-4 text-lg-start">Copyright © Simon van de Fliert 2021</div>
<div class="col-lg-4 my-3 my-lg-0">
<a class="btn btn-social btn-primary mx-2" href="https://www.linkedin.com/in/simon-van-de-fliert" target="_blank"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-social btn-primary mx-2" href="https://github.com/SimonvdFliert" target="_blank"><i class="fab fa-github"></i></a>
</div>
<div class="col-lg-4 text-lg-end">
<a class="link-dark text-decoration-none me-3" href="#!">Privacy Policy</a>
<a class="link-dark text-decoration-none" href="#!">Terms of Use</a>
</div>
</div>
</div>
</footer>
<!-- Portfolio Modals-->
<!-- Portfolio item 1 modal popup-->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-bs-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project details-->
<h2 class="text-uppercase">A Master Thesis project in Natural Language Generation</h2>
<p class="item-intro text-muted">Performing Finetuning and model diagnostics on state of the art Transformers</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/MasterThesis.gif" alt="..." />
<p>This project finetunes the T5, T5-dutch, mT5, and BART Transformer models on the CACAPO dataset, after which model diagnostics are conducted.
</p>
<button onclick= "Thesis_Code()" class="btn-1 button btn-primary"><span>Go to Code</span></button>
<button class="btn-1 button btn-primary" data-bs-dismiss="modal" type="button">
<span> <i class="fas fa-times me-1"></i> Close Project</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio item 1 modal popup-->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-bs-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project details-->
<h2 class="text-uppercase">Lung Cancer Prediction</h2>
<p class="item-intro text-muted">Building models to predict oncoming lung cancer amongst patients</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/Lung Cancer.png" alt="..." />
<p>This project imports a Kaggle Dataset, analyses, cleans and prepares the data for modelling. Four models are tested on performance, afterwhich
more in-depth research is done on the performance of the dataset.
</p>
<button onclick= "LungCancer_Code()" class="btn-1 button btn-primary"><span>Go to Code</span></button>
<button class="btn-1 button btn-primary" data-bs-dismiss="modal" type="button">
<span> <i class="fas fa-times me-1"></i> Close Project</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio item 2 modal popup-->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-bs-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body bg-light">
<!-- Project details-->
<h2 class="text-uppercase">Restaurant Recommender</h2>
<p class="item-intro text-muted">Recommending restaurants based on area, price, cuisine, and atmosphere.</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/Restaurant Recommendation.png" alt="..." />
<p>
For the course Methods in AI Research at Utrecht University students were tasked with building a goal-based dialogue system. A data set was given,
and based on this data a restaurant recommendation system was built. This project was conducted by four different students. The course took 10 weeks,
in which 4 weeks were dedicated to coding and 4 weeks dedicated to writing a paper. Note that the input for area is limited to {North, East, South, West},
the input for price to {cheap, moderate, expensive}.
</p>
<button onclick= "Restaurant_Code()" class="btn-1 button btn-primary">
<span> Go to Code</span>
</button>
<button class="btn-1 button btn-primary" data-bs-dismiss="modal" type="button">
<span> <i class="fas fa-times me-1"></i> Close Project</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio item 3 modal popup-->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-bs-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body bg-light">
<!-- Project details-->
<h2 class="text-uppercase">Transforming videos to voxel models</h2>
<p class="item-intro text-muted">A course project for the masters course Computer Vision</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/Computer Vision.png" alt="..." />
<p>For the course Computer Vision at Utrecht University students were given a dataset containing several cameras. Using OpenCV and C++, we were tasked with calculating the intrinsic and extrinsic parameters of the cameras,
afterwhich we seperated a video in a foreground and background by highlighting changes in between videos. Using this mask, we created a voxel model and have been able to track the voxel models moving around using K-means clustering.
</p>
<!-- <button class="btn-1 button btn-primary" data-bs-dismiss="modal" type="button">
<span>Go to Project </span>
</button>-->
<button onclick= "Computer_Vision_Voxels_Assignment_Code()" class="btn-1 button btn-primary">
<span> Go to Code</span>
</button>
<button onclick= "Computer_Vision_Video()" class="btn-1 button btn-primary">
<span> Demo Video</span>
</button>
<button class="btn-1 button btn-primary" data-bs-dismiss="modal" type="button">
<span><i class="fas fa-times me-1"></i> Close Project</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio item 4 modal popup-->
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-bs-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body bg-light">
<!-- Project details-->
<h2 class="text-uppercase">Analysis of Handwritten Digits</h2>
<p class="item-intro text-muted">A course project for the masters course Pattern Recognition</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/Handwritten Digit Classification.png" alt="..." />
<p>For the course Pattern Recognition at Utrecht University students were tasked with modelling a data set containing 42000 handwritten digits and
perform an exploratory analysis on the data set. Following this analysis, a multinomial logit model is fit on the features and analysed with an accuracy report.
Then three classification methods, a regularized multinomial logit model, a support vector machine model, and a feed-forward network are analysed. Cross-validation is used
to identify the optimal parameters, with which the models are trained. The methods are compared with a 5x2cv t-test and individual accuracy reports.</p>
<!-- <button class="btn-1 button btn-primary" data-bs-dismiss="modal" type="button">
<span>Go to Project </span>
</button>-->
<button onclick= "Pattern_Recognition_Assignment_Code()" class="btn-1 button btn-primary">
<span> Go to Code</span>
</button>
<button class="btn-1 button btn-primary" data-bs-dismiss="modal" type="button">
<span><i class="fas fa-times me-1"></i> Close Project</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio item 5 modal popup-->
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-bs-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body bg-light">
<!-- Project details-->
<h2 class="text-uppercase">Reinforcement Learning</h2>
<p class="item-intro text-muted">Course exercises for the masters course Advanced Machine Learning</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/Reinforcement Learning.png" alt="..." />
<p>For the course Advanced Machine Learning at Utrecht University students were tasked with completing several smaller exercises to develop an
understanding of the material. In total this project will consist of four smaller coding exercises, where topics such as Multi-armed bandits, Policy gradient
methods, Structural Causal Models and the PC algorithm have been discussed.</p>
<button onclick= "Advanced_Machine_Learning_Code()" class="btn-1 button btn-primary">
<span> Go to Code</span>
</button>
<button class="btn-1 button btn-primary" data-bs-dismiss="modal" type="button">
<span><i class="fas fa-times me-1"></i> Close Project </span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio item 5 modal popup-->
<!--<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-bs-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">-->
<!-- Project details-->
<!--
<h2 class="text-uppercase">Project Name</h2>
<p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/Therapy.png" alt="..." />
<p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p>
<button class="btn-1 button btn-primary" data-bs-dismiss="modal" type="button">
<span>Go to Project </span>
</button>
<button class="btn-1 button btn-primary" data-bs-dismiss="modal" type="button">
<span>Go to Code</span>
</button>
<button class="btn-1 button btn-primary" data-bs-dismiss="modal" type="button">
<span> <i class="fas fa-times me-1"></i> Close Project</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>-->
<!-- Portfolio item 6 modal popup-->
<!-- <div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-bs-dismiss="modal"><img src="assets/img/close-icon.svg" alt="Close modal" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">-->
<!-- Project details-->
<!--
<h2 class="text-uppercase">Project Name</h2>
<p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p>
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/Camping.png" alt="..." />
<p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p>
<button class="btn-1 button btn-primary" data-bs-dismiss="modal" type="button">
<span>Go to Project </span>
</button>
<button class="btn-1 button btn-primary" data-bs-dismiss="modal" type="button">
<span>Go to Code</span>
</button>
<button class="btn-1 button btn-primary" data-bs-dismiss="modal" type="button">
<span><i class="fas fa-times me-1"></i> Close Project </span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>-->
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>