(no commit message)
[ozzloy@gmail.com/cv] / daniel_watson_resume.old.tex
1 % LaTeX file for resume
2 % This file uses the resume document class (res.cls)
3
4 \documentclass{res}
5 %\usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty)
6 %\usepackage{newcent} % uses new century schoolbook postscript font
7 \setlength{\textheight}{9.5in} % increase text height to fit on 1-page
8
9 \begin{document}
10
11 \name{Daniel J. Watson\\[12pt]} % the \\[12pt] adds a blank
12 % line after name
13
14 \address{\bf PRESENT ADDRESS\\7944 Playmor Terrace\\San Diego, CA 92122 \\
15 (805) 801-8941}
16 \address{\bf PERMANENT ADDRESS \\ 900 Saint Joseph AVe \\ Los Altos,
17 CA 94024 \\ (650) 964-9137}
18
19 \begin{resume}
20
21 \section{JOB OBJECTIVE}
22 To process images better, faster, and with increased accuracy
23
24 \section{EDUCATION}
25 UCSD CS BS, June 2008\\
26 Minor in Mathematics
27
28 \section{Paid Jobs}
29 \vspace{-0.1in}
30 \begin{tabbing}
31 \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions
32 {\bf Lowly Intern} \>Procuro \> August - October 2005\\
33 \>San Diego, CA
34 \end{tabbing}\vspace{-20pt}
35 SMTP tool\\
36 code review
37 \begin{tabbing}
38 \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions
39 {\bf Tutor} \>UCSD \>Fall-Winter, 2007\\
40 \>San Diego, CA
41 \end{tabbing}\vspace{-20pt} % suppress blank line after tabbing
42 Tutored students in CSE 130, Programming Languages. We covered different
43 styles of programming through different languages: functional
44 programming with OCaml; object oriented programming with python; logic
45 programming with prolog.
46 \begin{tabbing}
47 \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions
48 {\bf Lowly Intern} \>Avaak \> May 2006 - June 2008\\
49 \>San Diego, CA
50 \end{tabbing}\vspace{-20pt}
51 DARPA funded chemical sensor project\\
52 Coded invariant image feature extraction in C with Clark Guest, Ph.D.
53 UCSD\\
54 PCA, Fischerfaces analysis with Serge Belongie, Ph.D. UCSD\\
55 Automated image data extraction with Perl and Matlab\\
56 \begin{tabbing}
57 \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions
58 {\bf Real Employee} \>Avaak \> June 2008 - present\\
59 \>San Diego, CA
60 \end{tabbing}\vspace{-20pt}
61 Built and maintained Bugzilla, svn, mercurial and system monitoring
62 server\\
63 Coded camera firmware loader in C++\\
64 Conduct phone and in-person interviews screening for C/C++ knowledge,
65 programming and mathematical concepts
66
67 \section{Extracurriculars}
68 FIRST (Robotics Competition)\\
69 Preuss firmware and hybrid for 2003 through 2007 in C\\
70 Cheesy Poofs team firmware and autonomous for 2002 - 2003 in pBasic\\
71 4 years programming PIC Microcontrollers\\
72 Refactored code and shrank memory footprint to fit EEPROM
73
74 \section{Skills}
75 \begin{itemize}
76 \item Programming Languages
77 \begin{itemize}
78 \item Proficient
79 \begin{itemize}
80 \item C
81 \item Java
82 \item Ruby
83 \end{itemize}
84 \item Capable
85 \begin{itemize}
86 \item C++
87 \item Python
88 \item OCaml
89 \item Matlab
90 \end{itemize}
91 \end{itemize}
92 \item Version Control
93 \begin{itemize}
94 \item Distributed
95 \begin{itemize}
96 \item git
97 \item mercurial
98 \item bazaar
99 \end{itemize}
100 \item Centralized
101 \begin{itemize}
102 \item svn
103 \end{itemize}
104 \end{itemize}
105 \item Build Environment Tools
106 \begin{itemize}
107 \item GCC
108 \item $\left[g\right]$ vim
109 \item make
110 \item zsh
111 \end{itemize}
112 \end{itemize}
113
114
115 \section{Coursework}
116 CSE 190 Parking lot vacancy detection using OpenCV \\
117 CSE 152 Facial Recognition using Eigenfaces, Fischerfaces\\
118 CSE 151 Artificial Intelligence\\
119 CSE 166 Image Processing with Fourier Transforms, Huffman coding
120
121 \end{resume}
122 \end{document}