Photo of Robert Bocher

Robert Bocher

Senior Fellow

Wisconsin Department of Public Instruction

Local or State Government Departments, Agencies

Professional Bio

Bob Bocher has been working in the area of library technology for over forty years and he looks it. He was the Technology Consultant with the Wisconsin State Library and while he retired in 2012, he still works part-time assisting the state's libraries and schools with their broadband connectivity and E-rate issues. From a national perspective, Bob has served on the ALA’s E-rate Task Force since 1999 and is also an ALA Senior Fellow. In this capacity, he assists the association on broadband issues and is the primary author of most ALA comments to the FCC on E-rate issues. From 2016–2020 Bob served on the Board of Directors of the Universal Service Administrative Company (USAC).

Organization Name

Wisconsin Department of Public Instruction
125 S Webster Street
Madison, WI 53703
United States
608.267.2346 https://dpi.wi.gov/
SHLB Logo Local or State Government Departments, Agencies

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 //custom script to render one h1 tag on home page for on-page seo. Please do not remove.