adding some embedded detail to avaak
[ozzloy@gmail.com/cv] / daniel_watson_resume.tex
index fbdb19930221c131232f20580330bf08550d8353..83f2a253ca58f932eda0bc4c78062c6cf0c1a8ac 100644 (file)
@@ -54,7 +54,7 @@
 giants." -Sir Isaac Newton}
 
 % uncomment to suppress automatic page numbering for CVs longer than one page
-%\nopagenumbers{}
+\nopagenumbers{}
 
 
 %-------------------------------------------------------------------------------
@@ -77,13 +77,14 @@ giants." -Sir Isaac Newton}
        System monitoring tool (3k lines of Ruby)\newline{}
        System overload tool (Ruby)\newline{}
        Unit test framework (c, make and Expect)\newline{}
+       image watermarking tool (python)\newline{}
        Built and maintained company bugzilla server, personal git and svn server
 }
 \cventry{2006--2008}{Computer Engineer (Intern)}{Avaak, Inc.}{San Diego}{}{
        In a chemical sensor project, coded invariant image feature extraction in C
        with Clark Guest, Ph.D. UCSD and PCA, Fischerfaces analysis with Serge
        Belongie, Ph.D. UCSD\newline{}
-       Automated image data extraction with Perl and Matlab
+       Wrote a firmware loader for the embedded camera hardware using mspgcc and C
 }
 \cventry{2007}{Tutor}{UCSD}{San Diego}{}{
        Tutored students in CSE 130, Programming Languages in the fall and winter
@@ -114,26 +115,32 @@ function decorators, and list comprehensions}
 %\cvlanguage{C++}{Capable}{The only language I hate more than Java}
 \cvlanguage{OCaml}{Capable}{First introduction to functional programming}
 
-\section{Misc. skills}
+\section{Computer Skills}
 \cvcomputer{git}{client, gitosis, submodules, git-svn}
 {svn}{client, svnserve}
 \cvcomputer{unix cli}{bash scripting, awk, grep, find, etc.}
 {unit testing}{c with cutest, ruby with Test::Unit}
 \cvcomputer{gnu buildchain}{gcc, make, gdb}
 {ubuntu/debian}{aptitude, debconf}
-%{gnu buildchain}{gcc, make}
-
-\section{Interests}
-\cvline{rock climbing}{\small great for strength, also fights carpal tunnel}
-\cvline{bike riding}{\small cardio, started as a means to get to school}
-\cvline{device interaction}{\small oble project, face detection as human
-interaction; compiz HeadTrack project}
 
 % change the symbol for lists
 %\renewcommand{\listitemsymbol}{-}
 %
-%\section{Extra 1}
-%\cvlistitem{Item 1}
+\section{Personal Projects}
+\cvline{oble}{This project allows the computer to use a camera to detect
+presence of a face.  The program aggresively blanks the screen for power
+saving.  In addition, oble allows one to watch in browser videos without poking
+the keyboard and mouse.  I used C++ with OpenCV libs to create this program.
+\httplink{gitorious.org/oble/oble}}
+%\cvline{technical blog}{\httplink{i-am-lucky.blogspot.com/} linux, gitosis,
+%ruby}
+\cvline{imageclipper}{Having a set of labelled data helps with many
+machine-learning projects.  I started with someone else's code base and modified
+it to make labelling easier for me.  The tool helped me label data used for
+training a car detector.  \httplink{github.com/ozzloy/imageclipper}}
+\cvline{this cv}{ The raw \LaTeX for generating this CV is available online.
+       \httplink{github.com/ozzloy/cv}
+}
 %\cvlistitem{Item 2}
 %%\cvlistitem[+]{Item 3}            % optional other symbol
 %
@@ -142,7 +149,12 @@ interaction; compiz HeadTrack project}
 %\cvlistdoubleitem[\Neutral]{Item 2}{Item 5}
 %\cvlistdoubleitem[\Neutral]{Item 3}{}
 
-\end{document}
+%\section{Interests}
+%\cvline{rock climbing}{\small great for strength, also fights carpal tunnel}
+%\cvline{bike riding}{\small cardio, started as a means to get to school}
+%\cvline{device interaction}{\small oble project, face detection as human
+%interaction; compiz HeadTrack project}
 
+\end{document}
 
-%% end of file `template_en.tex'.
+%% end of file `daniel_watson_resume.tex'.