add section about visiontree, more formatting
[ozzloy@gmail.com/cv] / daniel_watson_cv.tex
1 %% start of file `daniel_watson_cv.tex'
2 %%% credit:
3 %% start of file `template_en.tex'.
4 %% Copyright 2006-1008 Xavier Danaux (xdanaux@gmail.com).
5 %
6 % This work may be distributed and/or modified under the
7 % conditions of the LaTeX Project Public License version 1.3c,
8 % available at http://www.latex-project.org/lppl/.
9
10
11 \documentclass[10pt,a4paper]{moderncv}
12
13 % moderncv themes
14 % optional argument are 'blue' (default), 'orange', 'red', 'green', 'grey' and
15 % 'roman' (for roman fonts, instead of sans serif fonts)
16 \moderncvtheme[blue]{casual}
17 %\moderncvtheme[green]{classic} % idem
18
19 % character encoding
20 % replace by the encoding you are using
21 \usepackage[utf8]{inputenc}
22
23 % adjust the page margins
24 \usepackage[scale=0.8]{geometry}
25 % if you want to change the width of the column with the dates
26 %\setlength{\hintscolumnwidth}{3cm}
27 % only for the classic theme, if you want to change the width of your name
28 % placeholder (to leave more space for your address details
29 %\AtBeginDocument{\setlength{\maketitlenamewidth}{6cm}}
30 % required when changes are made to page layout lengths
31 \AtBeginDocument{\recomputelengths}
32
33 % personal data
34 \firstname{Daniel}
35 \familyname{Watson}
36 % optional, remove the line if not wanted
37 \title{Daniel Watson's CV}
38 % optional,
39 \address{7665 Palmilla Drive \#5210}{San Diego, 92122}
40 % optional,
41 \mobile{805.699.5690}
42 % optional,
43 %\phone{phone (optional)}
44 % optional,
45 %\fax{fax (optional)}
46 % optional,
47 \email{ozzloy@gmail.com}
48 % optional,
49 %\extrainfo{additional information (optional)}
50 % '64pt' is the height the picture must be resized to and 'picture' is the name
51 % of the picture file; optional, remove the line if not wanted
52 %\photo[64pt]{daniel_watson}
53 % optional, remove the line if not wanted
54 %\quote{"If I have seen further it is only by standing on the shoulders of
55 %giants." -Sir Isaac Newton}
56
57 % uncomment to suppress automatic page numbering for CVs longer than one page
58 \nopagenumbers{}
59
60
61 %-------------------------------------------------------------------------------
62 % content
63 %-------------------------------------------------------------------------------
64 \begin{document}
65 \maketitle
66
67 \section{Education}
68 % arguments 3 to 6 are optional
69 \cventry{2003--2008}{BS}{UCSD}{San Diego}{}
70 {Computer Science major with a Mathematics Minor}
71 \cventry{1999--2003}{Diploma}{Bellarmine College Preparatory}{San Jose}{}{}
72
73 \section{Experience}
74 \subsection{Vocational}
75 % arguments 3 to 6 are optional
76 \cventry{2010--2011}{Computer Engineer}{VisionTree, Inc.}{San Diego}{}
77 {
78 An old Coldfusion project needed a new feature in a section that parsed all
79 existing user data. That was my first project and my first time working with
80 Coldfusion. Motivated by the difficult setup process, I used ruby, and bash
81 to write an installer for new Coldfusion developer stations. Because the old
82 svn systems were difficult to work with, I converted several of them to git
83 repos served by gitosis.
84 }
85 \cventry{2006--2010}{Computer Engineer}{Avaak, Inc.}{San Diego}{}
86 {
87 The last project I created at Avaak is a system monitoring tool which spoofed
88 Avaak's clients to test their servers. This project weighed in at 3kloc of
89 Ruby. I also created a test framework for the firmware on the router product
90 which cross-compiled unit tests, loaded the binary onto the target hardware,
91 ran the tests and reported results. An earlier project had invariant image
92 feature extraction in C. Later, I used PCA, and Fischerfaces analysis under
93 the supervision of Serge Belongie, Ph.D. UCSD. My first project was a
94 firmware loader for an embedded camera hardware using mspgcc and C.
95 }
96 \cventry{2007}{Programming Languages Tutor}{UCSD}{San Diego}{}
97 {
98 In CSE 130, I tutored students Programming Languages in the fall and winter
99 quarters. We covered different styles of programming through different
100 languages: functional programming with OCaml; object oriented programming
101 with python; logic programming with prolog.
102 }
103 \subsection{For Inspiration and Recognition of Science and Technology}
104 % arguments 3 to 6 are optional
105 \cventry{2003--2011}{Programming Subteam Mentor}{Midnight Mechanics Team 812}
106 {San Diego}{}
107 {
108 I helped high school students code controller firmware and introduced them to
109 aspects of software development like version control with svn, and logic flow
110 control structures with C.
111 }
112 \cventry{2002--2003}{Programming Subteam Member}{Cheesy Poofs Team 254}
113 {San Jose}{}
114 {
115 Coded robot controller firmware and autonomous mode in pBasic, shrinking code
116 into the EEPROM.
117 }
118 %\subsection{Miscellaneous}
119 %% arguments 3 to 6 are optional
120 %\cventry{2000--2003}{Track Marshall}{SpeedRing}{San Jose}{}{
121 % SpeedRing is go-kart racing for adults\newline{}
122 % flag racers on track for passing, rule violations, warning of crashes
123 %}
124 %
125 %\cventry{1998--1999}{Range Marshall}{Sunnyvale Rod \& Gun Club}{Sunnyvale}{}{
126 % refill target shooters and keep scores
127 %}
128 %\section{Languages}
129 %%\cvlanguage{language 3}{Skill level}{Comment}
130 %%Proficient C Java Ruby
131 %%Capable C++ Python OCaml Matlab
132 %\cvlanguage{Ruby}{Proficient}{My goto language}
133 %\cvlanguage{C}{Proficient}{First language I learned}
134 %\cvlanguage{Java}{Capable}{Many class projects at UCSD required Java}
135 %\cvlanguage{Python}{Capable}{My first introduction to meta-programming, via
136 %function decorators, and list comprehensions}
137 %%\cvlanguage{C++}{Capable}{The only language I hate more than Java}
138 %\cvlanguage{OCaml}{Capable}{First introduction to functional programming}
139 \section{Computer Skills}
140 \cvcomputer{git}{client, flow, gitosis, submodules, git-svn}
141 {svn}{client, svnserve}
142 \cvcomputer{unix cli}{bash scripting, awk, grep, find, etc.}
143 {unit testing}{c with cutest, ruby with Test::Unit}
144 \cvcomputer{gnu buildchain}{gcc, make, gdb}
145 {ubuntu/debian}{aptitude, debconf}
146 \cvcomputer{Proficient with}{Ruby, C, Java, Python}
147 {Capable with}{OCaml, javascript, CFML\{,script\}, XSLT}
148 \section{Personal Projects}
149 \cvline{py\_shell\_bot}{This was originally started because it was hard to
150 follow along as a teacher would type into the python repl during class.
151 Using this, the teacher (or any presenter) can type as they normally do and
152 students can follow along in an irc channel.
153 \httplink{github.com/ozzloy/py\_shell\_bot}}
154 \cvline{oble}{This project uses a camera to detect presence of a face. The
155 program aggresively blanks the screen for power saving. In addition, oble
156 allows one to watch in-browser videos without poking the keyboard and mouse to
157 prevent the screensaver. I used C++ with OpenCV libs to create this program.
158 \httplink{gitorious.org/oble/oble}}
159 \cvline{technical blog}{\httplink{i-am-lucky.blogspot.com/} Mostly written as
160 a reference for myself, this blog is an account of my technical struggles.}
161 \cvline{imageclipper}{Having a set of labelled data helps with many
162 machine-learning projects. I started with someone else's code base and modified
163 it to make labelling easier for me. The tool helped me label data used for
164 training a car detector. \httplink{github.com/ozzloy/imageclipper}}
165 \cvline{this cv}{ The raw \LaTeX for generating this CV is available online at
166 \httplink{github.com/ozzloy/cv}}
167 \end{document}
168 %\cvlistitem{Item 2}
169 %%\cvlistitem[+]{Item 3} % optional other symbol
170 %
171 %\section{Extra 2}
172 %\cvlistdoubleitem[\Neutral]{Item 1}{Item 4}
173 %\cvlistdoubleitem[\Neutral]{Item 2}{Item 5}
174 %\cvlistdoubleitem[\Neutral]{Item 3}{}
175
176 %\section{Interests}
177 %\cvline{rock climbing}{\small great for strength, also fights carpal tunnel}
178 %\cvline{bike riding}{\small cardio, started as a means to get to school}
179 %\cvline{device interaction}{\small oble project, face detection as human
180 %interaction; compiz HeadTrack project}
181 %% end of file `daniel_watson_cv.tex'.