-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
679 lines (631 loc) · 36.4 KB
/
Copy pathindex.html
File metadata and controls
679 lines (631 loc) · 36.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Caide Spriestersbach</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/icon.png" rel="icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: iPortfolio
* Template URL: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/
* Updated: Jun 29 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body class="index-page">
<header id="header" class="header dark-background d-flex flex-column">
<i class="header-toggle d-xl-none bi bi-list"></i>
<div class="profile-img">
<img
src="assets/img/IMG_1618-208x237.JPG"
srcset="
assets/img/IMG_1618-208x237.JPG 208w
"
sizes="(max-width: 208) 208px, 104px"
alt=""
class="img-fluid rounded-circle"
loading="lazy">
</div>
<a href="index.html" class="logo d-flex align-items-center justify-content-center">
<h1 class="sitename">Caide Spriestersbach</h1>
</a>
<div class="social-links text-center">
<a href="https://www.facebook.com/people/Caide-Spries/pfbid0wX2iQ747i6k5oKukVk25o5d5boBHzWP5YQiD7k1DKU8McY1CVg2zqi4bDfvC3k5Yl/"
class="facebook"><i class="bi bi-facebook"></i></a>
<a href="https://www.linkedin.com/in/caide-spriestersbach-a057aa279/" class="linkedin"><i
class="bi bi-linkedin"></i></a>
<a href="https://github.com/CaideSpries" class="github"><i class="bi bi-github"></i></a>
</div>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="#hero" class="active"><i class="bi bi-house navicon"></i>Home</a></li>
<li><a href="#about"><i class="bi bi-person navicon"></i> About</a></li>
<li><a href="#skills"><i class="bi bi-bar-chart-steps navicon"></i> Skills</a></li>
<li><a href="#resume"><i class="bi bi-file-earmark-text navicon"></i> Resume</a></li>
<li><a href="#portfolio"><i class="bi bi-briefcase navicon"></i> Portfolio</a></li>
<li><a href="#education"><i class="bi bi-book navicon"></i> Education</a></li>
</ul>
</nav>
</header>
<main class="main">
<!-- Hero Section -->
<section id="hero" class="hero section dark-background">
<img
src="assets/img/front_page/front-page-300x225.jpg"
srcset="
assets/img/front_page/front-page-300x225.jpg 300w,
assets/img/front_page/front-page-721x541.jpg 721w,
assets/img/front_page/front-page-1086x815.jpg 1086w,
assets/img/front_page/front-page-1410x1058.jpg 1410w,
assets/img/front_page/front-page-1620x1215.jpg 1620w,
assets/img/front_page/front-page-1720x1290.jpg 1720w,
assets/img/front_page/front-page-1980x1485.jpg 1980w,
assets/img/front_page/front-page-2200x1650.jpg 2200w,
assets/img/front_page/front-page-2410x1808.jpg 2410w,
assets/img/front_page/front-page-2600x1950.jpg 2600w,
assets/img/front_page/front-page-2780x2085.jpg 2780w,
assets/img/front_page/front-page-2940x2205.jpg 2940w,
assets/img/front_page/front-page-3100x2325.jpg 3100w,
assets/img/front_page/front-page-3250x2438.jpg 3250w,
assets/img/front_page/front-page-3390x2543.jpg 3390w,
assets/img/front_page/front-page-3530x2648.jpg 3530w,
assets/img/front_page/front-page-3660x2745.jpg 3660w,
assets/img/front_page/front-page-3790x2843.jpg 3790w,
assets/img/front_page/front-page-3910x2933.jpg 3910w,
assets/img/front_page/front-page-4032x3024.jpg 4032w
"
sizes="
(max-width: 300px) 300px,
(max-width: 1024px) 100vw,
(max-width: 1410px) 1410px,
(max-width: 1620px) 1620px,
(max-width: 1720px) 1720px,
(max-width: 1980px) 1980px,
(max-width: 2200px) 2200px,
(max-width: 2410px) 2410px,
(max-width: 2600px) 2600px,
(max-width: 2780px) 2780px,
(max-width: 2940px) 2940px,
(max-width: 3100px) 3100px,
(min-width: 3200px) 4032px
"
alt=""
data-aos="fade-in"
class="aos-init aos-animate"
loading="lazy">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<h2>Caide Marc Spriestersbach</h2>
<p>I am a <span class="typed" data-typed-items="Engineer,Developer,Problem Solver"></span></p>
</div>
</section><!-- /Hero Section -->
<!-- About Section -->
<section id="about" class="about section">
<div class="container section-title" data-aos="fade-up">
<h2>About</h2>
</div>
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4 justify-content-center">
<div class="col-lg-4">
<img
src="assets/img/candid/headshot_prof_w_296.webp"
srcset="
assets/img/candid/headshot_prof_w_296.webp 296w,
assets/img/candid/headshot_prof_w_486.webp 486w,
assets/img/candid/headshot_prof_w_651.webp 651w,
assets/img/candid/headshot_prof_w_891.webp 891w,
assets/img/candid/headshot_prof_w_991.webp 991w,
assets/img/candid/headshot_prof_w_1176.webp 1176w,
assets/img/candid/headshot_prof_w_1344.webp 1344w,
assets/img/candid/headshot_prof_w_1378.webp 1378w
"
sizes="
(max-width: 300px) 296px,
(max-width: 486px) 486px,
(max-width: 651px) 651px,
(max-width: 891px) 891px,
(max-width: 991px) 991px,
(max-width: 1176px) 1176px,
(max-width: 1344px) 1344px,
(min-width: 1345px) 1378px,
100vw
"
alt="Headshot"
class="img-fluid"
loading="lazy">
</div>
<div class="col-lg-8 content">
<h2>Electrical & Computer Engineer</h2>
<p class="fst-italic">
Hello! I’m Caide Marc Spriestersbach, a qualified Electrical and Computer Engineer from the
University of Cape Town (UCT). I recently completed my Bachelor of Science in Engineering with a
focus on electrical and computer engineering, and I’m eager to leverage my diverse skills to
make a meaningful impact in the world.
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Birth Year:</strong> <span>2001</span>
</li>
<li><i class="bi bi-chevron-right"></i> <strong>City:</strong> <span>Cape Town, South Africa</span>
</li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Email:</strong> <span>caidespries1@gmail.com</span>
</li>
<li><i class="bi bi-chevron-right"></i> <strong>LinkedIn:</strong> <span><a
href="https://www.linkedin.com/in/caide-spriestersbach-a057aa279/">Caide Marc Spriestersbach</a></span>
</li>
</ul>
</div>
</div>
<p class="fst-italic">
Originally from Johannesburg, South Africa, my journey began at Hilton College and Bishops
Diocesan College, where I graduated in 2019. Since then, I’ve honed my abilities in
problem-solving, critical thinking, and collaboration—skills that are key to navigating the
challenges of today’s fast-paced world. I’m driven by the opportunity to explore and create
solutions that challenge the status quo.
</p>
<p class="fst-italic">
Throughout my academic career, I developed a strong foundation in engineering principles,
supported by a sharp aptitude for mathematics and technical analysis. These tools, combined with
my ability to learn quickly and communicate effectively, have prepared me to tackle complex
projects with a forward-thinking mindset.
</p>
<p class="fst-italic">
Outside of academics, I enjoy recreational fishing, running, and working out at the gym. Music
has always been a significant part of my life—I played the saxophone for many years and enjoy a
broad range of genres.
</p>
<p class="fst-italic">
Looking ahead, I’m excited to apply my skills and approach to solving real-world challenges. I
am always seeking new opportunities to think outside the box, take on calculated risks, and
create solutions that meet the evolving needs of the world around me.
</p>
</div>
</div>
</div>
</section><!-- /About Section -->
<!-- Skills Section -->
<section id="skills" class="skills section light-background">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Skills</h2>
<p>A summary of my technical and professional skills are presented below:</p>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row skills-content">
<div class="col-lg-6">
<ul class="skills-list">
<li><i class="bi bi-chevron-right"></i> <strong>Problem Solving</strong></li>
<li><i class="bi bi-chevron-right"></i> <strong>Attention to detail</strong></li>
<li><i class="bi bi-chevron-right"></i> <strong>Programming (Java, Python, and C++)</strong>
</li>
<li><i class="bi bi-chevron-right"></i> <strong>Teamwork</strong></li>
<li><i class="bi bi-chevron-right"></i> <strong>Microsoft Office</strong></li>
</ul>
</div>
<div class="col-lg-6">
<ul class="skills-list">
<li><i class="bi bi-chevron-right"></i> <strong>Communication</strong></li>
<li><i class="bi bi-chevron-right"></i> <strong>PCB & Circuit Design</strong></li>
<li><i class="bi bi-chevron-right"></i> <strong>Soldering & Welding</strong></li>
<li><i class="bi bi-chevron-right"></i> <strong>Technical & Analytical</strong></li>
<li><i class="bi bi-chevron-right"></i> <strong>Resilience</strong></li>
</ul>
</div>
</div>
</div>
</section><!-- /Skills Section -->
<!-- Resume Section -->
<section id="resume" class="resume section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Resume</h2>
<p>Here is a summary of my professional experience.</p>
</div><!-- End Section Title -->
<div class="container">
<div class="row">
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<h3 class="resume-title">Professional Experience</h3>
<!-- Existing Professional Experience -->
<div class="resume-item">
<h4>Engineer in Training</h4>
<h5>November 2023 - December 2023</h5>
<p><em>Bushveld Energy, Johannesburg, South Africa</em></p>
<ul>
<li>Contributed to the Vametco Project Phase 2, focusing on designing a 200MW solar PV +
Battery Energy Storage System (BESS) for the Vametco Mine.
</li>
<li>Conducted extensive research on Vanadium Redox Flow Batteries (VRFB) and their
applications.
</li>
<li>Utilised tracking solar panels to enhance energy capture and integrated BESS for a
resilient power supply.
</li>
<li>Used AutoCAD for project mapping and HOMER software for economic analysis to evaluate
the financial viability of the solar PV + BESS system.
</li>
<li>Designed efficient solar PV systems using PVCad and PVSyst for optimal layout and energy
yield.
</li>
</ul>
<p><a href="Documents/UCT_Vac_Work_Final_Report%20.pdf" target="_blank">View Project Report
(PDF)</a></p>
</div><!-- End Resume Item -->
<div class="resume-item">
<h4>Training Program Participant</h4>
<h5>16 November 2022 - 29 November 2022</h5>
<p><em>Cape Peninsula University of Technology</em></p>
<ul>
<li>Participated in a comprehensive training program at CPUT.</li>
<li>Technology exposure included: Welding, Turning, CNC Programming, Metrology, Pneumatics,
Basic Hand Skills, and Robotics.
</li>
<li>Received a Testimonial Certificate upon completion.</li>
</ul>
<p><a href="Documents/CPUT%20Training.pdf" target="_blank">View Certificate (PDF)</a></p>
</div><!-- End Resume Item -->
<div class="resume-item">
<h4>Apprenticeship</h4>
<h5>June 2018 - December 2018</h5>
<p><em>Hot Ink, Cape Town City Centre</em></p>
<ul>
<li>Worked under one of the founders of a printing and design company.</li>
<li>Developed skills in creating invoices, doing stock takes, and working in a team.</li>
<li>Assisted in production and guided customers through various options.</li>
<li>Gained insights into project management, communication, and leadership.</li>
</ul>
</div><!-- End Resume Item -->
</div><!-- End Left Column -->
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="200">
<!-- New Volunteer Experience -->
<h3 class="resume-title">Volunteer Experience</h3>
<div class="resume-item">
<h4>Student Volunteer | IEEE Global Communications Conference 2024</h4>
<h5>December 8-12, 2024</h5>
<p><em>Cape Town, South Africa</em></p>
<ul>
<li>Volunteered at the IEEE Global Communications Conference, assisting with event
coordination and supporting conference sessions.
</li>
<li>Engaged in discussions and gained insights on cutting-edge topics such as 6G, negative
latency using machine learning, and mobile network virtualisation.
</li>
<li>Had the privilege of interacting with industry professionals from institutions like
MathWorks, gaining valuable perspectives on technologies like MATLAB.
</li>
<li>Contributed to a collaborative and engaging environment, enhancing my understanding of
the telecommunications field and building connections with experts.
</li>
<li>Received a certificate of appreciation for my volunteer work at the conference,
recognising my contributions and participation.
</li>
</ul>
<p><a href="assets/docs/GC24-Certificate_Caide.pdf" target="_blank">View Certificate (PDF)</a>
</p>
</div><!-- End Volunteer Item -->
<!-- Summary -->
<h3 class="resume-title">Summary</h3>
<div class="resume-item pb-0">
<h4>Caide Marc Spriestersbach</h4>
<p><em>Hardworking and self-motivated engineer with a passion for sustainability,
development, innovation, and the environment. A well-rounded individual with excellent
communication and leadership skills, having a strong academic, athletic, and cultural
background.</em></p>
</div><!-- End Resume Item -->
<h3 class="resume-title">Personal Interests</h3>
<div class="resume-item">
<p><em>Passionate about music, fishing, wildlife, exercise, and nature. A seasoned traveler who
enjoys organising and planning trips. Committed to sustainability and environmental
conservation.</em></p>
</div><!-- End Resume Item -->
<h3 class="resume-title">References</h3>
<div class="resume-item">
<p>Available upon request.</p>
</div><!-- End Resume Item -->
</div><!-- End Right Column -->
</div><!-- End Row -->
</div><!-- End Container -->
</section><!-- End Resume Section -->
<!-- Portfolio Section -->
<section id="portfolio" class="portfolio section light-background">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Portfolio</h2>
<p>Here are some of the key projects I have worked on during my academic and professional journey.</p>
</div><!-- End Section Title -->
<div class="container">
<div class="row gy-4 isotope-container" data-aos="fade-up" data-aos-delay="200">
<!-- Project 1: TOPSIS Network Selection Algorithm -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item">
<div class="portfolio-content h-100">
<img
src="assets/img/portfolio/project1-516x290.avif"
srcset="
assets/img/portfolio/project1-516x290.avif 516w,
assets/img/portfolio/project1-832x468.avif 832w,
assets/img/portfolio/project1-1032x581.avif 1032w
"
sizes="(max-width: 516px) 516px, (max-width: 832px) 832px, 1032px"
alt=""
class="img-fluid"
loading="lazy">
<div class="portfolio-info">
<h4>Analysis of TOPSIS Network Selection Algorithm</h4>
<p>Custom implementation of the TOPSIS network selection algorithm to test the effect of
various Radio Access Technologies in a heterogeneous network.</p>
<ul style="color: white;">
<li><strong>Date:</strong> 22 March 2024</li>
<li><strong>Mark:</strong> Distinction</li>
</ul>
<a href="project1.html" title="More Details" class="details-link"><i
class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Project 1 -->
<!-- Project 2: Comparative Analysis of MD5 & MD6 Hashing Implementations -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item">
<div class="portfolio-content h-100">
<img
src="assets/img/portfolio/project2-592x395.avif"
srcset="
assets/img/portfolio/project2-592x395.avif 592w,
assets/img/portfolio/project2-832x555.avif 832w,
assets/img/portfolio/project2-1032x688.avif 1032w
"
sizes="(max-width: 592px) 592px, (max-width: 832px) 832px, 1032px"
alt=""
class="img-fluid"
loading="lazy">
<div class="portfolio-info">
<h4>Comparative Analysis of MD5 & MD6 Hashing Implementations</h4>
<p>Multiple iterations of the MD5 and MD6 hashing algorithms created using various coding
languages to compare their performance.</p>
<ul style="color: white;">
<li><strong>Date:</strong> 19 May 2024</li>
<li><strong>Mark:</strong> Distinction</li>
</ul>
<a href="project2.html" title="More Details" class="details-link"><i
class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Project 2 -->
<!-- Project 3: Compression & Encryption Algorithm for Transmission via Iridium -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item">
<div class="portfolio-content h-100">
<img
src="assets/img/portfolio/project3-592x395.avif"
srcset="
assets/img/portfolio/project3-592x395.avif 592w,
assets/img/portfolio/project3-832x555.avif 832w,
assets/img/portfolio/project3-1032x689.avif 1032w
"
sizes="(max-width: 592px) 592px, (max-width: 832px) 832px, 1032px"
alt=""
class="img-fluid"
loading="lazy">
<div class="portfolio-info">
<h4>Compression & Encryption Algorithm for Transmission via Iridium</h4>
<p>Developing a system to compress, encrypt, transfer, decompress, and decrypt data to be
sent via Iridium satellite communication.</p>
<ul style="color: white;">
<li><strong>Date:</strong> October 2022</li>
<li><strong>Mark:</strong> Distinction</li>
</ul>
<a href="project3.html" title="More Details" class="details-link"><i
class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Project 3 -->
<!-- Project 4: Hardware Implementation of Online Filters -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item">
<div class="portfolio-content h-100">
<img
src="assets/img/portfolio/project4-592x444.avif"
srcset="
assets/img/portfolio/project4-592x444.avif 592w,
assets/img/portfolio/project4-832x624.avif 832w,
assets/img/portfolio/project4-1032x774.avif 1032w
"
sizes="(max-width: 592px) 592px, (max-width: 832px) 832px, 1032px"
alt=""
class="img-fluid"
loading="lazy">
<div class="portfolio-info">
<h4>Hardware Implementation of Online Filters</h4>
<p>Implementing 3 different types of filters on an ESP board to investigate their
performance on floating point hardware.</p>
<ul style="color: white;">
<li><strong>Date:</strong> May 2023</li>
<li><strong>Mark:</strong> Distinction</li>
</ul>
<a href="project4.html" title="More Details" class="details-link"><i
class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Project 4 -->
<!-- Project 5: Data Storage and Improvements to Camera Traps -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item">
<div class="portfolio-content h-100">
<img
src="assets/img/portfolio/project5-592x395.avif"
srcset="
assets/img/portfolio/project5-592x395.avif 592w,
assets/img/portfolio/project5-832x555.avif 832w,
assets/img/portfolio/project5-1032x688.avif 1032w
"
sizes="(max-width: 592px) 592px, (max-width: 832px) 832px, 1032px"
alt=""
class="img-fluid"
loading="lazy">
<div class="portfolio-info">
<h4>Data Storage and Improvements to Camera Traps</h4>
<p>Programming camera modules and interfacing them with a Raspberry Pi to host a web server
for image storage and viewing.</p>
<ul style="color: white;">
<li><strong>Date:</strong> 15 May 2024</li>
<li><strong>Mark:</strong> Distinction</li>
</ul>
<a href="project5.html" title="More Details" class="details-link"><i
class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Project 5 -->
<!-- Project 6: Plastic to Power - Microwave Energy for Plastic Decomposition -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item">
<div class="portfolio-content h-100">
<img src="assets/img/portfolio/project6-592x395.jpeg"
srcset="assets/img/portfolio/project6-592x395.jpeg 592w,
assets/img/portfolio/project6-832x554.jpg 832w,
assets/img/portfolio/project6-1032x688.jpg 1032w"
sizes="(max-width: 592px) 592px, (max-width: 832px) 832px, 1032px"
alt="Plastic to Power - Microwave Energy for Plastic Decomposition" class="img-fluid"
loading="lazy">
<div class="portfolio-info">
<h4>Plastic to Power - Microwave Energy for Plastic Decomposition</h4>
<p> Investigates use of microwave-assisted catalytic pyrolysis of plastics for
hydrogen production, with a focus on micro-plasmas and hotspot identification within
microwave cavities. </p>
<ul style="color: white;">
<li><strong>Date:</strong> 23 October 2024</li>
<li><strong>Mark:</strong> Distinction</li>
</ul>
<a href="project6.html" title="More Details" class="details-link"><i
class="bi bi-link-45deg"></i></a>
</div>
</div>
</div><!-- End Project 6 -->
</div><!-- End Portfolio Container -->
</div>
</section><!-- /Portfolio Section -->
<!-- Education Section -->
<section id="education" class="education section">
<div class="container section-title" data-aos="fade-up">
<h2>Education</h2>
</div>
<div class="container" data-aos="fade-up" data-aos-delay="100">
<!-- UCT -->
<div class="education-item">
<img src="assets/img/uct-logo.jpeg" class="education-logo" alt="UCT Logo">
<div class="education-content">
<div class="education-header">
<h3><strong>University of Cape Town</strong></h3>
<div class="education-year">2020 - 2024</div>
</div>
<p>BSc(Eng) Electrical and Computer Engineering</p>
<p><strong>Cumulative GPA:</strong> 73.52%</p>
<p>Throughout my time at UCT, I achieved numerous first-class passes, some of which are listed
below. This period also allowed me the opportunity to play rugby in the internal league, where I
further developed teamwork and resilience. Working with a diverse group of peers from various
backgrounds had enriched my perspective and further enhanced my ability to lead and communicate
effectively. </p>
<p><strong>Notable Results:</strong></p>
<ul>
<li>EEE 3097S: Engineering Design: ECE</li>
<li>EEE 4120F: Digital Systems</li>
<li>MAM 2083S: Vector Calculus for Engineers</li>
<li>MAM 2084S: Linear Algebra & Differential Equations</li>
<li>PHI 2043S: Business Ethics</li>
<li>EEE 4121F: Mobile and Wireless Networks</li>
<li>EEE 4114F: Digital Signal Processing</li>
</ul>
<p><a href="assets/docs/Academic_Record.pdf" target="_blank">View Academic Transcript (PDF)</a></p>
</div>
</div>
<!-- Bishops -->
<div class="education-item">
<img
src="assets/img/bishops-logo-240x228.png"
srcset="
assets/img/bishops-logo-240x228.png 240w
"
sizes="(max-width: 240px) 240px"
alt="Bishops Logo"
class="education-logo"
loading="lazy">
<div class="education-content">
<div class="education-header">
<h3><strong>Bishops Diocesan College</strong></h3>
<div class="education-year">2017 - 2019</div>
</div>
<p>National Senior Certificate</p>
<p><strong>Final Aggregate:</strong> 83.14%</p>
<p><strong>Notable Achievements:</strong></p>
<ul>
<li>1st XV Rugby Tour</li>
<li>Head of food and academics</li>
<li>Achieved 5 distinctions (NSC) and completed AP Mathematics (IEB)</li>
<li>Saxophone, grade 5 (Trinity College)</li>
</ul>
<p><a href="assets/docs/CMS_MATRIC_CERTIFICATE.pdf" target="_blank">View Matric Certificate
(PDF)</a></p>
</div>
</div>
<!-- Hilton -->
<div class="education-item">
<img src="assets/img/hilton-logo.png" class="education-logo" alt="Hilton Logo">
<div class="education-content">
<div class="education-header">
<h3><strong>Hilton College</strong></h3>
<div class="education-year">2015 - 2016</div>
</div>
<p>High School Education</p>
<p><strong>Notable Achievements:</strong></p>
<ul>
<li>Played A team rugby and football</li>
<li>Earned Cultural Colours for Saxophone and Art</li>
<li>Participated in Jazz Band and Orchestra</li>
</ul>
</div>
</div>
</div>
</section><!-- /Education Section -->
</main>
<footer id="footer" class="footer position-relative light-background">
<div class="container">
<div class="copyright text-center ">
<p>© <span>Copyright</span> <strong class="px-1 sitename">Caide Spriestersbach</strong>
<span>All Rights Reserved</span></p>
</div>
</div>
</footer>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js" defer></script>
<script src="assets/vendor/php-email-form/validate.js" defer></script>
<script src="assets/vendor/aos/aos.js" defer></script>
<script src="assets/vendor/typed.js/typed.umd.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js" defer></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js" defer></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js" defer></script>
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js" defer></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js" defer></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js" defer></script>
<!-- Main JS File -->
<script src="assets/js/main.js" defer></script>
</body>
</html>