-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcv.tex
More file actions
183 lines (154 loc) · 4.71 KB
/
cv.tex
File metadata and controls
183 lines (154 loc) · 4.71 KB
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
\documentclass[10pt]{article}
\usepackage[left=1in, right=1in, top=1in, bottom=1in]{geometry}
\usepackage{longtable}
\usepackage{xifthen}
\usepackage[xetex,
unicode,
pdfencoding=auto,
pdfinfo={
Title={malloc47/cv},
Author={Jarrell Waggoner},
Subject={Jarrell Waggoner CV},
Keywords={computer vision, image processing, artificial intelligence, pattern recognition, machine learning, data science, functional programming, web development, GIS, Clojure},
Producer={xelatex},
Creator{xelatex}
},
]{hyperref}
\include{functions}
\include{content}
\begin{document}
\pagestyle{empty}
\name
\biographical
\section{Summary}
\begin{quote}\summary\end{quote}
\section{Research Interests}
\researchInterests
\section{Education}
% TODO: un-inline this back into content.tex once I figure out a
% better way to do embedded \multicolumn inside of a \newcommand
% and/or some other workaround
\begin{tabularx}{\linewidth}{@{}l X l@{}}
\textbf{Doctor of Philosophy} in \textsc{Computer Science \& Engineering} & University of South Carolina & \textcolor{darkg}{08/2013} \\
\multicolumn{3}{@{}l}{\begin{small}Advisor: Dr. Song \textsc{Wang}\end{small}} \\
\multicolumn{3}{@{}l}{\begin{footnotesize}Dissertation:
``Multi-Label Segmentation Propagation for Materials Science
Images Incorporating Topology and
Interactivity''\end{footnotesize}} \\
& &\\[-1ex]
\textbf{Master of Engineering} in \textsc{Computer Science} & University of South Carolina & \textcolor{darkg}{05/2009} \\
\multicolumn{3}{@{}l}{\begin{small}\emph{magna cum laude}\end{small}}
\end{tabularx}
\section{Industry Experience}
\optum
\rally
\drw
\groupon
\terrastride
\palmettocomputerlabs
\elasticvision
\vspace{-1em}
%% Restart page numbering (sadly have to place by trial and error)
\pagestyle{myheadings}
\markright{Jarrell Waggoner}
\DeclareDocumentCommand \academic {m m m m m m +m o}{%
\begin{normalsize}
\nopagebreak \begin{large}#2 #3\end{large} | #4 \hfill \textcolor{darkg}{#6}
\end{normalsize}
\\
#7 \IfNoValueF{#8}{ \\ #8}
\vspace{\baselineskip}
}
\section{Research Experience}
\afosr
\darpa
\nehfellow
\vspace{-1em}
\section{Teaching Experience}
\crayton
\cseTA
\usclTA
\campInstructor
\tutor
\vspace{-1em}
\makeatletter
\renewcommand{\@bibunitname}{\jobname.\the\@bibunitauxcnt}
\makeatother
\begin{bibunit}[plainyr-rev]
\let\originalbibitem\bibitem
\def\bibitem#1#2\par{%
\noexpandarg
\originalbibitem{#1}
\StrSubstitute{#2}{Jarrell Waggoner}{\textbf{Jarrell Waggoner}}\par}
\renewcommand\refname{Publications}
\referenceslist
\putbib[cv]
\end{bibunit}
\begin{bibunit}[plainyr-rev]
\makeatletter
\renewcommand*{\@biblabel}[1]{\hfill[P#1]}
\makeatother
\renewcommand\refname{Posters/Presentations}
\presentations
\putbib[cv]
\end{bibunit}
\section{Honors/Awards}
\newcommand{\award}[4]{
#1 & #3 & #2 \textcolor{lightg}{\dotfill} & #4 \\
}
{\renewcommand*{\arraystretch}{1.33}
\begin{longtable}[l]{p{3cm} @{\hspace{0.5em}\textcolor{lightg}{\symbol{"00BB}}\hspace{0.5em}} p{1.5cm} @{\hspace{0.5em}\hspace{0.5em}} p{8cm} p{2.5cm}}
\awardlist
\end{longtable}}
\section{Classes Taught}
\newcommand{\class}[4]{#3 & #1 & #4 \textcolor{lightg}{\dotfill} & #2 \\}
{\renewcommand*{\arraystretch}{1.33}
\begin{longtable}[l]{p{3cm} @{\hspace{0.5em}\textcolor{lightg}{\symbol{"00BB}}\hspace{0.5em}} p{1.5cm} @{\hspace{0.5em}\hspace{0.5em}} p{8cm} p{2.5cm}}
\classes
\end{longtable}}
\section{Service}
\newcommand{\service}[3]{
#1 & #2 \textcolor{lightg}{\dotfill} & #3\\
}
{\renewcommand*{\arraystretch}{1.33}
\begin{longtable}[l]{p{3cm} @{\hspace{0.5em}\textcolor{lightg}{\symbol{"00BB}}\hspace{0.5em}} p{9.75cm} p{2cm}}
\servicelist
\end{longtable}}
\section{Personal and Open Source Projects}
\newcommand{\proj}[3]{
\begin{normalsize}
\begin{large}\textsc{#1}\end{large} | \href{http://www.#3}{#3}
\\
\begin{small}\textcolor{darkg}{#2}\end{small}
\end{normalsize}
\vspace{0.5\baselineskip}}
\cockpit
\befungepy
\termdo
\matsciseg
\ratiocontour
\digitalcollation
\begin{minipage}{\linewidth}
%% \vspace{-1em}
\section{Skills \& Languages}
\setlength{\columnsep}{-3ex}
\begin{multicols}{5}
\raggedcolumns
\begin{itemize}[leftmargin=*]
\renewcommand{\labelitemi}{}
\renewcommand{\skill}{\textnormal}
\setlength{\itemsep}{1pt}
\setlength{\parskip}{0pt}
\setlength{\parsep}{0pt}
\skillsListLong
\end{itemize}
\end{multicols}
\skillsLegend
\end{minipage}
\svgpath{{./img/}}
\includesvg[inkscapeformat=png,inkscapedpi=200,width=\textwidth]{language-history.svg}
\section{Interests}
\interests
\footerCV
%%\XeTeXpdffile ''cv.pdf'' page 1 scaled 800
\end{document}