Broadband Policy Chat with FCC Commissioner Anna Gomez

March 2024

     

We are excited to announce our new series, Broadband Policy Chat, exclusively for SHLB members. This is a unique opportunity to hear from and interact with influential policymakers who shape the future of broadband in the U.S.


The first chat in the series will feature FCC Commissioner Anna M. Gomez, who will share her insights on the latest developments and challenges in broadband policy.

SHLB’s executive director, John Windhausen, will ask her questions for the first half of the chat and open it up to SHLB members to ask questions in the second half. Please prepare your questions to submit via the Q&A box in Zoom.
    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