source: main/waeup.kofa/trunk/src/waeup/kofa/utils/degrees.py @ 17898

Last change on this file since 17898 was 17898, checked in by Henrik Bettermann, 4 weeks ago

Extend degrees dict.

  • Property svn:keywords set to Id
File size: 587 bytes
Line 
1DEGREES_DICT = {
2    'PRE': 'Pre Degree',
3    'BA':   'Bachelor of Arts',
4    'BAGR': 'Bachelor of Agriculture',
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',
10    'MUSM': 'Master of Music',
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.