DEGREES_DICT = {
    'PRE': 'Pre Degree',
    'BA':   'Bachelor of Arts',
    'BAGR': 'Bachelor of Agriculture',
    'BSC':  'Bachelor of Science',
    'BED':  'Bachelor of Education',
    'LLB':  'Bachelor of Laws',
    'MA':   'Master of Arts',
    'MBA':  'Master of Business Administration',
    'MUSM': 'Master of Music',
    'LLM':  'Master of Laws',
    'MSC':  'Master of Science',
    'MED':  'Master of Education',
    'DBA':  'Doctor of Business Administration',
    'PHD':  'Doctor of Philosophy',
    'MD':   'Doctor of Medicine',
    'PGD':  'Post Graduate Diploma',
    }
