39f0bf7b1ffb493e73e5d6202f520145c69aec8c
[cv-latex.git] / cv.tex
1 \documentclass[12pt]{article}
2
3 \topmargin 0.0in
4 \headheight 0.0in
5 \headsep 0.0in
6 \textheight 9in
7 \oddsidemargin 0in
8 \textwidth 6in
9 \pagestyle{empty} % no room for page numbers
10
11 \usepackage{bibunits}
12 \usepackage[ManyBibs,LabelsAligned]{currvita}
13 \usepackage{hyperref}
14 \hypersetup{colorlinks}
15 \hypersetup{linkcolor=black}
16 \hypersetup{anchorcolor=black}
17 \hypersetup{citecolor=black}
18 \hypersetup{filecolor=black}
19 \hypersetup{menucolor=black}
20 \hypersetup{runcolor=black}
21 \hypersetup{urlcolor=black}
22
23 \defaultbibliography{cv}
24 \defaultbibliographystyle{plain}
25
26 \newcommand*{\ac}[1]{\mbox{#1}}
27
28 \tolerance=600
29
30 \begin{document}
31
32 \begin{cv}{R\'esum\'e}
33
34   \begin{cvlist}{Contact}
35   \item W. Trevor King\\
36     120 Miller St.\\
37     Highlands, NJ, 07732
38   \item Tel.:~(215)~284~6634\\
39     Email:~wking@tremily.us
40   \end{cvlist}
41
42   \begin{cvlist}{Education}
43   \item[09/2000--05/2004] Colgate University, Hamilton, NY
44     (B.A.~in Physics and Math)
45
46   \item[09/2004--05/2006] University of Rochester, Rochester, NY
47     (M.A.~in Physics)
48
49   \item[09/2006--05/2013] Drexel University, Philadelphia, PA
50     (Ph.D.~track in Physics)
51   \end{cvlist}
52
53   \begin{cvlist}{Publications}
54 %    \begin{bibunit}[alpha]
55 %      \nocite{wking10}
56 %    \item[Books] \putbib
57 %    \end{bibunit}
58     \item [Papers]
59     \begin{bibunit}
60       \nocite{
61         king10}
62       \putbib
63     \end{bibunit}
64     \item [Talks]
65     \begin{bibunit}
66       \nocite{
67         2013-01-columbia,
68         2009-10-life-cycles,
69         2008-06-locks}
70       \putbib
71     \end{bibunit}
72     \item [Posters]
73     \begin{bibunit}
74       \nocite{
75         2013-04-swc,
76         2011-04-saswsim,
77         2010-04-open-source,
78         2012-04-calibcant,
79         2009-03-roughness,
80         2008-04-sawsim,
81         2008-02-stiffness}
82       \putbib
83     \end{bibunit}
84   \end{cvlist}
85
86   \begin{cvlist}{Teaching assistant-ships}
87   \item[09/2004--05/2005] General Physics I
88     (Mechanics)
89   \item[Fall 2006] PHYS 152: Introductory Physics I
90     (Mechanics)
91   \item[Winter 2007] PHYS 101: Fundamentals of Physics I
92     (Mechanics)
93   \item[Spring 2007] PHYS 102: Fundamentals of Physics II
94     (Electricity and magnetism)
95   \item[Spring 2008] PHYS 102: Fundamentals of Physics II
96     (Electricity and magnetism)
97   \item[Fall 2008] PHYS 154: Introductory Physics III
98     (Electricity, magnetism, and quantum mechanics)
99   \item[Winter 2009] PHYS 201: Fundamentals of Physics III
100     (Modern physics)
101   \item[Summer 2009] PHYS 102: Fundamentals of Physics II
102     (Electricity and magnetism)
103   \item[Fall 2010] PHYS 405: Advanced Computational
104     Physics---Parallel Computing
105     (MPI and CUDA)
106   \item[Winter 2011] PHYS 101: Fundamentals of Physics I
107     (Mechanics)
108   \item[Spring 2011] PHYS 102: Fundamentals of Physics II
109     (Electricity and magnetism)
110   \item[Fall 2011] PHYS 106: Introduction to Scientific Computing
111     (Algorithms in Maple)
112   \item[Winter 2012] PHYS 305: Computational Physics II
113     (Algorithms in C and C++)
114   \item[Spring 2012] PHYS 102: Fundamentals of Physics II
115     (Electricity and magnetism)
116   \item[Fall 2012] PHYS 405: Advanced Computational
117     Physics---Parallel Computing
118     (MPI and CUDA)
119   \item[Winter 2013] PHYS 305: Computational Physics II
120     (Algorithms in C and C++)
121   \item[Spring 2013] PHYS 102: Fundamentals of Physics II
122     (Electricity and magnetism)
123   \end{cvlist}
124
125   \begin{cvlist}{Research}
126   \item[05/2002--09/2002] Vortex pinning in superconducting thin films.
127     Wrote experimental control software in LabVIEW and fabricated
128     samples using Nb sputtering, photolithography, and wet etching.
129   \item[05/2003--09/2003] Navier--Stokes simulator.
130     Ported a program simulating two dimensional incompressible
131     fluid flow from MatLab to C.
132   \item[09/2003--05/2004] Surface tension and lipid phase separation.
133     Designed and began construction of an automated system for making
134     rod pull equilibrium surface pressure measurements on phospholipid
135     vesicle suspensions.  Completed drive chain hardware and LabVIEW
136     software for sequentially moving samples to the rod pull mechanism
137     for measurement.
138   \item[05/2005--05/2006] Superconducting phase qubit quantum computing.
139     Wrote experiment control software in LabVIEW and data analysis
140     software in MatLab.  Managed the $^3$He dilution refrigerator and
141     assembled custom circuit boards.
142   \item[09/2006--07/2013] Single molecule force spectroscopy via AFM.
143     Designed calibration, experiment control, data processing, and
144     Monte Carlo simulation software in Python and C.  Performed
145     necessary hardware troubleshooting and maintenance.
146   \end{cvlist}
147
148   \begin{cvlist}{System administration}
149   \item[09/2009--09/2011] Drexel physics department webmaster.
150     Maintained and streamlined department website and assisted with
151     Apache-to-SiteCore migration.
152   \item[09/2005--Present] Home newtork system adminstrator.
153     I run Linux systems (primarily Gentoo) at home.  I use my home
154     network to test installation, deployment, and maintenance of the
155     software infrastructure I'd like to see at work, which has lead to
156     experience with many packages (highlights below).  Since 2008 I've
157     been publishing my notes on these systems in my blog at
158     \url{http://blog.tremily.us/}.
159   \end{cvlist}
160
161   \begin{cvlist}{Software}
162   \item[Operating systems]
163     \href{http://www.gentoo.org/}{Linux (Gentoo)}
164   \item[Languages]
165     \href{http://python.org/}{Python},
166     \href{http://en.wikipedia.org/wiki/C_\%28programming_language\%29}{C},
167     \href{http://tiswww.case.edu/php/chet/bash/bashtop.html}{Bash},
168     \href{http://www.w3.org/html/wg/drafts/html/master/}{\ac{HTML}},
169     \href{http://www.w3.org/XML/}{\ac{XML}},
170     \href{http://www.w3.org/Style/CSS/Overview.en.html}{\ac{CSS}},
171     \href{http://www.sqlite.org/}{\ac{SQLite}},
172     \href{https://www.djangoproject.com/}{Django},
173     \href{http://en.wikipedia.org/wiki/JavaScript}{JavaScript},
174     \href{http://www.ni.com/labview/}{\ac{LabVIEW}},
175     \href{http://us.php.net/}{\ac{PHP}}
176   \item[Creator]
177     \href{https://pypi.python.org/pypi/pygrader}{pygrader},
178     \href{https://pypi.python.org/pypi/pyassuan}{pyassuan},
179     \href{https://pypi.python.org/pypi/pgp-mime}{pgp-mime},
180     \href{https://pypi.python.org/pypi/quizzer}{quizzer},
181     \href{http://blog.tremily.us/posts/sawsim/}{sawsim},
182     \href{https://pypi.python.org/pypi/pycomedi}{pycomedi},
183     \href{https://pypi.python.org/pypi/pypiezo}{pypiezo},
184     \href{https://pypi.python.org/pypi/stepper}{stepper},
185     \href{https://pypi.python.org/pypi/pypid}{pypid},
186     \href{https://pypi.python.org/pypi/pyafm}{pyafm},
187     \href{https://pypi.python.org/pypi/calibcant}{calibcant},
188     \href{https://pypi.python.org/pypi/stepper}{unfold-protein},
189     \href{https://pypi.python.org/pypi/chemdb}{chemdb},
190     \href{https://pypi.python.org/pypi/igor}{igor},
191     \href{https://pypi.python.org/pypi/h5config}{h5config},
192     \href{https://pypi.python.org/pypi/FFT-tools}{FFT-tools},
193     \href{https://pypi.python.org/pypi/update-copyright}{update-copyright},
194     \href{https://pypi.python.org/pypi/mutt-ldap}{mutt-ldap},
195     \href{http://blog.tremily.us/posts/Course_website/}{course-website},
196     \href{http://blog.tremily.us/posts/problempack/}{problempack},
197     \href{http://git.tremily.us/?p=assignment-template.git}{assignment-template},
198     \href{http://blog.tremily.us/posts/Gentoo_overlay/}{wtk-overlay},
199     \href{https://github.com/wking/dotfiles-framework}{dotfiles-framework}
200   \item[Maintainer] 
201     \href{http://github.com/wking/rss2email/}{rss2email},
202     \href{http://bugseverywhere.org/}{Bugs Everywhere},
203     \href{http://blog.tremily.us/posts/drexel-thesis/}{drexel-thesis},
204     \href{https://pypi.python.org/pypi/Hooke/}{Hooke}
205   \item[Contributor]
206     \href{http://software-carpentry.org/}{Software Carpentry},
207     \href{http://git-scm.com/}{Git},
208     \href{http://docs.getpelican.com/}{Pelican},
209     \href{http://www.gentoo.org/proj/en/releng/catalyst/}{Gentoo catalyst},
210     \href{https://github.com/agrover/python-kmod}{python-kmod},
211     \href{http://www.comedi.org/}{Comedilib},
212     \href{http://web.mit.edu/kerberos/}{Kerberos},
213     \href{http://www.kernel.org/}{Linux kernel},
214     \href{http://www.cython.org/}{Cython},
215     \href{http://ikiwiki.info/}{ikiwiki},
216     \href{http://www.gnuplot.info/}{gnuplot},
217     \href{https://github.com/wking}{and}
218     \href{http://www.ohloh.net/accounts/wking}{more}
219     \href{http://blog.tremily.us/posts/Bugs/}{\ldots}
220   \item[User]
221     \href{http://www.gnu.org/software/emacs/}{Emacs},
222     \href{http://www.latex-project.org/}{\LaTeX},
223     \href{http://nginx.org/}{Nginx},
224     \href{http://www.openldap.org/}{OpenLDAP},
225     \href{http://www.postfix.org/}{Postfix},
226     \href{https://www.isc.org/software/bind}{\ac{BIND}},
227     \href{http://www.cups.org/}{\ac{CUPS}},
228     \href{http://www.openssh.org/}{\ac{OpenSSH}}
229     \href{http://en.wikipedia.org/wiki/Network_File_System#NFSv4}{kerberized
230       \ac{NFSv4}},
231     \href{http://mlmmj.org/}{mlmmj}
232   \end{cvlist}
233
234   \cvplace{Highlands, NJ}
235   \date{\today}
236 \end{cv}
237
238 \end{document}