Archive:Template:Staff and contractors: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Jtud (talk | contribs)
updated department name to Online Fundraising
Jtud (talk | contribs)
rearranged Fundraising dept to reflect sub-depts
Line 956: Line 956:
}}
}}


== {{{Fundraiser|Online Fundraising}}} ==
{{anchor|Fundraising}}

== {{{Fundraising|Fundraising}}} ==
{{department
{{department
| image = Lisa Seitz-Gruwell 008 - Wikimedia Foundation Oct11.jpg
| image = Lisa Seitz-Gruwell 008 - Wikimedia Foundation Oct11.jpg
Line 964: Line 966:
| description = {{{CRO-desc|The [[meta:Fundraising 2012|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.}}}
| description = {{{CRO-desc|The [[meta:Fundraising 2012|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.}}}
| team =
| team =
<span></span>

===={{{Online Fundraising|Online Fundraising}}}====
{{staff member
{{staff member
| name = Renee Bracey Sherman
| name = Megan Hernandez
| username = Rbraceysherman
| username = Mhernandez
| position = {{{DC|Development Contractor}}}
| position = {{{DOF|Director of Online Fundraising}}}
| image = Renee Bracey Sherman Wikimedia Foundation Staff May 1 2012-1.jpg
| image = MHernandez April 2010 wikimedia 03 10 574.jpg
}}
}}
{{staff member
{{staff member
Line 977: Line 982:
}}
}}
{{staff member
{{staff member
| name = Jonathan Curiel
| name = Zack Exley
| username = Jcuriel
| username = Zexley
| position = {{{DCM|Development Communications Manager}}}
| position = {{{FC|Fundraising Contractor}}}
| image =
| image = Jonathan Curiel 014 - Wikimedia Foundation Oct11.jpg
}}
}}
{{staff member
{{staff member
Line 987: Line 992:
| position = {{{ST|Storyteller and Video Content Producer}}}
| position = {{{ST|Storyteller and Video Content Producer}}}
| image = VictorGrigas.jpg
| image = VictorGrigas.jpg
}}
{{staff member
| name = Megan Hernandez
| username = Mhernandez
| position = {{{DOF|Director of Online Fundraising}}}
| image = MHernandez April 2010 wikimedia 03 10 574.jpg
}}
}}
{{staff member
{{staff member
| name = Bryony Jones
| name = Bryony Jones
| username = BJones (WMF)
| username = BJones (WMF)
| position = {{{FIC|Fundraiser International Contractor}}}
| position = {{{FIC|Fundraising International Contractor}}}
| image = Bryony Jones 009 - Wikimedia Foundation Oct11.jpg
| image = Bryony Jones 009 - Wikimedia Foundation Oct11.jpg
}}
}}
{{staff member
| name = Josh VanDavier
| username = Jvandavier
| position = {{{DSA|Donor Services Associate}}}
| image = VanDavier, Josh Aug 2013.jpg
}}

===={{{Major Gifts|Foundations and Major Gifts}}}====
{{staff member
{{staff member
| name = Sara Lasner
| name = Sara Lasner
Line 1,005: Line 1,012:
| position = {{{DOD|Director of Development}}}
| position = {{{DOD|Director of Development}}}
| image = Lasner, Sara 2013.jpg
| image = Lasner, Sara 2013.jpg
}}
{{staff member
| name = Renee Bracey Sherman
| username = Rbraceysherman
| position = {{{DC|Development Contractor}}}
| image = Renee Bracey Sherman Wikimedia Foundation Staff May 1 2012-1.jpg
}}
{{staff member
| name = Jonathan Curiel
| username = Jcuriel
| position = {{{DCM|Development Communications Manager}}}
| image = Jonathan Curiel 014 - Wikimedia Foundation Oct11.jpg
}}
}}
{{staff member
{{staff member
Line 1,012: Line 1,031:
| image = Lewis, Rosie Aug 2013.jpg
| image = Lewis, Rosie Aug 2013.jpg
}}
}}

===={{{Fundraising Ops|Fundraising Operations}}}====
{{staff member
{{staff member
| name = Pats Pena
| name = Pats Pena
Line 1,017: Line 1,038:
| position = {{{GFOM|Global Fundraising Operations Manager}}}
| position = {{{GFOM|Global Fundraising Operations Manager}}}
| image = PPena-16.jpg
| image = PPena-16.jpg
}}
{{staff member
| name = Josh VanDavier
| username = Jvandavier
| position = {{{DSA|Donor Services Associate}}}
| image = VanDavier, Josh Aug 2013.jpg
}}
}}
{{staff member
{{staff member

Revision as of 21:24, 16 October 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

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. Learn more about our grants here.

Programs

Frank Schulenburg
Frank Schulenburg
Senior Director of Program Development


The Program team's role is to plan, execute and further programs and programmatic activities that move us closer to achieving the Wikimedia movement's vision of providing people around the globe with free access to quality information. We're doing this by running a small number of programs that have proven to be of significant impact on Wikimedia's projects and by empowering movement entities and individual volunteers to evaluate their own programs and programmatic activities in order to increase impact through ongoing analysis and shared learning.

Fundraising

Lisa Seitz-Gruwell
Lisa Seitz-Gruwell
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, becoming a center of knowledge for strategic change management, 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).