-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmsu_programs.py
More file actions
89 lines (65 loc) · 47.3 KB
/
msu_programs.py
File metadata and controls
89 lines (65 loc) · 47.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# msu-programs2.py
# I just copied and pasted the relevant html into the html variable. It would be
# better to scrape this from the web page "http://www.reg.msu.edu/academicprograms/Programs.asp?PType=GR&Sort=CollDepart"
# However, the <div> structure in the html is not hierarchical and all information is on one long line,
# which made it difficult to work with.
from pclean import Program_Clean
from pprint import pprint
import itertools
import networkx as nx
def College_Sort():
html = "<div class=tablehead1b>College of Agriculture and Natural Resources</div><div class=tablehead2 style='padding-left:50px;'>Department of Agricultural, Food, and Resource Economics</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5321'>Agricultural, Food and Resource Economics - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5320'>Agricultural, Food and Resource Economics - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Animal Science</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0290'>Animal Science - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0291'>Animal Science- Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0472'>Animal Science-Environmental Toxicology</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Biosystems and Agricultural Engineering</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0501'>Biosystems Engineering - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0502'>Biosystems Engineering - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Community, Agriculture, Recreation and Resource Studies</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5209'>Community, Agriculture, Recreation and Resource Studies - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5208'>Community, Agriculture, Recreation and Resource Studies - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5377'>Sustainable Tourism and Protected Area Management - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5376'>Sustainable Tourism and Protected Area Management - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Entomology </div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0537'>Entomology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0536'>Entomology - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Fisheries and Wildlife</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0347'>Fisheries and Wildlife - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0477'>Fisheries and Wildlife - Environmental Toxicology</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0346'>Fisheries and Wildlife - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Food Science and Human Nutrition</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0354'>Food Science - Master of Science and Doctor of Philosophy <span class=tabledata1>(Master of Science)</span></a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0355'>Food Science - Master of Science and Doctor of Philosophy <span class=tabledata1>(Doctor of Philosophy)</span></a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0474'>Food Science-Environmental Toxicology</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5273'>Human Nutrition - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5274'>Human Nutrition - Environmental Toxicology</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5272'>Human Nutrition - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Forestry </div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0379'>Forestry - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0475'>Forestry - Environmental Toxicology</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0378'>Forestry - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5312'>Plant Breeding, Genetics and Biotechnology - Forestry <span class=tabledata1>(Master of Science)</span></a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5313'>Plant Breeding, Genetics and Biotechnology - Forestry <span class=tabledata1>(Doctor of Philosophy)</span></a></div><div class=tablehead2 style='padding-left:50px;'>Department of Horticulture</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0403'>Horticulture - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0402'>Horticulture - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5314'>Plant Breeding, Genetics and Biotechnology - Horticulture <span class=tabledata1>(Master of Science)</span></a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5315'>Plant Breeding, Genetics and Biotechnology - Horticulture <span class=tabledata1>(Doctor of Philosophy)</span></a></div><div class=tablehead2 style='padding-left:50px;'>School of Packaging</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0486'>Packaging - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0409'>Packaging - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>School of Planning, Design and Construction</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5260'>Construction Management - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5268'>Environmental Design - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5264'>Interior Design and Facilities Management - Master of Arts (this program is in moratorium Spring 2011 through Fall 2014)</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5355'>Planning, Design and Construction - Doctor of Philosophy</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Plant Biology</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5316'>Plant Breeding, Genetics and Biotechnology - Plant Biology <span class=tabledata1>(Master of Science)</span></a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5317'>Plant Breeding, Genetics and Biotechnology - Plant Biology <span class=tabledata1>(Doctor of Philosophy)</span></a></div><div class=tablehead2 style='padding-left:50px;'>Department of Plant, Soil and Microbial Sciences</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5369'>Crop and Soil Sciences - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5370'>Crop and Soil Sciences- Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5371'>Crop and Soil Sciences- Environmental Toxicology</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5372'>Plant Breeding, Genetics and Biotechnology - Crop and Soil Sciences <span class=tabledata1>(Master of Science)</span></a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5373'>Plant Breeding, Genetics and Biotechnology - Crop and Soil Sciences <span class=tabledata1>(Doctor of Philosophy)</span></a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5375'>Plant Pathology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5374'>Plant Pathology - Master of Science</a></div><br><br><div class=tablehead1b>College of Arts and Letters</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1044'>African American and African Studies - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1043'>African American and African Studies - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1002'>American Studies - Doctor of Philosophy (this program is in moratorium effective Spring 2010 through Summer 2017)</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0639'>American Studies - Master of Arts (this program is in moratorium effective Spring 2010 through Summer 2015)</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5643'>Critical Studies in Literacy and Pedagogy - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5601'>Digital Rhetoric and Professional Writing - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5724'>Foreign Language Teaching - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5600'>Rhetoric and Writing - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5642'>Second Language Studies - Doctor of Philosophy</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Art, Art History, and Design</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0554'>Studio Art - Master of Fine Arts</a></div><div class=tablehead2 style='padding-left:50px;'>Department of English</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0647'>English - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1017'>Literature in English - Master of Arts</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Linguistics and Germanic, Slavic, Asian and African Languages</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1029'>German Studies - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1028'>German Studies - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0714'>Linguistics - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0713'>Linguistics - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1049'>Teaching English to Speakers of Other Languages - Master of Arts</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Philosophy</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0893'>Philosophy - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0891'>Philosophy - Master of Arts</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Romance and Classical Studies</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5732'>Applied Spanish Linguistics - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0913'>French - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0915'>French, Language and Literature - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5734'>Hispanic Cultural Studies - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=5733'>Hispanic Literatures - Master of Arts</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Theatre</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=0979'>Theatre - Master of Fine Arts</a></div><br><br><div class=tablehead1b>Eli Broad College of Business and The Eli Broad Graduate School of Management</div><div class=tablehead2 style='padding-left:50px;'>The Eli Broad College of Business</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=6024'>Business Administration - Doctor of Philosophy <span class=tabledata1>(Business Information Systems)</span></a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=6048'>Business Research - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=6011'>Master of Business Administration</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=6037'>Master of Business Administration Degree: Corporate M.B.A. Program</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=6044'>Master of Business Administration Degree: Executive M.B.A. Program</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1310'>Master of Business Administration Degree: Program in Integrative Management</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Accounting and Information Systems</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=6019'>Accounting - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1054'>Business Administration - Doctor of Philosophy</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Finance</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1139'>Business Administration - Doctor of Philosophy <span class=tabledata1>(Finance)</span></a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=6016'>Finance - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>School of Hospitality Business</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=6046'>Foodservice Business Management - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=6047'>Hospitality Business Management - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Management</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=6007'>Business Administration - Doctor of Philosophy <span class=tabledata1>(Strategic Management)</span></a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=6008'>Business Administration - Doctor of Philosophy <span class=tabledata1>(Org Behav-Human Resource Mgt)</span></a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=6062'>Management, Strategy, and Leadership - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Marketing</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=6057'>Marketing Research - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Supply Chain Management</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1331'>Business Administration - Doctor of Philosophy <span class=tabledata1>(Logistics)</span></a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1350'>Business Administration - Doctor of Philosophy <span class=tabledata1>(Operations and Sourcing Mgt)</span></a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=6035'>Supply Chain Management - Master of Science</a></div><br><br><div class=tablehead1b>College of Communication Arts and Sciences</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1473'>Health and Risk Communication - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1500'>Media and Information Studies - Doctor of Philosophy</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Advertising, Public Relations and Retailing</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1352'>Advertising - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1357'>Public Relations - Master of Arts</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Communication</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1377'>Communication - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1376'>Communication - Master of Arts</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Communicative Sciences and Disorders</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1454'>Communicative Sciences and Disorders - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1453'>Communicative Sciences and Disorders - Master of Arts</a></div><div class=tablehead2 style='padding-left:50px;'>School of Journalism</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1404'>Journalism - Master of Arts</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Telecommunication, Information Studies and Media</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1438'>Telecommunication, Information Studies and Media - Master of Arts</a></div><br><br><div class=tablehead1b>College of Education</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2294'>Education - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2293'>Educational Policy - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=6744'>Health Professions Education - Master of Arts</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Counseling, Educational Psychology, and Special Education</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=6703'>Educational Psychology and Educational Technology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2299'>Educational Technology - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2251'>Measurement and Quantitative Methods - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1752'>Rehabilitation Counseling - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2279'>Rehabilitation Counselor Education - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2275'>School Psychology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1742'>School Psychology - Educational Specialist</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=6702'>School Psychology - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1727'>Special Education - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1726'>Special Education - Master of Arts</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Educational Administration</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=6752'>Educational Leadership - Doctor of Education</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2288'>Higher, Adult and Lifelong Education - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2245'>Higher, Adult, and Lifelong Education - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1646'>K-12 Educational Administration - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=1644'>K-12 Educational Administration - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2246'>Student Affairs Administration - Master of Arts</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Kinesiology</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2284'>Kinesiology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2283'>Kinesiology - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Teacher Education</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=6730'>Curriculum, Instruction, and Teacher Education - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=6727'>Teaching and Curriculum - Master of Arts</a></div><br><br><div class=tablehead1b>College of Engineering</div><div class=tablehead2 style='padding-left:50px;'>Department of Chemical Engineering and Materials Science</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2304'>Chemical Engineering - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2303'>Chemical Engineering - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=8002'>Materials Science and Engineering - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=8001'>Materials Science and Engineering - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Civil and Environmental Engineering</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2312'>Civil Engineering - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2311'>Civil Engineering - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2326'>Environmental Engineering - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2324'>Environmental Engineering - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Computer Science and Engineering</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2336'>Computer Science - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2335'>Computer Science - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Electrical and Computer Engineering</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2349'>Electrical Engineering - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2348'>Electrical Engineering - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Mechanical Engineering</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2495'>Engineering Mechanics - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2494'>Engineering Mechanics - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2402'>Mechanical Engineering - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2401'>Mechanical Engineering - Master of Science</a></div><br><br><div class=tablehead1b>College of Human Medicine</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2837'>Master of Public Health in Public Health</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Epidemiology and Biostatistics</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2847'>Biostatistics - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2831'>Epidemiology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=2832'>Epidemiology - Master of Science</a></div><br><br><div class=tablehead1b>College of Music</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7331'>Collaborative Piano - Master of Music</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7334'>Jazz Studies - Master of Music</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7324'>Music Composition - Doctor of Musical Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7323'>Music Composition - Master of Music</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7336'>Music Conducting - Doctor of Musical Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7335'>Music Conducting - Master of Music</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7326'>Music Education - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7325'>Music Education - Master of Music</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7329'>Music Performance - Doctor of Musical Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7328'>Music Performance - Master of Music</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7332'>Music Theory - Master of Music</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7327'>Musicology - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7330'>Piano Pedagogy - Master of Music</a></div><br><br><div class=tablehead1b>College of Natural Science</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3782'>Biological Science-Interdepartmental - Master of Science (this program is in moratorium Fall 2013 through Fall 2014)</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3964'>Cell and Molecular Biology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7071'>Cell and Molecular Biology - Environmental Toxicology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7011'>Cell and Molecular Biology - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3986'>Ecology, Evolutionary Biology and Behavior - Dual Major</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3935'>General Science - Master of Arts for Teachers (this program is in moratorium Fall 2013 through Fall 2014)</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3788'>Genetics - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7087'>Genetics - Environmental Toxicology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7020'>Genetics - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7069'>Mathematics Education - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7068'>Mathematics Education - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3987'>Neuroscience - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7098'>Neuroscience - Environmental Toxicology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7038'>Neuroscience - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3800'>Physical Science - Interdepartmental - Master of Science (this program is in moratorium Fall 2013 through Fall 2014)</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Biochemistry and Molecular Biology</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7028'>Biochemistry and Molecular Biology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7027'>Biochemistry and Molecular Biology - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7029'>Biochemistry and Molecular Biology-Environmental Toxicology - Doctor of Philosophy</a></div><div class=tablehead2 style='padding-left:50px;'>Biomedical Laboratory Diagnostics Program</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7037'>Biomedical Laboratory Operations - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7104'>Biomedical Laboratory Science - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3793'>Clinical Laboratory Sciences - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Chemistry</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3829'>Chemical Physics - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3575'>Chemistry - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3938'>Chemistry - Environmental Toxicology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3573'>Chemistry - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Geological Sciences</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3952'>Environmental Geosciences - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3968'>Environmental Geosciences - Environmental Toxicology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3928'>Environmental Geosciences - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3927'>Geological Sciences - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3925'>Geological Sciences - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Mathematics</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3734'>Applied Mathematics - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3733'>Applied Mathematics - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3994'>Industrial Mathematics - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3741'>Mathematics - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3739'>Mathematics - Master of Arts for Teachers</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3740'>Mathematics - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Microbiology and Molecular Genetics</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7030'>Microbiology and Molecular Genetics - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7043'>Microbiology and Molecular Genetics - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Physics and Astronomy</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3924'>Astrophysics and Astronomy - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3923'>Astrophysics and Astronomy - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3838'>Physics - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3836'>Physics - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Physiology </div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3861'>Physiology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3860'>Physiology - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Plant Biology</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7019'>Plant Biology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7018'>Plant Biology - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Statistics and Probability</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3871'>Applied Statistics - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3877'>Statistics - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3875'>Statistics - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Zoology</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3889'>Zoology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3941'>Zoology - Environmental Toxicology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=3887'>Zoology - Master of Science</a></div><br><br><div class=tablehead1b>College of Nursing</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4013'>Nursing - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4003'>Nursing - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4030'>Nursing Practice - Doctor of Nursing Practice</a></div><br><br><div class=tablehead1b>College of Osteopathic Medicine</div><div class=tablehead2 style='padding-left:50px;'>Department of Pharmacology and Toxicology</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4216'>Integrative Pharmacology - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4217'>Laboratory Research in Pharmacology and Toxicology - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4178'>Pharmacology and Toxicology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4176'>Pharmacology and Toxicology - Master of Science</a></div><br><br><div class=tablehead1b>College of Social Science</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7625'>Chicano/Latino Studies, Doctor of Philosophy</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Anthropology</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4308'>Anthropology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4307'>Anthropology - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4727'>Professional Applications in Anthropology - Master of Arts</a></div><div class=tablehead2 style='padding-left:50px;'>School of Criminal Justice </div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4725'>Criminal Justice - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4318'>Criminal Justice - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4744'>Forensic Science - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7728'>Judicial Administration - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7673'>Law Enforcement Intelligence and Analysis - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Economics </div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4737'>Economics - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4736'>Economics - Master of Arts</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Geography</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4742'>Geographic Information Science - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4347'>Geography - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7669'>Geography - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of History</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7611'>History - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7609'>History - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7610'>History-Secondary School Teaching - Master of Arts (this program is in moratorium effective Spring 2010 through Spring 2015)</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Human Development and Family Studies</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7702'>Child Development - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7722'>Family Community Services - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7692'>Human Development and Family Studies - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7691'>Human Development and Family Studies - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7645'>Youth Development - Master of Arts</a></div><div class=tablehead2 style='padding-left:50px;'>School of Planning, Design and Construction</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7623'>International Planning Studies</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7619'>Urban and Regional Planning - Master of Urban and Regional Planning</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Political Science</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4387'>Political Science - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4385'>Political Science - Master of Arts</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7624'>Public Policy - Master of Public Policy</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Psychology</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4414'>Psychology - Master of Arts and Doctor of Philosophy <span class=tabledata1>(Master of Arts)</span></a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4415'>Psychology - Master of Arts and Doctor of Philosophy <span class=tabledata1>(Doctor of Philosophy)</span></a></div><div class=tablehead2 style='padding-left:50px;'>School of Human Resources and Labor Relations</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7650'>Human Resources and Labor Relations - Master of Human Resources and Labor Relations</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=7602'>Industrial Relations and Human Resources - Doctor of Philosophy</a></div><div class=tablehead2 style='padding-left:50px;'>School of Social Work</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4746'>Social Work - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4493'>Social Work - Master of Social Work</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Sociology</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4536'>Sociology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4535'>Sociology - Master of Arts</a></div><br><br><div class=tablehead1b>College of Veterinary Medicine</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4912'>Comparative Medicine and Integrative Biology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4911'>Comparative Medicine and Integrative Biology - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4914'>Food Safety - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Large Animal Clinical Sciences</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4764'>Large Animal Clinical Sciences - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4763'>Large Animal Clinical Sciences - Master of Science</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Microbiology and Molecular Genetics</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4901'>Microbiology - Environmental Toxicology - Doctor of Philosophy</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Pathobiology and Diagnostic Investigation</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4919'>Pathobiology - Doctor of Philosophy</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4918'>Pathobiology - Master of Science</a></div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4920'>Pathobiology-Environmental Toxicology - Doctor of Philosophy</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Pharmacology and Toxicology</div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4902'>Pharmacology and Toxicology-Environmental Toxicology - Doctor of Philosophy</a></div><div class=tablehead2 style='padding-left:50px;'>Department of Small Animal Clinical Sciences </div><div style='padding-left:100px;'><a class=text href='ProgramDetail.asp?Program=4810'>Small Animal Clinical Sciences - Master of Science</a></div><br><hr width='98%' color=#CCCCCC><br></div>"
html_list = html.split("</div>")
college_data = {}
most_recent = ""
for line in html_list:
if "tablehead1b" in line:
current_college = line[line.index("1b>"):]
most_recent = "college"
elif "tablehead2" in line:
current_dept = line[line.index("px;"):]
most_recent = "department"
elif "ProgramDetail" in line:
program = line[85:line.index("</a>")]
if " " in program:
program = program[:program.index(" ")]
if "(" in program:
program = program[:program.index("(")]
if "Master of Business" in program:
program = "Business Administration"
program = Program_Clean(program)
if program not in college_data:
if most_recent == "department":
college_data[program] = (current_college[3:].rstrip(), current_dept[5:].rstrip())
else:
college_data[program] = (current_college[3:].rstrip(), None)
return college_data
def Make_Graph():
g = nx.Graph()
college_data = College_Sort()
combos = itertools.combinations(college_data.keys(), 2)
for x in combos:
if college_data[x[0]] == college_data[x[1]] and college_data[x[0]][1] is not None:
g.add_edge(x[0],x[1], weight=2)
elif college_data[x[0]][0] == college_data[x[1]][0]:
g.add_edge(x[0],x[1], weight=1)
return g
""" points of non-overlap between "a priori" categories and "empirical"
set(['Biochemistry and Molecular Biology - Environmental Toxicology',
'Biological Science - Interdepartmental',
'Business Administration - Organization Behavior - Huamn Resource Management',
'Business Information Systems',
'Chicano/Latino Studies',
'Communication Arts and Sciences - Media and Information Studies',
'Food Science - Environmental Toxicology',
'Logistics',
'Microbiology - Enviromental Toxicology',
'Operations and Sourcing Management',
'Orginazational Behavior - Human Resource Management',
'Pathology',
'Pharmacology & Toxicology',
'Retailing',
'Strategic Management',
'Telecomunication, Information Studies and Media'])
How far should we go in correcting???
"""