This repository has been archived by the owner on May 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain.tex
60 lines (48 loc) · 1.63 KB
/
main.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
\documentclass{oneycv}
% Personal data
\name{Steve}{Oney}
\affiliation{University of Michigan}
\department{School of Information}
\address{4381 North Quadrangle}{105 South State Street}{Ann Arbor, MI 48109}
\phone{1 (734) 999--0246}
\homepage{http://from.so}
\email{soney@umich.edu}
\begin{acronym}
\acro{HCI}{Human-Computer Interaction}
\acro{NSF}{National Science Foundation}
\acro{PI}{PI}
\acro{CS}{Computer Science}
\acro{co-PI}{co-PI}
\end{acronym}
\acused{HCI}
\acused{NSF}
\acused{PI}
\acused{co-PI}
% The UMSI P&T reviews requires that students' names
% be underlined. These commands are "activated" if I'm
% compiling for a P&T review:
% \newcommand{\underlinestudents}[1]{#1}
% \newcommand{\student}[1]{\underline{#1}}
% Regular CV (students aren't underlined):
\newcommand{\underlinestudents}[1]{}
\newcommand{\student}[1]{#1}
\newcommand{\me}[1]{\textbf{#1}}
\urlstyle{same}
\definecolor{mblue}{RGB}{0,39,76}
\newcommand{\pdflink}[2]{\href{#1}{\smaller{\color{mblue}{(PDF)}}}}
\newcommand{\honorable}{\includegraphics[height=\fontcharht\font`\B]{images/honorable.pdf}}
\newcommand{\best}{\includegraphics[height=\fontcharht\font`\B]{images/best.pdf}}
\begin{document}
\makecvtitle
\section{Education} \input{education}
\section{Professional Experience} \input{experience}
\section{Publications} \input{publications}
\section{Grants} \input{grants}
\section{Awards} \input{awards}
\section{Invited Presentations} \input{invited}
\section{Service} \input{service}
\section{Teaching} \input{teaching}
\section{Students Supervised} \input{supervised}
\section{Press} \input{press}
\section{Patent} \input{patents}
\end{document}