-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgrant-cv.tex
48 lines (39 loc) · 1.63 KB
/
grant-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
%!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/professional-activities-long}
%\input{Sections/synergistic-activities}
\input{Sections/conferences-workshops}
\input{Sections/software-short}
%\input{Sections/invited-talks}
%----------------------------------------------------------------------------------
% Publications
%----------------------------------------------------------------------------------
\section{Selected Publications}
\let\oldsubsection\subsection
\renewcommand{\subsection}[1]{}
\footnotesize{
% \nocite{mckenna+:cluster16,jain+:sc16,islam+:sc16,boehme+:sc16,laguna+:cacm14,isaacs+:tpds15,gamblin+:sc15,bhatele+:ipdps15,mitra+:pldi14,gimenez+:sc14}
\nocite{gamblin+:sc15,becker+:sc15,jain+:sc16,islam+:sc16,boehme+:sc16,laguna+:cacm14,isaacs+:tpds15,bhatele+:ipdps15,mitra+:pldi14,gimenez+:sc14}
\bibliographystyle{plain-url-inline-revchron}
\bibliography{Bibliographies/Papers}
}
% Restore subsection command in case something happens after here.
\let\subsection\oldsubsection
%\input{Sections/grants}
%\input{Sections/time-allocations}
\input{Sections/collaborators}
\end{document}