reorganize, add example, ignore binaries
authorozzloy <ozzloy@zero7.(none)>
Fri, 4 Dec 2009 07:59:36 +0000 (23:59 -0800)
committerozzloy <ozzloy@zero7.(none)>
Fri, 4 Dec 2009 07:59:36 +0000 (23:59 -0800)
.gitignore [new file with mode: 0644]
daniel_watson_resume.tex [deleted file]
examples/ex-res1.tex [new file with mode: 0644]
makefile
src/daniel_watson_resume.tex [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..685bf31
--- /dev/null
@@ -0,0 +1,2 @@
+*.log
+*.dvi
diff --git a/daniel_watson_resume.tex b/daniel_watson_resume.tex
deleted file mode 100644 (file)
index 7e6e56c..0000000
+++ /dev/null
@@ -1,122 +0,0 @@
-% LaTeX file for resume \r
-% This file uses the resume document class (res.cls)\r
-\r
-\documentclass{res} \r
-%\usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty)\r
-%\usepackage{newcent}   % uses new century schoolbook postscript font \r
-\setlength{\textheight}{9.5in} % increase text height to fit on 1-page \r
-\r
-\begin{document} \r
-\r
-\name{Daniel J. Watson\\[12pt]}     % the \\[12pt] adds a blank\r
-                                       % line after name      \r
-\r
-\address{\bf  PRESENT ADDRESS\\7944 Playmor Terrace\\San Diego, CA 92122 \\\r
-(805) 801-8941}\r
-\address{\bf PERMANENT ADDRESS \\ 900 Saint Joseph AVe \\ Los Altos,\r
-         CA 94024 \\  (650) 964-9137}\r
-                                  \r
-\begin{resume}\r
-\r
-\section{JOB OBJECTIVE}          \r
-To process images better, faster, and with increased accuracy\r
\r
-\section{EDUCATION}          \r
-UCSD CS BS, June 2008\\\r
-Minor in Mathematics\r
\r
-\section{Paid Jobs}\r
-   \vspace{-0.1in}     \r
-   \begin{tabbing}\r
-   \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions\r
-    {\bf Lowly Intern} \>Procuro \> August - October 2005\\\r
-                          \>San Diego, CA\r
-   \end{tabbing}\vspace{-20pt}\r
-        SMTP tool\\\r
-        code review\r
-   \begin{tabbing}\r
-   \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions\r
-    {\bf Tutor} \>UCSD     \>Fall-Winter, 2007\\\r
-                          \>San Diego, CA\r
-   \end{tabbing}\vspace{-20pt}      % suppress blank line after tabbing\r
-         Tutored students in CSE 130, Programming Languages.  We covered different\r
-               styles of programming through different languages: functional\r
-               programming with OCaml; object oriented programming with python; logic\r
-               programming with prolog. \r
-   \begin{tabbing}\r
-   \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions\r
-    {\bf Lowly Intern} \>Avaak \> May 2006 - June 2008\\\r
-                          \>San Diego, CA\r
-   \end{tabbing}\vspace{-20pt}\r
-        DARPA funded chemical sensor project\\\r
-        Coded invariant image feature extraction in C with Clark Guest, Ph.D.\r
-        UCSD\\\r
-        PCA, Fischerfaces analysis with Serge Belongie, Ph.D. UCSD\\\r
-        Automated image data extraction with Perl and Matlab\\\r
-   \begin{tabbing}\r
-   \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions\r
-    {\bf Real Employee} \>Avaak \> June 2008 - present\\\r
-                          \>San Diego, CA\r
-   \end{tabbing}\vspace{-20pt}\r
-        Built and maintained Bugzilla, svn, mercurial and system monitoring\r
-        server\\\r
-        Coded camera firmware loader in C++\\\r
-        Conduct phone and in-person interviews screening for C/C++ knowledge,\r
-        programming and mathematical concepts\r
-\r
-\section{Extracurriculars}\r
-FIRST (Robotics Competition)\\\r
-Preuss firmware and hybrid for 2003 through 2007 in C\\\r
-Cheesy Poofs team firmware and autonomous for 2002 - 2003 in pBasic\\\r
-4 years programming PIC Microcontrollers\\\r
-Refactored code and shrank memory footprint to fit EEPROM\r
-\r
-\section{Skills}          \r
-       \begin{itemize}\r
-       \item Programming Languages\r
-               \begin{itemize}\r
-               \item Proficient\r
-                       \begin{itemize}\r
-                       \item C\r
-                       \item Java\r
-                       \item Ruby\r
-                       \end{itemize}\r
-               \item Capable\r
-                       \begin{itemize}\r
-                       \item C++\r
-                       \item Python\r
-                       \item OCaml\r
-                       \item Matlab\r
-                       \end{itemize}\r
-               \end{itemize}\r
-       \item Version Control\r
-               \begin{itemize}\r
-               \item Distributed\r
-                       \begin{itemize}\r
-                       \item git\r
-                       \item mercurial\r
-                       \item bazaar\r
-                       \end{itemize}\r
-               \item Centralized\r
-                       \begin{itemize}\r
-                       \item svn\r
-                       \end{itemize}\r
-               \end{itemize}\r
-       \item Build Environment Tools\r
-               \begin{itemize}\r
-               \item GCC\r
-               \item $\left[g\right]$ vim\r
-               \item make\r
-               \item zsh\r
-               \end{itemize}\r
-       \end{itemize}\r
-\r
-\r
-\section{Coursework}\r
-CSE 190 Parking lot vacancy detection using OpenCV \\\r
-CSE 152 Facial Recognition using Eigenfaces, Fischerfaces\\\r
-CSE 151 Artificial Intelligence\\\r
-CSE 166 Image Processing with Fourier Transforms, Huffman coding\r
-\r
-\end{resume}\r
-\end{document}\r
diff --git a/examples/ex-res1.tex b/examples/ex-res1.tex
new file mode 100644 (file)
index 0000000..55dd727
--- /dev/null
@@ -0,0 +1,84 @@
+% LaTeX file for resume \r
+% This file uses the resume document class (res.cls)\r
+\r
+\documentclass{res} \r
+%\usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty)\r
+%\usepackage{newcent}   % uses new century schoolbook postscript font \r
+\setlength{\textheight}{9.5in} % increase text height to fit on 1-page \r
+\r
+\begin{document} \r
+\r
+\name{HAROLD C. GOODBETTER\\[12pt]}     % the \\[12pt] adds a blank\r
+                                       % line after name      \r
+\r
+\address{\bf  PRESENT ADDRESS\\193 5th Avenue\\Troy, NY 12180\\(518) 274-1234}\r
+\address{\bf PERMANENT ADDRESS \\ 110 Brant Avenue \\  Upper Saddle\r
+         River,   NJ 07458 \\  (201) 555-9509}\r
+                                  \r
+\begin{resume}\r
+\r
+\section{JOB OBJECTIVE}          \r
+    A summer position that will use my accounting and computer\r
+    skills.          \r
\r
+\section{EDUCATION}          \r
+    Rensselaer Polytechnic Institute, Troy, NY  \\        \r
+    Bachelor of Science, Management, May 1990   \\       \r
+    Concentration in Management Systems       \\   \r
+    Minors in Computer Science and Economics  \\        \r
+    G.P.A. 3.3/4.0          \r
+\r
\r
+\section{EXPERIENCE}\r
+   \vspace{-0.1in}     \r
+   \begin{tabbing}\r
+   \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions\r
+    {\bf Telefund Associate} \>Rensselaer Fund     \>Fall 1987-Present\\\r
+                             \>Troy, NY\r
+   \end{tabbing}\vspace{-20pt}      % suppress blank line after tabbing\r
+    Generated alumni and parent support to reduce tuition,          \r
+    increase scholarship and financial aid funds; averaging 80          \r
+    percent pledge rate. Top three percent associate.\r
+   \begin{tabbing}\r
+   \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions\r
+    {\bf Team Programmer} \>Group W Cable, Westinghouse Corp \> ~~~~~~ Summer 1987\\\r
+                          \>Mahway, NJ\r
+   \end{tabbing}\vspace{-20pt}\r
+    Liaison between accounting department and controller,          \r
+    provided assistance with invoice liabilities after          \r
+    divestiture of Group W Cable by Westinghouse.\r
+   \begin{tabbing}%\r
+   \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions          \r
+   {\bf Sales Assistant}  \>AP Technical Sales Inc. \> Summers  1985-86\\\r
+                          \>Palisades Park, NJ\r
+   \end{tabbing}\vspace{-20pt}\r
+    Duties included telemarketing, data entry, and invoicing.          \r
+    Successfully converted catalog inquiries to sales          \r
+    opportunities by telemarketing program.          \r
+\r
+\r
+\section{COMPUTER SKILLS}          \r
+    Extensive knowledge of hardware and software for IBM PC and          \r
+    MTS. \\         \r
+    Proficient programming skills in COBOL, WATFIV (FORTRAN), and          \r
+    BASIC.          \r
\r
\r
+\section{HONORS AND AWARDS}          \r
+    Epsilon Delta Sigma: Honorary Management Society at          \r
+    Rensselaer    \\      \r
+    Dean's List of Distinguished Students: Fall 1986-Spring 1988  \\        \r
+    National Honor Society: Northern Highlands High School  \\        \r
+    Creative Essay Award: Northern Highlands High School  \\        \r
+    Meritorious Action Life Saving Award: Boy Scouts of America          \r
\r
+\section{EXTRACURRICULAR ACTIVITIES}          \r
+    Epsilon Delta Sigma Public Relations Committee \\         \r
+    Rensselaer Ski Club     \\     \r
+    Bergen County Task Force Student Liaison 1986  \\        \r
+    LEADD (Legislators and Educators Against Drunk Driving) Chairman\r
+     1985-86  \\        \r
+    Youth Group - Temple Beth Or Activities Chairman 1985-86          \r
\r
+\end{resume}\r
+\end{document}
\ No newline at end of file
index 5f331209210d4bfad9a0e5f5b218a65364e93da9..cf8a8df3fafafd6e7de279d1e89e75d23c299391 100644 (file)
--- a/makefile
+++ b/makefile
@@ -1,3 +1,6 @@
 
 all:
        latex daniel_watson_resume.tex
