Archive:Template:Staff and contractors: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Thehelpfulone (talk | contribs)
fix user page links
(10 intermediate revisions by 5 users not shown)
Line 141: Line 141:
| name = Dan Garry
| name = Dan Garry
| username = DGarry (WMF)
| username = DGarry (WMF)
| position = Associate Product Manager, Platform and Mobile Apps
| position = Associate Product Manager, Mobile Apps
| image = Garry, Dan Sept 2013.jpg
| image = Garry, Dan Sept 2013.jpg
}}
}}
Line 200: Line 200:
}}
}}


==== Team Practices ====
{{staff member
| name = Arthur Richards
| username = Awjrichards
| position = Team Practices Manager
| image = Arthur Richards 005 - Berlin 2011.jpg
}}
{{staff member
| name = Kristen Lans
| username = KLans (WMF)
| position = ScrumMaster
| image =
}}
====[[mw:Design|Design]]====
====[[mw:Design|Design]]====
{{staff member
{{staff member
Line 225: Line 238:
| link = mw:User:Pginer
| link = mw:User:Pginer
| username = Pginer
| username = Pginer
| position = User Experience Designer (International)
| position = Senior User Experience Designer (International)
| image = Giner,_Pau_April_2014.jpg
| image = Giner,_Pau_April_2014.jpg
}}
}}
Line 237: Line 250:
| name = May Galloway
| name = May Galloway
| username = MGalloway (WMF)
| username = MGalloway (WMF)
| position = Visual Designer
| position = Visual Experience Designer
| image = Galloway, May June 2013.jpg
| image = Galloway, May June 2013.jpg
}}
}}
Line 258: Line 271:
| link = mw:User:ARipstra (WMF)
| link = mw:User:ARipstra (WMF)
| username = ARipstra (WMF)
| username = ARipstra (WMF)
| position = Lead User Experience Researcher
| position = Lead Design Research Manager
| image = Ripstra,_Abbey_-_May_2014_01.jpg
| image = Ripstra,_Abbey_-_May_2014_01.jpg
}}
}}
Line 375: Line 388:
| image = Negrin, Toby June 2013.jpg
| image = Negrin, Toby June 2013.jpg
}}
}}



{{staff member
{{staff member
Line 821: Line 835:
}}
}}


==== Team Practices ====
{{staff member
| name = Arthur Richards
| username = Awjrichards
| position = Team Practices Manager
| image = Arthur Richards 005 - Berlin 2011.jpg
}}
{{staff member
| name = Kristen Lans
| username = KLans (WMF)
| position = ScrumMaster
| image =
}}
====[[mw:Mobile|Mobile]]====
====[[mw:Mobile|Mobile]]====
{{staff member
{{staff member
Line 990: Line 991:
{{staff member
{{staff member
| name = Ellie Young
| name = Ellie Young
| username = EYoung
| link = m:User:EYoung (WMF)
| position = Conference Coordinator (Contractor)
| position = Conference Coordinator (Contractor)
| image = Young, Ellie Nov 2013.jpg
| image = Young, Ellie Nov 2013.jpg
Line 1,009: Line 1,010:
{{staff member
{{staff member
| name = Edward Galvez
| name = Edward Galvez
| username = m:User:EGalvez (WMF)
| link = m:User:EGalvez (WMF)
| position = Program Evaluation Associate
| position = Program Evaluation Associate
| image = Edward Galvez – 2013, October 30.jpg
| image = Edward Galvez – 2013, October 30.jpg
Line 1,015: Line 1,016:
{{staff member
{{staff member
| name = María Cruz
| name = María Cruz
| username = m:User:MCruz (WMF)
| link = m:User:MCruz (WMF)
| position = Program Evaluation Community Coordinator (Contractor)
| position = Program Evaluation Community Coordinator (Contractor)
| image = Maria Cruz Profpic 062013.JPG
| image = Maria Cruz Profpic 062013.JPG
Line 1,235: Line 1,236:
| position = Legal Fellow
| position = Legal Fellow
| image = Brar, Manprit Sept 2013.jpg
| image = Brar, Manprit Sept 2013.jpg
}}
{{staff member
| name = Roshni Patel
| username = RPatel (WMF)
| position = Legal Fellow
| image = Patel, Roshni Dec 2013.jpg
}}
}}
{{staff member
{{staff member
Line 1,247: Line 1,242:
| position = Legal Intern
| position = Legal Intern
| image = Vargas, Jorge Sept 2013.jpg
| image = Vargas, Jorge Sept 2013.jpg
}}
{{staff member
| name = Chuck Roslof
| username = CRoslof (WMF)
| position = Legal Intern
| image =
}}
}}
==== Community Advocacy ====
==== Community Advocacy ====
Line 1,476: Line 1,465:
{{staff member
{{staff member
| name = Emanuela Neagu
| name = Emanuela Neagu
| username =
| username = ENeagu (WMF)
| position = Senior Recruiting Manager
| position = Senior Recruiting Manager
| image =
| image =

Revision as of 23:17, 13 August 2014

<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

Lila Tretikov
Lila Tretikov
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

Anasuya Sengupta
Anasuya Sengupta
Senior Director of Grantmaking


The Grantmaking team increases the quantity, quality, diversity, and reach of free knowledge by supporting people and organizations aligned with the Wikimedia Foundation mission. We make grants to individuals, groups and organizations working on building community and growing content on Wikimedia projects and sites as well as related open knowledge projects. We are committed to supporting under-resourced and emerging regions, languages and communities, particularly in the Global South.

Fundraising

Lisa Seitz-Gruwell
Lisa Seitz-Gruwell
Chief Revenue Officer


The Wikimedia Foundation Fundraising team cultivates the resources that propel our movement. Every year, we engage over 2 million people from nearly every country in the world to support Wikipedia and its sister projects. Would you like to join them?

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, becoming a center of knowledge for strategic change management, and providing information about legal and legislative issues that impact online content.

Communications

Katherine Maher
Katherine Maher
Chief Communications Officer


The Communications team leads the Foundation's efforts to openly and effectively share information—about the Wikimedia movement, the Wikimedia projects and the Wikimedia Foundation's work itself—with a global audience including volunteer editors, site readers and other stakeholders.

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).