Skip to content

Commit

Permalink
Update application_helper.rb
Browse files Browse the repository at this point in the history
Add Northwestern

Fixes #geobtaa/geoblacklight_admin#59
  • Loading branch information
ewlarson committed Jun 27, 2024
1 parent ef41cd5 commit 63343d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ def b1g_institution_codes
'11'=> 'The Ohio State University',
'12'=> 'University of Chicago',
'13'=> 'University of Nebraska-Lincoln',
'14'=> 'Rutgers University-New Brunswick'
'14'=> 'Rutgers University-New Brunswick',
"15" => "Northwestern University"
}
end

Expand Down

0 comments on commit 63343d6

Please sign in to comment.