2024-02-18 19:41:45 +00:00
%-------------------------
% Resume in Latex
% Author : Sourabh Bajaj
% License : MIT
%------------------------
\documentclass [10pt, letterpaper] { article}
\usepackage [
2024-04-08 19:29:24 +00:00
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
2024-02-18 19:41:45 +00:00
\usepackage { latexsym}
\usepackage [nobottomtitles*] { titlesec}
\usepackage { marvosym}
\usepackage { verbatim}
\usepackage { setspace}
\usepackage { xcolor}
\usepackage { enumitem}
2024-02-23 18:10:25 +00:00
\usepackage [
2024-04-08 19:29:24 +00:00
hidelinks,
pdftitle={ John Doe's CV} ,
pdfauthor={ John Doe}
2024-02-23 18:10:25 +00:00
]{ 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
2024-03-31 19:10:55 +00:00
% Ensure that generate pdf is machine readable/ATS parsable
2024-02-18 19:41:45 +00:00
\input { glyphtounicode}
2024-03-31 19:10:55 +00:00
\pdfgentounicode =1
2024-02-18 19:41:45 +00:00
\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{<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 {
2024-03-27 17:52:01 +00:00
\ifthenelse { \equal { #1} { } } { #2} { \textbf { #1:} { #2} }
2024-02-18 19:41:45 +00:00
}
}
2024-03-10 18:08:18 +00:00
\newcommand { \resumeItemWithoutBullet } [2]{
\item [] \small {
2024-03-27 17:52:01 +00:00
\ifthenelse { \equal { #1} { } } { #2} { \textbf { #1:} { #2} }
2024-03-10 18:08:18 +00:00
}
}
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} }
2024-03-21 18:01:26 +00:00
#1 & \small \ifthenelse { \equal { #2} { } } { #4} { #2} \\
{ \small #3} & \small \ifthenelse { \equal { #2} { } } { } { #4} \\
2024-02-18 19:41:45 +00:00
\end { tabularx}
}
2024-03-27 17:52:01 +00:00
\newcommand { \resumePublicationSubheading } [3]{
\item
\begin { tabularx} { 0.98\textwidth -0.4 cm} [t]{ X R{ 4.1 cm} }
#1 & \small #2 \\
#3
\end { tabularx}
}
2024-02-18 19:41:45 +00:00
\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
2024-03-31 19:10:55 +00:00
John Doe
2024-02-18 19:41:45 +00:00
} \\ \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}
2024-03-31 19:10:55 +00:00
\mbox { \href { https://orcid.org/0000-0000-0000-0000} { { \small \faOrcid } \hspace { 4pt} 0000-0000-0000-0000} }
\hspace * { 0.5 cm}
2024-02-18 19:41:45 +00:00
\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-04-07 23:44:02 +00:00
\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.}
2024-02-18 19:41:45 +00:00
2024-04-07 23:44:02 +00:00
\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.}
2024-02-18 19:41:45 +00:00
2024-04-07 23:44:02 +00:00
\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.}
2024-03-11 19:30:02 +00:00
\resumeSubHeadingListEnd
\section { Bullet Entries}
\resumeSubHeadingListStart
2024-04-07 23:44:02 +00:00
\resumeSubItem { } { This is a bullet entry.}
2024-03-11 19:30:02 +00:00
2024-04-07 23:44:02 +00:00
\resumeSubItem { } { This is a bullet entry.}
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
2024-03-27 17:52:01 +00:00
\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}
}
2024-03-31 19:10:55 +00:00
{ \small \textit { \href { https://doi.org/10.1109/TASC.2023.3340648} { 10.1109/TASC.2023.3340648} } (\small \textit { IEEE Transactions on Applied Superconductivity} )}
2024-03-27 17:52:01 +00:00
\resumeItemListStart
\resumeItem { } { \raggedright \mbox { J. Doe} , \mbox { \textbf { H. Tom} } , \mbox { S. Doe} , \mbox { A. Andsurname} \par }
\resumeItemListEnd
2024-02-18 19:41:45 +00:00
\resumeSubHeadingListEnd
2024-03-11 19:30:02 +00:00
\section { Experience Entries}
2024-02-18 19:41:45 +00:00
\resumeSubHeadingListStart
\resumeSubheading
2024-03-31 19:10:55 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { } }
{ \textit { Software Engineer} } { \textit { } }
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { } }
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2015 to present} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Jan. 2024} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-31 19:10:55 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { } }
{ \textit { Software Engineer} } { \textit { } }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2015 to present} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Jan. 2024} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { } }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2015 to present} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2015 to present} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Jan. 2024} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2015 to present} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2021} }
2024-03-17 19:10:43 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2015 to present} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Jan. 2024} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2015 to present} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2015 to present} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2021} }
2024-02-27 17:56:52 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\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
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2021} }
2024-03-17 19:10:43 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-17 19:10:43 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
2024-02-18 19:41:45 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Some \textnormal { Company} } } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Software Engineer} } { \textit { Sept. 2021} }
2024-02-27 17:56:52 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\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
2024-03-31 19:10:55 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
{ \textit { Mechanical Engineering} } { \textit { } }
2024-03-11 19:30:02 +00:00
2024-03-17 19:36:29 +00:00
\resumeSubheading
2024-03-31 19:10:55 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
{ \textit { BS in Mechanical Engineering} } { \textit { } }
2024-03-17 19:36:29 +00:00
2024-03-17 19:10:43 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { } }
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2015 to present} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Jan. 2024} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-31 19:10:55 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
{ \textit { Mechanical Engineering} } { \textit { } }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { } }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2015 to present} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Jan. 2024} }
2024-03-17 19:10:43 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-31 19:10:55 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
{ \textit { BS in Mechanical Engineering} } { \textit { } }
2024-02-27 17:56:52 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
2024-02-27 17:56:52 +00:00
\resumeItemListEnd
2024-02-18 19:41:45 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2015 to present} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Jan. 2024} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { } }
2024-02-27 17:56:52 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\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-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { 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
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2021} }
2024-02-18 19:41:45 +00:00
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2015 to present} }
2024-02-27 17:56:52 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\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-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Jan. 2024} }
2024-02-27 17:56:52 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\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
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
2024-02-18 19:41:45 +00:00
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2015 to present} }
2024-02-18 19:41:45 +00:00
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { 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-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-17 19:36:29 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { } }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
2024-03-10 18:08:18 +00:00
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2015 to present} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2015 to present} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Jan. 2024} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2015 to present} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-17 19:10:43 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2015 to present} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Jan. 2024} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2015 to present} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2015 to present} }
2024-03-17 19:10:43 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-17 19:36:29 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2015 to present} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Jan. 2024} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2015 to present} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2015 to present} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2015 to present} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
2024-03-17 19:10:43 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { } }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-17 19:10:43 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-17 19:10:43 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
2024-03-17 19:36:29 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-17 19:36:29 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-17 19:36:29 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
2024-03-11 19:30:02 +00:00
\resumeSubheading
2024-03-21 18:01:26 +00:00
{ \textbf { Boğaziçi University} } { \textit { Istanbul, Turkey} }
2024-03-31 19:10:55 +00:00
{ \textit { BS in Mechanical Engineering} } { \textit { Sept. 2021} }
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\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
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeNormalSubheading
2024-03-31 19:10:55 +00:00
{ My Project} { Istanbul, Turkey, Sept. 2015 to present}
2024-03-11 19:30:02 +00:00
\resumeNormalSubheading
2024-03-31 19:10:55 +00:00
{ My Project} { Istanbul, Turkey, Jan. 2024}
2024-03-11 19:30:02 +00:00
\resumeNormalSubheading
2024-03-31 19:10:55 +00:00
{ My Project} { Istanbul, Turkey, Sept. 2021}
2024-03-11 19:30:02 +00:00
\resumeNormalSubheading
2024-03-17 19:10:43 +00:00
{ My Project} { Istanbul, Turkey}
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\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
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\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
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeNormalSubheading
{ My Project} { Sept. 2021}
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeNormalSubheading
2024-03-31 19:10:55 +00:00
{ My Project} { Istanbul, Turkey, Sept. 2015 to present}
2024-03-11 19:30:02 +00:00
\resumeNormalSubheading
2024-03-31 19:10:55 +00:00
{ My Project} { Istanbul, Turkey, Sept. 2021}
2024-03-11 19:30:02 +00:00
\resumeNormalSubheading
2024-03-31 19:10:55 +00:00
{ My Project} { Istanbul, Turkey, Sept. 2015 to present}
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeNormalSubheading
2024-03-31 19:10:55 +00:00
{ My Project} { Istanbul, Turkey, Sept. 2021}
2024-03-11 19:30:02 +00:00
\resumeNormalSubheading
2024-03-31 19:10:55 +00:00
{ My Project} { Istanbul, Turkey, Jan. 2024}
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeNormalSubheading
2024-03-31 19:10:55 +00:00
{ My Project} { Istanbul, Turkey, Sept. 2021}
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\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
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeNormalSubheading
{ My Project} { Sept. 2021}
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeNormalSubheading
{ My Project} { Sept. 2021}
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeNormalSubheading
2024-03-31 19:10:55 +00:00
{ My Project} { Istanbul, Turkey, Sept. 2021}
2024-03-11 19:30:02 +00:00
\resumeNormalSubheading
2024-03-31 19:10:55 +00:00
{ My Project} { Istanbul, Turkey, Sept. 2015 to present}
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-17 19:10:43 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeNormalSubheading
2024-03-31 19:10:55 +00:00
{ My Project} { Istanbul, Turkey, Sept. 2021}
2024-03-17 19:10:43 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeNormalSubheading
2024-03-31 19:10:55 +00:00
{ My Project} { Istanbul, Turkey, Sept. 2021}
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeNormalSubheading
{ My Project} { Sept. 2021}
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeNormalSubheading
2024-03-31 19:10:55 +00:00
{ My Project} { Istanbul, Turkey, Sept. 2021}
2024-03-11 19:30:02 +00:00
\resumeItemListStart
2024-03-31 19:26:39 +00:00
\resumeItem { } { Did \textit { this} and this is a \textbf { bold} \href { https://example.com} { link} .}
2024-03-11 19:30:02 +00:00
\resumeItem { } { Did that.}
\resumeItemListEnd
\resumeSubHeadingListEnd
\section { One Line Entries}
\resumeSubHeadingListStart
\vspace { 0.08cm}
2024-03-21 18:01:26 +00:00
\resumeSubItem { Pro\textbf { gram} ming}
2024-03-11 19:30:02 +00:00
{ Python, C++, JavaScript, MATLAB}
2024-03-10 18:08:18 +00:00
2024-02-18 19:41:45 +00:00
\resumeSubHeadingListEnd
\end { document}