cv.tex: Add a "FLOSS contributions" section
[cv-latex.git] / cv.tex
diff --git a/cv.tex b/cv.tex
index 9ee86570577ed7a57e88ba217090a1cbcb66ed4f..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
@@ -32,8 +32,8 @@
 
 \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\\
     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{https://blog.tremily.us/}.
-
-    Currently the two major side projects I'm pushing are
-    \href{https://spdx.org/}{\ac{SPDX}}
-    (\href{https://github.com/issues?utf8=\%E2\%9C\%93&q=author\%3Awking+org\%3Aspdx}{contributions})
-    and \href{https://opencontainers.org}{the Open Container Initiative}
-    (\href{https://github.com/issues?utf8=\%E2\%9C\%93&q=author\%3Awking+org\%3Aopencontainers}{contributions}).
-  \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{https://www.gentoo.org/}{Linux (Gentoo)}
   \item[Languages]
     \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}
+    \href{https://github.com/wking/dotfiles-framework}{dotfiles-framework},
+    \href{https://github.com/wking}{and more \ldots}
   \item[Contributor]
     \href{https://software-carpentry.org/}{Software Carpentry},
     \href{https://git-scm.com/}{Git},
     \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)