Last change
on this file since 17936 was
17898,
checked in by Henrik Bettermann, 3 months ago
|
Extend degrees dict.
|
-
Property svn:keywords set to
Id
|
File size:
587 bytes
|
Rev | Line | |
---|
[13617] | 1 | DEGREES_DICT = { |
---|
[17898] | 2 | 'PRE': 'Pre Degree', |
---|
| 3 | 'BA': 'Bachelor of Arts', |
---|
[13617] | 4 | 'BAGR': 'Bachelor of Agriculture', |
---|
[17898] | 5 | 'BSC': 'Bachelor of Science', |
---|
| 6 | 'BED': 'Bachelor of Education', |
---|
| 7 | 'LLB': 'Bachelor of Laws', |
---|
| 8 | 'MA': 'Master of Arts', |
---|
| 9 | 'MBA': 'Master of Business Administration', |
---|
[13617] | 10 | 'MUSM': 'Master of Music', |
---|
[17898] | 11 | 'LLM': 'Master of Laws', |
---|
| 12 | 'MSC': 'Master of Science', |
---|
| 13 | 'MED': 'Master of Education', |
---|
| 14 | 'DBA': 'Doctor of Business Administration', |
---|
| 15 | 'PHD': 'Doctor of Philosophy', |
---|
| 16 | 'MD': 'Doctor of Medicine', |
---|
| 17 | 'PGD': 'Post Graduate Diploma', |
---|
| 18 | } |
---|
Note: See
TracBrowser for help on using the repository browser.