DEGREES_DICT = {
    'BA': 'Bachelor of Arts',
    'BAGR': 'Bachelor of Agriculture',
    'LLB': 'Bachelor of Laws',
    'MA': 'Master of Arts',
    'MBA': 'Master of Business Administration',
    'MUSM': 'Master of Music',
    'LLM': 'Master of Laws',
    'DBA': 'Doctor of Business Administration',
    'PHD': 'Doctor of Philosophy',
    'MD': 'Doctor of Medicine',
    }