-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.tex
64 lines (49 loc) · 1.8 KB
/
cv.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
% -*- program: lualatex -*-
\documentclass[a4paper,11pt]{moderncv}
\moderncvtheme[grey]{classic}
% === Packages
\usepackage[scale=0.8]{geometry}
\usepackage[utf8]{inputenc}
% \usepackage{hyperref}
% \definecolor{linkcolour}{rgb}{0,0.2,0.6}
% \hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour}
% === Fonts
\usepackage[T1]{fontenc}
\usepackage{charter}
% === Bullet Style
\def\labelitemi{{\tiny$\bullet$}}
% === CV Information
\title{ }
\firstname{Curriculum Vitae}
\familyname{ }
\address{ }{ }{ }
% \phone[mobile]{+31 611 770 610}
\email{[email protected]}
% \social[twitter]{behruz}
% \social[linkedin]{behrooznobakht}
\extrainfo{Born 29-07-1981, Tehran, Iran}
% \homepage{LinkedIn}
\begin{document}
\maketitle
% Education
\section{Education}
%\cventry{year--year}{Degree}{Institution}{City}{\textit{Grade}}{Description}
\cventry{2011--2015}{PhD Computer Science}{Universiteit Leiden}{Leiden}{}
{\emph{Actors At Work}\textcopyright}
\cventry{2009--2011}{MSc cum laude Computer Science}{Universiteit Leiden}{Leiden}{}{\emph{Deployment of active objects onto multi-core}}
\cventry{1998--2002}{BSc Software Engineering}{Sharif University of Technology}{Tehran}{\textit{7.0}}{\emph{Online Shopping}}
% Work Experience
\section{Epxerience}
% \cventry{year--year}{Job title}{Employer}{City}{}{General description no%
% longer than 1--2 lines.\newline{}%
% Detailed achievements:%
% }
\cventry{May 2016}{Lead Software Engineer}{HERE}{Eindhoven}{}{CTO Office Applied Technologies\newline}
\cventry{2011--Apr. 2016}{Senior Software Engineer}{SDL Fredhopper}{Amsterdam}{}{Team Lead -- Cloud Platform\newline}
\cventry{2003--2009}{Co-Founder and Architect}{ASTA Co.}{Tehran}{}{%
\begin{itemize}
\item Software Development and Architecture
\item Project Management
\end{itemize}
}
\end{document}