-
Notifications
You must be signed in to change notification settings - Fork 7
/
resume.tex
114 lines (90 loc) · 2.64 KB
/
resume.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
\documentclass[10pt]{article}
\usepackage[left=0.75in, right=0.75in, top=0.5in, bottom=0.5in]{geometry}
\usepackage[xetex,
unicode,
pdfencoding=auto,
pdfinfo={
Title={malloc47/resume},
Author={Jarrell Waggoner},
Subject={Jarrell Waggoner Résumé},
Keywords={computer vision, image processing, artificial intelligence, pattern recognition, machine learning, data science, data engineering, functional programming, web development, GIS, clojure},
Producer={xelatex},
Creator{xelatex}
},
]{hyperref}
\include{functions}
\include{content}
\setlength{\columnsep}{0pt}
\titlespacing{\section}{0pt}{6pt}{4pt}
\begin{document}
\pagestyle{empty}
\name
\biographical
\summaryShort
\section{Education}
\newcommand{\degree}[9]{\textbf{#2} & \textsc{#5} & #6 & \textcolor{darkg}{#1} \\}
\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}l l p{5.5cm} r@{}}
\phdDegree
\meDegree
\end{tabular*}
%% Make the academic entries match the non-academic entries
\DeclareDocumentCommand \academic {m m m m m m +m o}{%
\begin{normalsize}
\nopagebreak \begin{large}\textsc{#1}\end{large} | #2 \hfill \textcolor{darkg}{#5 \quad #6}
\end{normalsize}
\\
#7 \IfNoValueF{#8}{#8}
\vspace{\baselineskip}
}
\section{Experience}
\vspace{0.75em}
\optum
\rally
\drw
\groupon
\terrastride
\afosr
\darpa
\vspace{-1em}
%% \section{Skills \& Languages}
%% \vspace{-1em}
%% \begin{multicols}{5}
%% \raggedcolumns
%% \begin{small}
%% \begin{itemize}[leftmargin=*]
%% \renewcommand{\labelitemi}{}
%% \renewcommand{\skill}{\textnormal}
%% \setlength{\itemsep}{1pt}
%% \setlength{\parskip}{0pt}
%% \setlength{\parsep}{0pt}
%% \skillsList
%% \end{itemize}
%% \end{small}
%% \end{multicols}
%% \vspace{-1.5em}
%% \skillsLegend
\section{Languages}
\svgpath{{./img/}}
\includesvg[inkscapeformat=png,inkscapedpi=200,inkscapearea=page,width=\textwidth]{language-history-small.svg}
\makeatletter
\renewcommand{\@bibunitname}{\jobname.\the\@bibunitauxcnt}
\makeatother
\begin{bibunit}[plainyr-rev]
\renewcommand\refname{Selected Publications and Presentations}
\let\originalbibitem\bibitem
\def\bibitem#1#2\par{%
\noexpandarg
\originalbibitem{#1}
\StrSubstitute{#2}{Jarrell Waggoner}{\textbf{Jarrell Waggoner}}\par}
\referencesPlusPresentations
{\footnotesize \putbib[cv]}
\end{bibunit}
\vspace{-0.5em}
\section{Interests}
\interests{}, functional programming
\vspace{-0.5em}
\footerResume
\pagestyle{myheadings}
\markright{Jarrell Waggoner}
%%\XeTeXpdffile ''resume.pdf'' page 1 scaled 800
\end{document}