forked from DataCorrupted/curriculum-vitae
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.tex
More file actions
68 lines (59 loc) · 2.27 KB
/
cv.tex
File metadata and controls
68 lines (59 loc) · 2.27 KB
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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Medium Length Professional CV
% LaTeX Template
% Version 2.0 (8/5/13)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Trey Hunner (http://www.treyhunner.com/)
%
% Important note:
% This template requires the resume.cls file to be in the same directory as the
% .tex file. The resume.cls file provides the resume style used for structuring the
% document.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\lang{eng}
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\input{header}
\begin{document}
%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------
\begin{rSection}{Education}
\input{education/UCDavis}
\input{education/ShanghaiTech}
\end{rSection}
%----------------------------------------------------------------------------------------
% EXPERIENCE
%----------------------------------------------------------------------------------------
\begin{rSection}{Working and research experience}
\input{experience/Bytedance.20.tex}
\input{experience/Bytedance.18.tex}
\input{experience/MOPTA.tex}
\input{experience/ABB}
\end{rSection}
\begin{rSection}{Projects}
\input{projects/ritos.tex}
\input{projects/Athernet.tex}
\input{projects/COOLCompiler.tex}
\input{projects/Screen++}
\input{projects/SafeBox}
\end{rSection}
%----------------------------------------------------------------------------------------
% TEACHING
%----------------------------------------------------------------------------------------
\input{teaching}
%----------------------------------------------------------------------------------------
% AWARDS
%----------------------------------------------------------------------------------------
% \input{awards}
%----------------------------------------------------------------------------------------
% TECHNICAL STRENGTHS SECTION
%----------------------------------------------------------------------------------------
% \input{skills}
\end{document}