source:
main/waeup.kofa/trunk/src/waeup/kofa/utils/degrees.py
@
17497
Last change on this file since 17497 was 13622, checked in by , 9 years ago | |
---|---|
|
|
File size: 373 bytes |
Line | |
---|---|
1 | DEGREES_DICT = { |
2 | 'BA': 'Bachelor of Arts', |
3 | 'BAGR': 'Bachelor of Agriculture', |
4 | 'LLB': 'Bachelor of Laws', |
5 | 'MA': 'Master of Arts', |
6 | 'MBA': 'Master of Business Administration', |
7 | 'MUSM': 'Master of Music', |
8 | 'LLM': 'Master of Laws', |
9 | 'DBA': 'Doctor of Business Administration', |
10 | 'PHD': 'Doctor of Philosophy', |
11 | 'MD': 'Doctor of Medicine', |
12 | } |
Note: See TracBrowser for help on using the repository browser.