AnchorNets 2025

Registration for the SHLB Annual Conference 2025 is now open! This premier event brings together stakeholders from the education, healthcare, and library sectors to explore critical issues surrounding broadband access and policy.

The conference offers a unique opportunity to engage with industry leaders, policymakers, and experts through insightful sessions, interactive workshops, and valuable networking opportunities.

To get a sense of the dynamic and impactful experience we host each year, please visit the 2024 conference website, where you can explore session highlights, speaker profiles, and more. Stay tuned for additional details as we prepare an exciting lineup for 2025!

Register for 2025 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