-
Notifications
You must be signed in to change notification settings - Fork 0
/
models.py
42 lines (23 loc) · 1.4 KB
/
models.py
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
aeroWords = ["Aero", "Aeronautical", "Aerospace", "Aeronautical Engineering"]
autoWords = ["Automobile", "AutoM", "Automobile Engineering"]
biomedWords = ["biomed", "biomedical",
"biomedical engineering", "BioM", "Bio Medical Engineering"]
biotechWords = ["biotech", "BioT", "Bio Technology", "biotechnology"]
chemWords = ["Chem", "Chemical", "Chemistry", "Chemical Engineering"]
civilWords = ["civil", "Civil Engineering"]
cceWords = ["cce", "Communication and Computer Engineering", "cc"]
cseWords = ["CS", "CSE", "Computer Science",
"Computer Sci", "Computer Science and Engineering"]
dseWords = ["DS", "DSE", "Data Science Engineering", "Data Science"]
eeWords = ["Electrical", "ee", "eee", "Electrical and Electronics Engineering"]
eceWords = [
"ece", "ec" "Electronics and Communication Engineering", "Electronics"]
eieWords = ["eie", "instrumentation", "EandI", "E&I",
"Electronics and Instrumentation Engineering"]
ipWords = ["ip", "industrial", "production",
"industrial production", "Industrial and Production Engineering"]
itWords = ["IT", "Information Technology", "InfoTech"]
mechWords = ["mech", "mechanical", "MechE", "Mechanical Engineering", "ME"]
mechxWords = ["mechatronics", "MechX", "MechT", "Mechatronics Engineering"]
mediaWords = ["MediaTech", "Media Tech", "Media Technology", "Media"]
aiWords = ["AI", "CSAI", "Articial Intelligence"]