+
+clean:
+       rm -f *.dvi *.pdf *.log
diff --git a/src/daniel_watson_resume.tex b/src/daniel_watson_resume.tex
new file mode 100644 (file)
index 0000000..7e6e56c
--- /dev/null
@@ -0,0 +1,122 @@
+% LaTeX file for resume \r
+% This file uses the resume document class (res.cls)\r
+\r
+\documentclass{res} \r
+%\usepackage{helvetica} % uses helvetica postscript font (download helvetica.sty)\r
+%\usepackage{newcent}   % uses new century schoolbook postscript font \r
+\setlength{\textheight}{9.5in} % increase text height to fit on 1-page \r
+\r
+\begin{document} \r
+\r
+\name{Daniel J. Watson\\[12pt]}     % the \\[12pt] adds a blank\r
+                                       % line after name      \r
+\r
+\address{\bf  PRESENT ADDRESS\\7944 Playmor Terrace\\San Diego, CA 92122 \\\r
+(805) 801-8941}\r
+\address{\bf PERMANENT ADDRESS \\ 900 Saint Joseph AVe \\ Los Altos,\r
+         CA 94024 \\  (650) 964-9137}\r
+                                  \r
+\begin{resume}\r
+\r
+\section{JOB OBJECTIVE}          \r
+To process images better, faster, and with increased accuracy\r
\r
+\section{EDUCATION}          \r
+UCSD CS BS, June 2008\\\r
+Minor in Mathematics\r
\r
+\section{Paid Jobs}\r
+   \vspace{-0.1in}     \r
+   \begin{tabbing}\r
+   \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions\r
+    {\bf Lowly Intern} \>Procuro \> August - October 2005\\\r
+                          \>San Diego, CA\r
+   \end{tabbing}\vspace{-20pt}\r
+        SMTP tool\\\r
+        code review\r
+   \begin{tabbing}\r
+   \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions\r
+    {\bf Tutor} \>UCSD     \>Fall-Winter, 2007\\\r
+                          \>San Diego, CA\r
+   \end{tabbing}\vspace{-20pt}      % suppress blank line after tabbing\r
+         Tutored students in CSE 130, Programming Languages.  We covered different\r
+               styles of programming through different languages: functional\r
+               programming with OCaml; object oriented programming with python; logic\r
+               programming with prolog. \r
+   \begin{tabbing}\r
+   \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions\r
+    {\bf Lowly Intern} \>Avaak \> May 2006 - June 2008\\\r
+                          \>San Diego, CA\r
+   \end{tabbing}\vspace{-20pt}\r
+        DARPA funded chemical sensor project\\\r
+        Coded invariant image feature extraction in C with Clark Guest, Ph.D.\r
+        UCSD\\\r
+        PCA, Fischerfaces analysis with Serge Belongie, Ph.D. UCSD\\\r
+        Automated image data extraction with Perl and Matlab\\\r
+   \begin{tabbing}\r
+   \hspace{2.3in}\= \hspace{2.6in}\= \kill % set up two tab positions\r
+    {\bf Real Employee} \>Avaak \> June 2008 - present\\\r
+                          \>San Diego, CA\r
+   \end{tabbing}\vspace{-20pt}\r
+        Built and maintained Bugzilla, svn, mercurial and system monitoring\r
+        server\\\r
+        Coded camera firmware loader in C++\\\r
+        Conduct phone and in-person interviews screening for C/C++ knowledge,\r
+        programming and mathematical concepts\r
+\r
+\section{Extracurriculars}\r
+FIRST (Robotics Competition)\\\r
+Preuss firmware and hybrid for 2003 through 2007 in C\\\r
+Cheesy Poofs team firmware and autonomous for 2002 - 2003 in pBasic\\\r
+4 years programming PIC Microcontrollers\\\r
+Refactored code and shrank memory footprint to fit EEPROM\r
+\r
+\section{Skills}          \r
+       \begin{itemize}\r
+       \item Programming Languages\r
+               \begin{itemize}\r
+               \item Proficient\r
+                       \begin{itemize}\r
+                       \item C\r
+                       \item Java\r
+                       \item Ruby\r
+                       \end{itemize}\r
+               \item Capable\r
+                       \begin{itemize}\r
+                       \item C++\r
+                       \item Python\r
+                       \item OCaml\r
+                       \item Matlab\r
+                       \end{itemize}\r
+               \end{itemize}\r
+       \item Version Control\r
+               \begin{itemize}\r
+               \item Distributed\r
+                       \begin{itemize}\r
+                       \item git\r
+                       \item mercurial\r
+                       \item bazaar\r
+                       \end{itemize}\r
+               \item Centralized\r
+                       \begin{itemize}\r
+                       \item svn\r
+                       \end{itemize}\r
+               \end{itemize}\r
+       \item Build Environment Tools\r
+               \begin{itemize}\r
+               \item GCC\r
+               \item $\left[g\right]$ vim\r
+               \item make\r
+               \item zsh\r
+               \end{itemize}\r
+       \end{itemize}\r
+\r
+\r
+\section{Coursework}\r
+CSE 190 Parking lot vacancy detection using OpenCV \\\r
+CSE 152 Facial Recognition using Eigenfaces, Fischerfaces\\\r
+CSE 151 Artificial Intelligence\\\r
+CSE 166 Image Processing with Fourier Transforms, Huffman coding\r
+\r
+\end{resume}\r
+\end{document}\r