Changeset 17898 for main/waeup.kofa/trunk/src/waeup/kofa/utils
- Timestamp:
- 20 Aug 2024, 10:36:41 (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/utils/degrees.py
r13622 r17898 1 1 DEGREES_DICT = { 2 'BA': 'Bachelor of Arts', 2 'PRE': 'Pre Degree', 3 'BA': 'Bachelor of Arts', 3 4 'BAGR': 'Bachelor of Agriculture', 4 'LLB': 'Bachelor of Laws', 5 'MA': 'Master of Arts', 6 'MBA': 'Master of Business Administration', 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', 7 10 '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', 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', 12 18 }
Note: See TracChangeset for help on using the changeset viewer.