Changeset - 0146847a4f68
[Not reviewed]
0 2 0
Bradley M. Kuhn - 3 years ago 2020-11-26 05:05:44
bkuhn@sfconservancy.org
Supporter: link to Tony on board page, add link to Copyleft Conf.
2 files changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/about/board/index.html
Show inline comments
...
 
@@ -128,68 +128,68 @@ Cincinnati</a>.  <a href="http://www.ebb.org/bkuhn/articles/thesis/">Kuhn's
 
Master's thesis</a> discussed methods for dynamic interoperability of Free
 
Software programming languages.  Kuhn received
 
the <a href="http://www.oscon.com/oscon2012/public/schedule/detail/25039">O'Reilly
 
Open Source Award in 2012</a>, in recognition for his lifelong policy work on
 
copyleft licensing.  Kuhn has <a href="http://ebb.org/bkuhn/blog/">a
 
blog</a> and co-hosts
 
the audcast, <a href="http://faif.us/"><cite>Free as in Freedom</cite></a>.
 
  
 
<h2>Mike Linksvayer</h2>
 

	
 
<p>Mike Linksvayer serves on the boards of AcaWiki and OpenHatch,
 
and on the Open Definition Advisory Council, and is Policy Director at GitHub.
 
Previously Mike was CTO, VP, and a Senior Fellow at Creative Commons, and a
 
co-founder of Bitzi, an early open content/open
 
data mass collaboration platform.</p>
 

	
 
<h2>Martin Michlmayr</h2>
 

	
 
<p>Martin Michlmayr has been involved in various free and open source
 
software projects for over 20 years.  He acted as the leader of the
 
Debian project for two years, served on the board of the Open Source
 
Initiative (OSI) for six years and currently serves on the board of
 
Software Freedom Conservancy.  Martin earned a PhD from the University
 
of Cambridge and he received an O'Reilly Open Source Award in 2013 for
 
his contributions to the open source community.</p>
 

	
 
<h2>Allison Randal</h2>
 

	
 
<p>Over the course of multiple decades as a free software developer,
 
Allison has worked in a wide variety of projects and domains, from
 
games, linguistic analysis tools, websites, mobile apps, shipping
 
fulfillment, and talking smart-home appliances, to programming language
 
design, compilers, hypervisors, containers, deployment automation,
 
database replication, and operating systems.</p>
 

	
 
<p>She is a board member at the Perl Foundation, a board member at the
 
OpenStack Foundation, and co-founder of the FLOSS Foundations group for
 
free software community leaders. At various points in the past she has
 
served as president of the Open Source Initiative, president of the Perl
 
Foundation, board member of the Python Software Foundation, chairman of
 
the Parrot Foundation, chief architect of the Parrot virtual machine,
 
Open Source Evangelist at O’Reilly Media, conference chair of OSCON,
 
Technical Architect of Ubuntu, Open Source Advisor at Canonical,
 
Distinguished Technologist and Open Source Strategist at HP, and
 
Distinguished Engineer at SUSE. She collaborates in the Debian project,
 
and is currently taking a mid-career research sabbatical at the
 
University of Cambridge.</p>
 

	
 
<h2>Tony Sebro</h2>
 
<h2 id="tony">Tony Sebro</h2>
 

	
 
