use preferred short labels for some institutions
This commit is contained in:
parent
44b24a303c
commit
13b8af1dcf
@ -63,6 +63,10 @@ SITES.each_pair do |key, name|
|
|||||||
REVERSE_SITES[name] = key
|
REVERSE_SITES[name] = key
|
||||||
end
|
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 ---------------------
|
#------------------- Parsing proposal.pdata ---------------------
|
||||||
|
|
||||||
def split_line(line)
|
def split_line(line)
|
||||||
|
Loading…
Reference in New Issue
Block a user