2010-10-04 02:53:42 +00:00
|
|
|
{% extends "base_about.html" %}
|
|
|
|
{% block subtitle %}Staff - {% endblock %}
|
2010-10-04 13:36:07 +00:00
|
|
|
{% block submenuselection %}Staff{% endblock %}
|
2010-10-04 02:53:42 +00:00
|
|
|
{% block content %}
|
2010-10-04 13:36:07 +00:00
|
|
|
<h1>Staff</h1>
|
2010-10-04 02:53:42 +00:00
|
|
|
|
2010-10-04 20:26:57 +00:00
|
|
|
<h2>Bradley M. Kuhn - Executive Director</h2>
|
|
|
|
|
|
|
|
<p>Bradley M. Kuhn began his work in the Free Software Movement as a
|
|
|
|
volunteer when, in 1992, he became an early adopter of the popular
|
|
|
|
GNU/Linux operating system, and began contributing to various Free
|
|
|
|
Software projects. He worked during the 1990s as a system administrator
|
|
|
|
and software development consultant for Westinghouse, Lucent Technologies,
|
|
|
|
and numerous small companies. He also spent one year teaching Advanced
|
|
|
|
Placement Computer Science (using GNU/Linux and GCC) at Walnut Hills High
|
|
|
|
School in Cincinnati. In January 2000, he was hired by the Free Software
|
|
|
|
Foundation (FSF), and he served as its Executive Director from March 2001
|
|
|
|
until March 2005, when he left FSF to join the Software Freedom Law Center
|
2010-10-04 20:28:31 +00:00
|
|
|
(SFLC), where he worked as SFLC's Policy Analyst and Technology Director from
|
2010-10-04 20:26:57 +00:00
|
|
|
2005 until October 2010, when he joined Conservancy as its Executive
|
|
|
|
Director. Kuhn holds a summa cum laude B.S. in Computer Science from
|
|
|
|
Loyola College in Maryland, and an M.S. in Computer Science from the
|
|
|
|
University of Cincinnati. His Master's thesis discussed methods for
|
|
|
|
dynamic interoperability of Free Software languages.</p>
|
|
|
|
|
2010-10-04 03:09:43 +00:00
|
|
|
{% endblock %}
|