adding some embedded detail to avaak
[ozzloy@gmail.com/cv] / daniel_watson_resume.tex
index 91a019bbe126fb3a0a24c2bc4fc3e1a88d3d0277..83f2a253ca58f932eda0bc4c78062c6cf0c1a8ac 100644 (file)
@@ -11,7 +11,8 @@
 % moderncv themes
 % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and
 % 'roman' (for roman fonts, instead of sans serif fonts)
-\moderncvtheme[blue]{casual}
+%\moderncvtheme[blue]{casual}
+\moderncvtheme[blue]{classic}
 %\moderncvtheme[green]{classic}                % idem
 
 % character encoding
@@ -32,7 +33,7 @@
 \firstname{Daniel}
 \familyname{Watson}
 % optional, remove the line if not wanted
-\title{Resumé title (optional)}
+\title{Daniel Watson's CV}
 % optional, remove the line if not wanted
 \address{7944 Playmor Terrace}{San Diego, 92122}
 % optional, remove the line if not wanted
 %\extrainfo{additional information (optional)}
 % '64pt' is the height the picture must be resized to and 'picture' is the name
 % of the picture file; optional, remove the line if not wanted
-\photo[64pt]{picture}
+%\photo[64pt]{daniel_watson}
 % optional, remove the line if not wanted
 \quote{"If I have seen further it is only by standing on the shoulders of
 giants." -Sir Isaac Newton}
 
 % uncomment to suppress automatic page numbering for CVs longer than one page
-%\nopagenumbers{}
+\nopagenumbers{}
 
 
 %-------------------------------------------------------------------------------
@@ -76,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
@@ -113,23 +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.}
-{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 head track project}
+{unit testing}{c with cutest, ruby with Test::Unit}
+\cvcomputer{gnu buildchain}{gcc, make, gdb}
+{ubuntu/debian}{aptitude, debconf}
 
 % 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
 %
@@ -138,7 +149,12 @@ interaction. compiz head track 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'.