forked from arasgungore/arasgungore-CV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
387 lines (282 loc) · 18.4 KB
/
main.tex
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
%-------------------------
% Resume in Latex
% Author : Aras Gungore
% License : MIT
%------------------------
\documentclass[letterpaper,11pt]{article}
\usepackage{latexsym}
\usepackage[empty]{fullpage}
\usepackage{titlesec}
\usepackage{marvosym}
\usepackage[usenames,dvipsnames]{color}
\usepackage{verbatim}
\usepackage{enumitem}
\usepackage[hidelinks]{hyperref}
\usepackage{fancyhdr}
\usepackage[english]{babel}
\usepackage{tabularx}
\usepackage{hyphenat}
\usepackage{fontawesome}
\input{glyphtounicode}
%---------- FONT OPTIONS ----------
% sans-serif
% \usepackage[sfdefault]{FiraSans}
% \usepackage[sfdefault]{roboto}
% \usepackage[sfdefault]{noto-sans}
% \usepackage[default]{sourcesanspro}
% serif
% \usepackage{CormorantGaramond}
% \usepackage{charter}
\pagestyle{fancy}
\fancyhf{} % clear all header and footer fields
\fancyfoot{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
% Adjust margins
\addtolength{\oddsidemargin}{-0.5in}
\addtolength{\evensidemargin}{-0.5in}
\addtolength{\textwidth}{1in}
\addtolength{\topmargin}{-.5in}
\addtolength{\textheight}{1.0in}
\urlstyle{same}
\raggedbottom
\raggedright
\setlength{\tabcolsep}{0in}
% Sections formatting
\titleformat{\section}{
\vspace{-4pt}\scshape\raggedright\large
}{}{0em}{}[\color{black}\titlerule \vspace{-5pt}]
% Ensure that generate pdf is machine readable/ATS parsable
\pdfgentounicode=1
%-------------------------
% Custom commands
\newcommand{\resumeItem}[1]{
\item\small{
{#1 \vspace{-2pt}}
}
}
\newcommand{\resumeSubheading}[4]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{\small#3} & \textit{\small #4} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubSubheading}[2]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\textit{\small#1} & \textit{\small #2} \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeEducationHeading}[6]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & #2 \\
\textit{\small#3} & \textit{\small #4} \\
\textit{\small#5} & \textit{\small #6} \\
\end{tabular*}\vspace{-5pt}
}
\newcommand{\resumeProjectHeading}[2]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}{l@{\extracolsep{\fill}}r}
\small#1 & #2 \\
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeOrganizationHeading}[4]{
\vspace{-2pt}\item
\begin{tabular*}{0.97\textwidth}[t]{l@{\extracolsep{\fill}}r}
\textbf{#1} & \textit{\small #2} \\
\textit{\small#3}
\end{tabular*}\vspace{-7pt}
}
\newcommand{\resumeSubItem}[1]{\resumeItem{#1}\vspace{-4pt}}
\renewcommand\labelitemii{$\vcenter{\hbox{\tiny$\bullet$}}$}
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[leftmargin=0.15in, label={}]}
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
\newcommand{\resumeItemListStart}{\begin{itemize}}
\newcommand{\resumeItemListEnd}{\end{itemize}\vspace{-5pt}}
%-------------------------------------------
%%%%%% RESUME STARTS HERE %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%---------- HEADING ----------
\begin{center}
\textbf{\Huge \scshape Aras Güngöre} \\ \vspace{3pt}
\small
\faMobile \hspace{.5pt} \href{tel:905314204536}{+90 531 420 4536}
$|$
\faAt \hspace{.5pt} \href{mailto:[email protected]}{[email protected]}
$|$
\faLinkedinSquare \hspace{.5pt} \href{https://www.linkedin.com/in/arasgungore}{LinkedIn}
$|$
\faGithub \hspace{.5pt} \href{https://github.com/arasgungore}{GitHub}
$|$
\faGlobe \hspace{.5pt} \href{https://arasgungore.github.io}{Portfolio}
$|$
\faMapMarker \hspace{.5pt} \href{https://www.google.com/maps/place/Bogazici+University+North+Campus/@41.0863067,29.0441352,15z/data=!4m5!3m4!1s0x0:0x9d2497b07c8edb2f!8m2!3d41.0863067!4d29.0441352}{Istanbul, Turkey}
\end{center}
%----------- EDUCATION -----------
\section{Education}
\vspace{3pt}
\resumeSubHeadingListStart
\resumeEducationHeading
{Boğaziçi University
% \normalfont{(Admission rate: 0.09\%)}
}{Istanbul, Turkey}
{B.Sc. in Electrical and Electronics Engineering; \textbf{GPA: 3.62/4.00}}{Sep 2018 \textbf{--} Jun 2023}
{Minor Degree in Computer Engineering;
\textbf{GPA: 3.58/4.00}}{Oct 2020 \textbf{--} Jun 2023}
\resumeSubHeadingListStart
\small{\item{
% \textbf{Relevant coursework:} Materials Science, Electrical Circuits I-II, Digital System Design, Numerical Methods, Probability Theory, Electronics I-II, Signals and Systems, Electromagnetic Field Theory, Energy Conversion, System Dynamics and Control, Communication Engineering, Pattern Recognition, Introduction to Digital Signal Processing, Introduction to Digital Communications, Introduction to Database Systems, Introduction to Image Processing, Machine Vision
\textbf{National University Admission Exam (YKS):} Ranked $75^{th}$ in Mathematics and Science among ca. 2.3 million candidates with a test score of 489.92/500. (Jul 2018)}}
\resumeSubHeadingListEnd
% \resumeSubheading
% {Kocaeli Science High School
% \normalfont{(Admission rate: 0.85\%)}
% }{Kocaeli, Turkey}
% {High School Diploma; \textbf{GPA: 97.03/100}}{Sep 2014 \textbf{--} Jun 2018}
\resumeSubHeadingListEnd
%----------- SKILLS -----------
\section{Skills}
\vspace{2pt}
\resumeSubHeadingListStart
\small{\item{
\textbf{Languages:}{ C/C++, C\#, Java, Python, Go, JavaScript, SQL, Swift, Scala, MATLAB, R} \\ \vspace{3pt}
\textbf{Technologies:}{ Qt, Django, Node.js, React.js, MySQL, MongoDB, Git, SVN, Docker, AWS, Kubernetes, GCP, Unity, \\ Linux, ROS, OpenCV, PyTorch, TensorFlow} \\ \vspace{3pt}
}}
\resumeSubHeadingListEnd
%----------- EXPERIENCE -----------
\section{Experience}
\vspace{3pt}
\resumeSubHeadingListStart
\resumeSubheading
{Avikon}{Istanbul, Turkey}
{Software Engineer}{Dec 2023 \textbf{--} Present, Full-time}
\resumeItemListStart
\resumeItem{Developed a Qt-based chat application featuring real-time communication capabilities over a client-server architecture using the TCP and OpenDDS protocols.}
\resumeItemListEnd
\resumeSubheading
{SemperTech}{Istanbul, Turkey}
{Software Engineer}{Sep 2023 \textbf{--} Dec 2023, Full-time}
\resumeItemListStart
\resumeItem{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 \href{https://www.linkedin.com/in/prof-dr-dr-h-c-sahin-albayrak-65452a1/}{\color{blue}Prof. Dr. Şahin Albayrak}.}
\resumeItem{Simulated data exchange processes with the EEBUS protocol suite using C\# and Go frameworks. Migrated the entire framework from Go to C++ in order to ensure future adaptability for smart home IoT devices.}
\resumeItem{Implemented the TLS protocol for secure data exchange using the X.509 standard and integrated multicast DNS for seamless communication, complementing the development of EEBUS protocols.}
\resumeItemListEnd
% \resumeSubheading
% {Scale AI}{San Francisco, California, United States (Remote)}
% {Prompt Engineer}{Jul 2023 \textbf{--} Sep 2023, Freelance}
% \resumeItemListStart
% \resumeItem{Developed effective Turkish prompts for diverse AI tasks and maintained a high standard of prompt quality and consistency across different competencies, adhering to established guidelines and best practices.}
% \resumeItem{Reviewed, validated, and scored the AI assistant's responses to ensure they align with intended AI assistant behaviors and the AI assistant produces accurate and contextually appropriate responses to given prompts.}
% \resumeItem{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.}
% \resumeItemListEnd
\resumeSubheading
{Max Planck Institute for Intelligent Systems}{Stuttgart, Baden\textbf{-}Württemberg, Germany}
{Undergraduate Researcher}{Jun 2022 \textbf{--} Aug 2022, Internship}
\resumeItemListStart
\resumeItem{Worked in the Robotics, Collectives and Learning subgroup at the Physical Intelligence Department with former Ph.D. students \href{https://www.linkedin.com/in/sinan-ozgun-demir-981311129/}{\color{blue}Sinan Özgün Demir} and \href{https://www.linkedin.com/in/alpkaracakol/}{\color{blue}Alp Can Karacakol} on a project about 3D printing and heat-assisted magnetic programming of soft machines under the supervision of \href{https://www.linkedin.com/in/metin-sitti-0a8a712/}{\color{blue}Prof. Dr. Metin Sitti}.}
\resumeItem{Updated a ROS package for converting 3D motion controller events to ROS messages so that it synchronously operates at any given loop rate with C++.}
\resumeItem{Implemented an Arduino Mega driver for controlling a fluid dispenser, a laser, thermocouples, and a coil set. Updated ROS nodes for parsing G-codes and controlling stage movement and built the ROS-Arduino communication network to simulate a 3D printing and magnetic programming process with Python.}
% \resumeItem{Designed the project's system and software architecture, algorithm flowchart, and state machine diagram. Implemented and debugged ROS nodes by validating each corresponding hardware component functions correctly.}
\resumeItemListEnd
\resumeSubheading
{Nanonetworking Research Group, Boğaziçi University}{Istanbul, Turkey}
{Undergraduate Researcher}{Oct 2021 \textbf{--} Jun 2022, Part-time}
\resumeItemListStart
\resumeItem{Worked on the “Design and Implementation of Molecular Communication Systems Using Index Modulation” project under the supervision of \href{https://www.linkedin.com/in/alipusane/}{\color{blue}Prof. Dr. Ali Emre Pusane}.}
\resumeItem{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.}
% \resumeItem{Plotted the arrival of molecules per symbol duration in a SISO MCvD system using Binomial, Poisson, and Gaussian model approximations with MATLAB.}
\resumeItem{Ran Monte Carlo simulations of the Gaussian model to encode/decode randomized binary sequences in a SISO MCvD system using BCSK modulation technique and calculated the bit error rate on Z-channel.}
\resumeItemListEnd
\resumeSubheading
{SESTEK Speech Enabled Software Technologies}{Istanbul, Turkey}
{AI Research and Development Intern}{Jan 2022 \textbf{--} Feb 2022, Internship}
\resumeItemListStart
\resumeItem{Implemented various NLP tasks, including NER, POS tagging, sentiment analysis, text classification, and extractive/generative QA using transformers and Hugging Face libraries. Conducted a literature review on information retrieval and reading comprehension to stay updated on the state-of-the-art ML models.}
\resumeItem{Developed a generative question answering system with Dense Passage Retrieval and Retrieval-Augmented Generation techniques using the Haystack framework on Python.}
\resumeItem{Worked on a Turkish open-domain question answering system by fine-tuning a BERT base model transformer with PyTorch. Tabularized exact match and F1 scores using Turkish data sets and DeepMind's XQuAD data set.}
\resumeItemListEnd
% \resumeSubheading
% {Ankara Metropolitan Municipality}{Ankara, Turkey}
% {SCADA Engineering Intern}{Aug 2021 \textbf{--} Sep 2021, Internship}
% \resumeItemListStart
% \resumeItem{Designed GSM/GPRS-based electrical control panels that are connected to local water pump automation systems. Pump station panels use digital output data received from the SCADA control center via RF transmission to control valves and pumps. Tank station panels are charged from the PV system and refill water tanks by signaling the pump station panel when the float switch is activated.}
% \resumeItem{Implemented motor control circuits by reading their PLC ladder diagrams and analyzed the EPLAN project documentation, HMI, and hardware components of an RTU panel.}
% \resumeItemListEnd
\resumeSubheading
{Meteksan Defense Industry Inc.}{Ankara, Turkey}
{Analog Design Engineering Intern}{Jul 2021 \textbf{--} Aug 2021, Internship}
\resumeItemListStart
\resumeItem{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.}
\resumeItem{Researched real-world compatible electronic components to be used in such circuits including GaNFETs, high-side gate drivers, and Schottky diodes.}
\resumeItem{Assembled PCBs of both common and differential mode filters and used VNA Bode 100 to measure the cut-off frequencies.}
\resumeItemListEnd
\resumeSubHeadingListEnd
%----------- AWARDS & ACHIEVEMENTS -----------
\section{Awards \& Achievements}
\vspace{2pt}
\resumeSubHeadingListStart
\small{\item{
\textbf{High Honors Degree:}{ Awarded to Bachelor alumni who have graduated with a GPA greater than or equal to 3.50 by Boğaziçi University. (Jul 2023)} \\ \vspace{3pt}
\textbf{TÜBİTAK 2247-C Intern Researcher Scholarship:}{ Awarded to undergraduate students who take part in research projects carried out by the Scientific and Technological Research Council of Turkey (TÜBİTAK). (Dec 2021 \textbf{--} Jun 2022)} \\ \vspace{3pt}
\textbf{National University Admission Exam (YKS):}{ Ranked $75^{th}$ in Mathematics and Science among ca. 2.3 million candidates with a test score of 489.92/500. (Jul 2018)} \\ \vspace{3pt}
\textbf{KYK Outstanding Success Scholarship:}{ Awarded to undergraduate students who have been ranked in the top 100 on National University Admission Exam by Higher Education Credit and Hostels Institution (KYK). (Sep 2018 \textbf{--} Jun 2023)} \\ \vspace{3pt}
% \textbf{Boğaziçi University Success Scholarship:}{ Awarded to undergraduate students who have been ranked in the top 100 on National University Admission Exam by Boğaziçi University. (Sep 2018 \textbf{--} Jun 2023)} \\ \vspace{3pt}
\textbf{Kocaeli Science High School Valedictorian Award:}{ Graduated as the highest ranked student. (Jun 2018)}
}}
\resumeSubHeadingListEnd
%----------- PROJECTS -----------
\section{Projects}
\vspace{3pt}
\resumeSubHeadingListStart
\resumeProjectHeading
{\textbf{Filters and Fractals} $|$ \emph{\href{https://github.com/arasgungore/filters-and-fractals}{\color{blue}GitHub}}}{}
\resumeItemListStart
\resumeItem{A C project which implements a variety of image processing operations that manipulate the size, filter, brightness, contrast, saturation, and other properties of PPM images from scratch and recursive fractal generation functions to model popular fractals including Mandelbrot set, Julia set, Koch curve, Barnsley fern, and Sierpinski triangle.}
\resumeItemListEnd
\resumeProjectHeading
{\textbf{Chess Bot} $|$ \emph{\href{https://github.com/arasgungore/chess-bot}{\color{blue}GitHub}}}{}
\resumeItemListStart
\resumeItem{A C++ project in which you can play chess against an AI with a specified decision tree depth that uses alpha-beta pruning algorithm to predict the optimal move. Aside from basic moves, this mini chess engine also implements chess rules such as castling, en passant, fifty-move rule, threefold repetition, and pawn promotion.}
\resumeItemListEnd
\resumeProjectHeading
{\textbf{DS\&A Projects} $|$ \emph{\href{https://github.com/arasgungore/CMPE250-projects}{\color{blue}GitHub}}}{}
\resumeItemListStart
\resumeItem{Five Java projects that apply DS\&A concepts such as discrete-event simulation using priority queues, Dijkstra's shortest path algorithm, Prim's algorithm to find the minimum spanning tree, Dinic's algorithm for maximum flow problems, and weighted job scheduling with dynamic programming to real-world problems.}
\resumeItemListEnd
\resumeSubHeadingListEnd
%----------- RELEVANT COURSEWORK -----------
% \section{Relevant Coursework}
% \vspace{2pt}
% \resumeSubHeadingListStart
% \small{\item{
% \textbf{Major coursework:}{ Materials Science, Electrical Circuits I-II, Digital System Design, Numerical Methods, Probability Theory, Electronics I-II, Signals and Systems, Electromagnetic Field Theory, Energy Conversion, System Dynamics and Control, Communication Engineering, Pattern Recognition, Introduction to Digital Signal Processing, Introduction to Digital Communications, Introduction to Database Systems, Introduction to Image Processing, Machine Vision} \\ \vspace{3pt}
% \textbf{Minor coursework:}{ Discrete Computational Structures, Introduction to Object-Oriented Programming, Data Structures and Algorithms, Computer Organization, Fundamentals of Software Engineering}
% }}
% \resumeSubHeadingListEnd
%----------- CERTIFICATES -----------
% \section{Certificates}
% \resumeSubHeadingListStart
% \resumeOrganizationHeading
% {Procter \& Gamble VIA Certificate Program}{Feb 2022}{Business Skills, Data and Digital Skills, Project Management and Personal Productivity}
% \resumeSubHeadingListEnd
%----------- ORGANIZATIONS -----------
% \section{Organizations}
% \resumeSubHeadingListStart
% \resumeOrganizationHeading
% {Institute of Electrical and Electronics Engineers (IEEE)}{Feb 2022 -- Present}{Student Member}
% \resumeSubHeadingListEnd
%----------- HOBBIES -----------
% \section{Hobbies}
% \resumeSubHeadingListStart
% \small{\item{Basketball, Swimming, Fitness, Eight-ball, Horology}}
% \resumeSubHeadingListEnd
%----------- REFERENCES -----------
% \section{References}
% \vspace{2pt}
% \resumeSubHeadingListStart
% \item{References available upon request.}
% \resumeSubHeadingListEnd
%-------------------------------------------
\end{document}