-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.tex
108 lines (87 loc) · 2.54 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
%\thispagestyle{empty} % this page does not have a header
% TODO: fix experiences formatting
% TODO: fix experiences tabbing.
% TODO: add statistics to publications.
% TODO: fix/shorten research overview.
\newcommand{\comments}[1]{}
%\documentclass[serif, mathserif, final]{beamer}
\documentclass[]{res}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage[english]{babel}
%\usepackage{fancyhdr}
%\usepackage{lastpage}
\pagestyle{plain}
%\fancyhf{}
%\rfoot{Page \thepage}
\usepackage{etoolbox}
%\usepackage{phonenumber}
\usepackage{hyperref}
\usepackage{url}
\usepackage{xcolor}
\begin{document}
\fontfamily{lmss}\selectfont
\name{Vivek L. Kale}
\begin{resume}
\vspace{0.2in}
\moveleft\hoffset\vbox{\hrule width\resumewidth height 1pt}\smallskip
{
\centering
\textit{Phone}: %\phonenumber[country=US,foreign]{2173697996} .
\href{tel:12173697996}{+01 217-369-7996}
\textit{Email}: \url{[email protected]}
\textit{Web}: \url{http://vlkale.github.io} \\
}
\vspace*{0.1in}
\moveleft.5\sectionwidth\centerline{ U.S. Citizen with Secret Clearance}
%TODO: consider adding 'with Q clearance above.
%\moveleft.5\sectionwidth\centerline{Objective: Position as software engineer specializing in performance engineering.}
\section{Education}
\vspace*{0.1in}
\input{listEducation}
%\textbf{Doctor of Philosophy, Computer Science}\\
%University of Illinois at Urbana-Champaign, May 2015\\
%\quad \quad \textit{Advisor}: William D. Gropp\\
%\textbf{Bachelor of Science, Computer Science}\\
%University of Illinois at Urbana-Champaign, May 2007
%\quad \quad \textit{Undergraduate GPA}: 3.51/4.00\\
%\textbf{Master of Science, Computer Science}\\
%University of Illinois at Urbana-Champaign, December 2010
%\quad \quad \textit{GPA}: 3.96/4.00
\section{Honors}
\vspace*{0.2in}
\input{listOfAwards}
\section{Courses Taken}
\vspace*{0.2in}
\input{listOfCourses}
\section{Technical Skills}
\vspace*{0.1in}
\input{listOfSkillSetsForCV}
\section{Experience}
\vspace*{0.2in}
\input{listOfExperiences}
%TODO: clarify and strengthen
%TODO: make consistent with LinkedIn description
%\section{Research Overview}
%\vspace*{0.1in}
%\input{./researchSummaryForCV}
\comments{
\section{Volunteering Opportunities}
\vspace{0.1in}
\input{listOfvolOpps}
}
\section{List of Publications}
\vspace*{0.2in}
\input{./listOfPubs}
\section{Membership of Organizations}
\vspace*{0.2in}
\input{./listOfSocieties}
\section{Teaching Experience}
\vspace*{0.2in}
\input{./listOfCoursesTaught}
\section{Services}
\vspace*{0.2in}
\input{./listOfServices}
\end{resume}
\end{document}