2024-02-18 19:41:45 +00:00
|
|
|
%-------------------------
|
|
|
|
% Resume in Latex
|
|
|
|
% Author : Sourabh Bajaj
|
|
|
|
% License : MIT
|
|
|
|
%------------------------
|
|
|
|
|
|
|
|
\documentclass[10pt, letterpaper]{article}
|
|
|
|
|
|
|
|
\usepackage[
|
|
|
|
ignoreheadfoot, % set margins without considering header and footer
|
|
|
|
top=2 cm, % seperation between body and page edge from the top
|
|
|
|
bottom=2 cm, % seperation between body and page edge from the bottom
|
|
|
|
left=2 cm, % seperation between body and page edge from the left
|
|
|
|
right=2 cm, % seperation between body and page edge from the right
|
|
|
|
footskip=1.0 cm, % seperation between body and footer
|
|
|
|
% showframe % for debugging
|
|
|
|
]{geometry} % for adjusting page geometry
|
|
|
|
\usepackage{latexsym}
|
|
|
|
\usepackage[nobottomtitles*]{titlesec}
|
|
|
|
\usepackage{marvosym}
|
|
|
|
\usepackage{verbatim}
|
|
|
|
\usepackage{setspace}
|
|
|
|
\usepackage{xcolor}
|
|
|
|
\usepackage{enumitem}
|
2024-02-23 18:10:25 +00:00
|
|
|
\usepackage[
|
|
|
|
hidelinks,
|
|
|
|
pdftitle={John Doe's CV},
|
|
|
|
pdfauthor={John Doe}
|
|
|
|
]{hyperref}
|
2024-02-18 19:41:45 +00:00
|
|
|
\usepackage{fancyhdr}
|
|
|
|
\usepackage[english]{babel}
|
|
|
|
\usepackage{tabularx}
|
|
|
|
\usepackage{ifthen}
|
|
|
|
\usepackage{fontawesome5}
|
|
|
|
\usepackage{calc} % for calculating lengths
|
|
|
|
\usepackage[pscoord]{eso-pic} % for floating text on the page
|
|
|
|
\usepackage{lastpage} % for getting the total number of pages
|
|
|
|
\input{glyphtounicode}
|
|
|
|
|
|
|
|
\pagestyle{fancy}
|
|
|
|
\fancyhf{} % clear all header and footer fields
|
|
|
|
\fancyfoot[CO]{\color{gray}\textit{\small John Doe - Page \thepage{} of \pageref*{LastPage}}}
|
|
|
|
\renewcommand{\headrulewidth}{0pt}
|
|
|
|
\renewcommand{\footrulewidth}{0pt}
|
|
|
|
|
|
|
|
\definecolor{primaryColor}{RGB}{0, 79, 144} % define primary color
|
|
|
|
|
|
|
|
\urlstyle{same}
|
|
|
|
|
|
|
|
\setcounter{secnumdepth}{0} % no section numbering
|
|
|
|
\setlength{\parindent}{0pt} % no indentation
|
|
|
|
\setlength{\topskip}{0pt} % no top skip
|
|
|
|
|
|
|
|
% \raggedbottom
|
|
|
|
\setlength{\tabcolsep}{0in}
|
|
|
|
|
|
|
|
% Sections formatting
|
|
|
|
\titleformat{\section}{
|
|
|
|
\scshape\raggedright\large
|
|
|
|
}{}{0em}{}[\color{black}\titlerule]
|
|
|
|
|
|
|
|
% Ensure that generate pdf is machine readable/ATS parsable
|
|
|
|
\pdfgentounicode=1
|
|
|
|
|
|
|
|
|
|
|
|
\newcolumntype{R}[1]{
|
|
|
|
>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}p{#1}
|
|
|
|
} % right-aligned fixed width column type
|
|
|
|
|
|
|
|
\titlespacing{\section}{
|
|
|
|
% left space:
|
|
|
|
0pt
|
|
|
|
}{
|
|
|
|
% top space:
|
|
|
|
0.3 cm - 0.1cm
|
|
|
|
}{
|
|
|
|
% bottom space:
|
|
|
|
0.2 cm
|
|
|
|
} % section title spacing
|
|
|
|
|
|
|
|
%-------------------------
|
|
|
|
% Custom commands
|
|
|
|
\newcommand{\placelastupdatedtext}{% \placetextbox{<horizontal pos>}{<vertical pos>}{<stuff>}
|
|
|
|
\AddToShipoutPictureFG*{% Add <stuff> to current page foreground
|
|
|
|
\put(
|
|
|
|
\LenToUnit{\paperwidth-2 cm-0.2 cm+0.05cm},
|
|
|
|
\LenToUnit{\paperheight-1.0 cm}
|
|
|
|
){\vtop{{\null}\makebox[0pt][c]{
|
|
|
|
\small\color{gray}\textit{Last updated in January 2024}\hspace{\widthof{Last updated in January 2024}}
|
|
|
|
}}}%
|
|
|
|
}%
|
|
|
|
}%
|
|
|
|
|
|
|
|
\newcommand{\resumeItem}[2]{
|
|
|
|
\item\small{
|
|
|
|
\ifthenelse{\equal{#1}{}}{#2}{\textbf{#1}{: #2}}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-03-10 18:08:18 +00:00
|
|
|
\newcommand{\resumeItemWithoutBullet}[2]{
|
|
|
|
\item[]\small{
|
|
|
|
\ifthenelse{\equal{#1}{}}{#2}{\textbf{#1}{: #2}}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-02-18 19:41:45 +00:00
|
|
|
\newcommand{\resumeSubheading}[4]{
|
|
|
|
\item
|
|
|
|
\begin{tabularx}{0.98\textwidth-0.4 cm}[t]{X R{4.1 cm}}
|
|
|
|
\textbf{#1} & \textit{\small\ifthenelse{\equal{#2}{}}{#4}{#2}} \\
|
|
|
|
\textit{\small#3} & \textit{\small\ifthenelse{\equal{#2}{}}{}{#4}} \\
|
|
|
|
\end{tabularx}
|
|
|
|
}
|
|
|
|
|
|
|
|
\newcommand{\resumeNormalSubheading}[2]{
|
|
|
|
\item
|
|
|
|
\begin{tabularx}{0.98\textwidth-0.4 cm}[t]{X R{4.1 cm}}
|
|
|
|
\textbf{#1} & \textit{\small #2}
|
|
|
|
\end{tabularx}
|
|
|
|
}
|
|
|
|
|
|
|
|
\newcommand{\resumeSubItem}[2]{\resumeItem{#1}{#2}}
|
|
|
|
|
2024-03-10 18:08:18 +00:00
|
|
|
\newcommand{\resumeSubItemWithoutBullet}[2]{\resumeItemWithoutBullet{#1}{#2}}
|
|
|
|
|
2024-02-18 19:41:45 +00:00
|
|
|
\renewcommand{\labelitemii}{$\circ$}
|
|
|
|
|
|
|
|
\newcommand{\resumeSubHeadingListStart}{\begin{itemize}[left=0.2 cm, topsep=0pt, parsep=0.2 cm, partopsep=0pt, rightmargin=0.2 cm]}
|
|
|
|
\newcommand{\resumeSubHeadingListEnd}{\end{itemize}}
|
|
|
|
\newcommand{\resumeItemListStart}{\vspace{0.10 cm}\begin{itemize}[left=0.4 cm, topsep=-0.2 cm, itemsep=0.10 cm, partopsep=0pt, rightmargin=0cm]}
|
|
|
|
\newcommand{\resumeItemListEnd}{\end{itemize}}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\placelastupdatedtext
|
|
|
|
|
|
|
|
{
|
|
|
|
\centering
|
|
|
|
\textbf{\fontsize{24 pt}{24 pt}\selectfont
|
|
|
|
\href{https://orcid.org/0000-0000-0000-0000}{John Doe}
|
|
|
|
} \\ \vspace{3pt}
|
|
|
|
\small
|
|
|
|
|
|
|
|
\vspace{0.3 cm}
|
|
|
|
|
|
|
|
\begin{spacing}{1.6}
|
|
|
|
\mbox{\href{tel:+905419999999}{{\footnotesize\faPhone*}\hspace{4pt}+90 541 999 99 99}}
|
|
|
|
\hspace{0.5 cm}
|
|
|
|
\mbox{\href{mailto:johndoe@example.com}{{\small\faEnvelope[regular]}\hspace{4pt}johndoe@example.com}}
|
|
|
|
\hspace{0.5 cm}
|
|
|
|
\mbox{{\small\faMapMarker*}\hspace{4pt}Istanbul, Turkey}
|
|
|
|
\hspace{0.5 cm}
|
|
|
|
\mbox{\href{https://example.com/}{{\small\faLink}\hspace{4pt}example.com}}
|
|
|
|
\hspace{0.5 cm}
|
|
|
|
\mbox{\href{https://linkedin.com/in/johndoe}{{\small\faLinkedinIn}\hspace{4pt}johndoe}}
|
|
|
|
\hspace*{0.5 cm}
|
|
|
|
\mbox{\href{https://github.com/johndoe}{{\small\faGithub}\hspace{4pt}johndoe}}
|
|
|
|
\hspace*{0.5 cm}
|
|
|
|
\mbox{\href{https://instagram.com/johndoe}{{\small\faInstagram}\hspace{4pt}johndoe}}
|
|
|
|
\hspace*{0.5 cm}
|
|
|
|
\mbox{\href{https://mastodon.social/@johndoe@example}{{\small\faMastodon}\hspace{4pt}@johndoe@example}}
|
|
|
|
\hspace*{0.5 cm}
|
|
|
|
\end{spacing}
|
|
|
|
\par
|
|
|
|
}
|
|
|
|
|
|
|
|
\vspace{0.3 cm}
|
|
|
|
|
|
|
|
% save the original href command in a new command:
|
|
|
|
\let\hrefWithoutArrow\href
|
|
|
|
% new command for external links:
|
|
|
|
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\color{primaryColor}\mbox{\ifthenelse{\equal{#2}{}}{}{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
|
|
|
|
|
2024-03-11 19:30:02 +00:00
|
|
|
\section{Text Entries}
|
2024-02-18 19:41:45 +00:00
|
|
|
\resumeSubHeadingListStart
|
|
|
|
|
2024-03-10 18:08:18 +00:00
|
|
|
\resumeSubItemWithoutBullet{}{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
2024-02-18 19:41:45 +00:00
|
|
|
|
2024-03-10 18:08:18 +00:00
|
|
|
\resumeSubItemWithoutBullet{}{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
2024-02-18 19:41:45 +00:00
|
|
|
|
2024-03-12 18:02:06 +00:00
|
|
|
\resumeSubItemWithoutBullet{}{My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeSubHeadingListEnd
|
|
|
|
\section{Bullet Entries}
|
|
|
|
\resumeSubHeadingListStart
|
|
|
|
|
2024-03-12 18:02:06 +00:00
|
|
|
\resumeSubItem{}{My Bullet Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
2024-03-12 18:02:06 +00:00
|
|
|
\resumeSubItem{}{My Bullet Entry with some \textbf{markdown} and \href{https://example.com}{links}!}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
2024-02-18 19:41:45 +00:00
|
|
|
|
|
|
|
\resumeSubHeadingListEnd
|
2024-03-11 19:30:02 +00:00
|
|
|
\section{Publication Entries}
|
2024-02-18 19:41:45 +00:00
|
|
|
\resumeSubHeadingListStart
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-11 19:30:02 +00:00
|
|
|
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Sept. 2021}
|
|
|
|
{}{}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Sept. 2021}
|
|
|
|
{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}{}
|
2024-02-18 19:41:45 +00:00
|
|
|
\resumeItemListStart
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
2024-02-18 19:41:45 +00:00
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-11 19:30:02 +00:00
|
|
|
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Sept. 2021}
|
2024-03-09 17:54:41 +00:00
|
|
|
{IEEE Transactions on Applied Superconductivity}{}
|
2024-02-18 19:41:45 +00:00
|
|
|
\resumeItemListStart
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}{Sept. 2021}
|
|
|
|
{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity)}{}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par}
|
2024-02-18 19:41:45 +00:00
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubHeadingListEnd
|
2024-03-11 19:30:02 +00:00
|
|
|
\section{Experience Entries}
|
2024-02-18 19:41:45 +00:00
|
|
|
\resumeSubHeadingListStart
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-11 19:30:02 +00:00
|
|
|
{Some Company}{}
|
|
|
|
{Software Engineer}{}
|
|
|
|
|
|
|
|
|
2024-03-17 19:10:43 +00:00
|
|
|
\resumeSubheading
|
|
|
|
{Some Company}{Istanbul, Turkey}
|
|
|
|
{Software Engineer}{}
|
|
|
|
|
|
|
|
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeSubheading
|
|
|
|
{Some Company}{}
|
|
|
|
{Software Engineer}{Sept. 2015 to present}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Some Company}{}
|
|
|
|
{Software Engineer}{Jan. 2024}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Some Company}{}
|
|
|
|
{Software Engineer}{Sept. 2021}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Some Company}{}
|
|
|
|
{Software Engineer}{}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Some Company}{Istanbul, Turkey}
|
2024-03-17 19:10:43 +00:00
|
|
|
{Software Engineer}{Sept. 2015 to present}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{Some Company}{Istanbul, Turkey}
|
|
|
|
{Software Engineer}{Jan. 2024}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{Some Company}{Istanbul, Turkey}
|
2024-03-11 19:30:02 +00:00
|
|
|
{Software Engineer}{Sept. 2021}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{Some Company}{Istanbul, Turkey}
|
|
|
|
{Software Engineer}{}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{Some Company}{}
|
2024-03-11 19:30:02 +00:00
|
|
|
{Software Engineer}{Sept. 2015 to present}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Some Company}{}
|
|
|
|
{Software Engineer}{Sept. 2021}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Some Company}{}
|
2024-03-17 19:10:43 +00:00
|
|
|
{Software Engineer}{Sept. 2015 to present}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Some Company}{}
|
|
|
|
{Software Engineer}{Sept. 2021}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{Some Company}{}
|
|
|
|
{Software Engineer}{Jan. 2024}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Some Company}{}
|
|
|
|
{Software Engineer}{Sept. 2021}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Some Company}{Istanbul, Turkey}
|
|
|
|
{Software Engineer}{Sept. 2015 to present}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{Some Company}{Istanbul, Turkey}
|
2024-03-11 19:30:02 +00:00
|
|
|
{Software Engineer}{Sept. 2021}
|
2024-03-17 19:10:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Some Company}{Istanbul, Turkey}
|
|
|
|
{Software Engineer}{Sept. 2015 to present}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Some Company}{Istanbul, Turkey}
|
|
|
|
{Software Engineer}{Sept. 2021}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Some Company}{Istanbul, Turkey}
|
2024-03-17 19:10:43 +00:00
|
|
|
{Software Engineer}{Jan. 2024}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{Some Company}{Istanbul, Turkey}
|
2024-03-11 19:30:02 +00:00
|
|
|
{Software Engineer}{Sept. 2021}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{Some Company}{}
|
2024-03-11 19:30:02 +00:00
|
|
|
{Software Engineer}{Sept. 2021}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{Some Company}{}
|
|
|
|
{Software Engineer}{Sept. 2015 to present}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{Some Company}{}
|
2024-03-11 19:30:02 +00:00
|
|
|
{Software Engineer}{Sept. 2021}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Some Company}{}
|
|
|
|
{Software Engineer}{Sept. 2021}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Some Company}{Istanbul, Turkey}
|
|
|
|
{Software Engineer}{Sept. 2021}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Some Company}{Istanbul, Turkey}
|
|
|
|
{Software Engineer}{Sept. 2015 to present}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Some Company}{Istanbul, Turkey}
|
|
|
|
{Software Engineer}{Sept. 2021}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Some Company}{Istanbul, Turkey}
|
|
|
|
{Software Engineer}{Sept. 2021}
|
2024-02-27 17:56:52 +00:00
|
|
|
\resumeItemListStart
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
2024-02-27 17:56:52 +00:00
|
|
|
\resumeItemListEnd
|
2024-02-18 19:41:45 +00:00
|
|
|
|
|
|
|
|
2024-03-17 19:10:43 +00:00
|
|
|
\resumeSubheading
|
|
|
|
{Some Company}{}
|
|
|
|
{Software Engineer}{Sept. 2021}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
2024-02-18 19:41:45 +00:00
|
|
|
\resumeSubheading
|
2024-03-11 19:30:02 +00:00
|
|
|
{Some Company}{Istanbul, Turkey}
|
|
|
|
{Software Engineer}{Sept. 2021}
|
2024-02-27 17:56:52 +00:00
|
|
|
\resumeItemListStart
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
2024-02-27 17:56:52 +00:00
|
|
|
\resumeItemListEnd
|
2024-02-18 19:41:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubHeadingListEnd
|
2024-03-11 19:30:02 +00:00
|
|
|
\section{Education Entries}
|
2024-02-18 19:41:45 +00:00
|
|
|
\resumeSubHeadingListStart
|
|
|
|
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{}
|
|
|
|
{Mechanical Engineering}{}
|
|
|
|
|
|
|
|
|
2024-03-17 19:36:29 +00:00
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{}
|
|
|
|
{BS in Mechanical Engineering}{}
|
|
|
|
|
|
|
|
|
2024-03-17 19:10:43 +00:00
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
|
|
|
{Mechanical Engineering}{}
|
|
|
|
|
|
|
|
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{}
|
|
|
|
{Mechanical Engineering}{Sept. 2015 to present}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{}
|
|
|
|
{Mechanical Engineering}{Jan. 2024}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{}
|
|
|
|
{Mechanical Engineering}{Sept. 2021}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{}
|
|
|
|
{Mechanical Engineering}{}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
2024-03-11 19:30:02 +00:00
|
|
|
{BS in Mechanical Engineering}{}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{}
|
|
|
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{}
|
|
|
|
{BS in Mechanical Engineering}{Jan. 2024}
|
2024-03-17 19:10:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{}
|
|
|
|
{BS in Mechanical Engineering}{Sept. 2021}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{}
|
|
|
|
{BS in Mechanical Engineering}{}
|
2024-02-27 17:56:52 +00:00
|
|
|
\resumeItemListStart
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
2024-02-27 17:56:52 +00:00
|
|
|
\resumeItemListEnd
|
2024-02-18 19:41:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-02-27 17:56:52 +00:00
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
2024-03-17 19:36:29 +00:00
|
|
|
{Mechanical Engineering}{Sept. 2015 to present}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
|
|
|
{Mechanical Engineering}{Jan. 2024}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
2024-03-11 19:30:02 +00:00
|
|
|
{Mechanical Engineering}{Sept. 2021}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
|
|
|
{Mechanical Engineering}{}
|
2024-02-27 17:56:52 +00:00
|
|
|
\resumeItemListStart
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
2024-02-27 17:56:52 +00:00
|
|
|
\resumeItemListEnd
|
2024-02-18 19:41:45 +00:00
|
|
|
|
|
|
|
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{Boğaziçi University}{}
|
2024-03-17 19:36:29 +00:00
|
|
|
{Mechanical Engineering}{Sept. 2015 to present}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
2024-02-18 19:41:45 +00:00
|
|
|
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{}
|
2024-03-17 19:10:43 +00:00
|
|
|
{Mechanical Engineering}{Sept. 2021}
|
2024-02-18 19:41:45 +00:00
|
|
|
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{}
|
2024-03-17 19:36:29 +00:00
|
|
|
{Mechanical Engineering}{Sept. 2015 to present}
|
2024-02-27 17:56:52 +00:00
|
|
|
\resumeItemListStart
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
2024-02-27 17:56:52 +00:00
|
|
|
\resumeItemListEnd
|
2024-02-18 19:41:45 +00:00
|
|
|
|
|
|
|
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{}
|
2024-03-17 19:36:29 +00:00
|
|
|
{Mechanical Engineering}{Sept. 2021}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{Boğaziçi University}{}
|
2024-03-17 19:36:29 +00:00
|
|
|
{Mechanical Engineering}{Jan. 2024}
|
2024-02-27 17:56:52 +00:00
|
|
|
\resumeItemListStart
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
2024-02-27 17:56:52 +00:00
|
|
|
\resumeItemListEnd
|
2024-02-18 19:41:45 +00:00
|
|
|
|
|
|
|
|
2024-03-17 19:10:43 +00:00
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{}
|
2024-03-17 19:36:29 +00:00
|
|
|
{Mechanical Engineering}{Sept. 2021}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
2024-02-18 19:41:45 +00:00
|
|
|
|
|
|
|
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
2024-03-17 19:36:29 +00:00
|
|
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
2024-02-18 19:41:45 +00:00
|
|
|
|
|
|
|
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
2024-03-17 19:36:29 +00:00
|
|
|
{BS in Mechanical Engineering}{Jan. 2024}
|
2024-02-18 19:41:45 +00:00
|
|
|
|
2024-03-10 18:08:18 +00:00
|
|
|
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
2024-03-17 19:36:29 +00:00
|
|
|
{BS in Mechanical Engineering}{Sept. 2021}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
|
|
|
{BS in Mechanical Engineering}{}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
2024-03-10 18:08:18 +00:00
|
|
|
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{}
|
2024-03-17 19:10:43 +00:00
|
|
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{}
|
|
|
|
{BS in Mechanical Engineering}{Sept. 2021}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{}
|
|
|
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{}
|
|
|
|
{BS in Mechanical Engineering}{Sept. 2021}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{}
|
|
|
|
{BS in Mechanical Engineering}{Jan. 2024}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{}
|
2024-03-17 19:10:43 +00:00
|
|
|
{BS in Mechanical Engineering}{Sept. 2021}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
2024-03-17 19:10:43 +00:00
|
|
|
{Mechanical Engineering}{Sept. 2015 to present}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
|
|
|
{Mechanical Engineering}{Sept. 2021}
|
2024-03-17 19:10:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
|
|
|
{Mechanical Engineering}{Sept. 2015 to present}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
|
|
|
{Mechanical Engineering}{Sept. 2021}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
|
|
|
{Mechanical Engineering}{Jan. 2024}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
2024-03-17 19:10:43 +00:00
|
|
|
{Mechanical Engineering}{Sept. 2021}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{Boğaziçi University}{}
|
2024-03-17 19:36:29 +00:00
|
|
|
{Mechanical Engineering}{Sept. 2021}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{Boğaziçi University}{}
|
2024-03-17 19:36:29 +00:00
|
|
|
{Mechanical Engineering}{Sept. 2015 to present}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{}
|
2024-03-17 19:36:29 +00:00
|
|
|
{Mechanical Engineering}{Sept. 2021}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{}
|
2024-03-11 19:30:02 +00:00
|
|
|
{Mechanical Engineering}{Sept. 2021}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
2024-03-11 19:30:02 +00:00
|
|
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
2024-03-17 19:10:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
2024-03-17 19:36:29 +00:00
|
|
|
{BS in Mechanical Engineering}{Sept. 2021}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
|
|
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
2024-03-17 19:10:43 +00:00
|
|
|
{BS in Mechanical Engineering}{Sept. 2021}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
2024-03-17 19:36:29 +00:00
|
|
|
{BS in Mechanical Engineering}{Jan. 2024}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
2024-03-17 19:36:29 +00:00
|
|
|
{BS in Mechanical Engineering}{Sept. 2021}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{}
|
2024-03-11 19:30:02 +00:00
|
|
|
{BS in Mechanical Engineering}{Sept. 2021}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{}
|
|
|
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{}
|
2024-03-17 19:10:43 +00:00
|
|
|
{BS in Mechanical Engineering}{Sept. 2021}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{}
|
2024-03-17 19:36:29 +00:00
|
|
|
{BS in Mechanical Engineering}{Sept. 2021}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
|
|
|
{Mechanical Engineering}{Sept. 2021}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
|
|
|
{Mechanical Engineering}{Sept. 2015 to present}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
|
|
|
{Mechanical Engineering}{Sept. 2021}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
|
|
|
{Mechanical Engineering}{Sept. 2021}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
2024-03-17 19:36:29 +00:00
|
|
|
{Boğaziçi University}{}
|
2024-03-17 19:10:43 +00:00
|
|
|
{Mechanical Engineering}{Sept. 2021}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
|
|
|
{BS in Mechanical Engineering}{Sept. 2021}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
|
|
|
{BS in Mechanical Engineering}{Sept. 2015 to present}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
|
|
|
{BS in Mechanical Engineering}{Sept. 2021}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
|
|
|
{BS in Mechanical Engineering}{Sept. 2021}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
2024-03-17 19:10:43 +00:00
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{}
|
|
|
|
{BS in Mechanical Engineering}{Sept. 2021}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
2024-03-17 19:36:29 +00:00
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
|
|
|
{Mechanical Engineering}{Sept. 2021}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeSubheading
|
|
|
|
{Boğaziçi University}{Istanbul, Turkey}
|
|
|
|
{BS in Mechanical Engineering}{Sept. 2021}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubHeadingListEnd
|
|
|
|
\section{Normal Entries}
|
|
|
|
\resumeSubHeadingListStart
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{}
|
|
|
|
|
|
|
|
|
2024-03-17 19:10:43 +00:00
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{Istanbul, Turkey}
|
|
|
|
|
|
|
|
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{Sept. 2015 to present}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{Jan. 2024}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{Sept. 2021}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{My Project}{Sept. 2015 to present}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{My Project}{Jan. 2024}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{Sept. 2021}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{My Project}{Istanbul, Turkey}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{Sept. 2015 to present}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{Sept. 2021}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{My Project}{Sept. 2015 to present}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{My Project}{Sept. 2021}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{My Project}{Jan. 2024}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{Sept. 2021}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{Sept. 2015 to present}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{My Project}{Sept. 2021}
|
2024-03-11 19:30:02 +00:00
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{My Project}{Sept. 2015 to present}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{Sept. 2021}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{My Project}{Jan. 2024}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{Sept. 2021}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{Sept. 2021}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
2024-03-17 19:10:43 +00:00
|
|
|
{My Project}{Sept. 2015 to present}
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{Sept. 2021}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{Sept. 2021}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{Sept. 2021}
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{Sept. 2015 to present}
|
|
|
|
\resumeItemListStart
|
2024-03-17 19:10:43 +00:00
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{Sept. 2021}
|
|
|
|
\resumeItemListStart
|
2024-03-11 19:30:02 +00:00
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{Sept. 2021}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{Sept. 2021}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
\resumeNormalSubheading
|
|
|
|
{My Project}{Sept. 2021}
|
|
|
|
\resumeItemListStart
|
|
|
|
\resumeItem{}{Did this.}
|
|
|
|
\resumeItem{}{Did that.}
|
|
|
|
\resumeItemListEnd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\resumeSubHeadingListEnd
|
|
|
|
\section{One Line Entries}
|
|
|
|
\resumeSubHeadingListStart
|
|
|
|
|
|
|
|
\vspace{0.08cm}
|
|
|
|
\resumeSubItem{Programming}
|
|
|
|
{Python, C++, JavaScript, MATLAB}
|
2024-03-10 18:08:18 +00:00
|
|
|
|
|
|
|
|
2024-02-18 19:41:45 +00:00
|
|
|
\resumeSubHeadingListEnd
|
|
|
|
|
|
|
|
\end{document}
|