-
-
Save tbrooke/7b43d58992b7ea145dd8ebc04866fc7d to your computer and use it in GitHub Desktop.
Web Scraping congress education information
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
import bs4 | |
import re | |
import json | |
listOfCongress = [] | |
url = 'https://www.govtrack.us/congress/members/current?sort=sortname&page=1&faceting=false&allow_redirect=false&do_search=1' | |
congressCount = requests.get(url).json()['total'] | |
information = {} | |
for i in range(int(congressCount) / 20): | |
#total amount of people in congress / 20 per page | |
res = requests.get('https://www.govtrack.us/congress/members/current?sort=sortname&page={}&faceting=false&allow_redirect=true&do_search=1'.format(i)) | |
page = bs4.BeautifulSoup(res.text, 'lxml') | |
for val in re.findall("op:'>(\S+\s\S+)<", str(page)): | |
val = val.replace(' ', '') | |
#removes space before last name | |
listOfCongress.append('+'.join(val.split(",")[::-1])) | |
#splits at the comma in the name - reverses first name and last name | |
for name in listOfCongress: | |
try: | |
headers = {'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36'} | |
res = requests.get("https://www.google.com/search?hs=LD7&q={}+education".format(name), headers=headers) | |
page = bs4.BeautifulSoup(res.text, 'lxml') | |
education = [] | |
for val in page.select('.title'): | |
education.append(val.getText()) | |
print('\n{}\nEducation History:'.format(name.replace('+', ' '))) | |
information[name.replace('+', ' ')] = education | |
for val in education: | |
print(val) | |
print('\n') | |
except: | |
information[name.replace('+', ' ')] = [] | |
print("\n{} Education History not found\n".format(name)) | |
with open('congressEducation.json', 'w') as fp: | |
json.dump(information, fp) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"Ken Calvert": ["San Diego State University", "Chaffey College"], "Sean Duffy": ["William Mitchell College of Law", "Saint Mary's University of Minnesota"], "Robert Aderholt": ["Cumberland School of Law", "Birmingham\u2013Southern College", "Samford University", "University of North Alabama"], "Joe Donnelly": ["Notre Dame Law School", "University of Notre Dame"], "Tim Ryan": ["University of New Hampshire School of Law", "Bowling Green State University", "Pennsylvania State University - Dickinson Law", "Youngstown State University"], "Joaquin Castro": ["Harvard Law School", "Stanford University"], "Mike Quigley": ["Loyola University Chicago School of Law", "University of Chicago", "Roosevelt University", "Glenbard North High School"], "Rodney Davis": [], "Matt Gaetz": [], "Julia Brownley": ["American University", "Mount Vernon Seminary and College", "Kogod School of Business"], "Dennis Ross": [], "Jenniffer Gonz\\u00e1lez-Col\\u00f3n": [], "Richard Durbin": ["Georgetown Law", "School of Foreign Service", "Georgetown University"], "Thomas Massie": [], "Beto O\\u2019Rourke": [], "Jon Tester": [], "Brendan Boyle": ["John F. Kennedy School of Government", "University of Notre Dame", "Harvard University"], "Mo Brooks": ["University of Alabama School of Law", "Duke University", "Virgil I. Grissom High School"], "David Scott": ["Wharton School of the University of Pennsylvania", "Florida A&M University", "University of Pennsylvania"], "Norma Torres": [], "Theodore Deutch": ["University of Michigan Law School", "University of Michigan"], "Jeanne Shaheen": ["University of Mississippi", "Shippensburg University of Pennsylvania"], "Marsha Blackburn": [], "Al Green": [], "Jerrold Nadler": ["Fordham University School of Law", "Columbia University", "Stuyvesant High School"], "Luke Messer": ["Vanderbilt University Law School", "Wabash College", "Vanderbilt University"], "Henry Cuellar": [], "Karen Handel": ["Prince George's Community College", "University of Maryland University College"], "Mia Love": [], "Claire McCaskill": ["University of Missouri", "University of Missouri School of Law", "David H. Hickman High School"], "John Carter": ["University of Texas School of Law", "Texas Tech University"], "Jeff Fortenberry": ["Franciscan University of Steubenville", "Georgetown University", "Louisiana State University"], "Alcee Hastings": ["Florida A&M University", "Howard University School of Law", "Fisk University"], "Jodey Arrington": ["Plainview High School", "McDonough School of Business", "Georgetown University", "Texas Tech University"], "Garret Graves": ["Catholic High School", "Louisiana Tech University", "University of Alabama", "American University"], "Mike Thompson": ["California State University, Chico", "California State University, Chico", "St. Helena High School", "Napa Valley College"], "Tom Cole": ["University of Oklahoma", "Yale University", "Grinnell College"], "Tammy Duckworth": [], "Marcy Kaptur": [], "Bob Corker": [], "Steny Hoyer": ["Georgetown Law", "University of Maryland, College Park", "Georgetown University", "Suitland High School"], "Jim Bridenstine": ["Cornell University", "Rice University"], "Daniel Donovan": ["Fordham University School of Law", "St. John's University"], "Elise Stefanik": [], "Blake Farenthold": ["St. Mary's University School of Law", "University of Texas at Austin"], "David Valadao": [], "Ra\\u00fal Grijalva": [], "Alan Lowenthal": ["Ohio State University", "Ohio State University", "Hobart and William Smith Colleges"], "Martha McSally": [], "Michael Burgess": ["University of Texas at Dallas", "University of Texas Health Science Center at Houston", "University of North Texas", "University of North Texas"], "Nita Lowey": [], "Anna Eshoo": [], "Vicky Hartzler": ["University of Central Missouri", "University of Missouri"], "Colleen Hanabusa": ["William S. Richardson School of Law", "University of Hawaii at Manoa"], "Sean Maloney": ["Georgetown University", "University of Virginia"], "David Schweikert": ["W. P. Carey School of Business", "Arizona State University", "Scottsdale Community College", "Saguaro High School"], "Danny Davis": ["University of Arkansas at Pine Bluff", "Chicago State University", "Union Institute & University"], "Kenny Marchant": ["Nazarene Theological Seminary", "Southern Nazarene University", "R. L. Turner High School"], "Dwight Evans": ["La Salle University", "Community College of Philadelphia"], "Jody Hice": ["Luther Rice College & Seminary", "Southwestern Baptist Theological Seminary", "Asbury University"], "Bill Posey": [], "Pramila Jayapal": ["Georgetown University", "Northwestern University"], "Josh Gottheimer": ["University of Pennsylvania", "Pembroke College, Oxford", "Harvard University"], "Jim Jordan": ["Capital University Law School", "Ohio State University", "University of Wisconsin-Madison", "Graham High School"], "Gary Palmer": ["University of Alabama", "University of Mobile"], "Joe Courtney": ["University of Connecticut School of Law", "Tufts University", "University of Connecticut"], "Erik Paulsen": [], "Michael Crapo": ["Harvard Law School", "Brigham Young University", "Idaho Falls High School", "Harvard University"], "Will Hurd": [], "Mazie Hirono": ["Kaimuki High School", "Georgetown University", "Georgetown Law", "University of Hawaii at Manoa"], "Virginia Foxx": ["University of North Carolina at Greensboro", "University of North Carolina at Chapel Hill", "University of North Carolina at Chapel Hill"], "Ruben Kihuen": ["University of Nevada, Las Vegas", "Rancho High School", "University of Oklahoma"], "Jason Lewis": ["University of Colorado Denver", "University of Northern Iowa"], "Michael Conaway": ["Texas A&M University\u2013Commerce", "Permian High School"], "Richard Burr": ["Wake Forest University", "Richard J. Reynolds High School"], "John Barrasso": ["Georgetown University", "Georgetown University School of Medicine"], "Linda S\\u00e1nchez": [], "John Hoeven": ["Northwestern University", "Kellogg School of Management", "Dartmouth College", "Bishop Ryan High School"], "Jason Smith": ["University of Missouri", "Oklahoma City University"], "Steve King": [], "Mike Bost": ["University of Illinois at Urbana\u2013Champaign", "Murphysboro High School"], "Scott Taylor": [], "Mike Kelly": [], "Scott Perry": ["United States Army War College", "Pennsylvania State University", "Northern High School"], "Mike Coffman": ["John F. Kennedy School of Government", "University of Colorado Boulder", "Universidad Veracruzana", "DG Vaishnav College"], "Dave Trott": ["Duke University School of Law", "University of Michigan", "Duke University"], "Eliot Engel": ["New York Law School", "Lehman College", "Lehman College"], "Maria Cantwell": ["Emmerich Manual High School", "Miami University"], "David Kustoff": [], "Donald Norcross": [], "Steve Cohen": [], "James Sensenbrenner": ["University of Wisconsin Law School", "Stanford University"], "Kevin Brady": [], "Tom Rice": [], "Cedric Richmond": ["Tulane University Law School", "Morehouse College", "Benjamin Franklin High School"], "Carlos Curbelo": ["University of Miami", "University of Miami"], "French Hill": [], "Frank Lucas": [], "John Shimkus": ["Southern Illinois University Edwardsville", "Concordia University Irvine", "United States Military Academy"], "John Boozman": ["Southern College of Optometry", "University of Arkansas", "Northside High School"], "Bradley Schneider": ["Kellogg School of Management", "Northwestern University"], "Greg Gianforte": [], "Thomas Rooney": ["Syracuse University", "Washington & Jefferson College", "University of Florida", "University of Miami"], "Ted Lieu": ["Georgetown Law", "Stanford University"], "Tom Udall": ["University of New Mexico School of Law", "University of Cambridge", "Prescott College"], "Terri Sewell": ["Harvard Law School", "University of Oxford", "Princeton University"], "Mitch McConnell": ["University of Kentucky College of Law", "University of Louisville"], "Michael Bennet": ["Yale Law School", "Wesleyan University", "Yale University"], "Joyce Beatty": ["Wright State University", "Central State University", "University of Cincinnati"], "Al Lawson": ["Florida State University", "Florida A&M University"], "Tom Reed": ["Claude W. Pettit College of Law", "Alfred University", "Horseheads High School"], "Scott Peters": ["New York University School of Law", "Duke University", "New York University"], "Angus King": ["University of Virginia School of Law", "Dartmouth College"], "Judy Chu": ["California School of Professional Psychology", "University of California, Los Angeles"], "Warren Davidson": ["United States Military Academy", "University of Notre Dame"], "Elizabeth Esty": [], "Donald Payne": [], "Rodney Frelinghuysen": ["Hobart and William Smith Colleges", "Trinity College"], "Dan Sullivan": ["Georgetown Law", "School of Foreign Service", "Harvard University"], "Richard Blumenthal": [], "John Garamendi": ["Harvard Business School", "University of California, Berkeley"], "Martha Roby": ["Cumberland School of Law", "New York University"], "Shelley Capito": [], "Charles Dent": ["Lehigh University", "Pennsylvania State University", "William Allen High School"], "Christopher Murphy": [], "Tammy Baldwin": ["University of Wisconsin Law School", "Smith College", "Madison West High School"], "Ken Buck": ["University of Wyoming", "Princeton University"], "Aumua Amata": ["University of Guam", "George Mason University", "Loyola Marymount University"], "Mark Takano": ["University of California, Riverside", "Harvard University"], "Tom McClintock": [], "John Katko": ["Syracuse University College of Law", "Niagara University", "Bishop Ludden Junior/Senior High School", "Syracuse University"], "Brian Babin": ["University of Texas Health Science Center at San Antonio", "Lamar University"], "Mike Gallagher": ["Georgetown University", "Princeton University"], "Walter Jones": ["Barton College", "North Carolina State University", "Hargrave Military Academy"], "Mike Rounds": [], "Rick Larsen": ["University of Minnesota", "Pacific Lutheran University"], "Chris Coons": ["Yale Law School", "Yale Divinity School", "Amherst College", "University of Nairobi"], "Bill Flores": ["Houston Baptist University", "Texas A&M University"], "Thad Cochran": ["University of Mississippi School of Law", "Trinity College, Dublin", "University of Mississippi"], "Bill Johnson": [], "David Loebsack": ["University of California, Davis", "Iowa State University", "Iowa State University"], "Lindsey Graham": ["University of South Carolina School of Law", "University of South Carolina", "D. W. Daniel High School"], "Austin Scott": [], "Carol Shea-Porter": [], "Brad Sherman": ["Harvard Law School", "University of California, Los Angeles"], "Madeleine Bordallo": ["George Washington High School", "St. Catherine University", "Saint Mary's College"], "Evan Jenkins": ["Cumberland School of Law", "University of Florida"], "Ralph Abraham": ["LSU Health Sciences Center Shreveport", "Louisiana State University", "Louisiana State University"], "Clay Higgins": [], "Thomas Suozzi": ["Fordham University School of Law", "Boston College", "Chaminade High School"], "Morgan Griffith": ["Washington and Lee University School of Law", "Emory and Henry College", "Andrew Lewis Middle School"], "Bill Pascrell": ["Fordham University", "Fordham University"], "Richard Neal": ["University of Hartford", "American International College", "Holyoke Community College"], "Trey Hollingsworth": ["Georgetown University", "University of Pennsylvania"], "Stephanie Murphy": ["Georgetown University", "College of William & Mary"], "John Kennedy": [], "Scott Tipton": [], "Bill Nelson": ["University of Virginia School of Law", "Yale University", "University of Florida"], "Dianne Feinstein": ["Stanford University", "Convent of the Sacred Heart High School"], "Collin Peterson": [], "Joni Ernst": ["Columbus State University", "Iowa State University"], "Leonard Lance": [], "Tom Marino": ["Pennsylvania State University - Dickinson Law", "Lycoming College", "Pennsylvania College of Technology"], "Rand Paul": ["Duke University School of Medicine", "Baylor University", "Duke University"], "Tim Scott": ["Charleston Southern University", "Presbyterian College"], "Buddy Carter": ["University of Georgia", "Young Harris College", "Groves High School"], "Marco Rubio": [], "Lucille Roybal-Allard": [], "Barbara Comstock": ["Georgetown Law", "Middlebury College"], "John Ratcliffe": ["Dedman School of Law", "University of Notre Dame", "Southern Methodist University"], "Donald Beyer": [], "Larry Bucshon": ["University of Illinois College of Medicine", "University of Illinois at Urbana\u2013Champaign"], "Pete Sessions": [], "Tony C\\u00e1rdenas": [], "Peter DeFazio": ["University of Oregon", "Tufts University"], "Daniel Kildee": ["Central Michigan University", "University of Michigan\u2013Flint"], "Bill Cassidy": [], "Denny Heck": ["Portland State University", "The Evergreen State College", "Columbia River High School"], "Bill Foster": ["University of Wisconsin-Madison", "Harvard University"], "Bill Shuster": ["American University", "Dickinson College"], "David Joyce": ["University of Dayton School of Law", "University of Dayton"], "Debbie Stabenow": ["Michigan State University", "Michigan State University"], "Steve Daines": [], "Roger Marshall": ["University of Kansas School of Medicine", "Kansas State University"], "Thomas Carper": ["University of Delaware", "Ohio State University"], "Steve Stivers": ["United States Army War College", "Max M. Fisher College of Business", "Ohio State University"], "Gregory Meeks": ["Howard University", "Adelphi University", "Julia Richman High School"], "Mark Pocan": ["University of Wisconsin-Madison", "Mary D. Bradford High School"], "Raul Ruiz": ["Harvard T.H. Chan School of Public Health", "Harvard University", "John F. Kennedy School of Government", "University of California, Los Angeles"], "Patrick Meehan": ["Temple University Beasley School of Law", "Bowdoin College"], "James Comer": [], "Rob Bishop": [], "Claudia Tenney": ["University of Cincinnati College of Law", "Colgate University"], "Jimmy Gomez": [], "Bob Gibbs": [], "Bill Huizenga": [], "Sherrod Brown": ["Ohio State University", "Ohio State University", "Yale University"], "Rod Blum": ["Loras College", "University of Dubuque"], "Patty Murray": [], "Ron Estes": [], "Robert Latta": ["University of Toledo College of Law", "Bowling Green State University"], "James Renacci": [], "Kevin McCarthy": ["California State University, Bakersfield", "California State University, Bakersfield"], "Emanuel Cleaver": ["Saint Paul School of Theology", "Prairie View A&M University"], "Stacey Plaskett": [], "John Curtis": [], "Charlie Crist": ["Cumberland School of Law", "Florida State University", "Wake Forest University", "St. Petersburg High School"], "Nanette Barrag\\u00e1n": [], "Lynn Jenkins": ["Weber State University", "Kansas State University"], "Eric Swalwell": ["University of Maryland School of Law", "University of Maryland, College Park", "University of Maryland, Baltimore", "Campbell University"], "Roy Blunt": ["Southwest Baptist University", "Missouri State University"], "Andy Harris": ["Johns Hopkins Bloomberg School of Public Health", "Johns Hopkins University", "Johns Hopkins University"], "Vicente Gonzalez": [], "Lois Frankel": ["Georgetown Law", "Boston University"], "Markwayne Mullin": ["Oklahoma State University Institute of Technology", "Missouri Valley College", "Stilwell High School"], "Neal Dunn": ["George Washington University School of Medicine & Health Sciences", "Washington and Lee University"], "Sam Graves": ["University of Missouri Colleges & Schools College of Agriculture, Food and Natural Resources", "University of Missouri"], "Luis Guti\\u00e9rrez": [], "Chellie Pingree": ["College of the Atlantic", "University of Southern Maine"], "Jim Banks": ["Grace College and Theological Seminary", "Indiana University Bloomington"], "Val Demings": [], "George Holding": ["Wake Forest University School of Law", "Wake Forest University"], "Gregg Harper": ["University of Mississippi School of Law", "Mississippi College", "University of Mississippi"], "Jos\\u00e9 Serrano": [], "Jack Bergman": ["Syracuse University", "Gustavus Adolphus College", "University of West Florida"], "Deb Fischer": [], "Gregorio Sablan": ["University of Hawaii at Manoa", "Marianas High School"], "Todd Rokita": ["Indiana University Robert H. McKinney School of Law", "Wabash College"], "Liz Cheney": ["University of Chicago", "University of Chicago Law School", "Colorado College", "McLean High School"], "Ron Kind": [], "Tom Cotton": ["Harvard Law School", "Harvard College", "Harvard University"], "Karen Bass": ["California State University, Dominguez Hills", "San Diego State University", "Keck School of Medicine of USC"], "Mark Amodei": ["McGeorge School of Law", "University of Nevada, Reno", "Carson High School"], "Brenda Lawrence": [], "Lacy Clay": ["John F. Kennedy School of Government", "University of Maryland, College Park"], "Yvette Clarke": ["Oberlin College", "Medgar Evers College"], "Louise Slaughter": ["University of Kentucky", "University of Kentucky"], "Heidi Heitkamp": ["University of North Dakota", "Lewis & Clark Law School"], "Carolyn Maloney": [], "Tom Graves": ["Cass High School", "University of Georgia"], "Frank Pallone": [], "Bob Goodlatte": ["Washington and Lee University School of Law", "Bates College", "Washington and Lee University"], "Dana Rohrabacher": ["University of Southern California", "California State University, Long Beach", "Los Angeles Harbor College", "Palos Verdes High School"], "Mario Diaz-Balart": [], "Zoe Lofgren": ["Stanford University", "Santa Clara University"], "Duncan Hunter": ["San Diego State University", "Granite Hills High School"], "Ron Johnson": [], "Eleanor Norton": ["Yale Law School", "Yale University", "Antioch College", "Dunbar High School"], "Adam Kinzinger": ["Illinois State University", "Normal Community West High School"], "Gerald Connolly": ["Harvard University", "Miriam College"], "Daniel Lipinski": ["Duke University", "Stanford University", "Northwestern University"], "Doug Collins": [], "Paul Cook": ["University of California, Riverside", "California State University, San Bernardino", "Southern Connecticut State University"], "Thom Tillis": [], "Richard Shelby": ["University of Alabama", "University of Alabama"], "Ted Cruz": ["Harvard Law School", "Woodrow Wilson School of Public and International Affairs"], "Richard Hudson": [], "Jerry McNerney": ["University of New Mexico", "University of New Mexico", "University of New Mexico"], "Trent Franks": ["Ottawa University", "Institute for Constitutional Education"], "Vern Buchanan": ["University of Detroit Mercy", "Cleary University"], "Mike Johnson": [], "Jimmy Panetta": ["Santa Clara University", "Santa Clara University School of Law", "University of California, Davis"], "Suzan DelBene": ["University of Washington", "Reed College"], "Brian Higgins": ["John F. Kennedy School of Government", "State University of New York College at Buffalo", "State University of New York College at Buffalo", "Harvard University"], "Ami Bera": ["University of California, Irvine", "University of California, Irvine"], "Mike Rogers": [], "Glenn Thompson": ["Temple University", "Pennsylvania State University"], "David Price": ["Mars Hill University", "University of North Carolina System", "Yale University"], "Steve Russell": ["United States Army Command and General Staff College", "Ouachita Baptist University"], "Robin Kelly": ["Bradley University", "Northern Illinois University"], "David Perdue": ["Georgia Institute of Technology", "Georgia Institute of Technology"], "Chris Collins": ["University of Alabama at Birmingham", "North Carolina State University"], "Stephen Lynch": ["John F. Kennedy School of Government", "Boston College Law School", "Wentworth Institute of Technology"], "Paul Mitchell": [], "James Lankford": ["Southwestern Baptist Theological Seminary", "University of Texas at Austin"], "Tom Emmer": ["William Mitchell College of Law", "University of Alaska Fairbanks", "Boston College"], "Jeff Merkley": ["David Douglas High School", "Woodrow Wilson School of Public and International Affairs", "Princeton University", "Stanford University"], "Darrell Issa": ["Siena Heights University", "Kent State University at Stark"], "Michael Capuano": ["Boston College Law School", "Dartmouth College", "Somerville High School"], "Mark DeSaulnier": [], "Scott DesJarlais": ["University of South Dakota", "University of South Dakota"], "Amy Klobuchar": ["University of Chicago Law School", "University of Minnesota", "University of Chicago", "Yale University"], "John McCain": ["National War College", "United States Naval Academy", "Episcopal High School"], "Doug Lamborn": [], "Suzanne Bonamici": ["University of Oregon", "Lane Community College"], "William Keating": ["Suffolk University Law School", "Boston College", "Boston College"], "Betty McCollum": ["St. Catherine University", "Inver Hills Community College"], "Marcia Fudge": ["Cleveland\u2013Marshall College of Law", "Ohio State University", "Shaker Heights High School"], "Kathy Castor": ["Florida State University College of Law", "Emory University"], "Robert Brady": [], "Brian Schatz": [], "Adam Smith": [], "Kirsten Gillibrand": ["UCLA School of Law", "Dartmouth College", "Emma Willard School"], "Luther Strange": ["Tulane University", "Tulane University Law School"], "Blaine Luetkemeyer": [], "Lamar Alexander": ["New York University School of Law", "Vanderbilt University"], "Sander Levin": [], "Frank LoBiondo": [], "Patrick Leahy": ["Georgetown University", "Saint Michael's College", "Georgetown Law"], "Paul Ryan": ["Miami University", "American University", "Joseph A. Craig High School"], "Ted Poe": ["University of Houston Law Center", "Abilene Christian University", "University of Houston"], "Tom MacArthur": [], "Ron DeSantis": ["Harvard Law School", "Yale University"], "Tulsi Gabbard": [], "Lloyd Smucker": ["Franklin & Marshall College", "Lancaster Mennonite School", "Lebanon Valley College"], "Niki Tsongas": ["Boston University School of Law", "Smith College", "Michigan State University"], "John Larson": ["Central Connecticut State University", "East Hartford High School"], "Randy Hultgren": ["Chicago-Kent College of Law", "Bethel University", "Wheaton Academy"], "Billy Long": [], "Devin Nunes": ["California Polytechnic State University", "California Polytechnic State University", "College of the Sequoias"], "Justin Amash": ["University of Michigan Law School", "University of Michigan", "Grand Rapids Christian High School"], "John Faso": ["Georgetown Law", "The College at Brockport, State University of New York", "Archbishop Molloy High School"], "John Rutherford": ["Florida State University", "FBI Academy"], "Katherine Clark": ["Harvard University", "St. Lawrence University", "Cornell Law School"], "Kyrsten Sinema": ["Arizona State University", "Arizona State University", "Brigham Young University"], "Drew Ferguson": ["Medical College of Georgia", "University of Georgia"], "Louie Gohmert": ["Texas A&M University", "Baylor University"], "Robert Pittenger": [], "Thomas Garrett": [], "Kamala Harris": ["University of California, Hastings College of the Law", "Howard University"], "Adam Schiff": ["Harvard Law School", "Stanford University"], "Steven Palazzo": ["University of Southern Mississippi", "University of Southern Mississippi"], "Lamar Smith": ["Southern Methodist University", "Yale University", "TMI \u2014 The Episcopal School of Texas"], "Brett Guthrie": ["Yale University", "United States Military Academy", "Yale School of Management"], "Benjamin Cardin": ["University of Maryland School of Law", "University of Pittsburgh", "Baltimore City College", "University of Maryland, Baltimore"], "Alma Adams": ["Ohio State University", "North Carolina Agricultural and Technical State University", "North Carolina Agricultural and Technical State University"], "Gary Peters": ["Michigan State University", "Wayne State University Law School", "Alma College", "University of Detroit Mercy"], "James Risch": ["University of Idaho College of Law", "University of Idaho", "University of Wisconsin\u2013Milwaukee"], "Fred Upton": [], "Raja Krishnamoorthi": ["Harvard Law School", "Princeton University"], "Trey Gowdy": ["University of South Carolina School of Law", "Baylor University", "University of South Carolina"], "Barry Loudermilk": ["Wayland Baptist University", "Community College of the Air Force"], "Timothy Kaine": ["Harvard Law School", "University of Missouri"], "Michael McCaul": ["St. Mary's University School of Law", "Trinity University", "Harvard University", "Jesuit College Preparatory School of Dallas"], "Hakeem Jeffries": ["New York University School of Law", "Georgetown University", "Binghamton University"], "Michael Turner": ["University of Dayton", "Case Western Reserve University", "Ohio Northern University", "Belmont High School"], "Patrick McHenry": ["Belmont Abbey College", "Ashbrook High School", "North Carolina State University"], "Glenn Grothman": ["University of Wisconsin Law School", "Homestead High School", "University of Wisconsin-Madison"], "Richard Nolan": ["University of Minnesota", "St. Cloud State University", "University of Maryland, College Park", "College of Saint Benedict and Saint John's University"], "Gus Bilirakis": ["Stetson University College of Law", "University of Florida", "Stetson University", "St. Petersburg College"], "Kristi Noem": ["South Dakota State University", "Northern State University", "Mount Marty College"], "Derek Kilmer": ["University of Oxford", "Woodrow Wilson School of Public and International Affairs", "Princeton University"], "James Himes": ["Harvard University", "Hopewell Valley Central High School"], "Gwen Moore": ["Harvard University", "Milwaukee Area Technical College", "Marquette University", "North Division High School"], "Pete Olson": ["University of Texas at Austin", "Rice University"], "Alex Mooney": ["Dartmouth College", "Frederick High School"], "Ann Kuster": ["Georgetown Law", "Dartmouth College"], "Jeff Duncan": [], "Doris Matsui": [], "Bradley Byrne": ["University of Alabama School of Law", "Duke University", "UMS-Wright Preparatory School"], "Brian Fitzpatrick": ["Pennsylvania State University", "Dickinson School of Law, Carlisle Campus", "La Salle University"], "Anthony Brown": [], "Keith Ellison": ["University of Minnesota Law School", "Wayne State University", "University of Detroit Jesuit High School and Academy", "University of Minnesota"], "John Delaney": ["Georgetown Law", "Columbia University", "University of Florida", "Georgetown University"], "Dan Newhouse": [], "Trent Kelly": ["East Central Community College", "University of Mississippi", "United States Army War College"], "Diane Black": ["Belmont University", "Anne Arundel Community College"], "Matthew Cartwright": [], "Grace Meng": ["Benjamin N. Cardozo School of Law", "University of Michigan", "Yeshiva University", "Stuyvesant High School"], "Nancy Pelosi": ["Trinity Washington University", "Institute of Notre Dame"], "Ed Perlmutter": ["University of Colorado Boulder", "University of Colorado Boulder", "Jefferson High School"], "Ra\\u00fal Labrador": [], "Dina Titus": ["Florida State University", "University of Georgia", "College of William & Mary"], "Susan Brooks": ["Indiana University Robert H. McKinney School of Law", "Miami University", "Homestead High School"], "Jamie Raskin": ["Harvard Law School", "Harvard University"], "Pat Roberts": [], "Pete Aguilar": [], "Cory Booker": [], "Cheri Bustos": ["University of Illinois at Springfield", "University of Maryland, College Park", "Illinois College"], "Cory Gardner": [], "John Culberson": ["South Texas College of Law", "Southern Methodist University", "West University Elementary School"], "Jared Huffman": ["Boston College Law School", "University of California, Santa Barbara"], "Peter Roskam": ["Illinois Institute of Technology", "Chicago-Kent College of Law", "University of Illinois at Urbana\u2013Champaign", "Glenbard West High School"], "Debbie Dingell": ["Georgetown University", "Georgetown University"], "Lou Barletta": ["Luzerne County Community College", "Bloomsburg University of Pennsylvania"], "John Sarbanes": ["Harvard Law School", "Woodrow Wilson School of Public and International Affairs", "Gilman School", "Princeton University"], "Jerry Moran": ["University of Kansas School of Law", "University of Kansas", "Fort Hays State University"], "Kurt Schrader": ["University of Illinois at Urbana\u2013Champaign", "University of Illinois at Urbana\u2013Champaign", "Cornell University"], "Keith Rothfus": ["State University of New York College at Buffalo", "Notre Dame Law School"], "Jackie Speier": ["University of California, Hastings College of the Law", "University of California, Davis", "Mercy High School"], "Luis Correa": ["California State University, Fullerton", "University of California, Los Angeles"], "Earl Blumenauer": ["Lewis & Clark Law School", "Lewis & Clark College", "Centennial High School"], "Jared Polis": ["Princeton University", "La Jolla Country Day School"], "John Cornyn": ["University of Virginia School of Law", "St. Mary's University School of Law", "Trinity University"], "Ileana Ros-Lehtinen": ["Florida International University", "Florida International University", "Miami Dade College", "University of Miami"], "John Thune": ["University of South Dakota", "Biola University"], "Mike Lee": ["Brigham Young University", "Brigham Young University"], "Michael Enzi": ["University of Denver", "George Washington University"], "Jim Cooper": ["Harvard Law School", "Oriel College, Oxford", "University of North Carolina at Chapel Hill"], "Joe Manchin": [], "Martin Heinrich": ["University of Missouri", "University of New Mexico"], "Benjamin Sasse": ["Yale University", "St. John's College", "Harvard University"], "Salud Carbajal": ["Fielding Graduate University", "Fielding University", "University of California, Santa Barbara"], "Joseph Kennedy": ["Harvard College", "Boston Latin School", "Harvard University"], "Jim Costa": ["California State University, Fresno", "San Joaquin Memorial High School"], "Francis Rooney": ["Georgetown Law", "Georgetown University"], "Ben Luj\\u00e1n": [], "John Moolenaar": ["Harvard University", "Hope College"], "Bobby Rush": ["McCormick Theological Seminary", "University of Illinois at Chicago", "Roosevelt University", "Illinois Institute of Technology"], "Lisa Murkowski": ["Willamette University College of Law", "Georgetown University"], "Paul Tonko": [], "Chris Stewart": [], "Dean Heller": ["University of Southern California", "Carson High School"], "Andr\\u00e9 Carson": [], "Orrin Hatch": ["University of Pittsburgh", "University of Pittsburgh School of Law", "Brigham Young University"], "Mac Thornberry": ["University of Texas School of Law", "Texas Tech University"], "Elijah Cummings": ["University of Maryland School of Law", "Howard University", "Baltimore City College"], "John Lewis": ["Fisk University", "American Baptist College"], "Bruce Poliquin": [], "Steve Scalise": ["Louisiana State University", "Archbishop Rummel High School"], "Darren Soto": ["Rutgers University", "George Washington University"], "Steve Chabot": ["Salmon P. Chase College of Law", "College of William & Mary", "La Salle High School"], "Jeff Flake": [], "Susan Davis": ["University of North Carolina at Chapel Hill", "University of California, Berkeley"], "Barbara Lee": ["University of California, Berkeley", "Mills College", "San Fernando High School"], "Albio Sires": ["Middlebury College", "Saint Peter's University"], "Jeff Denham": ["California Polytechnic State University", "Victor Valley College"], "Sanford Bishop": ["Emory University School of Law", "Morehouse College"], "Kathleen Rice": ["Touro Law Center", "Catholic University of America", "Garden City High School"], "Jacky Rosen": [], "Mark Meadows": ["Florida State University", "University of South Florida"], "Rosa DeLauro": ["Columbia University", "Marymount College, Tarrytown", "London School of Economics and Political Science"], "Kay Granger": ["Texas Wesleyan University", "Eastern Hills High School"], "Donald McEachin": ["University of Virginia School of Law", "American University", "Virginia Union University"], "Susan Collins": ["St. Lawrence University", "Caribou High School"], "Don Bacon": [], "Ralph Norman": [], "Rick Allen": ["University of Georgia", "Auburn University"], "Adriano Espaillat": [], "Jeb Hensarling": ["University of Texas School of Law", "Texas A&M University"], "Diana DeGette": ["New York University School of Law", "Colorado College", "South High School"], "Darin LaHood": ["John Marshall Law School", "Loras College"], "Steve Knight": ["Antelope Valley College", "Palmdale High School"], "Andy Biggs": ["Brigham Young University", "Arizona State University"], "Bennie Thompson": ["Jackson State University", "Tougaloo College"], "Kevin Cramer": ["University of Mary", "Concordia College"], "Seth Moulton": ["Harvard Business School", "John F. Kennedy School of Government"], "David McKinley": [], "David Cicilline": ["Georgetown Law", "Brown University"], "Ruben Gallego": [], "Ted Budd": ["Wake Forest University", "Dallas Theological Seminary", "Appalachian State University"], "Eddie Johnson": ["Saint Mary's College", "Texas Christian University", "Southern Methodist University"], "Ro Khanna": ["Yale Law School", "University of Chicago"], "Adrian Smith": ["University of Nebraska\u2013Lincoln", "Liberty University"], "Tom O\\u2019Halleran": [], "David Reichert": [], "Brian Mast": [], "Gene Green": ["University of Houston", "University of Houston"], "Grace Napolitano": ["Texas Southmost College", "Cerritos College"], "Ryan Costello": ["Villanova University School of Law", "Ursinus College"], "Sam Johnson": ["George Washington University", "Southern Methodist University"], "Joe Barton": ["Purdue University", "Texas A&M University", "Waco High School"], "David Rouzer": ["North Carolina State University College of Agriculture and Life Sciences", "North Carolina State University", "The Fund for American Studies"], "Doug LaMalfa": ["California Polytechnic State University", "Butte College"], "Mike Bishop": ["Michigan State University College of Law", "University of Michigan", "Michigan State University"], "Paul Gosar": ["Creighton University School of Dentistry", "Creighton University"], "Lloyd Doggett": ["University of Texas School of Law", "University of Texas at Austin"]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment