diff --git a/scripts/populate_institutions.py b/scripts/populate_institutions.py index 4f345df9cc3..4569f0beeab 100644 --- a/scripts/populate_institutions.py +++ b/scripts/populate_institutions.py @@ -764,6 +764,18 @@ def main(default_args=False): 'email_domains': [], 'delegation_protocol': 'saml-shib', }, + { + '_id': 'ush', + 'name': 'Universal Sustainability Hub', + 'description': 'Universal Sustainability Hub for Universal Family', + 'banner_name': 'ush-banner.png', + 'logo_name': 'ush-shield.png', + 'login_url': None, + 'logout_url': None, + 'domains': [], + 'email_domains': ['uvers.ac.id'], + 'delegation_protocol': '', + }, { '_id': 'utdallas', 'name': 'The University of Texas at Dallas', @@ -1598,6 +1610,18 @@ def main(default_args=False): 'email_domains': [], 'delegation_protocol': 'saml-shib', }, + { + '_id': 'ush', + 'name': 'Universal Sustainability Hub [Test]', + 'description': 'Universal Sustainability Hub for Universal Family', + 'banner_name': 'ush-banner.png', + 'logo_name': 'ush-shield.png', + 'login_url': None, + 'logout_url': None, + 'domains': ['test-osf-ush.cos.io'], + 'email_domains': ['uvers.ac.id'], + 'delegation_protocol': '', + }, { '_id': 'utdallas', 'name': 'The University of Texas at Dallas [Test]', diff --git a/website/static/img/institutions/banners/ush-banner.png b/website/static/img/institutions/banners/ush-banner.png new file mode 100644 index 00000000000..6948b09ba48 Binary files /dev/null and b/website/static/img/institutions/banners/ush-banner.png differ diff --git a/website/static/img/institutions/shields-rounded-corners/ush-shield-rounded-corners.png b/website/static/img/institutions/shields-rounded-corners/ush-shield-rounded-corners.png new file mode 100644 index 00000000000..94c0b30c644 Binary files /dev/null and b/website/static/img/institutions/shields-rounded-corners/ush-shield-rounded-corners.png differ diff --git a/website/static/img/institutions/shields/ush-shield.png b/website/static/img/institutions/shields/ush-shield.png new file mode 100644 index 00000000000..94ef9d98010 Binary files /dev/null and b/website/static/img/institutions/shields/ush-shield.png differ