From a45ec59399c80b8f5a49243502e4e5f8e9526ed0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 21 May 2009 23:25:05 -0500 Subject: update resume a bit, make it at least not inaccurate --- resume.tex | 72 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 30 deletions(-) diff --git a/resume.tex b/resume.tex index 98c3dcc..bd1a253 100644 --- a/resume.tex +++ b/resume.tex @@ -15,7 +15,7 @@ % {{{ heading (contact info, etc) % look up what this actually does... \begin{tabular*}{7in}{l@{\extracolsep{\fill}}cr} -jluehrs2@uiuc.edu & \textbf{\LARGE Jesse P Luehrs} & 506 E. White St., Apt \#22\\ +doy@tozt.net & \textbf{\LARGE Jesse P Luehrs} & 605 E. White St., Apt \#D17\\ (618) 616-6287 & & Champaign, IL 61820\\ \end{tabular*} \\ @@ -26,8 +26,8 @@ jluehrs2@uiuc.edu & \textbf{\LARGE Jesse P Luehrs} & 506 E. White St., Apt \#22\ \begin{itemize} \item \ressubheading{University of Illinois at Urbana-Champaign} {Urbana, IL} - {Bachelor of Science in Computer Science (in progress)} - {Aug. 2004--May 2008 (expected)} + {Bachelor of Science in Computer Science} + {Aug. 2004--May 2008} \begin{itemize} \resitem{Overall GPA: 3.66, Technical GPA: 3.86} \resitem{James Scholar in Engineering (2004--2005)} @@ -40,11 +40,12 @@ jluehrs2@uiuc.edu & \textbf{\LARGE Jesse P Luehrs} & 506 E. White St., Apt \#22\ \begin{itemize} \item \ressubheading{UIUC Hydrogeology Lab} {Urbana, IL} - {Programmer} + {Visiting Research Programmer} {Feb. 2006--present} \begin{itemize} \resitem{Worked on the Geochemists' Workbench, a geochemistry software suite written in C++ and Tcl/Tk.} \resitem{Added or enhanced support for several different image output formats including PDF, SVG, and PostScript, including adding TrueType font embedding to PDF and PostScript files.} + \resitem{Helped add parallel processing support to several scientific calculations, using OpenMP} \end{itemize} \item \ressubheading{Smile-A-While Amusements} {Traveling, Illinois/Indiana/Missouri} @@ -58,21 +59,32 @@ jluehrs2@uiuc.edu & \textbf{\LARGE Jesse P Luehrs} & 506 E. White St., Apt \#22\ % {{{ Projects \resheading{Projects} \begin{itemize} +\item \resshortsubheading{Bot::Games (http://github.com/doy/bot-games/tree)}{2009--Present} + \begin{itemize} + \resitem{Bot::Games is an IRC bot framework written in Perl, designed for multiplayer game moderation.} + \end{itemize} +\item \resshortsubheading{TAEB (http://search.cpan.org/dist/TAEB/)}{2008--Present} + \begin{itemize} + \resitem{TAEB is a Perl framework for programmatic interaction with NetHack (http://nethack.org/).} + \end{itemize} +\item \resshortsubheading{Smithy (http://sourceforge.net/projects/smithy/)}{2008} + \begin{itemize} + \resitem{Smithy is a crossplatform map editor for the Aleph One engine (http://marathon.sourceforge.net/), written in OCaml.} + \end{itemize} %%\item \resshortsubheading{hm-command (http://tozt.net/code/hm-command/)}{2008--Present} %%\begin{itemize} %%\resitem{hm-command is a script for interacting with Hiveminder (http://hiveminder.com).} %%\resitem{It is written in Perl, and uses the Net::Hiveminder module to interact with Jifty's REST interface.} %%\end{itemize} -\item \resshortsubheading{System for Defining, Documenting and Recording Game Events}{2007--Present} +\item \resshortsubheading{System for Defining, Documenting and Recording Game Events (http://volition-inc.com/)}{2007--2008} \begin{itemize} \resitem{This is a library written in C which can be added to games in order to track arbitrary events and report them to a remote server, for use in gameplay testing.} - \resitem{This is being written as a group project for Volition, Inc., to fulfill the senior project requirement for graduation from UIUC.} \end{itemize} -\item \resshortsubheading{LuaSignal (http://tozt.net/code/luasignal/)}{2007--Present} - \begin{itemize} - \resitem{This is a library for Lua written mostly in C, which provides POSIX signal handling support to Lua scripts.} - \end{itemize} -\item \resshortsubheading{LuaIRC (http://tozt.net/code/luairc/)}{2006--Present} +%%\item \resshortsubheading{LuaSignal (http://tozt.net/code/luasignal/)}{2007--2008} + %%\begin{itemize} + %%\resitem{This is a library for Lua written mostly in C, which provides POSIX signal handling support to Lua scripts.} + %%\end{itemize} +\item \resshortsubheading{LuaIRC (http://tozt.net/code/luairc/)}{2006--2008} \begin{itemize} \resitem{LuaIRC is a fully-featured IRC framework written in Lua.} \end{itemize} @@ -80,19 +92,19 @@ jluehrs2@uiuc.edu & \textbf{\LARGE Jesse P Luehrs} & 506 E. White St., Apt \#22\ %%\begin{itemize} %%\resitem{I am the system administrator for Illinexus, which provides a free web hosting service for UIUC students and registered student organizations.} %%\end{itemize} -\item \resshortsubheading{Interhack (http://interhack.us/)}{2007} - \begin{itemize} - \resitem{Interhack is a program written in object-oriented Perl, using the Calf object system (a stripped down version of Moose). It provides user interface enhancements for the game NetHack.} - \resitem{For Interhack I also developed the Perl module IO::Pty::Easy, which allows for spawning subprocesses on a pseudo-terminal, and provides access to stdin/stdout of that subprocess through a simple read/write interface.} - \end{itemize} -\item \resshortsubheading{Sonnet (http://tozt.net/code/sonnet/)}{2006} - \begin{itemize} - \resitem{Sonnet is an implementation of a Forth variant in Lua.} - \end{itemize} -\item \resshortsubheading{LSLua}{2005--2006} - \begin{itemize} - \resitem{LSLua is a module for the alternative Windows shell LiteStep, which provides Lua scripting capabilities to theme authors. It is written in C++, using the Lua C API.} - \end{itemize} +%%\item \resshortsubheading{Interhack (http://interhack.us/)}{2007} + %%\begin{itemize} + %%\resitem{Interhack is a program written in object-oriented Perl, using the Calf object system (a stripped down version of Moose). It provides user interface enhancements for the game NetHack.} + %%\resitem{For Interhack I also developed the Perl module IO::Pty::Easy, which allows for spawning subprocesses on a pseudo-terminal, and provides access to stdin/stdout of that subprocess through a simple read/write interface.} + %%\end{itemize} +%%\item \resshortsubheading{Sonnet (http://tozt.net/code/sonnet/)}{2006} + %%\begin{itemize} + %%\resitem{Sonnet is an implementation of a Forth variant in Lua.} + %%\end{itemize} +%%\item \resshortsubheading{LSLua}{2005--2006} + %%\begin{itemize} + %%\resitem{LSLua is a module for the alternative Windows shell LiteStep, which provides Lua scripting capabilities to theme authors. It is written in C++, using the Lua C API.} + %%\end{itemize} %%\item \resshortsubheading{Ars Physica (https://www-s.acm.uiuc.edu/wiki/space/Ars+Physica)}{2004--2005} %%\begin{itemize} %%\resitem{Ars Physica is a 3d puzzle game written in C++. I added Lua bindings to it, and used them to extend certain aspects of the game.} @@ -105,19 +117,19 @@ jluehrs2@uiuc.edu & \textbf{\LARGE Jesse P Luehrs} & 506 E. White St., Apt \#22\ \item[Languages:] \begin{minipage}[t]{6.5in} \begin{description} -\item Proficient in C, C++, Lua, Bash, Perl (CPAN id: DOY), LaTeX -\item Working knowledge of Ruby, OCaml, Tcl/Tk, JavaScript, HTML/CSS, PostScript, sed +\item Proficient in C, C++, Perl (CPAN id: DOY), Lua, Bash, OCaml +\item Working knowledge of Ruby, Tcl/Tk, JavaScript, LaTeX, HTML/CSS, PostScript, sed \end{description} \end{minipage} -\item[Operating Systems:] Linux (Gentoo, Debian), Windows (2000, XP) -\item[Tools:] Make, Vim, Microsoft Visual Studio, Cygwin, Darcs, Subversion +\item[Operating Systems:] Linux (Arch, Debian, Gentoo), Windows (2000, XP) +\item[Tools:] Make, Vim, Microsoft Visual Studio, Cygwin, Darcs, Subversion, Git \end{description} % }}} % {{{ Activities \resheading{Activities} \begin{description} -\item[Inline Insomniacs:] I have been the webmaster for the Inline Insomniacs rollerblading club from 2005 until present. -\item[Falling Illini:] I have been a member of the Falling Illini skydiving club since 2007. +\item[Inline Insomniacs:] I was the webmaster for the Inline Insomniacs rollerblading club from 2005 until 2007. +\item[Falling Illini:] I was a member of the Falling Illini skydiving club from 2007 until 2008. \end{description} % }}} \end{document} -- cgit v1.2.3-54-g00ecf