Archive:Template:Staff and contractors: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
MZMcBride (talk | contribs)
MZMcBride (talk | contribs)
Line 350: Line 350:
{{staff member
{{staff member
| name = Luke Welling
| name = Luke Welling
| link = m:User:LWelling
| username = LWelling
| username = LWelling
| position = {{{SEFT|Senior Software Engineer — Features}}}
| position = {{{SEFT|Senior Software Engineer — Features}}}
Line 363: Line 362:
{{staff member
{{staff member
| name = Adam Wight
| name = Adam Wight
| username = Awight
| link = mw:User:Adamw
| link = mw:User:Adamw
| position = {{{SEFT|Software Engineer — Fundraising Tech}}}
| position = {{{SEFT|Software Engineer — Fundraising Tech}}}
Line 372: Line 370:
{{staff member
{{staff member
| name = CT Woo
| name = CT Woo
| link = w:User:Wikiwooster
| username = Wikiwooster
| username = Wikiwooster
| position = {{{DoO|Director of Technical Operations}}}
| position = {{{DoO|Director of Technical Operations}}}
Line 398: Line 395:
| name = Andrew Bogott
| name = Andrew Bogott
| link = mw:User:Andrew Bogott
| link = mw:User:Andrew Bogott
| username = Abogott
| position = {{{DOE|DevOps Engineer}}}
| position = {{{DOE|DevOps Engineer}}}
| image = Andrew Bogott staff photo.jpg
| image = Andrew Bogott staff photo.jpg
Line 411: Line 407:
| name = Asher Feldman
| name = Asher Feldman
| link = mw:User:Afeldman
| link = mw:User:Afeldman
| username =
| position = {{{SA|Site Architect}}}
| position = {{{SA|Site Architect}}}
| image = Asher Feldman 021 - Wikimedia Foundation Oct11.jpg
| image = Asher Feldman 021 - Wikimedia Foundation Oct11.jpg
Line 424: Line 419:
| name = Jeff Green
| name = Jeff Green
| link = m:User:Jgreen
| link = m:User:Jgreen
| username =
| position = {{{OESP|Operations Engineer — Special Projects}}}
| position = {{{OESP|Operations Engineer — Special Projects}}}
| image = Jeff Green 008 - Berlin 2012.jpg
| image = Jeff Green 008 - Berlin 2012.jpg
Line 443: Line 437:
| name = Ryan Lane
| name = Ryan Lane
| link = mw:User:Ryan lane
| link = mw:User:Ryan lane
| username =
| position = {{{OE|Operations Engineer}}}
| position = {{{OE|Operations Engineer}}}
| image = Ryan Lane 004 - Berlin 2011.jpg
| image = Ryan Lane 004 - Berlin 2011.jpg
Line 455: Line 448:
{{staff member
{{staff member
| name = Marc-André Pelletier
| name = Marc-André Pelletier
| link =
| link = m:User:MPelletier (WMF)
| username =
| position = {{{TLOEC|Operations Engineer - Tools Lab (Contractor)}}}
| position = {{{TLOEC|Operations Engineer - Tools Lab (Contractor)}}}
| image =
| image =
Line 469: Line 461:
| name = Daniel Zahn
| name = Daniel Zahn
| link = mw:user:mutante
| link = mw:user:mutante
| username = Dzahn
| position = {{{OEC|Operations Engineer}}}
| position = {{{OEC|Operations Engineer}}}
| image =
| image =
Line 487: Line 478:
| image
| image
}}
}}

===== Web =====
===== Web =====
{{staff member
{{staff member
Line 503: Line 495:
| name = Jon Robson
| name = Jon Robson
| link = mw:User:Jdlrobson
| link = mw:User:Jdlrobson
| username = Jrobson
| position = {{{SEM|Software Engineer, Mobile}}}
| position = {{{SEM|Software Engineer, Mobile}}}
| image = Jon Robson 006 - Berlin 2012.jpg
| image = Jon Robson 006 - Berlin 2012.jpg
Line 513: Line 504:
| image = NOLA Hackathon 31.jpg
| image = NOLA Hackathon 31.jpg
}}
}}

===== Apps =====
===== Apps =====
{{staff member
{{staff member

Revision as of 20:23, 24 May 2013

<html> <style> div.expand {

 background:url(//upload.wikimedia.org/wikipedia/commons/thumb/1/1c/HW_open_arrow.svg/10px-HW_open_arrow.svg.png) no-repeat 0% center;
 padding-left: 15px;
 margin: 1em 0;

} div.expand a, div.expand a:hover {

 color: #5E5E5E;
 outline: 0;

} /* Control the "expand all" link */ p.switch a, p.switch a:hover, p.switch a:active {

 float: right;
 color: #231F20;
 background: url(//upload.wikimedia.org/wikipedia/commons/thumb/1/1c/HW_open_arrow.svg/10px-HW_open_arrow.svg.png) no-repeat 0% center;
 padding-left: 15px;

} h2 {

 border-bottom: 2px dotted #BBBDBF;

} </style> <script src="//wikimediafoundation.org/w/index.php?title=MediaWiki:Expand.js&action=raw&ctype=text/javascript&version=2"></script> <script> mw.loader.using(['mediawiki.util', 'mediawiki.Uri'], function () {

jQuery(function ($) {

   $('#expand-wrapper div.expand').toggler({
     speed : 'fast',
     hoverTxt : 'Expand or collapse'
   });
   $('#expand-wrapper').expandAll({
     expTxt : 'Expand all departments',
     cllpsTxt : 'Collapse all departments',
     trigger: 'div.expand',
     ref: 'span#expand-all',
     showMethod: 'slideDown',
     hideMethod: 'slideUp',
     speed: 'fast',
     state: mw.util.getParamValue('showall') ? 'shown' : 'hidden',
     initTxt: mw.util.getParamValue('showall') ? 'hide' : 'show',
     hoverTxt : 'Expand all or collapse all'
   });
   var $togglers = $('#expand-wrapper').find('.collapse').findSibling().find('> a');
   $togglers
   .add( $('span#expand-all')[$.fn.expandAll.defaults.switchPosition === 'before' ? 'prev' : 'next']().find('a').data('expand-all', true) )
   .click(function () {
       var $src, u;
       $src = $(this).data('expand-all') ? $togglers.first() : $(this);
       // Don't use && since MediaWiki's <html> tag handler escapes it as &
       if (window.history) if (window.history.replaceState) {
           u = new mw.Uri(window.location.href);
           if ($src.data('state')) {
               u.query.showall = 1;
           } else if (u.query.hasOwnProperty('showall')) {
               delete u.query.showall;
           }
           window.history.replaceState({}, document.title, u.toString());
       }
   });

}); }); </script> </html>

Template:Hide

Office of the Executive Director

Sue Gardner
Sue Gardner
Executive Director


The Wikimedia Foundation is part of a broad global network of individuals, organizations, chapters, clubs and communities who together work to create Wikipedia and many other freely used, freely edited, freely copied and freely redistributed projects; the most powerful example of volunteer collaboration and open content sharing in the world today.


Engineering and Product Development

Erik Möller
Erik Möller
Deputy Director;
Vice President of Engineering and Product Development


Wikimedia engineering and product development refers to the engineering and product team employed by the Wikimedia Foundation. Its mission is to build, improve and maintain the technical infrastructure of Wikimedia projects (software and hardware), by supporting and complementing volunteer efforts.

Grantmaking and Program Development

Anasuya Sengupta
Anasuya Sengupta
Senior Director of Grantmaking

Frank Schulenburg
Senior Director of Program Development

The Grantmaking and Program Development team exists to provide for focused efforts to build Wikimedia's projects in places we are not yet the ubiquitous free knowledge resource. We pilot approaches ourselves and via partners (chapters, community groups, like-minded organizations, individuals) with the goal of creating scalable programs that build our editor communities and create high quality knowledge in local languages around the globe with a priority in the Global South. We seek to extend our reach to billions of people with our mobile strategy. We serve the global movement via our global education, catalyst, mobile, grants, and global learning teams.

Fundraising

Zack Exley
Zack Exley
Chief Revenue Officer


The fundraiser is turning into something that educates Wikimedia users about how our projects and movement work. Tens of millions of users click on banners and read the appeals every year. The primary mission of the Wikimedia Foundation fundraising team is now to improve that educational function. Imagine future campaigns that focus on recruiting new editors more than new donors. That's what we're trying to get to.

Legal and Community Advocacy

Geoff Brigham
Geoff Brigham
General Counsel


Legal and Community Advocacy (LCA) team members oversee all legal matters for the Foundation and focus on key initiatives to help support the community consistent with our Foundation goals and values. This team deals with a wide range of issues and projects, including policy drafting, trademark and copyright law, international law, employment law, litigation, fundraising and grant law, domestic and international contracts, privacy law, ethics, internet law, and non-profit corporate governance.

The team is also charged with carrying forward the Foundation’s goals of advocating for the community in new ways, including fighting for content online, facilitating community discussions about critical Wikimedia Foundation initiatives that affect the community, better supporting Wikimedia administrators and functionaries, and providing information about legal and legislative issues that impact online content.

Finance and Administration

Garfield Byrd
Garfield Byrd
Chief of Finance and Administration


The Wikimedia Foundation is proud to be one of the most transparent non-profit organizations in the world. For updates about our program activities and our Annual Report, start at our home page.

Human Resources

Gayle Karen Young
Gayle Karen Young
Chief Talent and Culture Officer


If you believe in making education and knowledge free, and you love what you do and want to bring your skills and experience to our organization, check out our job openings. If you'd like to keep up to date as new positions are posted, you can subscribe to our wikimediaannounce-l mailing list or follow our micro-blogging feed (on Twitter or on Identi.ca).


All images are available under the Creative Commons Attribution License or the Creative Commons Attribution-ShareAlike License. For licensing and other information about any of the images seen on this page, please go to Wikimedia Commons and click on the particular image you would like more information about. Thanks!