Back to AnchorNets 2024 Attendees
Photo of Gilbert Resendez

Gilbert Resendez

Federal Program officer

NTIA

Professional Bio

​​Gilbert Resendez joined the National Telecommunications and Information Administration (NTIA) in July 2019 and is a Federal Program Officer (FPO) for the District of Columbia. In this role, Gilbert coordinates partnerships and outreach with the District of Columbia and local governments, community groups, and other entities with a vested interest in NTIA’s high-speed Internet grant programs and policy issues. Gilbert works with the District of Columbia Government and community stakeholder groups to ensure comprehensive engagement from all stakeholders in the District on the high-speed Internet planning and funding process.
Prior to NTIA, Gilbert worked as a legal assistant helping clients and community foundations with estate planning and business issues.
Gilbert earned his Bachelor of Business Administration in Entrepreneurship and Innovation Management from the University of Portland. He also received his Master of Science in Public Policy & Management at Carnegie Mellon University’s Heinz College of Information Systems and Public Policy. At Carnegie Mellon, he specialized his studies in technology and information policy.

Organization Name

NTIA
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