A repository holding my CV.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

46 lines
1.1 KiB

\documentclass[letterpaper,11pt]{article}
% Choose bibliography style for formatting list of publications
\usepackage[style=ieee,url=false,doi=false,maxbibnames=99,sorting=ydnt,dashed=false]{biblatex}
\usepackage{enumitem}
\usepackage{multicol}
\bibliography{papers}
% Choose theme, e.g. black, RedViolet, ForestGreen, MidnightBlue
\def\theme{MidnightBlue}
% More predefined colors can be found in
% https://en.wikibooks.org/wiki/LaTeX/Colors
% Example photograph taken from Wikimedia Commons
% https://commons.wikimedia.org/wiki/File:Kiara_Krit_passport.jpg
\usepackage{simplecv}
\boldname{Surname}{Name}{N.}
\begin{document}
% Heading
\headinginline{Yiğit Çolakoğlu}{
Website: \website{yigitcolakoglu.com} \\
Email: \email{yigit@yigitcolakoglu.com} \\
LinkedIn: \linkedin{yigitcolakoglu} \\
GitHub: \github{itheFr1nge} \\
}
% Page One
% \import{sections/}{profile.tex}
\import{sections/}{education.tex}
\import{sections/}{experience.tex}
\pagebreak
% Page Two
\import{sections/}{awards.tex}
\import{sections/}{activities.tex}
\import{sections/}{projects.tex}
\import{sections/}{skills.tex}
% \import{sections/}{references.tex}
\end{document}