From ffefa839ce7fbc57d88a747e48180a8d7f79fb61 Mon Sep 17 00:00:00 2001 From: longze chen Date: Tue, 13 Aug 2019 11:44:30 -0400 Subject: [PATCH] Update description for OU (The University of Oklahoma) --- scripts/populate_institutions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/populate_institutions.py b/scripts/populate_institutions.py index 89ce2205e22..ae3adf91609 100644 --- a/scripts/populate_institutions.py +++ b/scripts/populate_institutions.py @@ -568,7 +568,7 @@ def main(): { '_id': 'ou', 'name': 'The University of Oklahoma', - 'description': 'The University of Oklahoma | Office of the Vice President for Research | University Libraries', + 'description': 'The University of Oklahoma | University Libraries', 'banner_name': 'ou-banner.png', 'logo_name': 'ou-shield.png', 'login_url': SHIBBOLETH_SP_LOGIN.format(encode_uri_component('https://shib.ou.edu/idp/shibboleth')), @@ -1390,7 +1390,7 @@ def main(): { '_id': 'ou', 'name': 'The University of Oklahoma [Test]', - 'description': 'The University of Oklahoma | Office of the Vice President for Research | University Libraries', + 'description': 'The University of Oklahoma | University Libraries', 'banner_name': 'ou-banner.png', 'logo_name': 'ou-shield.png', 'login_url': SHIBBOLETH_SP_LOGIN.format(encode_uri_component('https://shib.ou.edu/idp/shibboleth')),