-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHashes_Uni.php
234 lines (200 loc) · 8.28 KB
/
Hashes_Uni.php
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<?php
$this->response_short = array(
"Algoma University" => "Algoma",
"Brescia University College" => "Brescia",
"Brock University" => "BrockU",
"Carleton University" => "CarletonU",
"Collège de Hearst" => "Hearst",
"Huntington University" => "Huntington",
"Huron University College" => "Huron",
"King's University College" => "Kings",
"Lakehead University" => "Lakehead",
"Laurentian University of Sudbury" => "LaurentianU",
"McMaster University" => "McMasterU",
"Nipissing University" => "NipissingU",
"Northern Ontario School of Medicine" => "NOSM",
"Ontario College of Art and Design University" => "OCAD",
"Queen's University" => "Queens",
"Ryerson University" => "Ryerson",
"Trent University" => "Trent",
"Trinity College" => "Trinity",
"University of Guelph" => "GuelphU",
"University of Ontario Institute of Technology" => "UOIT",
"University of Ottawa" => "OttawaU",
"University of St. Michael's College" => "St. M",
"University of Sudbury" => "SudburyU",
"University of Toronto" => "UofT",
"University of Waterloo" => "UoW",
"University of Western Ontario" => "UWO",
"University of Windsor" => "WindsorU",
"Victoria University" => "VictoriaU",
"Wilfrid Laurier University" => "WLaurier",
"York University" => "York"
);
$this->uni_short = array(
#a
"au" => "Algoma University",
"algoma" => "Algoma University",
"a" => "Algoma University",
#b
"bresica" => "Brescia University College",
"buc" => "Brescia University College",
"br" => "Brescia University College",
"brock" => "Brock University",
"bu" => "Brock University",
"b" => "Brock University",
#c
"carleton" => "Carleton University",
"cu" => "Carleton University",
"c" => "Carleton University",
"hearst" => "Collège de Hearst",
"cdh" => "Collège de Hearst",
#h
"h" => "Huntington University",
"hunt" => "Huntington University",
"huntingtion" => "Huntington University",
"hu" => "Huntington University",
"huc" => "Huron University College",
"huron" => "Huron University College",
#k
"kings" => "King's University College",
"kuc" => "King's University College",
"ku" => "King's University College",
"k" => "King's University College",
#l
"lakehead" => "Lakehead University",
"lu" => "Lakehead University",
"laurentian" => "Laurentian University of Sudbury",
"lus" =>"Laurentian University of Sudbury",
#m
"m" => "McMaster University",
"mu" => "McMaster University",
"mac" => "McMaster University",
"mcmaster" => "McMaster University",
#n
"nipissing" => "Nipissing University",
"nip" => "Nipissing University",
"nu" => "Nipissing University",
"nosm" => "Northern Ontario School of Medicine",
"nosom" => "Northern Ontario School of Medicine",
"n" => "Northern Ontario School of Medicine",
#o
"ocad" => "Ontario College of Art and Design University",
"o" => "Ontario College of Art and Design University",
"art" => "Ontario College of Art and Design University",
"design" => "Ontario College of Art and Design University",
#q
"qu" => "Queen's University",
"q" => "Queen's University",
"queens" => "Queen's University",
"uqueens" => "Queen's University",
"uq" => "Queen's University",
"queensu" => "Queen's University",
"queensuni" => "Queen's University",
#r
"r" => "Ryerson University",
"ry" => "Ryerson University",
"ru" => "Ryerson University",
"rye" => "Ryerson University",
"ryerson" => "Ryerson University",
"ryhi" => "Ryerson University",
"ryehi" => "Ryerson University",
"ryhigh" => "Ryerson University",
"ryehigh" => "Ryerson University",
#t
"trent" => "Trent University",
"tu" => "Trent University",
"utrent" => "Trent University",
"trentu" => "Trent University",
"trinity" => "Trinity College",
"trin" => "Trinity College",
"tc" => "Trinity College",
"t" => "Trinity College",
# u g
"guelph" => "University of Guelph",
"gu" => "University of Guelph",
"g" => "University of Guelph",
"uog" => "University of Guelph",
"uofg" => "University of Guelph",
"uguelph" => "University of Guelph",
"guelphu" => "University of Guelph",
#u o
"uoit" => "University of Ontario Institute of Technology",
"oit" => "University of Ontario Institute of Technology",
"it" => "University of Ontario Institute of Technology",
"ottawa" => "University of Ottawa",
"uottawa" => "University of Ottawa",
"uo" => "University of Ottawa",
"o" => "University of Ottawa",
"uott" => "University of Ottawa",
"udo" => "University of Ottawa",
"ottawau" => "University of Ottawa",
"ou" => "University of Ottawa",
"ottu" => "University of Ottawa",
#uoft
"usmc" => "University of St. Michael's College",
"stmikes" => "University of St. Michael's College",
"uosmc" => "University of St. Michael's College",
"stmike" => "University of St. Michael's College",
"smc" => "University of St. Michael's College",
"ustmikes" => "University of St. Michael's College",
"stmikesu" => "University of St. Michael's College",
#u s
"sudbury" => "University of Sudbury",
"s" => "University of Sudbury",
"uos" => "University of Sudbury",
"usud" => "University of Sudbury",
"sudu" => "University of Sudbury",
"suds" => "University of Sudbury",
"usudbury" => "University of Sudbury",
"sudburyu" => "University of Sudbury",
#u t
"uoft" => "University of Toronto",
"t" => "University of Toronto",
"utor" => "University of Toronto",
"toru" => "University of Toronto",
"utoronto" => "University of Toronto",
"torontou" => "University of Toronto",
#u w
"uow" => "University of Waterloo",
"waterloo" => "University of Waterloo",
"w" => "University of Waterloo",
"wat" => "University of Waterloo",
"wat" => "University of Waterloo",
"uw" => "University of Waterloo",
"uwaterloo" => "University of Waterloo",
"uwat" => "University of Waterloo",
"watu" => "University of Waterloo",
"western" => "University of Western Ontario",
"uwo" => "University of Western Ontario",
"uwestern" => "University of Western Ontario",
"westernu" => "University of Western Ontario",
"windsor" => "University of Windsor",
"uwindsor" => "University of Windsor",
"windsoru" => "University of Windsor",
"wi" => "University of Windsor",
"win" => "University of Windsor",
"wind"=> "University of Windsor",
"uowi" => "University of Windsor",
#v (uoft)
"vu" => "Victoria University",
"v" => "Victoria University",
#w
"wlu" => "Wilfrid Laurier University",
"wil" => "Wilfrid Laurier University",
"wl" => "Wilfrid Laurier University",
"willie" => "Wilfrid Laurier University",
"willy" => "Wilfrid Laurier University",
"wili" => "Wilfrid Laurier University",
"willi" => "Wilfrid Laurier University",
#y
"yorku" => "York University",
"york" => "York University",
"yu" => "York University",
"y" => "York University");
#more well known translated into less well known
$this->affiliates = array(
"University of Waterloo" => array("Brescia University College"),
"University of Western Ontario" => array("King's University College", "Huron University College"),
"University of Toronto" => array("University of St. Michael's College", "Trinity College", "Victoria University")
);