Back to AnchorNets 2024 Attendees
Photo of Andrew Jay Schwartzman

Andrew Jay Schwartzman

Senior Counselor

Benton Institute for Broadband & Society

Associations & Non-Profits

Professional Bio

Andy Schwartzman

Benton Senior Counselor·Benton Institute for Broadband & Society

Andrew Jay Schwartzman is recognized by many as the “dean” of public interest communications attorneys. From 1978 through 2012, he headed the Media Access Project (MAP). MAP was a non-profit, public interest telecommunications law firm which represented the public and promoted First Amendment rights. From 2014 through June 2019, Schwartzman served as the Benton Senior Counselor and Lecturer in Law at Georgetown University Law Center’s Communications and Technology Law Clinic, which is part of the Institute for Public Representation. There, he supervised Georgetown’s students in litigating communications issues before the Federal Communications Commission, Federal Trade Commission, and the courts. Schwartzman will continue to be a leader and mentor on a number of issues including reforming and modernizing the FCC's Lifeline program, protecting Network Neutrality and online privacy, and preserving media consolidation rules. In addition to his work at the Benton Institute, he will continue as a Lecturer in the Johns Hopkins University School of Arts and Sciences Department of Advanced Academic Programs.

Organization Name

Benton Institute for Broadband & Society
1041 Ridge Road Unit 214
Wilmette, IL 60091
United States
847.220.4531 https://www.benton.org/
SHLB Logo Associations & Non-Profits

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