cv.tex: Add a "FLOSS contributions" section
[cv-latex.git] / cv.tex
diff --git a/cv.tex b/cv.tex
index 01064f8694e1e65a967ef67966ef3cc93f84487b..a70718fb33bd6747d372ee1b19753af470354785 100644 (file)
--- a/cv.tex
+++ b/cv.tex
@@ -1,4 +1,4 @@
-\documentclass[12pt]{article}
+\documentclass[11pt]{article}
 
 \topmargin 0.0in
 \headheight 0.0in
 
 \begin{document}
 
-%\begin{cv}{R\'esum\'e}
-\begin{cv}{Curriculum vitae}
+\begin{cv}{R\'esum\'e}
+%\begin{cv}{Curriculum vitae}
 
   \begin{cvlist}{Contact}
   \item W. Trevor King\\
     6324 Leprechaun Dr. NW \\
     Olympia, WA, 98502
-  \item Tel.:~(215)~284~6634\\
+  \item Telephone:~+1~215~284~6634\\
     Email:~wking@tremily.us
   \end{cvlist}
 
-  \begin{cvlist}{Education}
-  \item[09/2000--05/2004] Colgate University, Hamilton, NY
-    (B.A.~in Physics and Math)
-
-  \item[09/2004--05/2006] University of Rochester, Rochester, NY
-    (M.A.~in Physics)
-
-  \item[09/2006--06/2013] Drexel University, Philadelphia, PA
-    (Ph.D.~in Physics)
-  \end{cvlist}
-
-  \begin{cvlist}{Publications}
-%    \begin{bibunit}[alpha]
-%      \nocite{wking10}
-%    \item[Books] \putbib
-%    \end{bibunit}
-    \item [Papers]
-    \begin{bibunit}
-      \nocite{
-        king13,
-        king10}
-      \putbib
-    \end{bibunit}
-    \item [Talks]
-    \begin{bibunit}
-      \nocite{
-        2015-04-uw,
-        2014-03-uw,
-        2013-05-thesis,
-        2013-01-columbia}
-      \putbib
-    \end{bibunit}
-  \end{cvlist}
-
   \begin{cvlist}{Jobs}
   \item[08/2013--Present] Software development for
     \href{https://www.azurestandard.com/}{Azure Standard}.
     website through warehouse operation.
   \end{cvlist}
 
-  \begin{cvlist}{System administration}
-  \item[09/2009--09/2011] Drexel physics department webmaster.
-    Maintained and streamlined department website and assisted with
-    Apache-to-SiteCore migration.
-  \item[09/2005--Present] Home network system adminstrator.
-    I run Linux systems (primarily Gentoo) at home.  I use my home
-    network to test installation, deployment, and maintenance of the
-    software infrastructure I'd like to see at work, which has lead to
-    experience with many projects (highlights below).  Since 2008 I've
-    been publishing my notes on these systems in my blog at
-    \url{http://blog.tremily.us/}.
-  \end{cvlist}
+  \begin{cvlist}{FLOSS contributions}
+  \item[02/2017--Present] Technical contributor to
+    \href{https://spdx.org}{SPDX}, especially the structure
+    and tooling for the
+    \href{https://github.com/spdx/license-list-XML}{SPDX License List}.
+    I also maintain the non-canonical
+    \href{https://github.com/wking/fsf-api}{FSF License Metadata API},
+    exposing
+    \href{https://www.gnu.org/licenses/license-list.html}{the FSF licence classification}
+    in a machine-readable fashion.  My involvement here grew out of my
+    ongoing interest in FLOSS project management.
+  \item[06/2015--Present] Technical contributor to
+    \href{https://www.opencontainers.org/}{the Open Container Initiative},
+    especially the
+    \href{https://github.com/opencontainers/runtime-spec}{OCI Runtime Specification}.
+    I also maintain \href{https://github.com/wking/ccon}{ccon}, a
+    container-launching test-bed written in C.  My involvement here
+    grew out of earlier experience as a Docker (now
+    \href{https://mobyproject.org/}{Moby}) user and marginal
+    \href{https://ipfs.io/}{IPFS} contributor.
+  \item[02/2014--Present] Leading contributor to
+    \href{https://notmuchmail.org/nmbug/}{nmbug}, which became my
+    prefered distributed issue tracker after I reached scaling limits
+    with \href{http://www.bugseverywhere.org/}{Bugs Everywhere}.
+  \item[02/2012--09/2017]
+    \href{https://software-carpentry.org/}{Software Carpentry}
+    contributor and occasional instructor.  I helped organize the
+    transition from Subversion to Git in 2012 and contributed to
+    ongoing lesson development, at both the content and
+    \href{http://swcarpentry.github.io/lesson-example/}{framework}
+    levels.  I've been less active since the
+    \href{https://software-carpentry.org/blog/2017/09/merger.html}{Carpentries unification}.
+  \item[11/2008--08/2013] Lead contributor to
+    \href{http://www.bugseverywhere.org/}{Bugs Everywhere}.  I've
+    since transitioned to \href{https://notmuchmail.org/nmbug/}{nmbug}
+    for distributed issue tracking, because the Bugs Everywhere
+    approach didn't scale efficiently.
 
-  \begin{cvlist}{Software}
   \item[Operating systems]
-    \href{http://www.gentoo.org/}{Linux (Gentoo)}
+    \href{https://www.gentoo.org/}{Linux (Gentoo)}
   \item[Languages]
-    \href{http://python.org/}{Python},
-    \href{http://en.wikipedia.org/wiki/C_\%28programming_language\%29}{C},
-    \href{http://tiswww.case.edu/php/chet/bash/bashtop.html}{Bash},
-    \href{http://www.w3.org/html/wg/drafts/html/master/}{\ac{HTML}},
-    \href{http://www.w3.org/Style/CSS/Overview.en.html}{\ac{CSS}},
-    \href{https://www.djangoproject.com/}{Django},
-    \href{http://en.wikipedia.org/wiki/JavaScript}{JavaScript},
-    \href{http://en.wikipedia.org/wiki/SQL}{\ac{SQL}},
-    \href{http://www.w3.org/XML/}{\ac{XML}},
-    \href{http://www.ni.com/labview/}{\ac{LabVIEW}},
+    \href{https://www.python.org/}{Python},
+    \href{https://en.wikipedia.org/wiki/C_\%28programming_language\%29}{C},
+    \href{https://tiswww.case.edu/php/chet/bash/bashtop.html}{Bash},
+    \href{https://golang.org/}{Go},
+    \href{https://w3c.github.io/html/}{\ac{HTML}},
+    \href{https://www.w3.org/Style/CSS/Overview.en.html}{\ac{CSS}},
+    \href{https://en.wikipedia.org/wiki/JavaScript}{JavaScript},
+    \href{https://en.wikipedia.org/wiki/SQL}{\ac{SQL}},
+    \href{https://www.w3.org/XML/}{\ac{XML}},
+    \href{https://www.ni.com/en-us/shop/labview.html}{\ac{LabVIEW}},
     \href{http://us.php.net/}{\ac{PHP}}
   \item[Creator]
+    \href{https://github.com/wking/ccon}{ccon},
+    \href{https://github.com/wking/fsf-api}{fsf-api},
     \href{https://pypi.python.org/pypi/package-cache}{package-cache},
+    \href{https://github.com/wking/signed-off-by}{signed-off-by},
     \href{https://pypi.python.org/pypi/pygrader}{pygrader},
     \href{https://pypi.python.org/pypi/pyassuan}{pyassuan},
     \href{https://pypi.python.org/pypi/pgp-mime}{pgp-mime},
     \href{https://pypi.python.org/pypi/update-copyright}{update-copyright},
     \href{https://pypi.python.org/pypi/mutt-ldap}{mutt-ldap},
     \href{https://blog.tremily.us/posts/Gentoo_overlay/}{wtk-overlay},
-    \href{https://github.com/wking/dotfiles-framework}{dotfiles-framework}
-  \item[Maintainer] 
-    \href{http://github.com/wking/rss2email/}{rss2email},
-    \href{http://blog.tremily.us/posts/drexel-thesis/}{drexel-thesis},
-    \href{https://pypi.python.org/pypi/Hooke/}{Hooke},
-    \href{https://pypi.python.org/pypi/package-cache/}{package-cache},
-    \href{https://pypi.python.org/pypi/bes}{bes}
+    \href{https://github.com/wking/dotfiles-framework}{dotfiles-framework},
+    \href{https://github.com/wking}{and more \ldots}
   \item[Contributor]
-    \href{http://software-carpentry.org/}{Software Carpentry},
-    \href{http://git-scm.com/}{Git},
-    \href{http://notmuchmail.org/}{Notmuch},
+    \href{https://software-carpentry.org/}{Software Carpentry},
+    \href{https://git-scm.com/}{Git},
+    \href{https://notmuchmail.org/}{Notmuch},
     \href{https://ipfs.io/}{\ac{IPFS}},
-    \href{https://github.com/opencontainers/specs}{\ac{OCI} Specification},
+    \href{https://spdx.org/}{\ac{SPDX}},
+    \href{https://github.com/opencontainers}{Open Container Initiative},
+    \href{https://github.com/rss2email/rss2email/}{rss2email},
     \href{http://bugseverywhere.org/}{Bugs Everywhere},
     \href{https://github.com/ipython/ipython/commits?author=wking}{IPython},
     \href{http://docs.getpelican.com/}{Pelican},
-    \href{http://www.gentoo.org/proj/en/releng/catalyst/}{Gentoo catalyst},
-    \href{https://github.com/agrover/python-kmod/commits?author=wking}{python-kmod},
+    \href{https://wiki.gentoo.org/wiki/Catalyst}{Gentoo catalyst},
     \href{http://www.comedi.org/}{Comedilib},
-    \href{http://web.mit.edu/kerberos/}{Kerberos},
-    \href{http://www.kernel.org/}{Linux kernel},
-    \href{http://www.cython.org/}{Cython},
-    \href{http://ikiwiki.info/}{ikiwiki},
+    \href{https://web.mit.edu/kerberos/}{Kerberos},
+    \href{https://www.kernel.org/}{Linux kernel},
+    \href{http://cython.org/}{Cython},
+    \href{https://ikiwiki.info/}{ikiwiki},
     \href{http://www.gnuplot.info/}{gnuplot},
     \href{https://github.com/wking}{and}
-    \href{http://www.ohloh.net/accounts/wking}{more}
-    \href{http://blog.tremily.us/posts/Bugs/}{\ldots}
+    \href{https://www.openhub.net/accounts/wking}{more}
+    \href{https://blog.tremily.us/posts/Bugs/}{\ldots}
   \item[User]
-    \href{http://www.gnu.org/software/emacs/}{Emacs},
-    \href{http://www.latex-project.org/}{\LaTeX},
+    \href{https://www.gnu.org/software/emacs/}{Emacs},
+    \href{https://www.latex-project.org/}{\LaTeX},
     \href{https://www.djangoproject.com/}{Django},
-    \href{http://www.sqlalchemy.org/}{SQLAlchemy},
+    \href{https://www.sqlalchemy.org/}{SQLAlchemy},
     \href{https://angularjs.org/}{AngularJS},
-    \href{http://nginx.org/}{Nginx},
-    \href{https://www.docker.io/}{Docker},
-    \href{http://www.saltstack.com/}{SaltStack},
-    \href{http://www.postgresql.org/}{PostgreSQL},
-    \href{http://www.sqlite.org/}{\ac{SQLite}},
-    \href{http://www.openldap.org/}{OpenLDAP},
+    \href{https://nginx.org/}{Nginx},
+    \href{https://www.docker.com/}{Docker},
+    \href{https://saltstack.com/}{SaltStack},
+    \href{https://www.postgresql.org/}{PostgreSQL},
+    \href{https://sqlite.org/}{\ac{SQLite}},
+    \href{https://www.openldap.org/}{OpenLDAP},
     \href{http://www.postfix.org/}{Postfix},
-    \href{https://www.isc.org/software/bind}{\ac{BIND}},
-    \href{http://www.cups.org/}{\ac{CUPS}},
-    \href{http://www.elasticsearch.org/}{elasticsearch},
-    \href{http://www.elasticsearch.org/overview/kibana/}{kibana},
-    \href{http://www.openssh.org/}{\ac{OpenSSH}},
-    \href{http://en.wikipedia.org/wiki/Network_File_System#NFSv4}{kerberized
+    \href{https://www.isc.org/downloads/bind}{\ac{BIND}},
+    \href{https://www.cups.org/}{\ac{CUPS}},
+    \href{https://www.elastic.co/products/elasticsearch}{Elasticsearch},
+    \href{https://www.elastic.co/products/kibana}{Kibana},
+    \href{https://www.openssh.com/}{\ac{OpenSSH}},
+    \href{https://en.wikipedia.org/wiki/Network_File_System#NFSv4}{kerberized
       \ac{NFSv4}},
     \href{http://mlmmj.org/}{mlmmj}
   \end{cvlist}
 
+  \begin{cvlist}{System administration}
+  \item[09/2009--09/2011] Drexel physics department webmaster.
+    Maintained and streamlined department website and assisted with
+    Apache-to-SiteCore migration.
+  \item[09/2005--Present] Home network system adminstrator.
+    I run Linux systems (primarily Gentoo) at home.  I use my home
+    network to test installation, deployment, and maintenance of the
+    software infrastructure I'd like to see at work, which has lead to
+    experience with many projects (highlights below).  Since 2008 I've
+    been publishing my notes on these systems in my blog at
+    \url{https://blog.tremily.us/}, although recently I've been
+    pushing documentation upstream instead of blogging about it.
+  \end{cvlist}
+
+  \begin{cvlist}{Education}
+  \item[09/2000--05/2004] Colgate University, Hamilton, NY
+    (B.A.~in Physics and Math)
+
+  \item[09/2004--05/2006] University of Rochester, Rochester, NY
+    (M.A.~in Physics)
+
+  \item[09/2006--06/2013] Drexel University, Philadelphia, PA
+    (Ph.D.~in Physics)
+  \end{cvlist}
+
+  \begin{cvlist}{Publications}
+%    \begin{bibunit}[alpha]
+%      \nocite{wking10}
+%    \item[Books] \putbib
+%    \end{bibunit}
+    \item [Papers]
+    \begin{bibunit}
+      \nocite{
+        king13,
+        king10}
+      \putbib
+    \end{bibunit}
+    \item [Talks]
+    \begin{bibunit}
+      \nocite{
+        2015-04-uw,
+        2014-03-uw,
+        2013-05-thesis,
+        2013-01-columbia}
+      \putbib
+    \end{bibunit}
+  \end{cvlist}
+
   \cvplace{Olympia, WA}
   \date{\today}
 \end{cv}