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

Last change on this file since 13622 was 13622, checked in by Henrik Bettermann, 9 years ago

Add icon.

Add permission to PortalManager? role.

  • Property svn:keywords set to Id
File size: 373 bytes
Line 
1DEGREES_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.