-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.tex
127 lines (88 loc) · 2.78 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
\let\nofiles\relax % Void the \nofiles command
\documentclass[10pt, line]{res}
\usepackage{libertine}
\usepackage{longtable}
\usepackage{fancyhdr}
%\usepackage[ natbib=true,
% style=numeric,
% sorting=ydnt]{biblatex}
%
\newsectionwidth{0pt} % So the text is not indented under section headings
\usepackage{array, xcolor}
\usepackage{hyperref}
\newif\ifprivate
% this sets the diff view to true
\privatetrue
%\privatefalse
\newcommand{\private}[1]{\ifprivate{#1}\else{}\fi}
\newcommand{\notprivate}[1]{\ifprivate{}\else{#1}\fi}
\newcolumntype{L}{>{\raggedleft}p{0.15\textwidth}}
\newcolumntype{R}{p{0.8\textwidth}}
\renewcommand{\headrulewidth}{0pt} % suppress line drawn by default by fancyhdr
\setlength{\headheight}{24pt} % allow room for 2-line header
\setlength{\headsep}{24pt} % space between header and text
\setlength{\headheight}{24pt} % allow room for 2-line header
\pagestyle{fancy} % set pagestyle for document
\rhead{ {\it p. \thepage} } % put text in header (right side)
\cfoot{} % the foot is empty
\topmargin=-0.5in % start text higher on the page
\urlstyle{sf}
\begin{document}
\thispagestyle{empty} % this page has no header
\name{My Name \hfill [email protected]}
\address{addr}
\begin{resume}
\vspace{-4em}
\begin{longtable}{L R}
&\section{RESEARCH INTERESTS}\\
&.\\
&\textcolor{gray}{Prepared \today}\\
&\section{EDUCATION}\\
Winter 2014
& {\bf Hi}\\
& Hi\\
& Advisor: Someone \\
& Dissertation: \\
&\\
May 2010
& {\bf Foo}, Cambridge, MA\\
& M.S., blah \\
& Advisor: \\
& Dissertation: \\ \\
&\section{PROFESSIONAL EXPERIENCE}\\
2023--current
&{\bf University}, NY, NY\\
&{\sl Computer Science}\\
&{\sl blah}\\
&\\
Date Range
&{\bf University}, NY, NY\\
&{\sl Computer Science}\\
&{\sl blah}\\
&\\
\end{longtable}
\clearpage
\begin{longtable}{L R}
\input{money_stripped}
\end{longtable}
\clearpage
\begin{longtable}{rp{5.5in}}
&\section{PUBLICATIONS}\\
&H-index: .\\
&Total citations: .\\
&Citation counts are reported from {\url{http://scholar.google.com}} when exceeding ten citations. Acceptance rates are reported for refereed conference papers when available.\\
&\section{Authorship Conventions}\\
&Conferences are the primary publication venue in data management. Senior authors are typically listed last. Advisees are listed in \underline{\bf bold}. XYZ is \underline{underlined}. \\
\input{pubs}
\input{confs}
\end{longtable}
\clearpage
\begin{longtable}{L R}
\input{teaching_stripped}
\end{longtable}
\clearpage
\begin{longtable}{L R}
\input{students}
\end{longtable}
\end{resume}
\end{document}