use preferred short labels for some institutions

This commit is contained in:
Min RK 2015-09-08 15:36:29 +02:00
parent 44b24a303c
commit 13b8af1dcf
1 changed files with 4 additions and 0 deletions

View File

@ -63,6 +63,10 @@ SITES.each_pair do |key, name|
REVERSE_SITES[name] = key
end
# Some sites would prefer alternative abbreviations
REVERSE_SITES['University of St Andrews'] = 'USTAN'
REVERSE_SITES['Université de Versailles Saint-Quentin'] = 'UVSQ'
#------------------- Parsing proposal.pdata ---------------------
def split_line(line)