-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.tex
executable file
·712 lines (586 loc) · 24.4 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
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
\documentclass[11pt]{article}
% This is a helpful package that puts math inside length specifications
\usepackage{calc}
% Layout: Puts the section titles on left side of page
\reversemarginpar
%
% PAPER SIZE, PAGE NUMBER, AND DOCUMENT LAYOUT NOTES:
%
% The next \usepackage line changes the layout for CV style section
% headings as marginal notes. It also sets up the paper size as either
% letter or A4. By default, letter was used. If A4 paper is desired,
% comment out the letterpaper lines and uncomment the a4paper lines.
%
% As you can see, the margin widths and section title widths can be
% easily adjusted.
%
% ALSO: Notice that the includefoot option can be commented OUT in order
% to put the PAGE NUMBER *IN* the bottom margin. This will make the
% effective text area larger.
%
% IF YOU WISH TO REMOVE THE ``of LASTPAGE'' next to each page number,
% see the note about the +LP and -LP lines below. Comment out the +LP
% and uncomment the -LP.
%
% IF YOU WISH TO REMOVE PAGE NUMBERS, be sure that the includefoot line
% is uncommented and ALSO uncomment the \pagestyle{empty} a few lines
% below.
%
%% Use these lines for letter-sized paper
%% \usepackage[paper=letterpaper,
%% %includefoot, % Uncomment to put page number above margin
%% marginparwidth=1in, % Length of section titles
%% marginparsep=.05in, % Space between titles and text
%% margin=0.5in, % 1 inch margins
%% includemp]{geometry}
%% Use these lines for A4-sized paper
\usepackage[paper=a4paper,
includefoot, % Uncomment to put page number above margin
marginparwidth=30.5mm, % Length of section titles
marginparsep=1.5mm, % Space between titles and text
margin=20mm, % 25mm margins
includemp]{geometry}
%% More layout: Get rid of indenting throughout entire document
\setlength{\parindent}{0in}
%% This gives us fun enumeration environments. compactitem will be nice.
\usepackage{paralist}
%% Reference the last page in the page number
%
% NOTE: comment the +LP line and uncomment the -LP line to have page
% numbers without the ``of ##'' last page reference)
%
% NOTE: uncomment the \pagestyle{empty} line to get rid of all page
% numbers (make sure includefoot is commented out above)
%
\usepackage{fancyhdr,lastpage}
\pagestyle{fancy}
\pagestyle{empty} % Uncomment this to get rid of page numbers
\fancyhf{}\renewcommand{\headrulewidth}{0pt}
\fancyfootoffset{\marginparsep+\marginparwidth}
\newlength{\footpageshift}
\setlength{\footpageshift}
{0.5\textwidth+0.5\marginparsep+0.5\marginparwidth-2in}
\lfoot{\hspace{\footpageshift}%
\parbox{4in}{\, \hfill %
\arabic{page} of \protect\pageref*{LastPage} % +LP
% \arabic{page} % -LP
\hfill \,}}
% Finally, give us PDF bookmarks
\usepackage{color,hyperref}
\definecolor{darkblue}{rgb}{0.0,0.0,0.3}
\hypersetup{colorlinks,breaklinks,
linkcolor=darkblue,urlcolor=darkblue,
anchorcolor=darkblue,citecolor=darkblue}
%\usepackage{siunitx}
%\DeclareSIUnit\TeV{TeV}
\usepackage{amsmath}
\usepackage{multicol}
%%%%%%%%%%%%%%%%%%%%%%%% End Document Setup %%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%% Helper Commands %%%%%%%%%%%%%%%%%%%%%%%%%%%%
% The title (name) with a horizontal rule under it
%
% Usage: \makeheading{name}
%
% Place at top of document. It should be the first thing.
\newcommand{\makeheading}[1]%
{\hspace*{-\marginparsep minus \marginparwidth}%
\begin{minipage}[t]{\textwidth+\marginparwidth+\marginparsep}%
{\Large \bfseries #1}\\[-0.15\baselineskip]%
\rule{\columnwidth}{1pt}%
\end{minipage}}
% The section headings
%
% Usage: \section{section name}
%
% Follow this section IMMEDIATELY with the first line of the section
% text. Do not put whitespace in between. That is, do this:
%
% \section{My Information}
% Here is my information.
%
% and NOT this:
%
% \section{My Information}
%
% Here is my information.
%
% Otherwise the top of the section header will not line up with the top
% of the section. Of course, using a single comment character (%) on
% empty lines allows for the function of the first example with the
% readability of the second example.
\renewcommand{\section}[2]%
{\pagebreak[2]\vspace{1.3\baselineskip}%
\phantomsection\addcontentsline{toc}{section}{#1}%
\hspace{0in}%
\marginpar{
\raggedright \scshape #1}#2}
% An itemize-style list with lots of space between items
\newenvironment{outerlist}[1][\enskip\textbullet]%
{\begin{itemize}[#1]}{\end{itemize}%
\vspace{-.6\baselineskip}}
% An environment IDENTICAL to outerlist that has better pre-list spacing
% when used as the first thing in a \section
\newenvironment{lonelist}[1][\enskip\textbullet]%
{\vspace{-\baselineskip}\begin{list}{#1}{%
\setlength{\partopsep}{0pt}%
\setlength{\topsep}{0pt}}}
{\end{list}\vspace{-.6\baselineskip}}
% An itemize-style list with little space between items
\newenvironment{innerlist}[1][\enskip\textbullet]%
{\begin{compactitem}[#1]}{\end{compactitem}}
% To add some paragraph space between lines.
% This also tells LaTeX to preferably break a page on one of these gaps
% if there is a needed pagebreak nearby.
\newcommand{\blankline}{\quad\pagebreak[2]}
%%%%%%%%%%%%%%%%%%%%%%%% End Helper Commands %%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%% Begin CV Document %%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\makeheading{Henrik Qvigstad \hfill \small \mdseries last modified: \today }
\section{Contact Information}
%
% NOTE: Mind where the & separators and \\ breaks are in the following
% table.
%
% ALSO: \rcollength is the width of the right column of the table
% (adjust it to your liking; default is 1.85in).
%
\newlength{\rcollength}\setlength{\rcollength}{7cm}%
%
\begin{tabular}[t]{@{}p{\textwidth-\rcollength}p{\rcollength}}
%% \href{http://www.mn.uio.no/fysikk/english/}%
%% {Department of Physics}
Henrik Qvigstad & \\ %% & \textit{Phone:} +47 97606794 \\
\textit{Phone:} +47 97606794 & \textit{E-mail:}
\href{mailto:[email protected]}
%% \href{http://www.uio.no/english/}
%% {University of Oslo}
% Steinspranget 46 & \textit{E-mail:}
% \href{mailto:[email protected]}
% {[email protected]}\\
% 1156 Oslo,
% Norway
\end{tabular}
% \section{Citizenship}
% %
% Norwegian
% \vspace{-0.5cm}
\section{Summary}
%
I'm a Software Engineer, with over 8 years of experience developing web applications.
I have an M.S. in Physics, with an additional 5 years of academic experience analyzing large data sets using distributed computing.
% I have experience with the following technology:
% \begin{multicols}{2}
% \begin{itemize}[]
% \item Javascript, Typescript, React, Node, npm, Elm, RxJS, d3js, GraphQL, etc
% \item Python, Golang, C++, Elixir, Scala, Java, SQL, Docker, Django, etc
% \end{itemize}
% \end{multicols}
% \vspace{-0.5cm}
% \section{Interests}
% %
% Data Analysis, Applied Statistics, Parameter Optimization,
% Information Retrieval
% %% , Artificial Intelligence
%
\section{Work Experience}
\href{https://dignio.com/}{\textbf{Dignio AS}}
Oslo, Norway
\hfill August 2020 to present
\begin{outerlist}
\item[] \textit{Key tech:} python, javascript, typescript, and node
\begin{innerlist}
\footnotesize
\item As architect and tech-lead, I led the re-write of Dignio's web client to production.
This ended up being a 2 year project.
All metrics and feedback has been positive, including code quality, maintainability, and user satisfaction.
\item As project manager, I lead the development of Dignio's new API.
\item As a core developer, I consulted and scoped new features and products.
\item I made several significant improvements to Dignio's processes and CI/CD pipelines.
\end{innerlist}
\end{outerlist}
\blankline
\href{https://www.kindly.ai/}{\textbf{Kindly AS}}
Oslo, Norway
\hfill September 2019 to August 2020
\begin{outerlist}
\item[] \textit{Key tech:} python, javascript, node, elixir, graphql
\begin{innerlist}
\footnotesize
\item As a full-stack developer, I implemented new features and improved existing ones.
\item I worked on the statistics service using Elixir.
\item I implemented a large migration from user-based permissions to role-based permissions.
\end{innerlist}
\end{outerlist}
\blankline
\href{http://www.kantega.no/}{\textbf{Kantega AS}}
Oslo, Norway
\hfill January 2017 to August 2019
\begin{outerlist}
\item[] \textit{Key tech:} javascript, node, golang, elm, and azure
\begin{innerlist}
\footnotesize
\item As a Full-stack development for Vipps AS, I worked on signup forms, the merchant portal, and 2 iterations of vipps.no.
\begin{innerlist}
\item I worked on deployments to Azure
\item I worked on a POC for end-to-end testing using Browserstack.
% \item Development on \href{https://vipps.no/}{vipps.no} and \href{https://portal.vipps.no/login}{Vippsportalen} (b2b-portal).
% \item DevOps for integration with and deployment to Azure.
% \item Test Engineering, end-to-end testing POC for b2b portal using Browserstack.
\end{innerlist}
\item Front-end development of \href{https://minside.autopass.no/}{Autopass-Minside} for Statens Vegvesen
% \begin{innerlist}
% \item Autopass-Minside is a consumer toll management and payment platform.
% \end{innerlist}
% \item Risk analysis ML pilot project for Fiskeridirektoratet
% \item Energy consumption prediction pilot for large warehouse
\end{innerlist}
\end{outerlist}
\blankline
\href{https://www.opera.com/}{\textbf{Opera Software AS}}
Oslo, Norway
\hfill June 2015 to November 2016
\begin{outerlist}
\item[] \textit{Key tech:} javascript and C++
\begin{innerlist}
\footnotesize
\item As a UI Developer, I implemented several features for Opera's desktop browser
% \begin{innerlist}
% \item Implement features, AB tests, and conduct Experimental Development
% \item Made use of Chrome's extension API, as well as internal API's
% % \item Develop using cutting edge web standards,
% % including features of ES6, HTML5, and CSS4.
% \end{innerlist}
\end{innerlist}
\end{outerlist}
\blankline
\href{http://www.uib.no/en}{\textbf{University of Oslo}}
Oslo, Norway \& Geneva, Switzerland
\hfill 2010 to 2015
\begin{outerlist}
\item[] \textit{Key tech:} C++
\begin{innerlist}
\footnotesize
\item I was a Researcher and a PhD Candidate
\item I work at CERN, doing Big Data analysis on data produced by ALICE, a LHC experiment.
% \begin{innerlist}
% \item Analysis is done through the development and use of the
% C++ software library:
% \href{http://aliweb.cern.ch/Offline/AliRoot/Manual.html}{AliROOT}.
% \item Large Scale Analysis is done using The
% \href{http://wlcg.web.cern.ch/}{WorldWide LHC Computing Grid GRID}.
% \item I serve as an Train Operator for the \href{alien2.cern.ch}{AliEn}
% \href{http://aliweb.cern.ch/Offline/Activities/Analysis/AnalysisFramework/index.html}{Analysis Framework} LEGO Train System, an
% \href{http://alimonitor.cern.ch/map.jsp}{front end/interface}
% for the use of GRID by the Analysis groups of ALICE.
% \end{innerlist}
% \item I served as PHOS Run Coordinator
% \begin{innerlist}
% \item which required a permanent residence at CERN, Switzerland,
% June 11' to Feb. 13'
% \item coordinated and participated in the Commissioning,
% Development and Maintenance of PHOS and its monitoring and control systems;
% \item as expert on-call for PHOS, as well as Shift-Leader for ALICE,
% effectively controlling and monitoring the billion dollar experiment.
% \end{innerlist}
% \item Teaching Assistant, in \href{http://www.uio.no/studier/emner/matnat/fys/FYS2160/index-eng.html}{Thermodynamics}
\end{innerlist}
\end{outerlist}
\blankline
% \href{http://www.uib.no/en}{\textbf{University of Bergen}},
% Geneva, Switzerland \& Bergen, Norway
% \hfill 2009 to 2010
% \begin{outerlist}
% \item[] \textit{Research Assistant}
% \begin{innerlist}
% \footnotesize
% %% \item Continued service work done during master thesis;
% %% commissioning of PHOS, The Photon Spectrometer.
% \item Developed software for the numerical calculation and imaging of
% the detector status.
% \item Worked directly with the PHOS commissioning team at ALICE, CERN.
% \end{innerlist}
% \item[] \textit{Teaching Assistant}
% \hfill Fall '07
% \begin{innerlist}
% \footnotesize
% \item \href{http://www.uib.no/course/STAT101#course}{Elementary Statistics}
% \item Held lab sessions introducing students to the use of S-Plus statistics
% software, and graded assignments.
% \end{innerlist}
% \end{outerlist}
% \blankline
%% \href{http://www.vilvite.no/english}{\textbf{VilVite, Bergen Science Center}},
%% Bergen, Norway
%% \begin{outerlist}
%% \item[] \textit{Science Host}
%% \hfill Fall '07 to Fall '08
%% \begin{innerlist}
%% \footnotesize
%% %% \item Hosted visits, requiring good interpersonal skills and the ability to
%% %% explain the science behind display pieces to the general public.
%% \item Host and Content Development,
%% \item including the building a \href{http://en.wikipedia.org/wiki/Cloud_chamber}{Cloud Chamber}, and particle detector.
%% \end{innerlist}
%% \end{outerlist}
%%
%% \blankline
%% \textbf{The Norwegian Army},
%% Troms, Norway
%% \begin{outerlist}
%% \item[] \textit{Conscript}, corporal
%% \hfill June 03' to June 04'
%% %% \begin{innerlist}
%% %% \item Corporal
%% %% \end{innerlist}
%% \end{outerlist}
\section{Education}
%
% \href{http://www.uio.no/english/}{\textbf{University of Oslo}},
% Oslo, Norway
% \begin{outerlist}
% \item[] \textbf{Ph.D.},
% \href{http://www.mn.uio.no/fysikk/english/}
% {Department of Physics}, expected graduation date: 2015
% \begin{innerlist}
% \footnotesize
% \item Thesis Topic: ``Production of neutral particles in ALICE using PHOS, The Photon Spectrometer.''
% %% \item Advisor:
% %% \href{http://www.mn.uio.no/fysikk/english/people/aca/trine/}
% %% {Trine S. Tveter}
% %% \item Area of Study:
% %% Relativistic Heavy Ion Collisions
% \end{innerlist}
% \end{outerlist}
% %\vspace{\baselineskip}
% %\bigskip
% \blankline
\href{http://www.uib.no/en}{\textbf{University of Bergen}},
Bergen, Norway
\begin{outerlist}
\item[] \textbf{M.S. Physics},
\href{http://www.uib.no/ift/en}
{Department of Physics and Technology}, 2009
\begin{innerlist}
\footnotesize
\item Thesis Topic: ``Calibration of ALICE Photon Spectrometer
using $\pi^0\rightarrow\gamma\gamma$ decay.''
\item Work with the ALICE Photon Spectrometer at CERN.
\item Simulating and analysis of data using Uni Linux cluster.
%% \item Advisor:
%% \href{http://web.ift.uib.no/~joakim/}{Joakim Nystrand}
%% \item Area of Study:
%% \href{http://www.uib.no/programmeoption/MAMN-FYKJR#description}
%% {Nuclear Physics}
\end{innerlist}
% \item[] \href{http://www.uib.no/studyprogramme/BAMN-PHYS}
% {\textbf{B.S.}},
% \href{http://www.uib.no/matnat/en}
% {Faculty of Mathematics and Natural Sciences}, 2007
% \begin{innerlist}
% \footnotesize
% \item Specialization (Major/minor) within Particle and Nuclear Physics,
% computational mathematics, and programming.
% \end{innerlist}
\end{outerlist}
%% \section{General Skills}
%% Is experienced working as part of larger groups with long term goals,
%% including experience as part of lower management.
%% \blankline
%% Driving: Norwegian class-B license.
%% \blankline
%% \hspace{-3mm}
%% \begin{tabular*}{1.0\linewidth}{lll}
%% \emph{Language:} & Norwegian: & First Language \\
%% & English: & Fluent
%% , some experience in Technical Writing (Documentation)
%% \end{tabular*}
% \section{Language}
%
%\hspace{-3.5mm}
% Norwegian: First Language \newline
% English: Fluent, some experience in Technical Writing (Documentation)
%% \begin{tabular*}{1.0\linewidth}{ll}
%% Norwegian: & First Language \\
%% English: & Fluent
%% , some experience in Technical Writing (Documentation)
%% \end{tabular*}
% \section{Technical Skills}
% %
% Extensive experience with Data Analysis, as well as maintaining and developing high level electronics control.
% \blankline
% \emph{Programming:} Javascript, Scala, C/C++, UNIX shell scripting, Java, Python, and cmake.
% \blankline
% \emph{Libraries:} Apache Spark, React, Qt, SWING, ROOT, AliRoot, AliAnalysis.
% \blankline
% \emph{Applications:} Git, autotools, S-Plus,
% \TeX{}, \LaTeX{}, B\textsc{ib}\TeX{}, alien2/aliensh,
% \href{http://www.ni.com/}{LabVIEW},
% \href{http://www.etm.at/index_e.asp?}{ETM PVSS-II},
% \href{http://www.libreoffice.org/}{Libre Office},
% and other common productivity packages for Windows and
% Linux platforms
% \blankline
% \emph{Operating Systems:} Linux.
% % Windows 7, Microsoft Windows XP/2000, BSD,
% % and extensive experience using Linux professionally.
% \blankline
% \emph{Mathematical Expertise:}
% \emph{equivalent of Mathematics B.S. Graduate with experience in the following subjects:}
% General Calculus, Linear Algebra, Differential Equations, Statistics,
% and Numerical Analysis.
% \section{Workshops}
% %
% \textbf{Programming of Multicore Systems}
% \newline
% \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} l r}
% International Research Training Group (IRTG) & 9-13. Feb. 2009 \\
% Bergen University College &
% \end{tabular*}
% \blankline
% \textbf{Application of nuclear and particle physics methods to medical physics}
% \newline
% \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} l r}
% International Research Training Group (IRTG) & 2-5. May. 2011\\
% Bergen University College &
% \end{tabular*}
% \blankline
%% \textbf{First experience and results from LHC}
%% \newline
%% \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} l r}
%% International Research Training Group (IRTG) & 10-14. May. 2010\\
%% Heidelberg University &
%% \end{tabular*}
%% \blankline
%% \textbf{Measurements and sensor operation in harsh and remote environments}
%% \newline
%% \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} l r}
%% International Research Training Group (IRTG) & 15-19. Oct. 2012\\
%% Bergen University College &
%% \end{tabular*}
%% \blankline
%% \textbf{ALICE Offline Tutorial}
%% \newline
%% \begin{tabular*}{\textwidth}{@{\extracolsep{\fill}} l r}
%% ALICE Experiment & 1-2. May. 2009 \\
%% CERN &
%% \end{tabular*}
% etc.
% \section{Publications}
% %
% %% \begin{outerlist}
% %% \item[] Neutral pion and $\eta$ meson production in proton–proton collisions at
% %% $\sqrt{s}=0.9\ TeV$ and $\sqrt{s}=0.9\ TeV$,\href{http://dx.doi.org/10.1016/j.physletb.2012.09.015}{Physics Letters B}, 2012
% %% \item[] Production of neutral pions and eta-mesons in pp collisions measured with ALICE,
% %% \href{http://dx.doi.org/10.1088/0954-3899/38/12/124076}{Journal of Physics G: Nuclear and Particle Physics}, 2011
% %% \item[] Master Thesis: Calibration of the ALICE Photon Spectrometer (PHOS) using the $\pi^0 \leftarrow \gamma\gamma$ decay, Universitetet i Bergen, 2009,
% %% (\href{http://folk.uio.no/henrikq/docs/master-thesis.pdf}{pdf})
% %% \end{outerlist}
% For full list see \href{http://www.cristin.no/as/WebObjects/cristin.woa/wa/fres?sort=ar&la=no&action=sok&pnr=1710}{Cristin.no}
% (in case of paper copy: \href{http://www.cristin.no/as/WebObjects/cristin.woa/wa/fres?sort=ar&la=no&action=sok&pnr=1710}{http://goo.gl/RFGCkO})
%% \blankline
%% \href{http://www.mathworks.com/products/matlab/}{\textsc{Matlab}}
%% experience: linear algebra, Fourier transforms,
%% nonlinear numerical methods, polynomials, statistics,
%% visualization
%% \blankline
%% \href{http://www.mathworks.com/products/matlab/}{\textsc{Matlab}}
%% toolboxes: communications, control system, filter
%% design, genetic algorithm and direct search, signal processing,
%% system identification
%% \section{Books in Preparation}
%% %
%% Pavlic, T.P., B.W.~Andrews, K.M.~Passino, and T.A.~Waite. Foraging
%% Theory for Engineering.
%% \section{Conference Publications}
%% %
%% Freuler, R.J., M.J.~Hoffmann, T.P.~Pavlic, J.M.~Beams, J.P.~Radigan,
%% P.K.~Dutta, J.T.~Demel, and E.D.~Justen. 2003. Experiences with a
%% Comprehensive Freshman Hands-On Course -- Designing, Building, and
%% Testing Small Autonomous Robots. Proceedings of the 2003
%% \href{http://www.asee.org/}{American Society for Engineering Education}
%% Annual Conference \& Exposition.
%% \section{Professional Experience}
%% %
%% \href{http://www.ni.com/}{\textbf{National Instruments}},
%% Austin, Texas USA
%% \begin{outerlist}
%% \item[] \textit{Hardware R\&D Intern for Multifunction DAQ}%
%% \hfill \textbf{June 2003 to September 2003}
%% \begin{innerlist}
%% \item Designed final verification testing fixture for use with STC2 MIO
%% products.
%% \item Designed and executed study of the effect of varying burn-in time
%% on long-term drift of common industry voltage references.
%% \end{innerlist}
%% \item[] \textit{Hardware R\&D Intern for Multifunction DAQ}%
%% \hfill \textbf{June 2002 to September 2002}
%% \begin{innerlist}
%% \item Designed and performed validation tests on new 16-bit 800 kHz
%% NI-6120 SMIO DAQ board.
%% \item Designed high quality filter/amplifier source for use with NI-5411
%% arbitrary function generator.
%% \end{innerlist}
%% \end{outerlist}
%% \section{Service}
%% %
%% Director of Computers,
%% \href{http://ec.osu.edu/}{Engineers' Council},
%% \href{http://www.osu.edu/}{The Ohio State University}, 2002
%% \blankline
%% \href{http://www.osufirst.org/}{OSU FIRST Robotics Team},
%% \href{http://www.osu.edu}{The Ohio State University}, 2000--2004
%% \begin{innerlist}
%% \item Introduced middle school and high school students to science and
%% technology by participating with them in national robotics
%% competitions.
%% \item Led 2002 team to regional silver medal
%% \href{http://www.firstwiki.org/Engineering_Inspiration_Award}
%% {\emph{Engineering Inspiration Award}}.
%% \item \emph{Lead Team Mentor}, 2002--2004
%% \item \emph{Component Design Team Lead Mentor}, 2001--2002
%% \end{innerlist}
%% \blankline
%% \href{http://www.linuxvirtualserver.org/}
%% {Linux Virtual Server Project}, 1999--2000
%% \begin{innerlist}
%% \item Early member of the team that formed the open source project that
%% is now an important load balancing solution for the Linux
%% software platform.
%% \end{innerlist}
%% \blankline
%% \href{http://www.gcfn.org/}
%% {Greater Columbus Free-Net}, 1995--1997
%% \begin{innerlist}
%% \item Provided technical support services.
%% \end{innerlist}
%% \blankline
%% CompuTeen Bulletin Board System, 1993--1995
%% \begin{innerlist}
%% \item Administrated dial-up bulletin board system.
%% \item Founded and administrated TeenLiNK, an international electronic
%% mail network that spread through the United States, Canada, and
%% Australia and delivered mail over a series of electronic dial-up
%% drop offs.
%% \end{innerlist}
%% \section{Awards}
%% %
%% \href{http://www.nsf.gov/}{National Science Foundation}
%% \begin{innerlist}
%% \item \href{http://www.nsfgk12.org/}{GK-12 Fellowship}, 2006
%% \item \href{http://www.nsf.gov/grfp}
%% {Graduate Research Fellowship} Honorable Mention, 2005
%% \end{innerlist}
%% \blankline
%% \href{http://www.osu.edu}{The Ohio State University}
%% \begin{innerlist}
%% \item \href{http://www.gradsch.osu.edu/Content.aspx?Content=44&itemid=2}
%% {Dean's Distinguished University Fellowship}, 2004
%% \item Electrical and Computer Engineering Bradshaw Scholarship,
%% 2002--2004
%% \item Electrical and Computer Engineering Shafstall Scholarship,
%% 2001--2003
%% \item University Scholarship, 1999--2003
%% \end{innerlist}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%% End CV Document %%%%%%%%%%%%%%%%%%%%%%%%%%%%%