rendercv/tests/testdata/test_generate_latex_file/classic_filled.tex

2922 lines
61 KiB
TeX
Raw Normal View History

2024-02-18 19:41:45 +00:00
\documentclass[10pt, letterpaper]{article}
% Packages:
\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[explicit]{titlesec} % for customizing section titles
\usepackage{tabularx} % for making tables with fixed width columns
\usepackage{array} % tabularx requires this
\usepackage[dvipsnames]{xcolor} % for coloring text
\definecolor{primaryColor}{RGB}{0, 79, 144} % define primary color
\usepackage{enumitem} % for customizing lists
\usepackage{fontawesome5} % for using icons
2024-02-24 19:28:00 +00:00
\usepackage{amsmath} % for math
2024-02-18 19:41:45 +00:00
\usepackage[
pdftitle={John Doe's CV},
pdfauthor={John Doe},
colorlinks=true,
urlcolor=primaryColor
]{hyperref} % for links, metadata and bookmarks
\usepackage[pscoord]{eso-pic} % for floating text on the page
\usepackage{calc} % for calculating lengths
\usepackage{bookmark} % for bookmarks
\usepackage{lastpage} % for getting the total number of pages
2024-02-24 19:28:00 +00:00
\usepackage[default, type1]{sourcesanspro} % for using source sans 3 font
2024-02-18 19:41:45 +00:00
\usepackage{ifthen}
% Some settings:
\pagestyle{empty} % no header or footer
\setcounter{secnumdepth}{0} % no section numbering
\setlength{\parindent}{0pt} % no indentation
\setlength{\topskip}{0pt} % no top skip
\makeatletter
\let\ps@customFooterStyle\ps@plain % Copy the plain style to customFooterStyle
\patchcmd{\ps@customFooterStyle}{\thepage}{
\color{gray}\textit{\small John Doe - Page \thepage{} of \pageref*{LastPage}}
}{}{} % replace number by desired string
\makeatother
\pagestyle{customFooterStyle}
\titleformat{\section}{
% make the font size of the section title large and color it with the primary color
\Large\color{primaryColor}
}{
}{
}{
% print bold title, give 0.15 cm space and draw a line of 0.8 pt thickness
% from the end of the title to the end of the body
\textbf{#1}\hspace{0.15cm}\titlerule[0.8pt]\hspace{-0.1cm}
}[] % section title formatting
\titlespacing{\section}{
% left space:
0pt
}{
% top space:
0.3 cm
}{
% bottom space:
0.2 cm
} % section title spacing
\newcolumntype{L}[1]{
>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}p{#1}
} % left-aligned fixed width column type
\newcolumntype{R}[1]{
>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}p{#1}
} % right-aligned fixed width column type
\newcolumntype{K}[1]{
>{\let\newline\\\arraybackslash\hspace{0pt}}X
} % justified flexible width column type
\setlength\tabcolsep{-1.5pt} % no space between columns
\newenvironment{highlights}{
\begin{itemize}[
topsep=0pt,
parsep=0.10 cm,
partopsep=0pt,
itemsep=0pt,
after=\vspace{-1\baselineskip},
leftmargin=0.4 cm + 3pt
]
}{
\end{itemize}
} % new environment for highlights
\newenvironment{header}{
\setlength{\topsep}{0pt}\par\kern\topsep\centering\color{primaryColor}\linespread{1.5}
}{
\par\kern\topsep
} % new environment for the header
\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}}
}}}%
}%
}%
% save the original href command in a new command:
\let\hrefWithoutArrow\href
% new command for external links:
\renewcommand{\href}[2]{\hrefWithoutArrow{#1}{\mbox{\ifthenelse{\equal{#2}{}}{ }{#2 }\raisebox{.15ex}{\footnotesize \faExternalLink*}}}}
\let\originalTabularx\tabularx
\let\originalEndTabularx\endtabularx
\renewenvironment{tabularx}{\bgroup\centering\originalTabularx}{\originalEndTabularx\par\egroup}
% For TextEntrys (see https://tex.stackexchange.com/a/600/287984):
\def\changemargin#1#2{\list{}{\rightmargin#2\leftmargin#1\topsep=0pt\itemsep=0pt\parsep=0pt\parskip=0pt\labelwidth=0pt\itemindent=0pt\labelsep=0pt}\item[]}
\let\endchangemargin=\endlist
% Ensure that generate pdf is machine readable/ATS parsable
\pdfgentounicode=1
\begin{document}
\placelastupdatedtext
\begin{header}
\fontsize{30 pt}{30 pt}
\hrefWithoutArrow{https://orcid.org/0000-0000-0000-0000}{\textbf{John Doe}}
\vspace{0.3 cm}
\normalsize
\mbox{\hrefWithoutArrow{tel:+905419999999}{{\footnotesize\faPhone*}\hspace*{0.13cm}+90 541 999 99 99}}
\hspace*{0.5 cm}
\mbox{\hrefWithoutArrow{mailto:johndoe@example.com}{{\small\faEnvelope[regular]}\hspace*{0.13cm}johndoe@example.com}}
\hspace*{0.5 cm}
\mbox{{\small\faMapMarker*}\hspace*{0.13cm}Istanbul, Turkey}
\hspace*{0.5 cm}
\mbox{\hrefWithoutArrow{https://example.com/}{{\small\faLink}\hspace*{0.13cm}example.com}}
\hspace*{0.5 cm}
\mbox{\hrefWithoutArrow{https://linkedin.com/in/johndoe}{{\small\faLinkedinIn}\hspace*{0.13cm}johndoe}}
\hspace*{0.5 cm}
\mbox{\hrefWithoutArrow{https://github.com/johndoe}{{\small\faGithub}\hspace*{0.13cm}johndoe}}
\hspace*{0.5 cm}
\mbox{\hrefWithoutArrow{https://instagram.com/johndoe}{{\small\faInstagram}\hspace*{0.13cm}johndoe}}
\hspace*{0.5 cm}
\mbox{\hrefWithoutArrow{https://mastodon.social/@johndoe@example}{{\small\faMastodon}\hspace*{0.13cm}@johndoe@example}}
\hspace*{0.5 cm}
\end{header}
\vspace{0.3 cm}
2024-02-20 19:30:54 +00:00
2024-03-11 19:30:02 +00:00
\section{Text Entries}
2024-02-18 19:41:45 +00:00
2024-03-10 18:08:18 +00:00
\begingroup\leftskip=0.2 cm
\advance\csname @rightskip\endcsname 0.2 cm
\advance\rightskip 0.2 cm
2024-02-18 19:41:45 +00:00
My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!
2024-03-10 18:08:18 +00:00
\par\endgroup
2024-02-18 19:41:45 +00:00
2024-03-10 18:08:18 +00:00
\vspace{0.2 cm}
\begingroup\leftskip=0.2 cm
\advance\csname @rightskip\endcsname 0.2 cm
\advance\rightskip 0.2 cm
2024-02-18 19:41:45 +00:00
2024-03-10 18:08:18 +00:00
My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!
\par\endgroup
2024-02-18 19:41:45 +00:00
2024-03-11 19:30:02 +00:00
\vspace{0.2 cm}
\begingroup\leftskip=0.2 cm
\advance\csname @rightskip\endcsname 0.2 cm
\advance\rightskip 0.2 cm
2024-03-12 18:02:06 +00:00
My Text Entry with some \textbf{markdown} and \href{https://example.com}{links}!
2024-03-11 19:30:02 +00:00
\par\endgroup
\section{Bullet Entries}
\begingroup\leftskip=0.2 cm
\advance\csname @rightskip\endcsname 0.2 cm
\advance\rightskip 0.2 cm
2024-03-12 18:02:06 +00:00
\textbullet \hspace{3pt} My Bullet Entry with some \textbf{markdown} and \href{https://example.com}{links}!
2024-03-11 19:30:02 +00:00
\par\endgroup
\vspace{0.2 cm}
\begingroup\leftskip=0.2 cm
\advance\csname @rightskip\endcsname 0.2 cm
\advance\rightskip 0.2 cm
2024-03-12 18:02:06 +00:00
\textbullet \hspace{3pt} My Bullet Entry with some \textbf{markdown} and \href{https://example.com}{links}!
2024-03-11 19:30:02 +00:00
\par\endgroup
\section{Publication Entries}
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{4.1 cm}}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}&
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{4.1 cm}}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648}&
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{4.1 cm}}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}IEEE Transactions on Applied Superconductivity&
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{\textwidth-0.4 cm-0.13cm}{K{0.2 cm} R{4.1 cm}}
\textbf{Magneto-Thermal Thin Shell Approximation for 3D Finite Element Analysis of No-Insulation Coils}
\vspace{0.10 cm}
\mbox{J. Doe}, \mbox{\textbf{H. Tom}}, \mbox{S. Doe}, \mbox{A. Andsurname}
\vspace{0.10 cm}\href{https://doi.org/10.1109/TASC.2023.3340648}{10.1109/TASC.2023.3340648} (IEEE Transactions on Applied Superconductivity)&
Sept. 2021
\end{tabularx}
\section{Experience Entries}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
&
2024-03-17 19:10:43 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-17 19:10:43 +00:00
\vspace{0.10 cm}
&
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
&
Sept. 2015 to present
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
&
Jan. 2024
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
&
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
&
Istanbul, Turkey
2024-03-17 19:10:43 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
&
2024-03-17 19:10:43 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
Jan. 2024
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
&
2024-03-17 19:10:43 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:10:43 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
&
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
Sept. 2015 to present
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
&
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:10:43 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
&
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:10:43 +00:00
Jan. 2024
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
2024-03-17 19:10:43 +00:00
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
2024-03-11 19:30:02 +00:00
&
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
&
Istanbul, Turkey
2024-03-17 19:10:43 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
&
2024-03-17 19:10:43 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:10:43 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
Sept. 2015 to present
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
&
Istanbul, Turkey
2024-03-17 19:10:43 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:10:43 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
Jan. 2024
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
2024-03-17 19:10:43 +00:00
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
2024-03-11 19:30:02 +00:00
&
Istanbul, Turkey
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
&
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:10:43 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
2024-03-17 19:10:43 +00:00
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
2024-03-11 19:30:02 +00:00
&
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
&
Istanbul, Turkey
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:10:43 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
2024-03-17 19:10:43 +00:00
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
2024-03-11 19:30:02 +00:00
&
Istanbul, Turkey
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
Istanbul, Turkey
2024-03-17 19:10:43 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-21 18:01:26 +00:00
\textbf{Some \textnormal{Company}}, Software Engineer
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
Istanbul, Turkey
Sept. 2021
\end{tabularx}
2024-03-17 19:10:43 +00:00
\section{Education Entries}
2024-03-11 19:30:02 +00:00
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
2024-03-17 19:10:43 +00:00
L{0.85cm}
2024-03-11 19:30:02 +00:00
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:10:43 +00:00
\textbf{}
&
\textbf{Boğaziçi University}, Mechanical Engineering
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
&
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
2024-03-17 19:36:29 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{BS}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-11 19:30:02 +00:00
\end{tabularx}
2024-03-17 19:10:43 +00:00
\vspace{0.2 cm}
2024-03-11 19:30:02 +00:00
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:10:43 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
Sept. 2015 to present
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
Jan. 2024
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:10:43 +00:00
\textbf{BS}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:36:29 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{BS}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:36:29 +00:00
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{BS}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:36:29 +00:00
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
Jan. 2024
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{BS}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:36:29 +00:00
2024-03-11 19:30:02 +00:00
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{BS}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:36:29 +00:00
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
Istanbul, Turkey
2024-03-17 19:36:29 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:10:43 +00:00
\textbf{}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:36:29 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
2024-03-17 19:36:29 +00:00
Jan. 2024
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:36:29 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:36:29 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
2024-03-17 19:36:29 +00:00
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:10:43 +00:00
\textbf{}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:10:43 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:36:29 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
2024-03-17 19:36:29 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:10:43 +00:00
\textbf{}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
2024-03-17 19:10:43 +00:00
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
2024-03-11 19:30:02 +00:00
&
2024-03-17 19:36:29 +00:00
Jan. 2024
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
2024-03-17 19:36:29 +00:00
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
2024-03-11 19:30:02 +00:00
&
2024-03-17 19:10:43 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{BS}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:36:29 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
2024-03-17 19:36:29 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{BS}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
Istanbul, Turkey
2024-03-17 19:36:29 +00:00
Jan. 2024
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{BS}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:10:43 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{BS}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:10:43 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
2024-03-17 19:36:29 +00:00
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:10:43 +00:00
\textbf{BS}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:36:29 +00:00
2024-03-11 19:30:02 +00:00
Sept. 2015 to present
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{BS}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:36:29 +00:00
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{BS}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:36:29 +00:00
2024-03-11 19:30:02 +00:00
2024-03-17 19:36:29 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{BS}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:36:29 +00:00
2024-03-11 19:30:02 +00:00
2024-03-17 19:36:29 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{BS}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:36:29 +00:00
2024-03-11 19:30:02 +00:00
2024-03-17 19:36:29 +00:00
Jan. 2024
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{BS}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
2024-03-17 19:10:43 +00:00
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
2024-03-11 19:30:02 +00:00
&
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:36:29 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:36:29 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
2024-03-17 19:36:29 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:36:29 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
2024-03-17 19:36:29 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:36:29 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
2024-03-17 19:10:43 +00:00
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
2024-03-11 19:30:02 +00:00
&
2024-03-17 19:36:29 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
2024-03-17 19:36:29 +00:00
Jan. 2024
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:36:29 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
2024-03-17 19:10:43 +00:00
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
2024-03-11 19:30:02 +00:00
&
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
2024-03-17 19:36:29 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:10:43 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
2024-03-17 19:36:29 +00:00
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
2024-03-11 19:30:02 +00:00
&
2024-03-17 19:36:29 +00:00
2024-03-11 19:30:02 +00:00
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{BS}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
Istanbul, Turkey
2024-03-17 19:10:43 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{BS}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:10:43 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
2024-03-17 19:36:29 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{BS}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
Istanbul, Turkey
2024-03-17 19:36:29 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{BS}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:10:43 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{BS}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
2024-03-17 19:10:43 +00:00
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
2024-03-11 19:30:02 +00:00
&
Istanbul, Turkey
2024-03-17 19:36:29 +00:00
Jan. 2024
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{BS}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
Istanbul, Turkey
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{BS}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:36:29 +00:00
2024-03-11 19:30:02 +00:00
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{BS}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
2024-03-17 19:10:43 +00:00
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
2024-03-11 19:30:02 +00:00
&
2024-03-17 19:36:29 +00:00
2024-03-11 19:30:02 +00:00
2024-03-17 19:36:29 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{BS}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:36:29 +00:00
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{BS}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:36:29 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
2024-03-17 19:10:43 +00:00
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
2024-03-11 19:30:02 +00:00
&
2024-03-17 19:36:29 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:36:29 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
2024-03-17 19:36:29 +00:00
\textbf{}
2024-03-11 19:30:02 +00:00
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:36:29 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:36:29 +00:00
2024-03-11 19:30:02 +00:00
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{BS}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
&
2024-03-17 19:10:43 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{BS}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
2024-03-17 19:10:43 +00:00
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
2024-03-11 19:30:02 +00:00
&
Istanbul, Turkey
2024-03-17 19:10:43 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{BS}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
Istanbul, Turkey
2024-03-17 19:10:43 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{BS}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
Istanbul, Turkey
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{BS}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
2024-03-17 19:36:29 +00:00
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
L{0.85cm}
K{0.2 cm}
R{4.1 cm}
}
\textbf{BS}
&
\textbf{Boğaziçi University}, Mechanical Engineering
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
Istanbul, Turkey
Sept. 2021
\end{tabularx}
\section{Normal Entries}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
}
\textbf{My Project}
\vspace{0.10 cm}
\end{tabularx}
2024-03-17 19:10:43 +00:00
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
\vspace{0.10 cm}
&
Istanbul, Turkey
\end{tabularx}
2024-03-11 19:30:02 +00:00
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
\vspace{0.10 cm}
&
Sept. 2015 to present
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
\vspace{0.10 cm}
&
Jan. 2024
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
\vspace{0.10 cm}
&
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
}
\textbf{My Project}
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
\vspace{0.10 cm}
&
Istanbul, Turkey
2024-03-17 19:10:43 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
\vspace{0.10 cm}
&
2024-03-17 19:10:43 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
Jan. 2024
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
\vspace{0.10 cm}
&
2024-03-17 19:10:43 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:10:43 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
\vspace{0.10 cm}
&
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
Sept. 2015 to present
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
\vspace{0.10 cm}
&
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:10:43 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
2024-02-18 19:41:45 +00:00
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
2024-02-18 19:41:45 +00:00
2024-03-11 19:30:02 +00:00
&
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
2024-02-18 19:41:45 +00:00
\vspace{0.10 cm}
2024-03-11 19:30:02 +00:00
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-02-18 19:41:45 +00:00
2024-03-17 19:10:43 +00:00
Jan. 2024
2024-02-18 19:41:45 +00:00
\end{tabularx}
2024-03-11 19:30:02 +00:00
2024-02-18 19:41:45 +00:00
\vspace{0.2 cm}
2024-03-11 19:30:02 +00:00
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
2024-02-18 19:41:45 +00:00
\vspace{0.10 cm}
2024-03-17 19:10:43 +00:00
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
2024-03-11 19:30:02 +00:00
&
2024-03-17 19:10:43 +00:00
2024-02-18 19:41:45 +00:00
2024-03-11 19:30:02 +00:00
Sept. 2021
2024-02-18 19:41:45 +00:00
\end{tabularx}
2024-03-11 19:30:02 +00:00
\vspace{0.2 cm}
2024-02-18 19:41:45 +00:00
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-11 19:30:02 +00:00
\textbf{My Project}
2024-02-18 19:41:45 +00:00
\vspace{0.10 cm}
&
2024-03-11 19:30:02 +00:00
Istanbul, Turkey
2024-02-18 19:41:45 +00:00
2024-03-17 19:10:43 +00:00
Sept. 2015 to present
2024-02-18 19:41:45 +00:00
\end{tabularx}
2024-03-11 19:30:02 +00:00
2024-02-18 19:41:45 +00:00
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-11 19:30:02 +00:00
\textbf{My Project}
\vspace{0.10 cm}
&
2024-03-17 19:10:43 +00:00
Istanbul, Turkey
2024-03-11 19:30:02 +00:00
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
2024-02-18 19:41:45 +00:00
\vspace{0.10 cm}
\begin{highlights}
2024-03-11 19:30:02 +00:00
\item Did this.
\item Did that.
\end{highlights}
2024-02-18 19:41:45 +00:00
&
2024-03-17 19:10:43 +00:00
Istanbul, Turkey
2024-02-18 19:41:45 +00:00
2024-03-11 19:30:02 +00:00
Sept. 2015 to present
2024-02-18 19:41:45 +00:00
\end{tabularx}
2024-03-11 19:30:02 +00:00
\vspace{0.2 cm}
2024-02-18 19:41:45 +00:00
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-11 19:30:02 +00:00
\textbf{My Project}
\vspace{0.10 cm}
2024-02-18 19:41:45 +00:00
&
2024-03-11 19:30:02 +00:00
Istanbul, Turkey
2024-03-17 19:10:43 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
2024-02-18 19:41:45 +00:00
\vspace{0.10 cm}
\begin{highlights}
2024-03-11 19:30:02 +00:00
\item Did this.
\item Did that.
\end{highlights}
2024-02-18 19:41:45 +00:00
&
Istanbul, Turkey
2024-02-18 19:41:45 +00:00
2024-03-17 19:10:43 +00:00
Jan. 2024
2024-02-18 19:41:45 +00:00
\end{tabularx}
2024-03-11 19:30:02 +00:00
2024-02-18 19:41:45 +00:00
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
2024-03-11 19:30:02 +00:00
\textbf{My Project}
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
2024-02-18 19:41:45 +00:00
&
2024-03-11 19:30:02 +00:00
Istanbul, Turkey
2024-03-17 19:10:43 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
2024-02-18 19:41:45 +00:00
\vspace{0.10 cm}
&
2024-03-11 19:30:02 +00:00
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
\vspace{0.10 cm}
2024-03-17 19:10:43 +00:00
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
2024-03-11 19:30:02 +00:00
&
2024-03-17 19:10:43 +00:00
2024-02-18 19:41:45 +00:00
2024-03-17 19:10:43 +00:00
Sept. 2015 to present
2024-02-18 19:41:45 +00:00
\end{tabularx}
2024-03-11 19:30:02 +00:00
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
\vspace{0.10 cm}
2024-02-18 19:41:45 +00:00
2024-03-11 19:30:02 +00:00
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
2024-03-17 19:10:43 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
\vspace{0.2 cm}
2024-02-18 19:41:45 +00:00
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
2024-02-18 19:41:45 +00:00
}
2024-03-11 19:30:02 +00:00
\textbf{My Project}
2024-02-18 19:41:45 +00:00
\vspace{0.10 cm}
\begin{highlights}
2024-03-11 19:30:02 +00:00
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:10:43 +00:00
Sept. 2021
2024-02-18 19:41:45 +00:00
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
2024-02-18 19:41:45 +00:00
}
2024-03-11 19:30:02 +00:00
\textbf{My Project}
2024-02-18 19:41:45 +00:00
\vspace{0.10 cm}
&
2024-03-17 19:10:43 +00:00
Istanbul, Turkey
Sept. 2021
2024-02-18 19:41:45 +00:00
\end{tabularx}
2024-03-11 19:30:02 +00:00
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
\vspace{0.10 cm}
2024-02-18 19:41:45 +00:00
2024-03-17 19:10:43 +00:00
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
2024-03-11 19:30:02 +00:00
&
Istanbul, Turkey
2024-02-18 19:41:45 +00:00
2024-03-17 19:10:43 +00:00
Sept. 2015 to present
2024-03-11 19:30:02 +00:00
\end{tabularx}
2024-02-18 19:41:45 +00:00
2024-03-10 18:08:18 +00:00
\vspace{0.2 cm}
2024-03-11 19:30:02 +00:00
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
2024-03-10 18:08:18 +00:00
2024-03-11 19:30:02 +00:00
\vspace{0.10 cm}
2024-03-10 18:08:18 +00:00
2024-03-11 19:30:02 +00:00
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
Istanbul, Turkey
2024-03-10 18:08:18 +00:00
2024-03-17 19:10:43 +00:00
Sept. 2021
2024-03-11 19:30:02 +00:00
\end{tabularx}
2024-03-10 18:08:18 +00:00
2024-03-11 19:30:02 +00:00
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
Istanbul, Turkey
Sept. 2021
\end{tabularx}
\vspace{0.2 cm}
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
2024-03-17 19:10:43 +00:00
2024-03-11 19:30:02 +00:00
Sept. 2021
\end{tabularx}
2024-03-10 18:08:18 +00:00
2024-02-18 19:41:45 +00:00
\vspace{0.2 cm}
2024-03-11 19:30:02 +00:00
\begin{tabularx}{
\textwidth-0.4 cm-0.13cm
}{
K{0.2 cm}
R{4.1 cm}
}
\textbf{My Project}
\vspace{0.10 cm}
\begin{highlights}
\item Did this.
\item Did that.
\end{highlights}
&
Istanbul, Turkey
Sept. 2021
\end{tabularx}
\section{One Line Entries}
2024-02-18 19:41:45 +00:00
\begingroup\leftskip=0.2 cm
\advance\csname @rightskip\endcsname 0.2 cm
\advance\rightskip 0.2 cm
2024-03-21 18:01:26 +00:00
\textbf{Pro\textnormal{gram}ming:} Python, C++, JavaScript, MATLAB
2024-03-10 18:08:18 +00:00
\par\endgroup
2024-02-18 19:41:45 +00:00
\end{document}