%------------------------- % 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} \usepackage[ hidelinks, pdftitle={John Doe's CV}, pdfauthor={John Doe} ]{hyperref} \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 % Ensure that generate pdf is machine readable/ATS parsable \input{glyphtounicode} \pdfgentounicode=1 \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] \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{}{}{} \AddToShipoutPictureFG*{% Add 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}} } } \newcommand{\resumeItemWithoutBullet}[2]{ \item[]\small{ \ifthenelse{\equal{#1}{}}{#2}{\textbf{#1:}{ #2}} } } \newcommand{\resumeSubheading}[4]{ \item \begin{tabularx}{0.98\textwidth-0.4 cm}[t]{X R{4.1 cm}} #1 & \small\ifthenelse{\equal{#2}{}}{#4}{#2} \\ {\small#3} & \small\ifthenelse{\equal{#2}{}}{}{#4} \\ \end{tabularx} } \newcommand{\resumePublicationSubheading}[3]{ \item \begin{tabularx}{0.98\textwidth-0.4 cm}[t]{X R{4.1 cm}} #1 & \small#2 \\ #3 \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}} \newcommand{\resumeSubItemWithoutBullet}[2]{\resumeItemWithoutBullet{#1}{#2}} \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 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://orcid.org/0000-0000-0000-0000}{{\small\faOrcid}\hspace{4pt}0000-0000-0000-0000}} \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*}}}} \section{Text Entries} \resumeSubHeadingListStart \resumeSubItemWithoutBullet{}{This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.} \resumeSubItemWithoutBullet{}{This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.} \resumeSubItemWithoutBullet{}{This is a \textit{TextEntry}. It is only a text and can be useful for sections like \textbf{Summary}. To showcase the TextEntry completely, this sentence is added, but it doesn't contain any information.} \resumeSubHeadingListEnd \section{Bullet Entries} \resumeSubHeadingListStart \resumeSubItem{}{This is a bullet entry.} \resumeSubItem{}{This is a bullet entry.} \resumeSubHeadingListEnd \section{Publication Entries} \resumeSubHeadingListStart \resumePublicationSubheading{ \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} }{ \textit{Sept. 2021} } {} \resumeItemListStart \resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par} \resumeItemListEnd \resumePublicationSubheading{ \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} }{ \textit{Sept. 2021} } {\small\textit{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}}} \resumeItemListStart \resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par} \resumeItemListEnd \resumePublicationSubheading{ \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} }{ \textit{Sept. 2021} } {\small\textit{IEEE Transactions on Applied Superconductivity}} \resumeItemListStart \resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par} \resumeItemListEnd \resumePublicationSubheading{ \textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils} }{ \textit{Sept. 2021} } {\small\textit{\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}} (\small\textit{IEEE Transactions on Applied Superconductivity})} \resumeItemListStart \resumeItem{}{\raggedright \mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname} \par} \resumeItemListEnd \resumeSubHeadingListEnd \section{Experience Entries} \resumeSubHeadingListStart \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{}} {\textit{Software Engineer}}{\textit{}} \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} {\textit{Software Engineer}}{\textit{}} \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{}} {\textit{Software Engineer}}{\textit{Sept. 2015 to present}} \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{}} {\textit{Software Engineer}}{\textit{Jan. 2024}} \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{}} {\textit{Software Engineer}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{}} {\textit{Software Engineer}}{\textit{}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} {\textit{Software Engineer}}{\textit{Sept. 2015 to present}} \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} {\textit{Software Engineer}}{\textit{Jan. 2024}} \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} {\textit{Software Engineer}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} {\textit{Software Engineer}}{\textit{}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{}} {\textit{Software Engineer}}{\textit{Sept. 2015 to present}} \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{}} {\textit{Software Engineer}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{}} {\textit{Software Engineer}}{\textit{Sept. 2015 to present}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{}} {\textit{Software Engineer}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{}} {\textit{Software Engineer}}{\textit{Jan. 2024}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{}} {\textit{Software Engineer}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} {\textit{Software Engineer}}{\textit{Sept. 2015 to present}} \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} {\textit{Software Engineer}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} {\textit{Software Engineer}}{\textit{Sept. 2015 to present}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} {\textit{Software Engineer}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} {\textit{Software Engineer}}{\textit{Jan. 2024}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} {\textit{Software Engineer}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{}} {\textit{Software Engineer}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{}} {\textit{Software Engineer}}{\textit{Sept. 2015 to present}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{}} {\textit{Software Engineer}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{}} {\textit{Software Engineer}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} {\textit{Software Engineer}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} {\textit{Software Engineer}}{\textit{Sept. 2015 to present}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} {\textit{Software Engineer}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} {\textit{Software Engineer}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{}} {\textit{Software Engineer}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Some \textnormal{Company}}}{\textit{Istanbul, Turkey}} {\textit{Software Engineer}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubHeadingListEnd \section{Education Entries} \resumeSubHeadingListStart \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{Mechanical Engineering}}{\textit{}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{BS in Mechanical Engineering}}{\textit{}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{Mechanical Engineering}}{\textit{}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to present}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{Mechanical Engineering}}{\textit{Jan. 2024}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{Mechanical Engineering}}{\textit{}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{BS in Mechanical Engineering}}{\textit{}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to present}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{BS in Mechanical Engineering}}{\textit{Jan. 2024}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{BS in Mechanical Engineering}}{\textit{}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to present}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{Mechanical Engineering}}{\textit{Jan. 2024}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{Mechanical Engineering}}{\textit{}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to present}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to present}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{Mechanical Engineering}}{\textit{Jan. 2024}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to present}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{BS in Mechanical Engineering}}{\textit{Jan. 2024}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{BS in Mechanical Engineering}}{\textit{}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to present}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to present}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{BS in Mechanical Engineering}}{\textit{Jan. 2024}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to present}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to present}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{Mechanical Engineering}}{\textit{Jan. 2024}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to present}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to present}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to present}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{BS in Mechanical Engineering}}{\textit{Jan. 2024}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to present}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{Mechanical Engineering}}{\textit{Sept. 2015 to present}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2015 to present}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{Mechanical Engineering}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubheading {\textbf{Boğaziçi University}}{\textit{Istanbul, Turkey}} {\textit{BS in Mechanical Engineering}}{\textit{Sept. 2021}} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubHeadingListEnd \section{Normal Entries} \resumeSubHeadingListStart \resumeNormalSubheading {My Project}{} \resumeNormalSubheading {My Project}{Istanbul, Turkey} \resumeNormalSubheading {My Project}{Sept. 2015 to present} \resumeNormalSubheading {My Project}{Jan. 2024} \resumeNormalSubheading {My Project}{Sept. 2021} \resumeNormalSubheading {My Project}{} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeNormalSubheading {My Project}{Istanbul, Turkey, Sept. 2015 to present} \resumeNormalSubheading {My Project}{Istanbul, Turkey, Jan. 2024} \resumeNormalSubheading {My Project}{Istanbul, Turkey, Sept. 2021} \resumeNormalSubheading {My Project}{Istanbul, Turkey} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeNormalSubheading {My Project}{Sept. 2015 to present} \resumeNormalSubheading {My Project}{Sept. 2021} \resumeNormalSubheading {My Project}{Sept. 2015 to present} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeNormalSubheading {My Project}{Sept. 2021} \resumeNormalSubheading {My Project}{Jan. 2024} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeNormalSubheading {My Project}{Sept. 2021} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeNormalSubheading {My Project}{Istanbul, Turkey, Sept. 2015 to present} \resumeNormalSubheading {My Project}{Istanbul, Turkey, Sept. 2021} \resumeNormalSubheading {My Project}{Istanbul, Turkey, Sept. 2015 to present} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeNormalSubheading {My Project}{Istanbul, Turkey, Sept. 2021} \resumeNormalSubheading {My Project}{Istanbul, Turkey, Jan. 2024} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeNormalSubheading {My Project}{Istanbul, Turkey, Sept. 2021} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeNormalSubheading {My Project}{Sept. 2021} \resumeNormalSubheading {My Project}{Sept. 2015 to present} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeNormalSubheading {My Project}{Sept. 2021} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeNormalSubheading {My Project}{Sept. 2021} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeNormalSubheading {My Project}{Istanbul, Turkey, Sept. 2021} \resumeNormalSubheading {My Project}{Istanbul, Turkey, Sept. 2015 to present} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeNormalSubheading {My Project}{Istanbul, Turkey, Sept. 2021} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeNormalSubheading {My Project}{Istanbul, Turkey, Sept. 2021} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeNormalSubheading {My Project}{Sept. 2021} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeNormalSubheading {My Project}{Istanbul, Turkey, Sept. 2021} \resumeItemListStart \resumeItem{}{Did \textit{this} and this is a \textbf{bold} \href{https://example.com}{link}.} \resumeItem{}{Did that.} \resumeItemListEnd \resumeSubHeadingListEnd \section{One Line Entries} \resumeSubHeadingListStart \vspace{0.08cm} \resumeSubItem{Pro\textbf{gram}ming} {Python, C++, JavaScript, MATLAB} \resumeSubHeadingListEnd \end{document}