-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.tex
executable file
·318 lines (267 loc) · 11.8 KB
/
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
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
% cv style/page setup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
\documentclass[10pt,letterpaper,roman,english]{moderncv}
\usepackage[utf8]{inputenc}
\usepackage[margin=0.8in]{geometry}
\recomputelengths
\usepackage{babel}
\usepackage{csquotes}
\moderncvstyle{classic}
% use my custom styles
\moderncvcolor{gold}
\moderncvhead{7}
% adjust date column width
\setlength{\hintscolumnwidth}{3.5cm}
% prevent page numbering from disappearing in classic style
\usepackage{lastpage}
\fancyfoot[r]{\sffamily\itshape\textcolor{color2!40}{\thepage/\pageref{LastPage}}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
% font setup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
\usepackage{fontawesome5}
\usepackage{sourcesanspro}
\usepackage{sourceserifpro}
\usepackage{sourcecodepro}
\usepackage{academicons}
\renewcommand*{\sectionfont}{\sffamily\LARGE\mdseries\scshape}
\renewcommand*{\namefont}{\sffamily\fontsize{38}{40}\mdseries\upshape}
\renewcommand*{\addressfont}{\sffamily\mdseries\itshape}
% change icons
\renewcommand*{\addresssymbol}{~\faIcon[solid]{address-book}}
\renewcommand*{\mobilephonesymbol}{~\faIcon[regular]{phone}}
\renewcommand*{\emailsymbol}{~\faIcon[solid]{envelope}}
\renewcommand*{\githubsocialsymbol}{~\faIcon{github}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
% bibliography setup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
\usepackage[style=numeric, maxnames=99, minnames=2, sorting=ymdnt]{biblatex}
\addbibresource{publications.bib}
\DeclareFieldFormat{labelnumberwidth}{}
\setlength{\biblabelsep}{0pt}
% set up publication categories
\DeclareBibliographyCategory{journal-publications}
\DeclareBibliographyCategory{conference-publications}
\DeclareBibliographyCategory{conference-abstracts}
\addtocategory{journal-publications}{%
Vannoy2021Machinelearningbased,
Radhoush2023DistributionSystemState,
Radhoush2023DistributionSystemStatea,
Vannoy2023ComparisonSupervisedLearning%
}
\addtocategory{conference-publications}{%
Vannoy2019OpenAudioProcessing,
Vannoy2019ImprovedSubspaceK,
Vannoy2020DesignAudioProcessing,
Madsen2022Automatedinsectrecognition,
Vannoy2021AutomatedDetectionInsects,
Vannoy2022hardwareimplementationlidar,
Vannoy2021DetectionInsectsClas,
Radhoush2022SimultaneousStateEstimation,
Radhoush2023RandomForestMeta,
Zsidisin2023UsingSparseCoding,
Radhoush2023IncorporatingTemporalMeteorological,
Fike2023Preliminaryanalysisdrone,
Wadsworth2024AssessingLWIR%
}
\addtocategory{conference-abstracts}{%
Snider2019Realtimeaudio,
Snider2020Implementingopenmaster,
Blunt2020Realtimeimplementation%
}
% bibliography sorting
\DeclareSortingTemplate{ymdnt}{
\sort{
\field{presort}
}
\sort[final]{
\field{sortkey}
}
\sort{
\field{sortyear}
\field{sortname}
\field{author}
\field{editor}
\field{translator}
\field{sorttitle}
\field{title}
}
\sort[direction=descending]{
\field{sortyear}
\field{year}
\literal{9999}
}
\sort[direction=descending]{
\field[padside=left,padwidth=2,padchar=0]{month}
\literal{99}
}
\sort[direction=descending]{
\field[padside=left,padwidth=2,padchar=0]{day}
\literal{99}
}
\sort{
\field{sortname}
\field{author}
}
\sort{
\field{sorttitle}
}
}
% make my author name bold
\renewcommand*{\mkbibnamegiven}[1]{%
\ifitemannotation{highlight}
{\textbf{#1}}
{#1}}
\renewcommand*{\mkbibnamefamily}[1]{%
\ifitemannotation{highlight}
{\textbf{#1}}
{#1}}
% always show my name
% taken from https://tex.stackexchange.com/questions/341313/biblatex-always-show-a-specific-author
% \newcounter{namesnotimportant}
% \newtoggle{ellipsis}
% \DeclareNameFormat{given-family-etal}{%
% \ifnumcomp{\value{listcount}}{=}{1}
% {\setcounter{namesnotimportant}{0}%
% \global\toggletrue{ellipsis}}
% {}%
% \ifboolexpr{test {\ifnumcomp{\value{listcount}}{=}{1}}
% or test {\ifnumcomp{\value{listtotal}}{=}{2}}}
% {\ifgiveninits
% {\usebibmacro{name:given-family}
% {\namepartfamily}
% {\namepartgiveni}
% {\namepartprefix}
% {\namepartsuffix}}
% {\usebibmacro{name:given-family}
% {\namepartfamily}
% {\namepartgiven}
% {\namepartprefix}
% {\namepartsuffix}}}%
% {\iffieldequalstr{hash}{5289973dddf75059ba61ed454afb2799}%% <----- put the correct hash here
% {\global\toggletrue{ellipsis}%
% \ifgiveninits
% {\usebibmacro{name:given-family}
% {\namepartfamily}
% {\namepartgiveni}
% {\namepartprefix}
% {\namepartsuffix}}
% {\usebibmacro{name:given-family}
% {\namepartfamily}
% {\namepartgiven}
% {\namepartprefix}
% {\namepartsuffix}}}%
% {\stepcounter{namesnotimportant}%
% \iftoggle{ellipsis}
% {\addcomma\space\textellipsis\global\togglefalse{ellipsis}\isdot}
% {}}}%
% \ifnumcomp{\value{namesnotimportant}}{>}{0}
% {\global\toggletrue{abx@bool@more\currentname}}
% {}%
% \ifboolexpr{
% test {\ifnumequal{\value{listcount}}{\value{liststop}}}
% and
% test \ifmorenames
% }
% {\andothersdelim\bibstring{andothers}}
% {}}
% \DeclareNameAlias{sortname}{given-family-etal}
% \DeclareNameAlias{author}{given-family-etal}
% \DeclareNameAlias{editor}{given-family-etal}
% \DeclareNameAlias{translator}{given-family-etal}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
% personal data
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
% TODO: sync up with upstream (https://github.com/moderncv/moderncv/)
\firstname{Trevor}
\familyname{Vannoy}
%\title{}
%\address{}{}{}
%\mobile{}
%\phone{phone number}
%\fax{fax number}
\email{[email protected]}
\social[googlescholar]{6sdmVLgAAAAJ}
\social[orcid]{0000-0003-4034-9963}
\social[github]{tvannoy}
%\extrainfo{additional information}
% \photo[64pt][0.4pt]{picture}
%\quote{some quote}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
% the cv
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
\begin{document}
\makecvtitle
\section{Education}
\cventry{Aug 2017\,--\,Present}{PhD Electrical Engineering}{Montana State University}{Bozeman, MT}{}{}
\cventry{Aug 2017\,--\,May 2020}{MS Electrical Engineering}{Montana State University}{Bozeman, MT}{}{Thesis: \href{https://scholarworks.montana.edu/xmlui/handle/1/15917}{\emph{Enabling Rapid Prototyping of Audio Signal Processing Systems using System-on-Chip Field Programmable Gate Arrays}}}
\cventry{Aug 2012\,--\,May 2016}{BS Electrical Engineering}{Montana State University}{Bozeman, MT}{}{Computer Engineering minor, 4.0 GPA, Highest Honors}
\section{Research Experience}
\cventry{Sept 2023\,--\,Present}{HPC Facilitator / System Administrator}{Montana State University, University Information Technology}{Bozeman, MT}{}{Graduate assistant for the Research Cyberinfrastructure group}
\cvlistitem{Helps researchers get their workflows running on the Tempest HPC cluster}
\cvlistitem{Writes and maintains system administration scripts for user management}
\cvlistitem{Compiles and debugs software modules using the EasyBuild build system}
\cvlistitem{Writes both user-facing and internal documentation}
\cventry{May 2020\,--\,Present}{Graduate Research Assistant}{Montana State University}{Bozeman, MT}{}{Detecting objects in pulsed lidar images using machine learning}
\cvlistitem{Performs data analysis and trains machine learning models on an HPC cluster}
\cvlistitem{Analyzing drone propeller rotation using pulsed lidar}
\cvlistitem{Used signal processing and machine learning to detect insects in lidar data}
\cvlistitem{Used machine learning to detect fish in large lidar datasets}
\cventry{Aug 2017\,--\,May 2019}{Graduate Research Assistant}{Montana State University}{Bozeman, MT}{}{\href{https://github.com/fpga-open-speech-tools/}{Development of an open source FPGA-based speech processing platform \faGithub}}
\cvlistitem{Developed code generation and workflow automation scripts}
\cvlistitem{Created scripts for building an embedded Linux root filesystem}
\cvlistitem{Developed a system to program an FPGA during runtime using bitstreams hosted on Amazon Web Services}
\cventry{Aug 2015\,--\,May 2016}{Undergrad Research Assistant}{Montana State University}{Bozeman, MT}{}{Development of an SoC FPGA-based gantry robot controller}
\cventry{June\,--\,Aug 2015}{Lee Teng Research Intern}{Argonne National Lab}{Lemont, IL}{}{Control system modeling and stability analysis of an adaptive noise suppression system for the Advanced Photon Source particle accelerator}
\section{Industry Experience}
\cventry{May 2019\,--\,Aug 2020}{Engineer}{SensorLogic}{Bozeman, MT}{}{}
\cvlistitem{Wrote software for SoC FPGA and microcontroller applications}
\cvlistitem{Assisted in hardware bringup and low-level debugging}
% \cvlistitem{Linux server administration}
\cventry{June 2016\,--\,July 2017}{Embedded Software Engineer}{Fluke Calibration}{Everett, WA}{}{}
\cvlistitem{Developed a graphical application in Python to aid hardware bring-up}
\cvlistitem{Designed C++ firmware for controlling analog and digital hardware in a multifunction electrical calibrator}
% \cvlistitem{Wrote code for inter-processor communication using TCP/IP sockets on the \({\mu}\)C/OS RTOS}
\cvlistitem{Wrote code for inter-processor communication using TCP/IP sockets}
\cventry{May\,--\,Aug 2014}{Engineering Intern}{Western Area Power Administration}{Billings, MT}{}{}
\cvlistitem{Developed statistical data analysis software in Microsoft Excel VBA and Python to compare power system model parameters with historical data}
\section{Teaching Experience}
\cventry{}{Instructor}{Montana State University}{Bozeman, MT}{}{}
\cvlistitem{SoC FPGAs I --- Fall 2024}
\cvlistitem{Introduction to Logic Circuits --- Spring 2023}
\cvlistitem{SoC FPGAs II --- Spring 2022}
\cventry{Aug 2018\,--\,May 2023}{Graduate Teaching Assistant}{Montana State University}{Bozeman, MT}{}{}
\cvlistdoubleitem{SoC FPGAs I}{Digital Signal Processing}
\cvlistdoubleitem{SoC FPGAs II}{Circuits II}
\cventry{Aug 2015\,--\,May 2016}{Undergrad Teaching Assistant}{Montana State University}{Bozeman, MT}{}{}
\cvlistitem{Introduction to Electrical Engineering}
% publications
\nocite{*}
\printbibliography[category=journal-publications, title={Journal Publications}]
\printbibliography[category=conference-publications, title={Conference Publications}]
\printbibliography[category=conference-abstracts, title={Conference Abstracts}]
\section{Skills}
% \cvdoubleitem{\textbf{Programming Languages}}{MATLAB, Python, VHDL, C, C++}{\textbf{PCB Design}}{KiCad, Eagle}
% \cvdoubleitem{\textbf{FPGA Tools}}{Intel Quartus}{}{}
\cvcomputer{\textbf{Programming Languages}}{MATLAB, Python, VHDL, C, C++, Bash}{\textbf{PCB Design}}{KiCad, Eagle}
\section{Service}
\cvitem{2019\,--\,2024}{Exhibit designer and volunteer at Montana Science Center}
\cvitem{2019\,--\,2020}{Senior Design team advisor}
\cvitem{2016, 2018\,--\,2024}{Montana FIRST LEGO League Robotics volunteer}
\cvitem{2018\,--\,2024}{Montana Science Olympiad event captain}
\cvitem{2018}{Presenter for Belgrade Library's youth summer program}
\cvitem{2018}{Mentor for Belgrade Library's Google CS-First program}
\cvitem{2018, 2022}{Montana State University Family Science Night volunteer}
\cvitem{2017}{Montana Science Olympiad volunteer}
\section{Honors and Awards}
\cvitem{2020}{Graduate Award in Teaching Excellence}
\cvitem{2019}{ECE Outstanding Teaching Assistant of the year}
\cvitem{2017}{College of Engineering Benjamin Fellowship}
\cvitem{2016}{Top Student in Electrical Engineering}
\cvitem{2016}{Outstanding Senior in Electrical and Computer Engineering}
\cvitem{2015}{Outstanding Junior in Electrical and Computer Engineering}
\cvitem{2015}{Kathryn S. \& Walter L. Titus Jr. Memorial Scholarship}
\cvitem{2013, 2014}{Len G. Robbins Memorial Scholarship}
\cvitem{2013}{NorthWestern Energy Community Works Scholarship}
\cvitem{2012}{Montana University System Honors Scholarship}
\end{document}