gurpreet-crossml commited on
Commit
ce6f1bf
·
verified ·
1 Parent(s): 422ef79

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. .gitattributes +1 -1
  2. .gitignore +12 -0
  3. README.md +45 -3
  4. education-degrees.csv +2014 -0
.gitattributes CHANGED
@@ -56,4 +56,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
56
  *.webp filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
- *.webm filter=lfs diff=lfs merge=lfs -text
 
56
  *.webp filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
+ *.webm filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Ignore Python virtual environments
2
+ venv/
3
+ .env/
4
+ __pycache__/
5
+ *.pyc
6
+
7
+ # VSCode or IDE stuff
8
+ .vscode/
9
+ .idea/
10
+
11
+ # MacOS junk
12
+ .DS_Store
README.md CHANGED
@@ -1,3 +1,45 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Education Degrees Dataset
2
+
3
+ This dataset contains a collection of 2,013 unique academic degree titles collected from various higher education sources. It's useful for tasks such as:
4
+
5
+ - Named Entity Recognition (NER)
6
+ - Text classification
7
+ - Autocomplete / Suggestion models
8
+ - Domain-specific language modeling (e.g., education sector)
9
+
10
+ ## Dataset Structure
11
+
12
+ - **Format:** CSV
13
+ - **Fields:**
14
+ - `degree_name` *(string)*: The name or title of an academic degree or certification.
15
+
16
+ ### Example Entries
17
+
18
+ ```csv
19
+ degree_name
20
+ post baccalaureate certificate in teaching leadership
21
+ ````
22
+
23
+ ## Usage
24
+
25
+ ```python
26
+ from datasets import load_dataset
27
+
28
+ dataset = load_dataset("gurpreet-crossml/education-degrees")
29
+ print(dataset["train"][0])
30
+ ```
31
+
32
+ ## Citation
33
+
34
+ No formal citation available. If you use this dataset, consider crediting the original uploader.
35
+
36
+ ## License
37
+
38
+ This dataset is licensed under the MIT License.
39
+ Feel free to use, modify, and distribute it with proper attribution.
40
+
41
+
42
+ ## Contributions
43
+
44
+ Created by Gurpreet Singh (AI Full Stack Engineer).
45
+ Feel free to open a PR if you'd like to expand or improve the dataset.
education-degrees.csv ADDED
@@ -0,0 +1,2014 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ degree_name
2
+ post baccalaureate certificate in teaching learners with special needs in general education classrooms
3
+ post master’s certificate in adult gerontology acute care nurse practitioner agacnp : adult specialty
4
+ transborder chicana o and latina o studies us and mexican regional immigration policy and economy
5
+ single subject credential preparation program in natural sciences: biological sciences emphasis
6
+ transborder chicana o and latina o studies transborder community development and health
7
+ communication disorders in multilingual/multicultural populations graduate certificate
8
+ advanced nursing practice family psychiatric and mental health nurse practitioner dnp
9
+ single subject credential preparation program in natural science: chemistry emphasis
10
+ public safety leadership and administration ems mobile integrated health care mpsla
11
+ emergency management and homeland security cybersecurity policy and management ma
12
+ public safety leadership and administration executive police administration mpsla
13
+ speech and hearing science translational genetics of communication abilities phd
14
+ post master’s certificate in nurse practitioner: family psychiatricmental health
15
+ post baccalaureate certificate in english as a second or foreign language eslefl
16
+ post baccalaureate certificate in speech language pathology master’s preparation
17
+ emergency management and homeland security biosecurity and threat management ma
18
+ public safety leadership and administration executive fire administration mpsla
19
+ responsible innovation in science engineering and society graduate certificate
20
+ social work advanced standing policy administration and community practice msw
21
+ adult gerontology primary care nurse practitioner agpcnp specialty certificate
22
+ education ma option in bilingualmulticultural education in the urban classroom
23
+ applied math for the life and social sciences complex adaptive sys science phd
24
+ speech language pathology services credential in language speech and hearing
25
+ post baccalaureate certificate in clinical genetic molecular biology science
26
+ family psychiatric and mental health nurse practitioner graduate certificate
27
+ business administration bs option in operations and supply chain management
28
+ public service and public policy emergency management and homeland security
29
+ counseling and applied psychological science substance abuse and addictions
30
+ molecular cellular tissue and biomaterials engineering graduate certificate
31
+ post baccalaureate certificate in storytelling for teachers and classrooms
32
+ scientific teaching in higher education certificate graduate certificate
33
+ undergraduate certificate in fire protection risk analysis and reduction
34
+ post baccalaureate certificate in higher education and career counseling
35
+ undergraduate certificate in information systems security professionals
36
+ community engaged practices in design and the arts graduate certificate
37
+ transborder chicana o and latina o studies media and expressive culture
38
+ nurse practitioner: family psychiatricmental health certificate program
39
+ robotics and autonomous systems mechanical and aerospace engineering ms
40
+ design environment and the arts healthcare and healing environments phd
41
+ post baccalaureate certificate in computer applications in schools cas
42
+ community resources and development parks and recreation management ms
43
+ global management entrepreneurship and innovation graduate certificate
44
+ social entrepreneurship and community development graduate certificate
45
+ applied biological sciences applied ecology and preveterinary medicine
46
+ nurse education in academic and practice settings graduate certificate
47
+ global technology and development applied international development ms
48
+ post baccalaureate certificate in women’s gender and sexuality studies
49
+ international health for healthcare professionals graduate certificate
50
+ instructional design and performance improvement graduate certificate
51
+ advanced nursing practice acute care pediatric nurse practitioner dnp
52
+ mathematics education mathematics and statistics dept grades 9 20 phd
53
+ bachelor of science electro mechanical engineering technology bsemet
54
+ post baccalaureate certificate in special education paraprofessional
55
+ american indian studies cultural resource revitalization and sust ms
56
+ public service and public policy nonprofit leadership and management
57
+ subject waiver for the single subject credential in social sciences
58
+ post baccalaureate certificate in online teaching and learning cotl
59
+ post baccalaureate certificate in bilingualism and global education
60
+ elementary education science technology engineering and mathematics
61
+ undergraduate certificate in child maltreatment and family violence
62
+ interdisciplinary studies interdisciplinary arts and performance ma
63
+ undergraduate certificate in operations and supply chain management
64
+ undergraduate certificate in information systems security managers
65
+ domestic violence and evidence based practice graduate certificate
66
+ undergraduate certificate in cultural competence for professionals
67
+ social and cultural analysis ethnicity race and indigenous studies
68
+ emergency management and homeland security emergency management ma
69
+ advanced nursing practice adult gerontology nurse practitioner dnp
70
+ addiction and substance use related disorders graduate certificate
71
+ emergency management and homeland security community resilience ma
72
+ master of science electro mechanical engineering technology msemet
73
+ undergraduate certificate in cultural diversity in human services
74
+ speech and hearing science auditory and language neuroscience phd
75
+ minor in comparative and applied linguistics and literacy studies
76
+ undergraduate certificate in international business communication
77
+ environmental social science complex adaptive systems science phd
78
+ post baccalaureate certificate in geographic information systems
79
+ integrated undergraduate degrees ba llb bsc llb bba llb bcom llb
80
+ design environment and the arts history theory and criticism phd
81
+ public service and public policy parks and recreation management
82
+ criminal sentencing and sentencing advocacy graduate certificate
83
+ aeronautical management technology air transportation management
84
+ assessment of integrative health modalities graduate certificate
85
+ environmental and sustainability economics graduate certificate
86
+ political entrepreneurship through internships: local to global
87
+ advanced nursing practice women's health nurse practitioner dnp
88
+ business administration bs option in human resources management
89
+ environmental communication and leadership graduate certificate
90
+ institutional research and policy analysis graduate certificate
91
+ bachelor of science construction engineering technology bsconet
92
+ global security and competitive statecraft graduate certificate
93
+ emergency management and homeland security homeland security ma
94
+ american indian studies indigenous rights and social justice ms
95
+ industrial and technical studies ma program suspended 2019 2020
96
+ food policy and sustainability leadership graduate certificate
97
+ post baccalaureate certificate in advanced information systems
98
+ post baccalaureate certificate: california reading certificate
99
+ post baccalaureate certificate in teachers of english learners
100
+ latino cultural competency in social work graduate certificate
101
+ tourism development and management resort and hotel leadership
102
+ public service and public policy science and technology policy
103
+ business administration bs option in healthcare administration
104
+ business administration bs option in business special interest
105
+ bachelor of science civil engineering technology bscet bscivet
106
+ community resources and development sustainable communities ms
107
+ transdisciplinary transportation studies graduate certificate
108
+ master of science construction engineering technology msconet
109
+ bachelor of science biosystems agricultural engineering bsbae
110
+ sensor signal and information processing graduate certificate
111
+ design environment and the arts digital culture in design phd
112
+ exploratory math physical sciences engineering and technology
113
+ post baccalaureate certificate in clinical laboratory science
114
+ global management creative industries and design thinking mgm
115
+ acute care pediatric nurse practitioner graduate certificate
116
+ bachelor of science chemical biomolecular engineering bschbe
117
+ master of science civil engineering technology mscet mscivet
118
+ integrated behavioral health management graduate certificate
119
+ bachelor of science civil infrastructure engineering bs cie
120
+ advanced analytics in higher education graduate certificate
121
+ earth and space exploration astrobiology and biogeosciences
122
+ post baccalaureate certificate for pre health professionals
123
+ american indian studies tribal leadership and governance ms
124
+ bachelor of science mechanical engineering technology bsmet
125
+ nonprofit leadership and management american indian studies
126
+ post baccalaureate certificate in autism spectrum disorders
127
+ master of science biosystems agricultural engineering msbae
128
+ bachelor of science manufacturing systems engineering bsmse
129
+ biological sciences genetics cell and developmental biology
130
+ master of public safety leadership and administration mpsla
131
+ business administration bs option in international business
132
+ bachelor of science electrical engineering technology bseet
133
+ post master’s certificate in family nurse practitioner fnp
134
+ aeronautical management technology unmanned aerial systems
135
+ bachelor of science electrical electronics technology bset
136
+ master of science chemical biomolecular engineering mschbe
137
+ advanced nursing practice pediatric nurse practitioner dnp
138
+ business administration information systems management mba
139
+ integrated behavioral health clinical graduate certificate
140
+ community resources and development nonprofits and ngos ms
141
+ undergraduate certificate in communications and networking
142
+ timberline precision estimating version 21 training course
143
+ exercise and wellness strength and conditioning specialist
144
+ corrections leadership and management graduate certificate
145
+ robotics and autonomous systems artificial intelligence ms
146
+ bachelor of science environmental engineering bsene bsenve
147
+ applied biological sciences secondary education in biology
148
+ international letters and cultures classical civilization
149
+ marketing digital and integrated marketing communications
150
+ adult gerontology nurse practitioner graduate certificate
151
+ master of science civil infrastructure engineering ms cie
152
+ aeronautical management technology air traffic management
153
+ undergraduate certificate in transportation and logistics
154
+ graphic information technology full stack web development
155
+ public service and public policy social services delivery
156
+ advanced nursing practice neonatal nurse practitioner dnp
157
+ technology for teaching and learning graduate certificate
158
+ robotics and autonomous systems electrical engineering ms
159
+ robotics and autonomous systems biomedical engineering ms
160
+ post baccalaureate certificate in bilingual authorization
161
+ environmental and resource management water management ms
162
+ master of science mechanical engineering technology msmet
163
+ bachelor of science computer engineering technology bscet
164
+ bachelor of science electrical computer engineering bsece
165
+ master of science electrical engineering technology mseet
166
+ master of science manufacturing systems engineering msmse
167
+ global management nonprofit leadership and management mgm
168
+ human and social dimensions of science and technology phd
169
+ master of science environmental engineering msene msenve
170
+ post baccalaureate certificate for transition specialist
171
+ undergraduate certificate in fashion fiber and materials
172
+ master of science electrical electronics technology mset
173
+ undergraduate certificate in youth agency administration
174
+ teaching english to speakers of other languages tesol ma
175
+ undergraduate certificate in fire service administration
176
+ curriculum and instruction early childhood education med
177
+ biological sciences neurobiology physiology and behavior
178
+ social and cultural analysis queer and sexuality studies
179
+ bachelor of science chemical materials engineering bscme
180
+ curriculum and instruction autism spectrum disorders med
181
+ electrical engineering electric power and energy systems
182
+ public service and public policy american indian studies
183
+ media arts and sciences extended reality technologies ms
184
+ computer assisted language learning graduate certificate
185
+ exploratory applied computing mathematics and technology
186
+ applied mathematics for the life and social sciences phd
187
+ nonprofit leadership and management graduate certificate
188
+ master of science electrical computer engineering msece
189
+ advanced nursing practice family nurse practitioner dnp
190
+ master of science computer engineering technology mscet
191
+ bachelor of science materials science engineering bsmse
192
+ business administration bs option in business economics
193
+ post baccalaureate certificate in business intelligence
194
+ applied biological sciences applied biological sciences
195
+ post baccalaureate certificate in healthcare leadership
196
+ undergraduate certificate in human resources management
197
+ post baccalaureate certificate in postsecondary reading
198
+ technology aviation management and human factors mstech
199
+ global management global development and innovation mgm
200
+ education ma option in early childhoodprimary education
201
+ educational leadership and innovation policy/admin edd
202
+ nonfiction writing and publishing graduate certificate
203
+ business administration bs option in business prelegal
204
+ minor in bioinformatics and computational biology binf
205
+ aeronautical management technology professional flight
206
+ master of science chemical materials engineering mscme
207
+ digital culture interdisciplinary arts and performance
208
+ applied science health entrepreneurship and innovation
209
+ bachelor of science computer science engineering bscse
210
+ religious studies religion politics and global affairs
211
+ health sciences healthy lifestyles and fitness science
212
+ post master’s certificate in applied behavior analysis
213
+ earth and space exploration exploration systems design
214
+ tourism development and management sustainable tourism
215
+ global development and innovation graduate certificate
216
+ robotics and autonomous systems systems engineering ms
217
+ teaching english to speakers of other languages mtesol
218
+ parks and recreation management therapeutic recreation
219
+ tourism development and management meetings and events
220
+ bachelors in electronics and communication engineering
221
+ women's health nurse practitioner graduate certificate
222
+ exercise and wellness fitness and wellness specialist
223
+ social work advanced standing advanced generalist msw
224
+ post baccalaureate certificate in business management
225
+ post baccalaureate certificate in clinical counseling
226
+ dance interdisciplinary digital media and perform mfa
227
+ post baccalaureate certificate in nutritional science
228
+ post baccalaureate certificate in educational therapy
229
+ reading and literacy leadership specialist credential
230
+ master of science materials science engineering msmse
231
+ post baccalaureate certificate in audiology assistant
232
+ teaching english to speakers of other languages tesol
233
+ social and cultural analysis women and gender studies
234
+ bachelor of science biomedical engineering bsbe bsbme
235
+ complex adaptive systems science graduate certificate
236
+ undergraduate certificate in sustainability marketing
237
+ business administration bs option in entrepreneurship
238
+ early childhood and early childhood special education
239
+ bachelor of science computer engineering bsce bscmpe
240
+ educating multilingual learners graduate certificate
241
+ bachelor of science drafting design technology bsddt
242
+ bachelor of science manufacturing engineering bsmfge
243
+ applied biological sciences natural resource ecology
244
+ online teaching for grades k 12 graduate certificate
245
+ biological sciences conservation biology and ecology
246
+ applied mathematics for the life and social sciences
247
+ bilingual education and english as a second language
248
+ undergraduate certificate in aviation administration
249
+ curriculum and instruction teaching and learning med
250
+ applied biological sciences sustainable horticulture
251
+ social science research methods graduate certificate
252
+ human system engineering user experience research ms
253
+ post baccalaureate certificate in enterprise systems
254
+ elementary education educating multilingual learners
255
+ adapted physical education added authorization apeaa
256
+ interprofessional healthy aging graduate certificate
257
+ science of health care delivery graduate certificate
258
+ master of science computer science engineering mscse
259
+ sustainability complex adaptive systems science phd
260
+ advanced nursing practice innovation leadership dnp
261
+ bachelor of science metallurgical engineering bsmte
262
+ master of science biomedical engineering msbe msbme
263
+ geographic information science graduate certificate
264
+ law enforcement administration graduate certificate
265
+ undergraduate certificate in international business
266
+ global management global digital transformation mgm
267
+ applied science food and nutrition entrepreneurship
268
+ human systems engineering aviation human factors ms
269
+ civil environmental and sustainable engineering phd
270
+ social and cultural analysis latin american studies
271
+ undergraduate certificate in healthcare informatics
272
+ post master’s certificate in nursing administration
273
+ architecture energy perf/climate responsive arch ms
274
+ early childhood education teacher certification med
275
+ modern languages and literatures credential program
276
+ civil environmental and sustainable engineering ms
277
+ clinical research management regulatory science ms
278
+ applied biological sciences preveterinary medicine
279
+ educational leadership and innovation teaching edd
280
+ master of science manufacturing engineering msmfge
281
+ undergraduate certificate in alternative nutrition
282
+ american indian studies visual and oral culture ms
283
+ exploration systems design systems engineering phd
284
+ clear induction administrative services credential
285
+ community engaged practices in design and the arts
286
+ public administration nonprofit administration mpa
287
+ undergraduate certificate in business intelligence
288
+ multiple subject clearinduction credential program
289
+ master of science computer engineering msce mscmpe
290
+ religious studies religion culture and public life
291
+ master of science drafting design technology msddt
292
+ applied ethics ethics and emerging technologies ma
293
+ dance teaching artist praxis graduate certificate
294
+ international letters and cultures arabic studies
295
+ education ma option in curriculum and instruction
296
+ social work advanced standing direct practice msw
297
+ master of science metallurgical engineering msmte
298
+ bachelor of science engineering management bsemgt
299
+ exploration systems design systems engineering ms
300
+ emergency nurse practitioner graduate certificate
301
+ clinical research management graduate certificate
302
+ undergraduate certificate in computer programming
303
+ doctor of education in educational leadership edd
304
+ global management global health care delivery mgm
305
+ pediatric nurse practitioner graduate certificate
306
+ anthropology complex adaptive systems science phd
307
+ bachelor of science agricultural engineering bsae
308
+ undergraduate certificate in community nutrition
309
+ minor in political science public administration
310
+ minor in science technology and medicine studies
311
+ undergraduate certificate in applied gerontology
312
+ fire protection administration and technology bs
313
+ interdisciplinary studies organizational studies
314
+ business administration bs option in real estate
315
+ human systems engineering intelligent systems ms
316
+ single subject clearinduction credential program
317
+ statistics and data science graduate certificate
318
+ aerospace engineering autonomous vehicle systems
319
+ computational life sciences graduate certificate
320
+ theatre arts entrepreneurship and management mfa
321
+ bachelor of science engineering technology bset
322
+ criminal justice ms program suspended 2020 2021
323
+ bachelor of science electrical engineering bsee
324
+ bachelor of science biological engineering bsbe
325
+ business administration bs option in management
326
+ law science and technology graduate certificate
327
+ post baccalaureate certificate in biotechnology
328
+ computer engineering electrical engineering phd
329
+ education ma option in integrated stem teaching
330
+ food safety and protection graduate certificate
331
+ business administration bs option in accounting
332
+ curriculum and instruction gifted education med
333
+ public service and public policy law and policy
334
+ undergraduate certificate in enterprise systems
335
+ bachelor of science materials engineering bsmae
336
+ bachelor of science mechanical engineering bsme
337
+ master of science engineering management msemgt
338
+ single subject credential in secondary teaching
339
+ undergraduate certificate in general management
340
+ earth and space exploration geological sciences
341
+ minor in operations and supply chain management
342
+ bachelor of science industrial engineering bsie
343
+ applied prevention science graduate certificate
344
+ public policy science and technology policy mpp
345
+ global management digital audience strategy mgm
346
+ modern energy production and sustainable use ms
347
+ public service and public policy sustainability
348
+ master of science agricultural engineering msae
349
+ public service and public policy health policy
350
+ preliminary administrative services credential
351
+ exploration systems design sensor networks phd
352
+ business administration bs option in retailing
353
+ applied ethics biomedical and health ethics ma
354
+ post master’s certificate in nursing education
355
+ education ma option in research and evaluation
356
+ applied behavior analysis graduate certificate
357
+ lean six sigma black belt graduate certificate
358
+ graphic information technology user experience
359
+ exploration systems design instrumentation phd
360
+ autism spectrum disorders graduate certificate
361
+ business administration bs option in marketing
362
+ special education autism spectrum disorders ma
363
+ bjmc bachelor of journalism mass communication
364
+ applied science graphic information technology
365
+ computer engineering electrical engineering ms
366
+ community resources and development tourism ms
367
+ composition interdisciplinary digital media mm
368
+ special education applied behavior analysis ma
369
+ mechanical engineering computational mechanics
370
+ spanish language pedagogy graduate certificate
371
+ computer science art media and engineering phd
372
+ undergraduate certificate in fashion retailing
373
+ global trade and commerce graduate certificate
374
+ public administration emergency management mpa
375
+ family nurse practitioner graduate certificate
376
+ bachelor of science chemical engineering bsche
377
+ creative enterprise and cultural leadership ma
378
+ business administration business analytics mba
379
+ digital culture graphic information technology
380
+ energy and sustainability graduate certificate
381
+ bachelor of science aerospace engineering bsae
382
+ elementary education teacher certification med
383
+ global management sustainability solutions mgm
384
+ computer science art media and engineering ms
385
+ participatory governance graduate certificate
386
+ exploration systems design sensor networks ms
387
+ master of science materials engineering msmae
388
+ global management global entrepreneurship mgm
389
+ nuclear power generation graduate certificate
390
+ bachelor of journalism and mass communication
391
+ secondary education teacher certification med
392
+ master of science mechanical engineering msme
393
+ public administration and policy urbanism phd
394
+ master of science engineering technology mset
395
+ social and cultural analysis american studies
396
+ minor in women’s gender and sexuality studies
397
+ global leadership and strategy executive mgls
398
+ undergraduate certificate in veteran services
399
+ doctor of philosophy in special education phd
400
+ master of science industrial engineering msie
401
+ semiconductor processing graduate certificate
402
+ post baccalaureate certificate in real estate
403
+ master of science biological engineering msbe
404
+ subject matter waiver programs in mathematics
405
+ exploration systems design instrumentation ms
406
+ master of science electrical engineering msee
407
+ undergraduate certificate in sports nutrition
408
+ public relations and strategic communications
409
+ domestic violence and evidence based practice
410
+ mechanical engineering energy and environment
411
+ emergency management and homeland security ma
412
+ undergraduate certificate in entrepreneurship
413
+ technological entrepreneurship and management
414
+ classical liberal education and leadership ma
415
+ public service and public policy criminology
416
+ business administration bs option in finance
417
+ supply chain management graduate certificate
418
+ secondary education earth and space sciences
419
+ electrical engineering art media and eng phd
420
+ post baccalaureate certificate in accounting
421
+ biological data science graduate certificate
422
+ bachelor of science forest research bsforres
423
+ master of science chemical engineering msche
424
+ biology complex adaptive systems science phd
425
+ bachelor of science systems engineering bsse
426
+ natural science earth and space sciences mns
427
+ master of science aerospace engineering msae
428
+ history of science technology and innovation
429
+ blended bachelor of sciencemaster of science
430
+ english writing rhetorics and literacies phd
431
+ lesbian gay bisexual and transgender studies
432
+ applied science internet and web development
433
+ engineering education systems and design phd
434
+ counseling and applied psychological science
435
+ education educating multilingual learners ma
436
+ psychology quantitative research methods phd
437
+ law enforcement in parks and protected areas
438
+ undergraduate certificate in natural science
439
+ engineering science software engineering mse
440
+ organizational leadership project management
441
+ technical communication graduate certificate
442
+ bachelor of science mining engineering bsmie
443
+ global management integrated health care mgm
444
+ b tech electronics communication engineering
445
+ m tech electronics communication engineering
446
+ electrical engineering art media and eng ms
447
+ exploratory humanities fine arts and design
448
+ human systems engineering health systems ms
449
+ public administration and public management
450
+ educational studies early childhood studies
451
+ theatre interdisciplinary digital media mfa
452
+ bachelor of science biological systems bsbs
453
+ theatre theatre for youth and community mfa
454
+ health care innovation graduate certificate
455
+ liberal studies film and media studies mlst
456
+ civil engineering environmental engineering
457
+ bachelor of computer application later entry
458
+ music entrepreneurship graduate certificate
459
+ global management public administration mgm
460
+ minor in political science prelegal studies
461
+ law and sustainability graduate certificate
462
+ mexican american studies credential program
463
+ theatre theatre for youth and community phd
464
+ trauma and bereavement graduate certificate
465
+ bachelor of science stware engineering bsse
466
+ socio economic justice graduate certificate
467
+ special education teacher certification med
468
+ international letters and cultures classics
469
+ sports science and performance programming
470
+ social transformation graduate certificate
471
+ evolutionary medicine graduate certificate
472
+ master of science mining engineering msmie
473
+ special education and elementary education
474
+ design environment and the arts design phd
475
+ master of science forest research msforres
476
+ post baccalaureate certificate in big data
477
+ master of science systems engineering msse
478
+ social and cultural analysis peace studies
479
+ bttm bachelor of travel tourism management
480
+ engineering mechanical engineering systems
481
+ technical communication data visualization
482
+ public administration urban management mpa
483
+ teacher certification graduate certificate
484
+ technology management of technology mstech
485
+ public administration graduate certificate
486
+ bachelor degree in international relations
487
+ data science analytics and engineering phd
488
+ health law and policy graduate certificate
489
+ global affairs and management executive ma
490
+ innovation leadership graduate certificate
491
+ bachelor of science civil engineering bsce
492
+ exploratory social and behavioral sciences
493
+ global management global legal studies mgm
494
+ minor in political science global politics
495
+ computer systems engineering cybersecurity
496
+ music theory pedagogy graduate certificate
497
+ supply chain management and engineering ms
498
+ computer science biomedical informatics ms
499
+ applied science medical laboratory science
500
+ transborder chicana o and latina o studies
501
+ symbolic cognitive and linguistic systems
502
+ business public service and public policy
503
+ criminology and criminal justice policing
504
+ construction management and technology ms
505
+ bachelor of journalism mass communication
506
+ bachelor of science computer science bscs
507
+ electronics and communication engineering
508
+ global management sustainable tourism mgm
509
+ civic and economic thought and leadership
510
+ civil engineering sustainable engineering
511
+ public service and public policy business
512
+ master of science stware engineering msse
513
+ emergency management graduate certificate
514
+ doctor of philosophy in special education
515
+ biomedical engineering biological devices
516
+ analysis and management of insurance risk
517
+ master of science biological systems msbs
518
+ environmental social science urbanism phd
519
+ theatre arts and dance credential program
520
+ human systems engineering user experience
521
+ computer engineering computer systems phd
522
+ interdisciplinary studies master’s degree
523
+ asian languages/civilizations japanese ma
524
+ undergraduate certificate in food science
525
+ music interdisciplinary digital media dma
526
+ biomedical engineering biomedical devices
527
+ east asian languages and civilization phd
528
+ bachelor of science criminal justice bscj
529
+ undergraduate certificate in social media
530
+ public administration public finance mpa
531
+ educational studies instructional design
532
+ sustainability leadership executive emsl
533
+ translation studies graduate certificate
534
+ asian languages/civilizations chinese ma
535
+ computer engineering computer systems ms
536
+ hazardous materials and waste management
537
+ nonprofit leadership and management mnlm
538
+ earth and space exploration astrophysics
539
+ english writing rhetorics and literacies
540
+ performance voice music theatre opera mm
541
+ applied ethics sciencetech and ethics ma
542
+ interdisciplinary organizational studies
543
+ undergraduate certificate in food safety
544
+ immigration studies graduate certificate
545
+ industrial technology credential program
546
+ human resources and employment law mhrel
547
+ education specialist credential programs
548
+ sustainable tourism graduate certificate
549
+ renaissance studies graduate certificate
550
+ master of science civil engineering msce
551
+ environmental and resource management ms
552
+ program evaluation and data analytics ms
553
+ educational leadership principalship med
554
+ bachelor of science engineering bse bsen
555
+ atmospheric science graduate certificate
556
+ learning literacies and technologies phd
557
+ molecular biosciences and biotechnology
558
+ policy informatics graduate certificate
559
+ program evaluation graduate certificate
560
+ bba bachelor of business administration
561
+ community resources and development phd
562
+ nutrition food and nutrition management
563
+ linguistics and applied linguistics phd
564
+ bachelor of business administration bba
565
+ women’s gender and sexuality studies ba
566
+ applied science early childhood studies
567
+ bachelors of engineering and technology
568
+ secondary education biological sciences
569
+ international affairs and leadership ma
570
+ master of science criminal justice mscj
571
+ bachelor of computer engineering bcompe
572
+ biological sciences biomedical sciences
573
+ minor in chicana o and latina o studies
574
+ technical communication user experience
575
+ bachelor of biomedical engineering bbme
576
+ neural engineering graduate certificate
577
+ applied science technical communication
578
+ disability studies graduate certificate
579
+ biological sciences biology and society
580
+ healthcare and healing environments msd
581
+ digital humanities graduate certificate
582
+ master of science computer science mscs
583
+ global development graduate certificate
584
+ health care compliance and regulations
585
+ homeland security graduate certificate
586
+ construction management and technology
587
+ public policy environmental policy mpp
588
+ bachelor of electrical engineering bee
589
+ master of science engineering mse msen
590
+ linguistics and applied linguistics ma
591
+ bachelor of engineering technology bet
592
+ secondary education physical education
593
+ higher and postsecondary education med
594
+ bachelor of mechanical engineering bme
595
+ design visual communication design msd
596
+ applied leadership and management malm
597
+ food industry management and marketing
598
+ undergraduate certificate in marketing
599
+ natural science subject matter program
600
+ health entrepreneurship and innovation
601
+ community resources and development ms
602
+ digital audiences graduate certificate
603
+ interdisciplinary arts and performance
604
+ geological sciences credential program
605
+ sexuality studies graduate certificate
606
+ w p carey mba custom corporate program
607
+ educational policy and evaluation phd
608
+ auditory and language neuroscience ms
609
+ master of business administration mba
610
+ global management global business mgm
611
+ communication training and assessment
612
+ gender women and sexuality studies ma
613
+ music music learning and teaching phd
614
+ masters of engineering and technology
615
+ health care administration and policy
616
+ bca bachelor of computer applications
617
+ master of computer engineering mcompe
618
+ computer science software engineering
619
+ master of biomedical engineering mbme
620
+ business chinese language and culture
621
+ electronics communication engineering
622
+ environmental and resource management
623
+ gifted education graduate certificate
624
+ urban and environmental planning muep
625
+ business spanish language and culture
626
+ exercise and nutritional sciences phd
627
+ innovation and venture development ms
628
+ minor in computer information systems
629
+ materials science and engineering phd
630
+ medieval studies graduate certificate
631
+ computer science big data systems mcs
632
+ history and philosophy of science phd
633
+ global marketing graduate certificate
634
+ convention sales and meeting planning
635
+ nursing and healthcare innovation phd
636
+ applied science operations management
637
+ health education and health promotion
638
+ secondary education political science
639
+ journalism and mass communication phd
640
+ parks recreation and sport management
641
+ bsc computer science and engineering
642
+ bsc hospitality hotel administration
643
+ african and african american studies
644
+ community advocacy and social policy
645
+ african studies graduate certificate
646
+ television film and media studies ma
647
+ obesity prevention and management ms
648
+ global technology and development ms
649
+ nursing entry to nursing practice ms
650
+ philosophy morality politics and law
651
+ bachelor of wireless engineering bwe
652
+ mass communication and media studies
653
+ learning design and technologies med
654
+ multiple subject teaching credential
655
+ criminology and criminal justice phd
656
+ public administration and policy phd
657
+ international health management mihm
658
+ master of engineering technology met
659
+ global management global affairs mgm
660
+ exploratory health and life sciences
661
+ mathematical concepts of engineering
662
+ computer science big data systems ms
663
+ comparative culture and language phd
664
+ materials science and engineering ms
665
+ global leadership and management dpp
666
+ electrical engineering blended bs ms
667
+ public policy policy informatics mpp
668
+ tribal policy law and government llm
669
+ television film and media studies ba
670
+ master of mechanical engineering mme
671
+ master of electrical engineering mee
672
+ business global logistics management
673
+ critical theory graduate certificate
674
+ innovation in global development phd
675
+ communication sciences and disorders
676
+ undergraduate certificate in finance
677
+ public administration executive empa
678
+ applied science emergency management
679
+ bachelor of stware engineering bswe
680
+ design environment and the arts phd
681
+ interdisciplinary arts and sciences
682
+ bachelor of science systems bs syst
683
+ computational mathematical sciences
684
+ trial advocacy graduate certificate
685
+ bachelors of engineering technology
686
+ small business and entrepreneurship
687
+ global finance graduate certificate
688
+ global leadership and strategy mgls
689
+ food and nutrition entrepreneurship
690
+ global affairs graduate certificate
691
+ nonprofit leadership and management
692
+ global management public policy mgm
693
+ biochemistry medicinal chemistry ms
694
+ museum studies graduate certificate
695
+ speech language pathology assistant
696
+ mechanical engineering blended bsms
697
+ bachelor of religious education bre
698
+ history teaching credential program
699
+ minor in biomedical engineering bme
700
+ criminology and criminal justice ms
701
+ sustainability graduate certificate
702
+ asian and asian american studies ba
703
+ gender studies graduate certificate
704
+ undergraduate certificate in korean
705
+ ba hospitality & tourism management
706
+ parks and protected area management
707
+ bachelor of business administration
708
+ astronomical and planetary sciences
709
+ special education visual impairment
710
+ pupil personnel services credential
711
+ bachelor of systems engineering bse
712
+ accountancy and data analytics macc
713
+ crime analysis graduate certificate
714
+ interdisciplinary health humanities
715
+ minor in developmental disabilities
716
+ public policy graduate certificate
717
+ single subject teaching credential
718
+ computer science cybersecurity phd
719
+ health social care nvq svq level 2
720
+ applied science project management
721
+ masters of business administration
722
+ social justice and human rights ma
723
+ bachelor of science chemistry bsch
724
+ science and technology policy mstp
725
+ philosophy rhetoric and literature
726
+ education accomplished teaching ma
727
+ applied science applied leadership
728
+ geographic information systems mas
729
+ international letters and cultures
730
+ science of health care delivery ms
731
+ community sports management events
732
+ bachelor of science education bsed
733
+ asian studies graduate certificate
734
+ culture technology and environment
735
+ economics politics and the economy
736
+ master of wireless engineering mwe
737
+ minor in creative studies in music
738
+ electrical electronics engineering
739
+ minor in political science general
740
+ bms bachelor of management science
741
+ theory and composition composition
742
+ tourism development and management
743
+ computer science cybersecurity mcs
744
+ natural science credential program
745
+ geographic information science phd
746
+ aerospace engineering astronautics
747
+ philosophy science nature and mind
748
+ global management data science mgm
749
+ gender women and sexuality studies
750
+ history and philosophy of science
751
+ bachelor of computer application
752
+ plant biology and conservation ms
753
+ masters of engineering technology
754
+ bsc medical laboratory technology
755
+ master of religious education mre
756
+ materials engineering and science
757
+ bfd bachelor of fashion designing
758
+ elementary multilingual education
759
+ chicana o and latina o studies ba
760
+ performance orchestral instrument
761
+ early childhood special education
762
+ geography meteorology climatology
763
+ molecular and cellular biology ms
764
+ developing team management skills
765
+ master of business administration
766
+ regulatory science food safety ms
767
+ russian and east european studies
768
+ master of science systems ms syst
769
+ minor in sustainability marketing
770
+ computer science cybersecurity ms
771
+ philosophy politics and economics
772
+ tourism and recreation management
773
+ bachelors of computer application
774
+ minor in central american studies
775
+ materials science and engineering
776
+ bachelor of civil engineering bce
777
+ american indian nation governance
778
+ business food industry management
779
+ aerospace engineering aeronautics
780
+ chicana o and latina o studies ma
781
+ master of stware engineering mswe
782
+ nutrition nutrition communication
783
+ early entrance program curriculum
784
+ chemistry environmental chemistry
785
+ microbiology medical microbiology
786
+ graphic information technology ms
787
+ journalism and mass communication
788
+ master of systems engineering mse
789
+ bachelor of fiber engineering bfe
790
+ information systems management ms
791
+ public service and public policy
792
+ master of science chemistry msch
793
+ bachelor of computer science bcs
794
+ biochemistry medicinal chemistry
795
+ nutritional science dietetics ms
796
+ ba in language and communication
797
+ global affairs and management ma
798
+ design studies design management
799
+ legal issues in criminal justice
800
+ visual communication design mvcd
801
+ family and human development phd
802
+ bbs bachelor of business studies
803
+ bachelor of criminal justice bcj
804
+ ba communication & media studies
805
+ social work standard program msw
806
+ behavioral health management dbh
807
+ bachelor of science business bsb
808
+ global sustainability science ms
809
+ criminology and criminal justice
810
+ global security cybersecurity ma
811
+ taxation and data analytics mtax
812
+ real estate graduate certificate
813
+ writing rhetorics and literacies
814
+ business business administration
815
+ french comparative literature ma
816
+ master of information technology
817
+ minor in aviation administration
818
+ management in china/corporate ms
819
+ master of mass communication mmc
820
+ environmental social science phd
821
+ minor in entertainment marketing
822
+ bem bachelor of event management
823
+ smart manufacturing & automation
824
+ minor in rehabilitation services
825
+ political history and leadership
826
+ health sciences pre professional
827
+ digital culture media processing
828
+ w p carey mba fast track program
829
+ computer information systems phd
830
+ linguistics graduate certificate
831
+ psychology psychological science
832
+ master of science education msed
833
+ w p carey mba full time program
834
+ physical activity and health ms
835
+ family and human development ms
836
+ master of computer applications
837
+ health care policy and delivery
838
+ social science research methods
839
+ bachelor of technology bt btech
840
+ social justice and human rights
841
+ master of public administration
842
+ mathematics secondary education
843
+ minor in asian american studies
844
+ w p carey mba executive program
845
+ applied science health sciences
846
+ minor in latin american studies
847
+ indian law graduate certificate
848
+ secondary education mathematics
849
+ clinical exercise physiology ms
850
+ applied business data analytics
851
+ narrative and emerging media ma
852
+ computer information systems bs
853
+ civil engineering blended bs ms
854
+ earth and environmental studies
855
+ master of fiber engineering mfe
856
+ entrepreneurship and innovation
857
+ biology biology and society phd
858
+ biotechnology and bioenterprise
859
+ television film and theatre mfa
860
+ marriage and family therapy mas
861
+ be btech bachelor of technology
862
+ global financial management dba
863
+ education literacy education ma
864
+ applied computing cybersecurity
865
+ minor in business iintelligence
866
+ bachelor of science nursing bsn
867
+ bachelor of engineering be beng
868
+ philosophy religion and society
869
+ integrated law program bcom llb
870
+ theatre performance america phd
871
+ clinical research management ms
872
+ masters of computer application
873
+ biology pharmacology toxicology
874
+ performance collaborative piano
875
+ master of civil engineering mce
876
+ environmental life sciences phd
877
+ global management executive mgm
878
+ special major bachelor’s degree
879
+ mild moderate special education
880
+ construction management program
881
+ social and cultural pedagogy ma
882
+ biomimicry graduate certificate
883
+ bachelor of liberal studies bls
884
+ biology biology and society ms
885
+ exploration systems design phd
886
+ master of computer science mcs
887
+ behavioral health clinical dbh
888
+ engineering electrical systems
889
+ bachelor of hebrew letters bhl
890
+ applied biological sciences ms
891
+ master of computer application
892
+ master of science business msb
893
+ theatre performance design mfa
894
+ bds bachelor of dental surgery
895
+ asian pacific american studies
896
+ applied science animal biology
897
+ computer science cybersecurity
898
+ master of criminal justice mcj
899
+ integrated law course ba + llb
900
+ sales and marketing essentials
901
+ minor in healthcare management
902
+ film film and media production
903
+ international business studies
904
+ doctor of nursing practice dnp
905
+ social and behavioral sciences
906
+ kinesiology credential program
907
+ integarted law program bba llb
908
+ w p carey mba shanghai program
909
+ engineering automotive systems
910
+ graphic information technology
911
+ food science and technology bs
912
+ barch bachelor of architecture
913
+ bachelor of marine science bms
914
+ public policy urban policy mpp
915
+ bachelor of architecture barch
916
+ psychology forensic psychology
917
+ music learning and teaching mm
918
+ working with military families
919
+ urban and metropolitan studies
920
+ geographic information science
921
+ biotechnology and genomics llm
922
+ molecular/cellular biology phd
923
+ speech and hearing science phd
924
+ science technology and society
925
+ biology environmental science
926
+ educational administration ma
927
+ leadership and management mlm
928
+ advanced nursing practice dnp
929
+ minor in health communication
930
+ w p carey mba evening program
931
+ secondary education chemistry
932
+ bachelor of fashion designing
933
+ master of science nursing msn
934
+ minor in mesoamerican studies
935
+ business language and culture
936
+ human systems engineering phd
937
+ leadership ethics and service
938
+ health sciences health policy
939
+ integrative social science ms
940
+ oral history and storytelling
941
+ postbaccalaureate certificate
942
+ theatre design and production
943
+ astrophysics and astronomy ms
944
+ master of technology mt mtech
945
+ theory and composition theory
946
+ exploration systems design ms
947
+ public interest technology ms
948
+ master of engineering me meng
949
+ leadership and innovation edd
950
+ bpt bachelor of physiotherapy
951
+ bsc environmental engineering
952
+ business information security
953
+ sustainability solutions msus
954
+ early childhood education med
955
+ business corporate accounting
956
+ computer science blended bsms
957
+ sustainability leadership msl
958
+ laws global legal studies llm
959
+ electronics and communication
960
+ animation graphics multimedia
961
+ the honors college curriculum
962
+ english english education phd
963
+ master of liberal studies mls
964
+ strength and conditioning ms
965
+ minor in pan african studies
966
+ master of marine science mms
967
+ marketing professional sales
968
+ interdisciplinary studies ma
969
+ design experience design msd
970
+ sports law and business mslb
971
+ real estate development mred
972
+ human systems engineering ms
973
+ applied quantitative science
974
+ chemistry credential program
975
+ theatre dramatic writing mfa
976
+ environmental engineering ms
977
+ computer systems engineering
978
+ diversity and equity studies
979
+ construction engineering mse
980
+ master of hebrew letters mhl
981
+ nursing nursing education ms
982
+ master of architecture march
983
+ bachelor of philosophy bphil
984
+ veterans society and service
985
+ minor in francophone studies
986
+ bachelor of technology btech
987
+ bachelor of computer science
988
+ applied behavior analysis ms
989
+ nutrition and healthy living
990
+ family and human development
991
+ arts and humanities in games
992
+ digital audience strategy ms
993
+ w p carey mba online program
994
+ business global agribusiness
995
+ organizational leadership ms
996
+ computer information systems
997
+ manufacturing engineering ms
998
+ bachelor of pharmacy bpharm
999
+ history secondary education
1000
+ secondary education physics
1001
+ bsw bachelor of social work
1002
+ construction management phd
1003
+ religion conflict and peace
1004
+ supply chain management phd
1005
+ investigative journalism ma
1006
+ minor in social gerontology
1007
+ community sports management
1008
+ secondary education history
1009
+ international public health
1010
+ masters business management
1011
+ music learning and teaching
1012
+ health education specialist
1013
+ media arts and sciences phd
1014
+ computational life sciences
1015
+ sustainable engineering mse
1016
+ spanish for the professions
1017
+ film film and media studies
1018
+ sustainable food systems ms
1019
+ secondary education english
1020
+ pharmacology and toxicology
1021
+ physics secondary education
1022
+ minor in philosophy general
1023
+ business financial planning
1024
+ hospice and palliative care
1025
+ secondary education spanish
1026
+ bachelor of literature blit
1027
+ business administration mba
1028
+ english secondary education
1029
+ earth and space exploration
1030
+ bachelor of performing arts
1031
+ asia studies southeast asia
1032
+ digital business innovation
1033
+ applied biological sciences
1034
+ integrated health care mihc
1035
+ communicative disorders ba
1036
+ electrical engineering phd
1037
+ business global leadership
1038
+ educational foundations ma
1039
+ hotel and event management
1040
+ latino politics and policy
1041
+ business retail management
1042
+ bsc information technology
1043
+ master of philosophy mphil
1044
+ bachelor of designb design
1045
+ minor in religious studies
1046
+ film and media studies mas
1047
+ biological data science ms
1048
+ business administration bs
1049
+ educational leadership med
1050
+ industrial engineering phd
1051
+ communication disorders ms
1052
+ aviation administration bs
1053
+ sports cultures and ethics
1054
+ sociocultural anthropology
1055
+ media arts and sciences ms
1056
+ educational technology phd
1057
+ art digital technology mfa
1058
+ master of engineering meng
1059
+ complex systems science ms
1060
+ speech and hearing science
1061
+ biomedical informatics phd
1062
+ infant family practice mas
1063
+ minor in child development
1064
+ bsc industrial engineering
1065
+ bachelor of arts ba honors
1066
+ technical communication ms
1067
+ business administration ms
1068
+ landscape architecture mla
1069
+ doctor of nursing practice
1070
+ transportation engineering
1071
+ integrative social science
1072
+ rehabilitation services bs
1073
+ minor in philosophy prelaw
1074
+ mechanical engineering phd
1075
+ supply chain management ms
1076
+ communicative disorders ma
1077
+ electrical engineering mse
1078
+ bachelor of commerce b com
1079
+ integrated mbl llm mba llm
1080
+ biomedical engineering phd
1081
+ bachelors in culinary arts
1082
+ biomedical informatics ms
1083
+ globalization and culture
1084
+ nutrition human nutrition
1085
+ anthropology urbanism phd
1086
+ undergraduate certificate
1087
+ bachelor of canon law bcl
1088
+ energy and sustainability
1089
+ early childhood education
1090
+ aerospace engineering phd
1091
+ graphic communications bs
1092
+ master of pharmacy mpharm
1093
+ biomedical diagnostics ms
1094
+ manufacturing engineering
1095
+ interior architecture mia
1096
+ public administration mpa
1097
+ organizational leadership
1098
+ bachelor of arts bahonors
1099
+ information technology ms
1100
+ bachelor of fine arts bfa
1101
+ youth services leadership
1102
+ clinical exercise science
1103
+ latin american studies ma
1104
+ electrical engineering bs
1105
+ human systems engineering
1106
+ bsc nutrition & dietetics
1107
+ master of literature mlit
1108
+ special events management
1109
+ minor in forensic science
1110
+ health and wellness coach
1111
+ electrical engineering ms
1112
+ counseling psychology phd
1113
+ performance conducting mm
1114
+ minor in creative writing
1115
+ latin american studies ba
1116
+ performance music theatre
1117
+ minor in entrepreneurship
1118
+ bcom bachelor of commerce
1119
+ educational technology ma
1120
+ health care simulation ms
1121
+ healthcare innovation mhi
1122
+ bachelor of education bed
1123
+ film filmmaking practices
1124
+ business entrepreneurship
1125
+ minor in geology sciences
1126
+ bfa bachelor of fine arts
1127
+ biomedical engineering ms
1128
+ mechanical engineering bs
1129
+ industrial engineering ms
1130
+ bachelor of journalism bj
1131
+ environmental engineering
1132
+ personal fitness training
1133
+ transformation and change
1134
+ mechanical engineering ms
1135
+ minor in criminal justice
1136
+ film and media production
1137
+ minor in computer science
1138
+ interdisciplinary studies
1139
+ post master’s certificate
1140
+ biotechnology engineering
1141
+ healthcare management ms
1142
+ bachelor of science b sc
1143
+ bsc occupational therapy
1144
+ industrial management ms
1145
+ minor in natural science
1146
+ doctor of philosophy phd
1147
+ environmental science ms
1148
+ evolutionary biology phd
1149
+ health care coordination
1150
+ asian languages japanese
1151
+ minor in science fiction
1152
+ aeronautical engineering
1153
+ industrial technology bs
1154
+ master of commerce m com
1155
+ bsc software engineering
1156
+ environmental humanities
1157
+ construction engineering
1158
+ technological leadership
1159
+ chemical engineering phd
1160
+ applied science aviation
1161
+ minor in law and society
1162
+ music credential program
1163
+ bachelor of commercehons
1164
+ geographic education mas
1165
+ english creative writing
1166
+ business human resources
1167
+ business sports business
1168
+ aerospace engineering ms
1169
+ sustainable food systems
1170
+ business global politics
1171
+ master of arts ma honors
1172
+ construction law seminar
1173
+ performance and movement
1174
+ art painting and drawing
1175
+ communication studies ma
1176
+ politics and the economy
1177
+ bachelors of engineering
1178
+ ca chartered accountancy
1179
+ mtech in digital system
1180
+ american indian studies
1181
+ political psychology ma
1182
+ geological sciences phd
1183
+ indigenous education ma
1184
+ systems engineering phd
1185
+ applied linguistics phd
1186
+ master of arts mahonors
1187
+ master of public health
1188
+ business administration
1189
+ technical communication
1190
+ bachelor of engineering
1191
+ asia studies south asia
1192
+ art digital photography
1193
+ software engineering ms
1194
+ applied social sciences
1195
+ international relations
1196
+ master of journalism mj
1197
+ interior design history
1198
+ doctor of audiology aud
1199
+ environmental education
1200
+ theatre performance mfa
1201
+ bachelor of divinity bd
1202
+ transborder studies phd
1203
+ supply chain management
1204
+ business sustainability
1205
+ spanish linguistics phd
1206
+ applied mathematics phd
1207
+ computational forensics
1208
+ digital culture theatre
1209
+ addiction psychology ms
1210
+ secondary education med
1211
+ digital culture english
1212
+ cross sector leadership
1213
+ sustainable tourism mst
1214
+ performance pedagogy mm
1215
+ master of canon law mcl
1216
+ construction management
1217
+ master of education med
1218
+ bs computer engineering
1219
+ world war ii studies ma
1220
+ minor in basic business
1221
+ business data analytics
1222
+ chemical engineering ms
1223
+ music music and culture
1224
+ master of fine arts mfa
1225
+ bachelors culinary arts
1226
+ bachelor of forestry bf
1227
+ accounting blended bsms
1228
+ criminal investigations
1229
+ transborder studies mas
1230
+ bachelor of business bb
1231
+ asian languages chinese
1232
+ philosophy of doctorate
1233
+ information systems ms
1234
+ digital media literacy
1235
+ biomedical engineering
1236
+ masters of engineering
1237
+ social technologies ma
1238
+ music entrepreneurship
1239
+ geological sciences ms
1240
+ project management mpm
1241
+ health informatics mas
1242
+ landscape architecture
1243
+ film and media studies
1244
+ business communication
1245
+ minor in asian studies
1246
+ forensic psychology ms
1247
+ law and psychology phd
1248
+ desert food production
1249
+ leadership in business
1250
+ bachelor of science bs
1251
+ automobile engineering
1252
+ the credential program
1253
+ bachelor of laws ballb
1254
+ latin american studies
1255
+ engineering management
1256
+ asia studies east asia
1257
+ film and video studies
1258
+ nonprofit professional
1259
+ nutritional science bs
1260
+ btech computer science
1261
+ mechanical engineering
1262
+ ba development studies
1263
+ master of business law
1264
+ structural engineering
1265
+ master of science m sc
1266
+ mathematics statistics
1267
+ minor in communication
1268
+ minor in labor studies
1269
+ biomedical informatics
1270
+ piano collaborative mm
1271
+ information technology
1272
+ aws solution architect
1273
+ bachelor of technology
1274
+ art credential program
1275
+ digital culture design
1276
+ bachelor of nursing bn
1277
+ nutritional science ms
1278
+ minor in public health
1279
+ electrical engineering
1280
+ computer proficiencies
1281
+ business journalism ms
1282
+ law and human behavior
1283
+ sustainable energy phd
1284
+ industrial engineering
1285
+ physical education mpe
1286
+ english literature phd
1287
+ pan african studies ba
1288
+ french linguistics ma
1289
+ minor in social media
1290
+ religious studies phd
1291
+ music composition dma
1292
+ business analytics ms
1293
+ environmental science
1294
+ educational policy ma
1295
+ innovation in society
1296
+ leadership and ethics
1297
+ master of forestry mf
1298
+ education sciences ms
1299
+ music performance dma
1300
+ genetic counseling ms
1301
+ futures and design ms
1302
+ bsc civil engineering
1303
+ community development
1304
+ dance dance education
1305
+ arts entrepreneurship
1306
+ recreation management
1307
+ political science phd
1308
+ behavioral health dbh
1309
+ minor in microbiology
1310
+ regulatory science ms
1311
+ global management mgm
1312
+ special education med
1313
+ bacholers of commerce
1314
+ innovation for impact
1315
+ minor in anthropology
1316
+ social transformation
1317
+ master of divinity md
1318
+ industrial design msd
1319
+ international studies
1320
+ post graduate program
1321
+ biological design phd
1322
+ master of social work
1323
+ evolutionary medicine
1324
+ industrial design mid
1325
+ education exploratory
1326
+ integrated law course
1327
+ theatre directing mfa
1328
+ architectural studies
1329
+ master of business mb
1330
+ applied cybersecurity
1331
+ population health phd
1332
+ digital culture music
1333
+ blood borne pathogens
1334
+ bachelor of laws llb
1335
+ liberal studies mlst
1336
+ political science ba
1337
+ performance keyboard
1338
+ elementary education
1339
+ learning sciences ma
1340
+ family communication
1341
+ chemical engineering
1342
+ french literature ma
1343
+ robotics engineering
1344
+ child development ma
1345
+ engineering robotics
1346
+ bachelor of music bm
1347
+ business health care
1348
+ music composition mm
1349
+ cs company secretary
1350
+ correctional studies
1351
+ software engineering
1352
+ english education ma
1353
+ medical nutrition ms
1354
+ master of nursing mn
1355
+ master of science ms
1356
+ biological design ms
1357
+ religious studies ma
1358
+ environmental design
1359
+ bachelor of commerce
1360
+ civil engineering bs
1361
+ business exploratory
1362
+ minor in mathematics
1363
+ atmospheric sciences
1364
+ narrative studies ma
1365
+ wellness foundations
1366
+ music musicology phd
1367
+ minor in real estate
1368
+ music performance mm
1369
+ sports journalism ma
1370
+ computer science phd
1371
+ special education ma
1372
+ digital culture film
1373
+ actuarial science ms
1374
+ civil engineering ms
1375
+ global education med
1376
+ creative writing mfa
1377
+ language teaching ma
1378
+ child development ba
1379
+ international cinema
1380
+ computer engineering
1381
+ forensic science psm
1382
+ master of technology
1383
+ instructional design
1384
+ political science ma
1385
+ computer science mcs
1386
+ bsc computer science
1387
+ sustainable tourism
1388
+ doctor of education
1389
+ business statistics
1390
+ ceramic engineering
1391
+ doctor of audiology
1392
+ animal behavior phd
1393
+ minor in management
1394
+ geological sciences
1395
+ minor in accounting
1396
+ secondary education
1397
+ english linguistics
1398
+ business technology
1399
+ computer science ms
1400
+ american studies ma
1401
+ biological sciences
1402
+ conflict resolution
1403
+ arts ba in the arts
1404
+ wildlife management
1405
+ automation robotics
1406
+ interior design msd
1407
+ applied mathematics
1408
+ ba media production
1409
+ computer science bs
1410
+ music musicology ma
1411
+ nutrition dietetics
1412
+ ms computer science
1413
+ criminal justice bs
1414
+ ba bsc liberal arts
1415
+ bachelor of arts ba
1416
+ global logistics ms
1417
+ minor in psychology
1418
+ international trade
1419
+ master of fine arts
1420
+ bsc applied geology
1421
+ justice studies phd
1422
+ textile engineering
1423
+ music popular music
1424
+ bachelor of science
1425
+ writing new college
1426
+ exercise science bs
1427
+ military leadership
1428
+ higher secondaryxii
1429
+ criminal justice ma
1430
+ biomedical research
1431
+ educational studies
1432
+ nutritional science
1433
+ socio legal studies
1434
+ civil communication
1435
+ bsc interior design
1436
+ digital culture art
1437
+ master of music mm
1438
+ liberal studies ba
1439
+ minor in retailing
1440
+ sustainability phd
1441
+ minor in sociology
1442
+ recreation therapy
1443
+ master of laws llm
1444
+ integrative health
1445
+ digital culture ma
1446
+ architecture march
1447
+ minor in economics
1448
+ master of laws llb
1449
+ bachelor of artsba
1450
+ policy advocacy ma
1451
+ business analytics
1452
+ art museum studies
1453
+ bsc sports science
1454
+ calstate teach cst
1455
+ project management
1456
+ user experience ms
1457
+ integrated studies
1458
+ global security ma
1459
+ risk communication
1460
+ gender studies phd
1461
+ professional sales
1462
+ healthcare diploma
1463
+ minor in geography
1464
+ minor in marketing
1465
+ physical education
1466
+ natural science bs
1467
+ ethnomusicology ma
1468
+ urban planning phd
1469
+ english literature
1470
+ performance guitar
1471
+ disability studies
1472
+ justice studies ms
1473
+ public policy mpp
1474
+ political economy
1475
+ minor in japanese
1476
+ arts in education
1477
+ urban learning ba
1478
+ art art education
1479
+ master of arts ma
1480
+ population health
1481
+ political science
1482
+ health innovation
1483
+ power and society
1484
+ public health mph
1485
+ religious studies
1486
+ civil engineering
1487
+ sustainability ms
1488
+ master of science
1489
+ industrial design
1490
+ special education
1491
+ behavior analysis
1492
+ homeland security
1493
+ bachelor of music
1494
+ music performance
1495
+ sustainability ma
1496
+ communication phd
1497
+ criminalistics ms
1498
+ global health phd
1499
+ power engineering
1500
+ digital audiences
1501
+ heigher education
1502
+ legal studies mls
1503
+ cpr certification
1504
+ applied computing
1505
+ brazilian studies
1506
+ museum studies ma
1507
+ global management
1508
+ bachelor degreeba
1509
+ classical studies
1510
+ performance voice
1511
+ minor in classics
1512
+ crime analysis ms
1513
+ landscape studies
1514
+ actuarial science
1515
+ sports journalism
1516
+ master of artsma
1517
+ minor in physics
1518
+ biochemistry phd
1519
+ hotel management
1520
+ event management
1521
+ associate member
1522
+ art education ma
1523
+ american studies
1524
+ global health ma
1525
+ juvenile justice
1526
+ communication ba
1527
+ minor in chinese
1528
+ performance jazz
1529
+ neuroscience phd
1530
+ public health bs
1531
+ minor in spanish
1532
+ bpharma bachelor
1533
+ global health ms
1534
+ astrophysics phd
1535
+ anthropology phd
1536
+ microbiology phd
1537
+ forensic science
1538
+ security studies
1539
+ minor in finance
1540
+ community health
1541
+ peace corps prep
1542
+ computer science
1543
+ bachelor of arts
1544
+ minor in history
1545
+ economic justice
1546
+ music therapy mm
1547
+ minor in theatre
1548
+ business tourism
1549
+ advanced diploma
1550
+ military studies
1551
+ higher secondary
1552
+ school nutrition
1553
+ agribusiness phd
1554
+ minor in biology
1555
+ microsoft office
1556
+ european studies
1557
+ urban design mud
1558
+ communication ma
1559
+ minor in english
1560
+ art printmaking
1561
+ mathematics phd
1562
+ minor in korean
1563
+ microbiology bs
1564
+ bsc mathematics
1565
+ social work msw
1566
+ art art history
1567
+ anthropology ma
1568
+ intermediate +2
1569
+ interior design
1570
+ civic education
1571
+ art photography
1572
+ bahonseconomics
1573
+ human nutrition
1574
+ digital culture
1575
+ master of music
1576
+ water resources
1577
+ sports business
1578
+ islamic studies
1579
+ applied science
1580
+ health sciences
1581
+ liberal studies
1582
+ minor in french
1583
+ art art studies
1584
+ biochemistry bs
1585
+ accountancy phd
1586
+ biochemistry ms
1587
+ computer gaming
1588
+ personal health
1589
+ post graduation
1590
+ microbiology ms
1591
+ juris doctor jd
1592
+ social work phd
1593
+ advanced course
1594
+ applied physics
1595
+ justice studies
1596
+ risk management
1597
+ medical studies
1598
+ anthropology ba
1599
+ general studies
1600
+ nanoscience psm
1601
+ web development
1602
+ science stream
1603
+ urban planning
1604
+ bsc anesthesia
1605
+ psychology phd
1606
+ sustainability
1607
+ management phd
1608
+ other programs
1609
+ graphic design
1610
+ statistics phd
1611
+ minor in dance
1612
+ mathematics bs
1613
+ slavic studies
1614
+ mathematics ms
1615
+ global studies
1616
+ engineering ms
1617
+ honors college
1618
+ mathematics ma
1619
+ philosophy phd
1620
+ conducting dma
1621
+ minor in music
1622
+ social welfare
1623
+ kinesiology bs
1624
+ jewish studies
1625
+ theatre acting
1626
+ art intermedia
1627
+ design studies
1628
+ ethnic studies
1629
+ master of arts
1630
+ art history ma
1631
+ applied ethics
1632
+ arabic studies
1633
+ social work ba
1634
+ media analysis
1635
+ korean studies
1636
+ nursing bahons
1637
+ kinesiology ms
1638
+ indoor farming
1639
+ modern hebrew
1640
+ geography phd
1641
+ philosophy ba
1642
+ global health
1643
+ statistics ms
1644
+ art sculpture
1645
+ economics phd
1646
+ journalism ba
1647
+ public health
1648
+ accounting ms
1649
+ asian studies
1650
+ 10th standard
1651
+ philosophy ma
1652
+ counseling ms
1653
+ sociology phd
1654
+ psychology ba
1655
+ counseling mc
1656
+ chemistry phd
1657
+ audiology aud
1658
+ matriculation
1659
+ biomimicry ms
1660
+ creative city
1661
+ marketing phd
1662
+ music therapy
1663
+ bsc dentistry
1664
+ psychology ms
1665
+ 12th standard
1666
+ psychology ma
1667
+ bsc chemistry
1668
+ field geology
1669
+ art animation
1670
+ music theatre
1671
+ management ms
1672
+ diploma civil
1673
+ minor in art
1674
+ sociology ma
1675
+ art ceramics
1676
+ intermediate
1677
+ contract law
1678
+ astrophysics
1679
+ anthropology
1680
+ human rights
1681
+ bsc pharmacy
1682
+ economics ba
1683
+ biochemistry
1684
+ cp civil cad
1685
+ economics ma
1686
+ microbiology
1687
+ sociology ba
1688
+ neuroscience
1689
+ art painting
1690
+ geography ma
1691
+ education ma
1692
+ art textiles
1693
+ business law
1694
+ chemistry bs
1695
+ bsc genetics
1696
+ data science
1697
+ geography ba
1698
+ chemistry ms
1699
+ non medical
1700
+ finance phd
1701
+ informatics
1702
+ art history
1703
+ history phd
1704
+ social work
1705
+ matric 10th
1706
+ real estate
1707
+ spanish phd
1708
+ mathematics
1709
+ bba llbhons
1710
+ translation
1711
+ japanese ba
1712
+ art drawing
1713
+ physics phd
1714
+ physics mns
1715
+ bsc llbhons
1716
+ bsc nursing
1717
+ biology phd
1718
+ kinesiology
1719
+ accountancy
1720
+ bsc physics
1721
+ be chemical
1722
+ physics ms
1723
+ cryptology
1724
+ class 10th
1725
+ accounting
1726
+ spanish ma
1727
+ biophysics
1728
+ geology bs
1729
+ 12th class
1730
+ english ba
1731
+ graduation
1732
+ finance ms
1733
+ theatre ma
1734
+ nursing ms
1735
+ physics ba
1736
+ biology ms
1737
+ class 12th
1738
+ spanish ba
1739
+ ba history
1740
+ biomimicry
1741
+ biology bs
1742
+ nursing bs
1743
+ history ba
1744
+ theatre ba
1745
+ english ma
1746
+ statistics
1747
+ physics bs
1748
+ psychology
1749
+ chinese ba
1750
+ philosophy
1751
+ mpharmhons
1752
+ credential
1753
+ history ma
1754
+ secondaryx
1755
+ studio art
1756
+ nutrition
1757
+ marketing
1758
+ french ba
1759
+ associate
1760
+ class xii
1761
+ dietetics
1762
+ german ma
1763
+ dance mfa
1764
+ chemistry
1765
+ programme
1766
+ bachelors
1767
+ sociology
1768
+ geography
1769
+ economics
1770
+ 6th class
1771
+ astronomy
1772
+ bcomhons
1773
+ music mm
1774
+ romanian
1775
+ exchange
1776
+ menghons
1777
+ laws llm
1778
+ music ma
1779
+ bachelor
1780
+ aviation
1781
+ b schons
1782
+ majorurl
1783
+ music bm
1784
+ music ba
1785
+ aging ms
1786
+ masters
1787
+ history
1788
+ fashion
1789
+ bsconet
1790
+ finance
1791
+ english
1792
+ bscivet
1793
+ bschons
1794
+ russian
1795
+ art mfa
1796
+ nursing
1797
+ 11 & 12
1798
+ bba llb
1799
+ bscbscs
1800
+ italian
1801
+ class x
1802
+ theatre
1803
+ physics
1804
+ msconet
1805
+ biology
1806
+ mscivet
1807
+ spanish
1808
+ diploma
1809
+ honours
1810
+ studies
1811
+ bsmfge
1812
+ mscmpe
1813
+ bcompe
1814
+ msenve
1815
+ mscmcl
1816
+ korean
1817
+ prelaw
1818
+ bpharm
1819
+ fellow
1820
+ mcompe
1821
+ mpharm
1822
+ bsemet
1823
+ bsemgt
1824
+ german
1825
+ msemet
1826
+ art ba
1827
+ art ma
1828
+ bssyst
1829
+ b tech
1830
+ m tech
1831
+ bsenve
1832
+ bahons
1833
+ msemgt
1834
+ french
1835
+ ethics
1836
+ bscmpe
1837
+ mssyst
1838
+ mschbe
1839
+ msmfge
1840
+ bschbe
1841
+ python
1842
+ master
1843
+ bsmte
1844
+ bscet
1845
+ mphil
1846
+ bscie
1847
+ bscit
1848
+ bsmie
1849
+ bsmet
1850
+ mscme
1851
+ minor
1852
+ bsmae
1853
+ music
1854
+ dance
1855
+ bsbme
1856
+ msmet
1857
+ 10 th
1858
+ msmse
1859
+ mscse
1860
+ mscet
1861
+ bseet
1862
+ bsbae
1863
+ aging
1864
+ bsmse
1865
+ pgdbm
1866
+ bphil
1867
+ msece
1868
+ btech
1869
+ msbme
1870
+ msmie
1871
+ mscie
1872
+ msmte
1873
+ bscme
1874
+ msche
1875
+ b com
1876
+ mseet
1877
+ bsddt
1878
+ bsche
1879
+ bsene
1880
+ march
1881
+ bsece
1882
+ 12 th
1883
+ msmae
1884
+ bscse
1885
+ msddt
1886
+ barch
1887
+ msbae
1888
+ mtech
1889
+ msene
1890
+ maths
1891
+ bsae
1892
+ sslc
1893
+ beng
1894
+ meng
1895
+ bset
1896
+ msse
1897
+ gcse
1898
+ bsbe
1899
+ bsen
1900
+ bsed
1901
+ mbme
1902
+ ba i
1903
+ msbe
1904
+ bsbs
1905
+ msch
1906
+ blit
1907
+ mscj
1908
+ 12th
1909
+ msme
1910
+ mswe
1911
+ bsse
1912
+ bsce
1913
+ pgdm
1914
+ bscs
1915
+ msae
1916
+ msce
1917
+ bsee
1918
+ bbme
1919
+ bsch
1920
+ 10+2
1921
+ mscs
1922
+ bsie
1923
+ high
1924
+ msed
1925
+ bsme
1926
+ bscj
1927
+ msen
1928
+ msbs
1929
+ mset
1930
+ bswe
1931
+ msee
1932
+ ipcc
1933
+ msie
1934
+ mlit
1935
+ 10th
1936
+ bcom
1937
+ hons
1938
+ ph d
1939
+ bee
1940
+ mre
1941
+ bls
1942
+ mls
1943
+ bba
1944
+ bwe
1945
+ bcl
1946
+ msc
1947
+ bme
1948
+ mcj
1949
+ mhl
1950
+ bed
1951
+ mwe
1952
+ hsc
1953
+ bca
1954
+ mfe
1955
+ phd
1956
+ mcs
1957
+ bfa
1958
+ bhl
1959
+ mee
1960
+ mca
1961
+ msn
1962
+ bsb
1963
+ b e
1964
+ bcj
1965
+ mse
1966
+ mms
1967
+ bce
1968
+ mfa
1969
+ mba
1970
+ mme
1971
+ bsc
1972
+ met
1973
+ bre
1974
+ cpt
1975
+ bcs
1976
+ mce
1977
+ bet
1978
+ med
1979
+ bfe
1980
+ bms
1981
+ iti
1982
+ bsn
1983
+ puc
1984
+ pdc
1985
+ xii
1986
+ msb
1987
+ ssc
1988
+ mcl
1989
+ bse
1990
+ mpc
1991
+ llb
1992
+ cpa
1993
+ llm
1994
+ bd
1995
+ ms
1996
+ mt
1997
+ bm
1998
+ me
1999
+ mn
2000
+ mf
2001
+ md
2002
+ mj
2003
+ 10
2004
+ mb
2005
+ bf
2006
+ bb
2007
+ ma
2008
+ bt
2009
+ ba
2010
+ bs
2011
+ bj
2012
+ be
2013
+ bn
2014
+ mm