Back to AnchorNets 2024 Attendees
Photo of Stephanie Stenberg

Stephanie Stenberg

Director, Community Anchor Program

Internet2

Non-Profit Broadband Service Providers

Professional Bio

Stephanie Stenberg is the director of the Community Anchor Program (CAP), where she works with regional networking partners, community anchor institutions, and Internet2 membership organizations to support mutually beneficial goals of bringing networking, trust and identity services, and advanced applications to community anchor institutions nationwide. She holds a bachelor’s degree from the University of Michigan and a law degree from Wayne State University.

Stenberg is currently working on an Institute of Museum and Library Services-funded grant, Gigabit Libraries and Beyond (RE-246219-OLS-20), to update the Toward Gigabit Libraries toolkit, a free toolkit to help rural, tribal, and urban library staff understand and improve upon their library’s broadband and IT environment. Since joining Internet2, she has managed projects like CAP’s Regional Network Spotlight profiles of research and education networks, the Presidential Primary Sources Project series, and a distance learning scholarship program for teachers in schools that connect to Internet2’s network.

Organization Name

Internet2
3520 Green Court, Suite 200
Ann Arbor, MI 48105-1566
United States
734.352.4244 http://www.internet2.edu/
SHLB Logo Non-Profit Broadband Service Providers

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