It would be very helpful if the current JSON list included abbreviations for each university. I have managed to find a list here which shows a list for each university's abbreviations, but I am unable to to programmatically append them to each entry in the list. Would anybody know how?
a bit late here but you could probably write a script that webscrapes https://www.allacronyms.com for each school in the JSON and append the top acronym
It would be very helpful if the current JSON list included abbreviations for each university. I have managed to find a list here which shows a list for each university's abbreviations, but I am unable to to programmatically append them to each entry in the list. Would anybody know how?