<p>Tony currently serves as the Deputy General Counsel for
 
    the <a href="https://foundation.wikimedia.org/wiki/Home">Wikimedia
 
    Foundation</a>, where he manages the day-to-day operations of Wikimedia's
 
    legal department, and provide specific expertise on free and open source
 
    licensing, intellectual property, non-profit law, and privacy matters.
 
    Tony is also an organizer of
 
    Conservancy's <a href="https://outreachy.org">Outreachy</a> project,
 
    which provides paid internships in free and open source for people from
 
    groups traditionally underrepresented in tech.  Prior to joining
 
    Wikimedia, Tony served as General Counsel (and &ldquo;Employee #2&rdquo;)
 
    of Software Freedom Conservancy for over six years.  Tony has also spent
 
    time in the private sector with PCT Law Group and Kenyon &amp; Kenyon, and as
 
    an intellectual property licensing and business development professional
 
    with IBM.  Tony received an O'Reilly Open Source Award in 2017.  Tony is
 
    an active participant in and supporter of the non-profit community, and
 
    lives in the Bay Area with his family.</p>
 

	
 
{% endblock %}
www/conservancy/templates/supporter/index.html
Show inline comments
...
 
@@ -36,97 +36,98 @@
 
</div><!-- /.toggle.unit -->
 

	
 
<div class="toggle-unit">
 
    <h4 class="toggle-control" data-text="Paper Check" 
 
    data-expanded-text="Paper Check:">Paper Check</h4>
 
    <div class="toggle-content">
 
    Send paper check for $120 to:<br/>
 
    Software Freedom Conservancy, Inc.<br/>
 
    137 MONTAGUE ST  STE 380<br/>
 
    BROOKLYN, NY 11201-3548 &nbsp; USA<br/>
 
    Please write <q>SUPPORTER</q>, t-shirt size, if you are renewing, and if
 
    you want public acknowledgment in memo line. 
 
    </div><!-- /.toggle-content -->
 
</div><!-- /.toggle.unit -->
 

	
 
<p><a href="/donate">Even More Ways to Donate</a></p>
 
<!-- Flattr end -->
 
</td></tr></table>
 
</div>
 
<div class="content-with-donate-sidebar" id="formStart">
 
  <h1 class="appeal"><img class="appeal-header" alt="Become a Conservancy Supporter!" src="/img/conservancy-supporter-header.png"/></h1>
 

	
 
  
 
{% if partial_amount > 0 %}
 
  {% include "supporter/form_partial.html" with form_id="annual" min_amt=minimum_amount partial_amt=partial_amount article="an" only %}
 
{% else %}
 
  <div class="supporter-type-selector">
 
    <strong>Become a Supporter Now:</strong>
 
    <a id="annualSelector" href="#annual">Annual</a>
 
    | <a id="monthlySelector" href="#monthly">Monthly</a>
 
    | <a id="renewalSelector" href="#renewal">Annual Renew</a>
 
  </div>
 

	
 
  {% include "supporter/form_partial.html" with form_id="annual" min_amt=120 article="an" only %}
 

	
 
  {% include "supporter/form_partial.html" with form_id="monthly" min_amt=10 only %}
 

	
 
  <a name="renew" class="hidden"></a>
 
  {% include "supporter/form_partial.html" with form_id="renewal" min_amt=120 verb="renew" article="an" supptype="annual" only %}
 
{% endif %}
 

	
 
<span id="form-correction-needed" class="form-error">Please ensure all form data above is correct.</span>
 

	
 
<hr style="clear: both;"/>
 
<div class="expandable-section">
 

	
 
<div class="picture-small right">
 
  <img src="/img/2020_Sebro-Tony_CopyleftConf.jpg" alt="Tony Sebro speaks on stage in front of a slide comparing 1800&rsquo;s Eschatology and Golden Era Hip Hop">
 
  <p>Tony Sebro, delivering the keynote address at Copyleft Conf 2020. Photo &copy; Remy DeCausemaker, licensed <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a></p>
 
  <p><a href="/about/board/#tony">Tony Sebro</a>, delivering the keynote
 
  address at <a href="https://2020.copyleftconf.org/">Copyleft Conf 2020</a>. Photo &copy; Remy DeCausemaker, licensed <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a></p>
 
</div>
 

	
 
<p>2020 has been a difficult year. We&rsquo;ve all scrambled to keep ourselves
 
and our loved-ones safe and healthy, coped with the isolation connected
 
to lockdowns and quarantines, and dealt with the
 
disconnection from our support networks — including friends, family
 
and even childcare. We worried about racial equality and hope the fight for
 
social justice will result in basic rights that everyone deserves.</p>
 
<p>Throughout all of this, Conservancy remained focused on its mission and on
 
the free and open source software community. While cheering those working to help prevent the
 
spread of COVID-19 and those fighting for racial equality, we know our
 
expertise, skills, and mission can only tangentially improve those situations. While
 
<a href="/blog/2020/apr/21/workduringcovid/">contributing
 
where we can</a>, we remain focused on the long-term nature of
 
software freedom. We keep working to grow and support FOSS
 
communities to plan for ethical technology down the road, so that software
 
freedom can be in the service of human freedom.</p>
 
<p>We&rsquo;re proud of how much we&rsquo;ve been able to accomplish in the last year,
 
even in the face of so many obstacles.</p>
 

	
 
<a class="expander" data-expand-link-text="(Expand All Sections)"></a>
 

	
 
<h3 id="StayingConnected">Staying Connected</h3>
 
<div data-read-more="Read more about staying connected&hellip;">
 
<p>We helped folks stay connected, even when travel
 
and in-person meetings could not happen. We gathered digitally every
 
Thursday with all who wanted to join since early March to discuss
 
important issues or just reach out to other people who care about software freedom. The topics of these chats varied widely from
 
helping family and friends to use FOSS tools to discussing impactful
 
presentations concerting copyleft to how to dismantle systemic racism in free software to
 
important software freedom policy issues like standing up to fight the
 
DMCA.</p>
 
</div>
 

	
 
<h3 id="PayingPeople">Paying People to Work on Software Freedom</h3>
 
<div data-read-more="Read more about paying people to work on software freedom&hellip;">
 
<p>Our Outreachy internship program became even more essential during this
 
difficult time.  Everyone needs remote work now, <em>and</em> to learn how
 
to effectively work remotely.  This year, we achieved the most internships in
 
a single year yet!
 
We funded over 100 interns across two cohorts, generating
 
new code, new documentation, and essential FOSS contributions.  Outreachy
 
also prepares its interns for remote-work careers in FOSS, providing access to opportunities after their internship is over.
 
Since traveling is unsafe during a pandemic, interns could not use the Outreachy travel stipend for in-person conferences or events.
 
We moved quickly to pay all 127 active travel stipends simply as additional intern bonuses, helping both current interns and many alums during this stressful time.</p>
 
<p>We hear the news consistently that this pandemic has hit underrepresented groups harder for the same
 
reasons of systemic bias that we&rsquo;ve talked about for years in Outreachy. We&rsquo;ve worked to make the program more stable and to diversify its funding so that we can support even more internships going forward.
 
We&rsquo;re proud to help in our own small way.</p>
0 comments (0 inline, 0 general)