Photo of Kate Rivera

Kate Rivera

Technology Learning Collaborative

Professional Bio

Kate Rivera (she/her) is the Executive Director of the Technology Learning Collaborative and co-convenor of the Keystone Internet Coalition, both digital equity coalitions in Pennsylvania. She began working in the digital equity field in 2011 as the director of a $17M collaborative BTOP project. Kate is also an independent consultant under her consulting business, Kate Rivera Solutions. She has a broad range of experience in the nonprofit, higher education, and for-profit sectors, as well as a diverse educational background coupling an MBA with an undergraduate degree in creative writing. Kate has 20 years of experience in the nonprofit sector, with a focus on leadership, project management, and fundraising. She operates at the intersection of big picture strategy and practical implementation and is able to achieve results by bringing an analytical lens to a project while simultaneously emphasizing relationships and collaboration. In addition to the BTOP project, her large-scale program management experience includes managing a Summer Youth Employment program providing jobs to over 1,000 youth each year and a Digital Transformation initiative for a $35M organization.

Organization Name

Technology Learning Collaborative
2102 E York St
Philadelphia, PA 19125
267.225.8026 http://www.tlcphilly.org
SHLB Logo

function openCity(evt, cityName) { // Declare all variables var i, tabcontent, tablinks; // Get all elements with class="tabcontent" and hide them tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } // Get all elements with class="tablinks" and remove the class "active" tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } // Show the current tab, and add an "active" class to the button that opened the tab document.getElementById(cityName).style.display = "block"; evt.currentTarget.className += " active"; } //Reveal Animation on homepage //custom script to render one h1 tag on home page for on-page seo. Please do not remove. //custom script to replace a.create-account-link href "/register?memberThpeID=null" with "/create-account"