-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcv.tex
127 lines (102 loc) · 4.13 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
\documentclass[a4paper]{simpleCV}
\begin{document}
\pagenumbering{gobble} % Remove page numbers
%----------------------------------------------------------------------------------------
% Title header
%----------------------------------------------------------------------------------------
\titleHeader{john}{doe}{mathematician}
%----------------------------------------------------------------------------------------
% Add personal info
%----------------------------------------------------------------------------------------
\about{
\FAmapmarker New York, USA
\FAmobile +1(221)~111~12345
\FAenvelope \oldhref{mailto:[email protected]}{[email protected]}
\FAgithub \href{https://github.com/johndoe}{johndoe}
\FAlinkedin \href{https://www.linkedin.com/in/johndoe}{johndoe}
\FAlink \href{https://johndoe.io}{johndoe.io}
}
%----------------------------------------------------------------------------------------
% Add skills
%----------------------------------------------------------------------------------------
\skills{
\addSkill{\MFpython}{Python}{0.8}
\addSkill{\FIjulia}{Julia}{0.25}
\addSkill{\FImatlab}{Matlab}{0.7}
\addSkill{\FIr}{}{0.6}
\addSkill{\MFcplusplus}{}{0.35}
}{
\MFshell\ \MFgit\ \DEVIlinux\
}
%----------------------------------------------------------------------------------------
% Add languages
%----------------------------------------------------------------------------------------
\languages{
\addLanguage{EN}{mother tongue}
\addLanguage{RU}{intermediate}
\addLanguage{FR}{basic}
}
%----------------------------------------------------------------------------------------
% Add education
%----------------------------------------------------------------------------------------
% \vspace{-1em}
\section{education}
\entry
{\DTMdate{2016-9-1} --- Present}
{Doctor of Philosophy {\normalfont in Mathematics}}
{Courant Institute of Mathematical Sciences}
{Doing awesome research!}
\entry
{\DTMdate{2013-9-1} --- \DTMdate{2016-7-1}}
{Bachelor of Science {\normalfont in Mathematics}}
{Courant Institute of Mathematical Sciences}
{Theis: \emph{On the Topic of Group Theory and it's Connection with the Rubik's Cube}, A+ \\
The goal of the thesis was to provide a concise and \textit{coherent} discussion on the
mathematical foundation underlying the Rubik's cube puzzle.
Relevant coursework: \emph{algebra, calculus, numerical analysis, optimization, stochastics,
statistical learning theory}}
%----------------------------------------------------------------------------------------
% Add experience
%----------------------------------------------------------------------------------------
\section{experience}
\entry
{\DTMdate{2017-8-1} --- Present}
{Tesla}
{Fremont, CA, US}
{\emph{Machine Vision Engineering Intern}\\
Currently developing computer vision based inspection and analysis systems for manufacturing
processes and material flow.}
\entry
{\DTMdate{2015-9-1} --- \DTMdate{2016-6-30}}
{Courant Institute of Mathematical Science}
{New York, NY, US}
{\emph{Scientific Employee}\\
Beside being a TA for linear algebra and calculus, I solved the Navier-Stokes existence
and smoothness problem.}
\entry
{\DTMdate{2011-1-1} --- \DTMdate{2014-11-30}}
{Victoria's Secret}
{Paris, FR}
{\emph{Creative Helper}\\
Set up mannequins and displays in order to entice future customers. Furthermore I provided
superior customer service by helping with customer decisions.}
%C----------------------------------------------------------------------------------------
% Add awards & honors
%----------------------------------------------------------------------------------------
\section{honors \& awards}
\entry
{\DTMdate{2015-9-1}--\DTMdate{2016-6-30}}
{Max Goldstein Prize 2015/2016}
{Courant Institute of Mathematical Science, NYU}
{Received a performance-based scholarship, which is awarded to recognise exceptional academic
performance and creativity in computing.}
%----------------------------------------------------------------------------------------
% TEMPLATE
%----------------------------------------------------------------------------------------
\section{template}
\entry
{\DTMdate{1970-1-1} --- \DTMdate{2017-8-1}}
{Title}
{Location}
{Description}
\end{document}