Philip Neufeld

Philip Neufeld has served in technology and board leadership roles in healthcare, agriculture, and economic development. He left private industry to work for Fresno State with more than 25,000 students, and then joined Fresno Unified School District (USD), with 72,000 students. Phil’s leadership roles in education include core infrastructure, enterprise services, co-leading a personalized learning initiative with over 1,000 teachers, and co-leading a global learning analytics collaborative facilitated by Microsoft. To support modern learning in and beyond the classroom, Philip recently rolled out dark fiber rings for the WAN and private LTE to support learning from home for Fresno USD students. He shapes educational ecosystems to better prepare and empower students with knowledge, skills, dispositions, and agency to choose their #AsYetImagined futures.

Philip received an M.B.A. and Ed. D. from California State University, Fresno. His publications and presentations can be found here.

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