-
Notifications
You must be signed in to change notification settings - Fork 5
/
tutorial-cv.tex
57 lines (48 loc) · 1.54 KB
/
tutorial-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
%!TEX TS-program = rake
\documentclass[10pt,letterpaper]{moderncv/moderncv}
\input{preamble}
\toggletrue{grant}
%-----------------------------------------------------------------------------
% Top
%-----------------------------------------------------------------------------
\begin{document}
\maketitle
\vspace{-3em} % Omit if quote is included
%\input{Sections/research-interests}
%\input{Sections/professional-preparation}
\input{Sections/education}
\input{Sections/short-experience}
\input{Sections/awards}
\input{Sections/teaching}
\input{Sections/conferences-workshops}
%\input{Sections/synergistic-activities}
%\input{Sections/professional-activities-long}
%\input{Sections/software-short}
\input{Sections/invited-talks}
%-----------------------------------------------------------------------------
% Publications
%-----------------------------------------------------------------------------
\section{Selected Publications}
\let\oldsubsection\subsection
\renewcommand{\subsection}[1]{}
\footnotesize{
\nocite{%
melara+:cug17,%
gamblin+:sc15,%
becker+:hust16,%
jain+:sc17,%
marathe+:sc17,%
boehme+:sc16,%
beckingsale+:ipdps17,%
gimenez+:sc17,%
wyatt+:icpp18,%
bhatele+:sc19}
\bibliographystyle{plain-url-inline-revchron}
\bibliography{Bibliographies/Papers,Bibliographies/Workshops}
}
% Restore subsection command in case something happens after here.
\let\subsection\oldsubsection
%\input{Sections/grants}
%\input{Sections/time-allocations}
%\input{Sections/collaborators}
\end{document}