-
Notifications
You must be signed in to change notification settings - Fork 85
/
index.html
854 lines (728 loc) · 52.6 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
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
<!DOCTYPE html>
<html lang="en">
<head>
<!-- ======= Start Google Tag Manager ======= -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5BB8W2X');</script>
<!-- ======= End Google Tag Manager ======= -->
<link rel="icon" type="image/png" href="assets/img/logo.png"/>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>My Portfolio</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-169007209-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-169007209-3');
</script>
<!-- =======================================================
* Template Name: Personal - v2.1.0
* Template URL: https://bootstrapmade.com/personal-free-resume-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Start Google Tag Manager (noscript) ======= -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5BB8W2X"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- ======= End Google Tag Manager (noscript) ======= -->
<!--
<img class="background-image" src="assets/img/background/tunnel_slowmo.gif" />
-->
<video class="background-image" src="assets/img/background/binary_rain.mp4" muted loop autoplay></video>
<!-- ======= Start Header ======= -->
<header id="header" class="header-tops">
<div class="container">
<h1><a href="index.html">Aras Güngöre</a></h1>
<h2 style="color:#fff">I am <span class="typing" style="color:#12D640"></span></h2>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="#header"> <span>Home</span></a></li>
<li><a href="#about"> <span>About</span></a></li>
<li><a href="#education"> <span>Education</span></a></li>
<li><a href="#experience"> <span>Experience</span></a></li>
<li><a href="#projects"> <span>Projects</span></a></li>
<li><a href="#skills"> <span>Skills</span></a></li>
<li><a href="#cv"> <span>CV</span></a></li>
<li><a href="#contact"> <span>Contact</span></a></li>
</ul>
</nav>
<div class="social-links">
<a href="mailto:[email protected]" target="_blank" class="gmail"><i class="bx bxl-google"></i></a>
<a href="https://www.linkedin.com/in/arasgungore" target="_blank" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://github.com/arasgungore" target="_blank" class="github"><i class="bx bxl-github"></i></a>
<a href="https://www.youtube.com/@arasgungore" target="_blank" class="youtube"><i class="bx bxl-youtube"></i></a>
<!-- <a href="https://www.researchgate.net/profile/Aras-Guengoere" target="_blank" class="researchgate"><i class="bx bxl-researchgate"></i></a> -->
<!-- <a href="https://stackoverflow.com/users/23314477/arasgungore" target="_blank" class="stackoverflow"><i class="bx bxl-stackoverflow"></i></a> -->
<a href="https://www.hackerrank.com/arasgungore" target="_blank" class="hackerrank"><img class="svg" src="assets/img/social/hackerrank.svg" width="13" /></a>
<a href="https://leetcode.com/arasgungore" target="_blank" class="leetcode"><img class="svg" src="assets/img/social/leetcode.svg" width="13" /></a>
</div>
</div>
</header>
<!-- ======= End Header ======= -->
<!-- ======= Start About Section ======= -->
<section id="about" class="about">
<div class="about-me container">
<div class="section-title">
<h2>About Me</h2>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/about/max_planck.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<p>
Hi there, my name is Aras Güngöre.<br><br>
I’m a graduate of Boğaziçi University with a bachelor’s degree in Electrical and Electronics Engineering and a minor
degree in Computer Science. My academic journey seamlessly integrates these fields, providing me with a strong
foundation in signal processing, machine learning, computer vision, embedded systems, and software development –
all areas that align with my personal interests. This combination of skills allows me to innovate at the crossroads
of hardware and software, bridging intricate technological gaps.<br><br>
I’ve gained experience across various sectors, including IT, R&D, telecommunications, and defense industries.
In these roles, I’ve used my technical expertise and collaboration skills to contribute to significant projects in
intelligent systems, robotics, generative AI, image processing, and digital communications. These experiences demonstrate
my ability to navigate complex challenges and drive interdisciplinary projects, both in academia and industry. With a
passion for technology and a versatile skill set that spans multiple domains, I’m well-positioned to make lasting contributions
through innovation and teamwork.
</p>
</div>
</div>
</div>
</section>
<!-- ======= End About Section ======= -->
<!-- ======= Start Education Section ======= -->
<section id="education" class="services">
<div class="container">
<div class="section-title">
<h2>Education</h2>
</div>
<div class="row">
<div class="col-lg-12" data-aos="fade-up">
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<a href="http://www.boun.edu.tr/en_US" target="_blank"><img src="assets/img/education/boun_transparent.png" class="img-fluid" style="float:left;margin:0 10px 0 0;" width="90"></a>
<h4 style="text-align:left;"><a href="http://www.boun.edu.tr/en_US" target="_blank" style="color:#12d640">Boğaziçi University</a><br> </h4>
<h5 style="text-align:left;"><em>Bachelor of Science in Electrical and Electronics Engineering; <strong>GPA: 3.62/4.00</strong></em></h5>
<span class="left" style="float:left;color:#fff;"><em>September 2018 - June 2023</em></span>
<span class="right" style="float:right;color:#fff;"><em>Istanbul, Turkey</em></span><br><br>
<h6 style="text-align:left;"><strong>Field of Specialization:</strong> Communication Systems and Signal Processing</h6>
<h6 style="text-align:left;"><strong>Senior Design Project:</strong> Keyword Search for Sign Language</h6>
<h6 style="text-align:left;"><strong>High Honors Degree:</strong> Awarded to Bachelor alumni who have graduated with a GPA greater than or equal to 3.50. (July 2023)</h6>
<h6 style="text-align:left;"><strong>National University Admission Exam (YKS):</strong> Ranked 75<sup>th</sup> in Mathematics and Science among ca. 2.3 million candidates with a test score of 489.92/500. (July 2018)</h6>
<h6 style="text-align:left;"><strong>Relevant Coursework:</strong></h6>
<ul style="columns:2;text-align:left;">
<li>Materials Science</li>
<li>Electrical Circuits I‑II</li>
<li>Digital System Design</li>
<li>Numerical Methods</li>
<li>Probability Theory</li>
<li>Electronics I‑II</li>
<li>Signals and Systems</li>
<li>Electromagnetic Field Theory</li>
<li>Energy Conversion</li>
<li>System Dynamics and Control</li>
<li>Communication Engineering</li>
<li>Pattern Recognition</li>
<li>Introduction to Digital Signal Processing</li>
<li>Introduction to Digital Communications</li>
<li>Introduction to Database Systems</li>
<li>Introduction to Image Processing</li>
<li>Machine Vision</li>
</ul>
</div>
</div>
<div class="col-lg-12" data-aos="fade-up">
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<a href="http://www.boun.edu.tr/en_US" target="_blank"><img src="assets/img/education/boun_transparent.png" class="img-fluid" style="float:left;margin:0 10px 0 0;" width="90"></a>
<h4 style="text-align:left;"><a href="http://www.boun.edu.tr/en_US" target="_blank" style="color:#12d640">Boğaziçi University</a><br> </h4>
<h5 style="text-align:left;"><em>Minor Degree in Computer Science; <strong>GPA: 3.58/4.00</strong></em></h5>
<span class="left" style="float:left;color:#fff;"><em>October 2020 - June 2023</em></span>
<span class="right" style="float:right;color:#fff;"><em>Istanbul, Turkey</em></span><br><br>
<h6 style="text-align:left;"><strong>Relevant Coursework:</strong></h6>
<ul style="columns:2;text-align:left;">
<li>Discrete Computational Structures</li>
<li>Introduction to Object‑Oriented Programming</li>
<li>Data Structures and Algorithms</li>
<li>Computer Organization</li>
<li>Fundamentals of Software Engineering</li>
</ul>
</div>
</div>
<div class="col-lg-12" data-aos="fade-up">
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<a href="https://kocaelifenlisesi.meb.k12.tr/" target="_blank"><img src="assets/img/education/kfl_transparent.png" class="img-fluid" style="float:left;margin:0 10px 0 0;" width="90"></a>
<h4 style="text-align:left;"><a href="https://kocaelifenlisesi.meb.k12.tr/" target="_blank" style="color:#12d640">Kocaeli Science High School</a><br> </h4>
<h5 style="text-align:left;"><em>High School Diploma; <strong>GPA: 97.03/100</strong></em></h5>
<span class="left" style="float:left;color:#fff;"><em>September 2014 - June 2018</em></span>
<span class="right" style="float:right;color:#fff;"><em>Kocaeli, Turkey</em></span><br><br>
<h6 style="text-align:left;"><strong>Kocaeli Science High School Valedictorian Award:</strong> Graduated as the highest ranked student in my class. (June 2018)</h6>
</div>
</div>
<div class="col-lg-12" data-aos="fade-up">
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<a href="https://kyiv.qsi.org/" target="_blank"><img src="assets/img/education/kis_transparent.png" class="img-fluid" style="float:left;margin:0 10px 0 0;" width="90"></a>
<h4 style="text-align:left;"><a href="https://kyiv.qsi.org/" target="_blank" style="color:#12d640">Kyiv International School</a><br> </h4>
<h5 style="text-align:left;"><em>Primary Education</em></h5>
<span class="left" style="float:left;color:#fff;"><em>August 2008 - December 2009</em></span>
<span class="right" style="float:right;color:#fff;"><em>Kyiv, Ukraine</em></span><br><br>
<h6 style="text-align:left;">
With over 770 students of 50 different nationalities, the Preschool through Secondary School programs at Kyiv International School
focus on the development of 21st Century Learning skills such as critical thinking and problem solving; leadership and collaboration;
cultural awareness and digital literacy.
</h6>
</div>
</div>
</div>
</div>
</section>
<!-- ======= End Education Section ======= -->
<!-- ======= Start Experience Section ======= -->
<section id="experience" class="services">
<div class="container">
<div class="section-title">
<h2>Experience</h2>
</div>
<div class="row">
<div class="col-lg-12" data-aos="fade-up">
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<a href="https://www.avikon.com.tr/en" target="_blank"><img src="assets/img/experience/avikon_transparent.png"
class="img-fluid" style="float:left;margin:0 10px 0 0;" width="90"></a>
<h4 style="text-align:left;"><a href="https://www.avikon.com.tr/en" target="_blank" style="color:#12d640">Avikon</a><br>
</h4>
<h5 style="text-align:left;"><em>Software Engineer</em></h5>
<span class="left" style="float:left;color:#fff;"><em>December 2023 - Present, Full-time</em></span>
<span class="right" style="float:right;color:#fff;"><em>Istanbul, Turkey</em></span><br><br>
<ul style="text-align:left;">
<li>
Designed a Qt‑based chat application utilizing TCP for real‑time communication within a
client‑server architecture, demonstrating expertise in socket programming, data serialization, and message routing.
</li>
<li>
Crafted message types in IDL and designed a data‑centric publish‑subscribe architecture based on a
flyweight design pattern to implement OpenDDS for a radar system’s command and control interface. Utilized QoS
policies to facilitate the transmission of both volatile and persistent data across different topics.
</li>
<li>
Implemented a fully asynchronous AMQP‑based C++ client with a layered architecture for RabbitMQ message broker to
ensure seamless message handling among multiple topics.
</li>
<li>
Developed a cross‑platform asynchronous program to refine UAV detection for a GIS application. Benchmarked point‑in‑polygon
algorithms with a GeoJSON polygon database concurrently fetched from MongoDB.
</li>
</ul>
</div>
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<a href="http://semper-tech.com/" target="_blank"><img src="assets/img/experience/sempertech_transparent.png" class="img-fluid" style="float:left;margin:0 10px 0 0;" width="90"></a>
<h4 style="text-align:left;"><a href="http://semper-tech.com/" target="_blank" style="color:#12d640">SemperTech</a><br>
</h4>
<h5 style="text-align:left;"><em>Software Engineer</em></h5>
<span class="left" style="float:left;color:#fff;"><em>September 2023 - November 2023, Full-time</em></span>
<span class="right" style="float:right;color:#fff;"><em>Istanbul, Turkey</em></span><br><br>
<ul style="text-align:left;">
<li>
Worked on the “Arçelik Digital Home Energy” project in a collaborative effort with DAI‑Labor at the Technical
University of Berlin under the supervision of <a href="https://www.linkedin.com/in/prof-dr-dr-h-c-sahin-albayrak-65452a1/" target="_blank" style="color:#12d640">Prof. Dr. Şahin Albayrak</a>.
</li>
<li>
Simulated discovery, pairing, and data exchange processes using the EEBUS protocol suite with C# and Go.
Migrated the framework from Go to C++ in order to ensure future adaptability for smart home IoT devices.
</li>
<li>
Implemented the TLS protocol for secure data exchange using the X.509 standard and integrated multicast DNS
for seamless communication to complement the development of SHIP and SPINE protocols.
</li>
</ul>
</div>
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<a href="https://www.scaleai.ca/" target="_blank"><img src="assets/img/experience/scaleai_transparent.png" class="img-fluid" style="float:left;margin:0 10px 0 0;" width="90"></a>
<h4 style="text-align:left;"><a href="https://www.scaleai.ca/" target="_blank" style="color:#12d640">Scale AI</a><br> </h4>
<h5 style="text-align:left;"><em>Prompt Engineer</em></h5>
<span class="left" style="float:left;color:#fff;"><em>March 2023 - September 2023, Freelance</em></span>
<span class="right" style="float:right;color:#fff;"><em>San Francisco, California, United States (Remote)</em></span><br><br>
<ul style="text-align:left;">
<li>
Crafted elaborate Turkish prompts for various generative AI tasks. Tailored prompts using well‑defined
formats such as natural language questions and structured inputs based on the task’s domain to fine‑tune
the LLM, improving the chatbot’s responses and enhancing overall performance.
</li>
<li>
Provided user feedback by reviewing and scoring the chatbot’s responses to ensure they align with intended
chatbot behaviors and the chatbot produces accurate and contextually appropriate responses to given prompts.
</li>
<li>
Engaged in collaborative meetings with cross‑functional teams and project coordinators, actively seeking
guidance, addressing queries, and collectively brainstorming strategies to generate higher‑quality prompts.
</li>
</ul>
</div>
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<a href="https://is.mpg.de/" target="_blank"><img src="assets/img/experience/mpi_transparent.png" class="img-fluid" style="float:left;margin:0 10px 0 0;" width="90"></a>
<h4 style="text-align:left;"><a href="https://is.mpg.de/" target="_blank" style="color:#12d640">Max Planck Institute for Intelligent Systems</a><br> </h4>
<h5 style="text-align:left;"><em>Undergraduate Researcher</em></h5>
<span class="left" style="float:left;color:#fff;"><em>June 2022 - August 2022, Internship</em></span>
<span class="right" style="float:right;color:#fff;"><em>Stuttgart, Baden-Württemberg, Germany</em></span><br><br>
<ul style="text-align:left;">
<li>
Engaged in collaborative research within the Robotics, Collectives and Learning subgroup at the Physical Intelligence Department with Ph.D.
students <a href="https://www.linkedin.com/in/sinan-ozgun-demir-981311129/" target="_blank" style="color:#12d640">Sinan Özgün Demir</a>
and <a href="https://www.linkedin.com/in/alpkaracakol/" target="_blank" style="color:#12d640">Alp Can Karacakol</a>
on a project about 3D printing and heat‑assisted magnetic programming of soft machines under the supervision of
<a href="https://www.linkedin.com/in/metin-sitti-0a8a712/" target="_blank" style="color:#12d640">Prof. Dr. Metin Sitti</a>.
</li>
<li>
Optimized a C++ ROS package for real‑time conversion of 3D motion controller events to ROS messages,
achieving high‑frequency and buffer‑free synchronization.
</li>
<li>
Developed an Arduino Mega driver to activate a laser and pressure regulator, for monitoring coil temperatures and PID
tuning to control the coil currents. Established a robust ROS‑Arduino communication network by integrating ROSSerial
and handshaking to simulate a 3D printing and magnetic programming process with Python.
</li>
<li>
Designed the project’s system and software architecture, flowchart, and state machine diagram. Expanded G‑code
capabilities by incorporating spherical coordinates to specify the direction of magnetization for shape morphing.
</li>
</ul>
</div>
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<a href="http://nrg.boun.edu.tr/" target="_blank"><img src="assets/img/experience/nrg_transparent.png" class="img-fluid" style="float:left;margin:0 10px 0 0;" width="90"></a>
<h4 style="text-align:left;"><a href="http://nrg.boun.edu.tr/" target="_blank" style="color:#12d640">Nanonetworking Research Group, Boğaziçi University</a><br> </h4>
<h5 style="text-align:left;"><em>Undergraduate Researcher</em></h5>
<span class="left" style="float:left;color:#fff;"><em>October 2021 - June 2022, Part-time</em></span>
<span class="right" style="float:right;color:#fff;"><em>Istanbul, Turkey</em></span><br><br>
<ul style="text-align:left;">
<li>
Worked on the “Design and Implementation of Molecular Communication Systems Using Index Modulation” project under the
supervision of <a href="https://www.linkedin.com/in/alipusane/" target="_blank" style="color:#12d640">Prof. Dr. Ali Emre Pusane</a>.
</li>
<li>
Simulated the Brownian motion of molecules in a SISO MCvD system and predicted simulation parameters such as
receiver radius, diffusion coefficient, and transmitter‑receiver distance using CNNs with Keras and TensorFlow.
</li>
<li>
Plotted the arrival of molecules per symbol duration in a SISO MCvD system using Binomial, Poisson, and
Gaussian model approximations with MATLAB.
</li>
<li>
Ran Monte Carlo simulations of the Gaussian model to encode and decode randomized binary sequences in a SISO
MCvD system using BCSK modulation technique and calculated the bit error rate on Z‑channel.
</li>
</ul>
</div>
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<a href="https://www.sestek.com/" target="_blank"><img src="assets/img/experience/sestek_transparent.png" class="img-fluid" style="float:left;margin:0 10px 0 0;" width="90"></a>
<h4 style="text-align:left;"><a href="https://www.sestek.com/" target="_blank" style="color:#12d640">SESTEK Speech Enabled Software Technologies</a><br> </h4>
<h5 style="text-align:left;"><em>AI Research and Development Intern</em></h5>
<span class="left" style="float:left;color:#fff;"><em>January 2022 - February 2022, Internship</em></span>
<span class="right" style="float:right;color:#fff;"><em>Istanbul, Turkey</em></span><br><br>
<ul style="text-align:left;">
<li>
Executed diverse NLP tasks, including NER, POS tagging, sentiment analysis, text classification, and extractive
and generative QA using transformers and Hugging Face libraries. Conducted a thorough literature review on
information retrieval and reading comprehension to stay updated on SOTA ML models.
</li>
<li>
Developed a generative QA system with dense passage retrieval (DPR) and retrieval-augmented generation (RAG)
techniques using the Haystack framework and PyTorch.
</li>
<li>
Worked on a Turkish open‑domain QA system made by fine‑tuning BERTurk and XLM‑Roberta models.
Tabularized exact match and F1 scores derived from DeepMind’s XQuAD and various Turkish data sets.
</li>
</ul>
</div>
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<a href="https://www.meteksan.com/en/" target="_blank"><img src="assets/img/experience/meteksan_transparent.png" class="img-fluid" style="float:left;margin:0 10px 0 0;" width="90"></a>
<h4 style="text-align:left;"><a href="https://www.meteksan.com/en/" target="_blank" style="color:#12d640">Meteksan Defense Industry Inc.</a><br> </h4>
<h5 style="text-align:left;"><em>Analog Design Engineering Intern</em></h5>
<span class="left" style="float:left;color:#fff;"><em>July 2021 - August 2021, Internship</em></span>
<span class="right" style="float:right;color:#fff;"><em>Ankara, Turkey</em></span><br><br>
<ul style="text-align:left;">
<li>
Designed and simulated numerous analog circuits such as voltage‑mode controlled buck converter, phase‑shifted
full‑bridge isolated DC‑DC converter, and EMI filters with LTspice. Integrated these circuits and implemented
a 320 W power distribution unit to be used in a radar system’s power circuit board.
</li>
<li>
Researched real‑world compatible electronic components to be used in such circuits including GaNFETs, high‑side
gate drivers, and Schottky diodes.
</li>
<li>
Assembled PCBs of both common and differential mode filters and used VNA Bode 100 to measure the cut‑off
frequencies.
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- ======= End Experience Section ======= -->
<!-- ======= Start Projects Section ======= -->
<section id="projects" class="services">
<div class="container">
<div class="section-title">
<h2>Projects</h2>
</div>
<div class="row">
<div class="col-lg-12" data-aos="fade-up" style="display:inline-block;">
<div class="col-md-4 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100" style="padding:0px 0px;padding-bottom:5px;display:inline-block;">
<a href="https://github.com/arasgungore/filters-and-fractals" target="_blank" rel="noreferrer"><img style="padding:5px 5px;" src="assets/img/projects/image_manipulation_and_fractals.jpg" class="img-fluid" width="300" height="300"></a>
<a href="https://github.com/arasgungore/filters-and-fractals" target="_blank" rel="noreferrer"><h5 style="padding:5px 5px;color:#12d640"><strong>Filters and Fractals</strong></h5></a>
<p style="padding:0px 2px;color:#fff;">A C project which implements various image processing operations and recursive fractal generating algorithms.</p>
</div>
<div class="col-md-4 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100" style="padding:0px 0px;padding-bottom:5px;display:inline-block;">
<a href="https://github.com/arasgungore/N-puzzle-solver" target="_blank" rel="noreferrer"><img style="padding:5px 5px;" src="assets/img/projects/n_puzzle_solver.jpg" class="img-fluid" width="324" height="324"></a>
<a href="https://github.com/arasgungore/N-puzzle-solver" target="_blank" rel="noreferrer"><h5 style="padding:5px 5px;color:#12d640"><strong>N‑Puzzle Solver</strong></h5></a>
<p style="padding:0px 2px;color:#fff;">A C++ project which efficiently solves any given N‑puzzle using backtracking on a decision tree.</p>
</div>
</div>
</div>
</div>
</section>
<!-- ======= End Projects Section ======= -->
<!-- ======= Start Skills Section ======= -->
<section id="skills" class="services">
<div class="container">
<div class="section-title">
<h2>Skills</h2>
</div>
<div class="row">
<div class="col-lg-12" data-aos="fade-up">
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<h4 style="text-align:left;color:#12d640;">Languages</h4>
<div style="text-align:left;">
<figure class="item" style="display:inline-block;">
<a href="https://www.cprogramming.com" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/arasgungore/arasgungore/main/icons/c.svg" alt="c" width="40" height="40" /> </a>
<figcaption style="text-align:center;">C</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://www.cplusplus.com" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/arasgungore/arasgungore/main/icons/cplusplus.svg" alt="cplusplus" width="40" height="40" /> </a>
<figcaption style="text-align:center;">C++</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://dotnet.microsoft.com/en-us/languages/csharp" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/csharp/csharp-original.svg" alt="csharp" width="40" height="40" /> </a>
<figcaption style="text-align:center;">C#</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://www.java.com" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/java/java-original.svg" alt="java" width="40" height="40" /> </a>
<figcaption style="text-align:center;">Java</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://www.python.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/python/python-original.svg" alt="python" width="40" height="40" /> </a>
<figcaption style="text-align:center;">Python</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://golang.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/go/go-original.svg" alt="go" width="40" height="40" /> </a>
<figcaption style="text-align:center;">Go</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-original.svg" alt="javascript" width="40" height="40" /> </a>
<figcaption style="text-align:center;">JavaScript</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://www.typescriptlang.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/typescript/typescript-original.svg" alt="typescript" width="40" height="40" /> </a>
<figcaption style="text-align:center;">TypeScript</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://developer.apple.com/swift/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/swift/swift-original.svg" alt="swift" width="40" height="40" /> </a>
<figcaption style="text-align:center;">Swift</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://www.scala-lang.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/scala/scala-original.svg" alt="scala" width="40" height="40" /> </a>
<figcaption style="text-align:center;">Scala</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://www.mathworks.com" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/arasgungore/arasgungore/main/icons/matlab.svg" alt="matlab" width="40" height="40" /> </a>
<figcaption style="text-align:center;">MATLAB</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://www.r-project.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/r/r-original.svg" alt="r" width="40" height="40" /> </a>
<figcaption style="text-align:center;">R</figcaption>
</figure>
</div>
</div>
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<h4 style="text-align:left;color:#12d640;">Technologies</h4>
<div style="text-align:left;">
<figure class="item" style="display:inline-block;">
<a href="https://www.qt.io" target="_blank" rel="noreferrer"> <img src="https://upload.wikimedia.org/wikipedia/commons/0/0b/Qt_logo_2016.svg" alt="qt" width="40" height="40" /> </a>
<figcaption style="text-align:center;">Qt</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://flask.palletsprojects.com" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/pocoo_flask/pocoo_flask-icon.svg" alt="flask" width="40" height="40" /> </a>
<figcaption style="text-align:center;">Flask</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://www.djangoproject.com" target="_blank" rel="noreferrer"> <img src="https://cdn.worldvectorlogo.com/logos/django.svg" alt="django" width="40" height="40" /> </a>
<figcaption style="text-align:center;">Django</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://nodejs.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/nodejs/nodejs-original-wordmark.svg" alt="nodejs" width="40" height="40" /> </a>
<figcaption style="text-align:center;">Node.js</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://reactjs.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/react/react-original-wordmark.svg" alt="reactjs" width="40" height="40" /> </a>
<figcaption style="text-align:center;">React.js</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://www.mysql.com" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/mysql/mysql-original-wordmark.svg" alt="mysql" width="40" height="40" /> </a>
<figcaption style="text-align:center;">MySQL</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://www.mongodb.com" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/mongodb/mongodb-original-wordmark.svg" alt="mongodb" width="40" height="40" /> </a>
<figcaption style="text-align:center;">MongoDB</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://git-scm.com" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/arasgungore/arasgungore/main/icons/git.svg" alt="git" width="40" height="40" /> </a>
<figcaption style="text-align:center;">Git</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://subversion.apache.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/arasgungore/arasgungore/main/icons/subversion.png" alt="subversion" width="40" height="40" /> </a>
<figcaption style="text-align:center;">SVN</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://www.docker.com" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/docker/docker-original-wordmark.svg" alt="docker" width="40" height="40" /> </a>
<figcaption style="text-align:center;">Docker</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://aws.amazon.com" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/amazonwebservices/amazonwebservices-original-wordmark.svg" alt="aws" width="40" height="40" /> </a>
<figcaption style="text-align:center;">AWS</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://kubernetes.io" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/kubernetes/kubernetes-icon.svg" alt="kubernetes" width="40" height="40" /> </a>
<figcaption style="text-align:center;">Kubernetes</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://cloud.google.com" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/google_cloud/google_cloud-icon.svg" alt="gcp" width="40" height="40" /> </a>
<figcaption style="text-align:center;">GCP</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://kafka.apache.org" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/apache_kafka/apache_kafka-icon.svg" alt="kafka" width="40" height="40" /> </a>
<figcaption style="text-align:center;">Kafka</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://www.rabbitmq.com" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/rabbitmq/rabbitmq-icon.svg" alt="rabbitmq" width="40" height="40" /> </a>
<figcaption style="text-align:center;">RabbitMQ</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://unity.com" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/unity3d/unity3d-icon.svg" alt="unity" width="40" height="40" /> </a>
<figcaption style="text-align:center;">Unity</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://www.linux.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/linux/linux-original.svg" alt="linux" width="40" height="40" /> </a>
<figcaption style="text-align:center;">Linux</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://www.gnu.org/software/bash/" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/gnu_bash/gnu_bash-icon.svg" alt="bash" width="40" height="40" /> </a>
<figcaption style="text-align:center;">Bash</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://www.ros.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/arasgungore/arasgungore/main/icons/ros.svg" alt="ros" width="40" height="40" /> </a>
<figcaption style="text-align:center;">ROS</figcaption>
</figure>
</div>
</div>
<div class="col-md-12 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<h4 style="text-align:left;color:#12d640;">Libraries</h4>
<div style="text-align:left;">
<figure class="item" style="display:inline-block;">
<a href="https://opencv.org" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/opencv/opencv-icon.svg" alt="opencv" width="40" height="40" /> </a>
<figcaption style="text-align:center;">OpenCV</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://scikit-learn.org" target="_blank" rel="noreferrer"> <img src="https://upload.wikimedia.org/wikipedia/commons/0/05/Scikit_learn_logo_small.svg" alt="scikit_learn" width="40" height="40" /> </a>
<figcaption style="text-align:center;">Scikit-Learn</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://pytorch.org" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/pytorch/pytorch-icon.svg" alt="pytorch" width="40" height="40" /> </a>
<figcaption style="text-align:center;">PyTorch</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://keras.io" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/arasgungore/arasgungore/main/icons/keras.svg" alt="keras" width="40" height="40" /> </a>
<figcaption style="text-align:center;">Keras</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://www.tensorflow.org" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/tensorflow/tensorflow-icon.svg" alt="tensorflow" width="40" height="40" /> </a>
<figcaption style="text-align:center;">TensorFlow</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://numpy.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/arasgungore/arasgungore/main/icons/numpy.svg" alt="numpy" width="40" height="40" /> </a>
<figcaption style="text-align:center;">NumPy</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://pandas.pydata.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/pandas/pandas-original.svg" alt="pandas" width="40" height="40" /> </a>
<figcaption style="text-align:center;">Pandas</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://matplotlib.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/arasgungore/arasgungore/main/icons/matplotlib.svg" alt="matplotlib" width="40" height="40" /> </a>
<figcaption style="text-align:center;">Matplotlib</figcaption>
</figure>
<figure class="item" style="display:inline-block;">
<a href="https://seaborn.pydata.org" target="_blank" rel="noreferrer"> <img src="https://seaborn.pydata.org/_images/logo-mark-lightbg.svg" alt="seaborn" width="40" height="40" /> </a>
<figcaption style="text-align:center;">Seaborn</figcaption>
</figure>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ======= End Skills Section ======= -->
<!-- ======= Start CV Section ======= -->
<section id="cv" class="services">
<div class="container">
<div class="section-title">
<h2>CV</h2>
</div>
<div class="row">
<div class="col-md-3 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<a href="https://drive.google.com/file/d/1TGwMpZl6FDeQk1w_-EetbspCuzu16kCF/view?usp=sharing" target="_blank"><div class="icon"><i class="icofont-page"></i></div></a>
<h4 class="title"><a style="color:#12d640;" href="https://drive.google.com/file/d/1TGwMpZl6FDeQk1w_-EetbspCuzu16kCF/view?usp=sharing" target="_blank">Curriculum Vitae</a></h4>
<p class="description" style="color:#fff;">The above link contains my CV. Also, you can check out the code for this CV <a href="https://github.com/arasgungore/arasgungore-CV" target="_blank">here</a>.</p>
</div>
<div class="col-md-3 mt-4 mt-md-0 icon-box" data-aos="fade-up" data-aos-delay="100">
<a href="https://resume.github.io/?arasgungore" target="_blank"><div class="icon"><i class="bx bxl-github"></i></div></a>
<h4 class="title"><a style="color:#12d640;" href="https://resume.github.io/?arasgungore" target="_blank">GitHub Résumé</a></h4>
<p class="description" style="color:#fff;">The above link contains my résumé based on my GitHub repos/activity. Also, you can check out the code for this résumé <a href="https://github.com/resume/resume.github.com" target="_blank">here</a>.</p>
</div>
</div>
</div>
</section>
<!-- ======= End CV Section ======= -->
<!-- ======= Start Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact</h2>
</div>
<div class="row">
<div class="col-md-6 mt-4 mt-md-0 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-share-alt"></i>
<h3 style="color:#12d640;">Social Profiles</h3>
<div class="social-links">
<a href="mailto:[email protected]" target="_blank" class="gmail"><i class="bx bxl-google"></i></a>
<a href="https://www.linkedin.com/in/arasgungore" target="_blank" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://github.com/arasgungore" target="_blank" class="github"><i class="bx bxl-github"></i></a>
<a href="https://www.youtube.com/@arasgungore" target="_blank" class="youtube"><i class="bx bxl-youtube"></i></a>
<!-- <a href="https://www.researchgate.net/profile/Aras-Guengoere" target="_blank" class="researchgate"><i class="bx bxl-researchgate"></i></a> -->
<!-- <a href="https://stackoverflow.com/users/23314477/arasgungore" target="_blank" class="stackoverflow"><i class="bx bxl-stackoverflow"></i></a> -->
<!-- <a href="https://www.hackerrank.com/arasgungore" target="_blank" class="hackerrank"><img class="svg" src="assets/img/social/hackerrank.svg" width="13" /></a> -->
<!-- <a href="https://leetcode.com/arasgungore" target="_blank" class="leetcode"><img class="svg" src="assets/img/social/leetcode.svg" width="13" /></a> -->
</div>
</div>
</div>
<div class="col-md-6 mt-4 mt-md-0 d-flex align-items-stretch">
<div class="info-box">
<i class="bx bx-envelope"></i>
<h3 style="color:#12d640;">Email</h3>
<a href="mailto:[email protected]" target="_blank"> <p><i class="icofont-rounded-right"></i> [email protected]</p> </a>
<!-- <a href="mailto:[email protected]" target="_blank"> <p><i class="icofont-rounded-right"></i> [email protected]</p> </a> -->
</div>
</div>
</div>
<form action="forms/contact.php" method="post" role="form" class="php-email-form mt-4">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div>
<div class="my-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</section>
<!-- ======= End Contact Section ======= -->
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script type="text/javascript">
var typed = new Typed('.typing',{
strings: ["an Engineer", "a Developer", "a Researcher"],
loop: true,
typeSpeed: 85,
backSpeed: 85
});
</script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>