diff --git a/scripts/populate_institutions.py b/scripts/populate_institutions.py
index 4f345df9cc3..c22e557aaf8 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',
@@ -1478,6 +1490,18 @@ def main(default_args=False):
'email_domains': [],
'delegation_protocol': 'saml-shib',
},
+ {
+ '_id': 'ubc',
+ 'name': 'University of British Columbia [Test]',
+ 'description': 'Users are reminded to ensure their use of this service is in compliance with all UBC Policies and Standards. Please refer specifically to Policy 85, Policy 104, and the Information Security Standards. Find out more about OSF. Get help with Research Data Management.',
+ 'banner_name': 'ubc-banner.png',
+ 'logo_name': 'ubc-shield.png',
+ 'login_url': SHIBBOLETH_SP_LOGIN.format(encode_uri_component('https://authentication.stg.id.ubc.ca')),
+ 'logout_url': SHIBBOLETH_SP_LOGOUT.format(encode_uri_component('https://test.osf.io/goodbye')),
+ 'domains': ['test-osf-ubc.cos.io'],
+ 'email_domains': [],
+ 'delegation_protocol': 'saml-shib',
+ },
{
'_id': 'uc',
'name': 'University of Cincinnati [Test]',
@@ -1598,6 +1622,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/ubc-banner.png b/website/static/img/institutions/banners/ubc-banner.png
new file mode 100644
index 00000000000..823ff973e6a
Binary files /dev/null and b/website/static/img/institutions/banners/ubc-banner.png differ
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/ubc-shield-rounded-corners.png b/website/static/img/institutions/shields-rounded-corners/ubc-shield-rounded-corners.png
new file mode 100644
index 00000000000..86623a219ee
Binary files /dev/null and b/website/static/img/institutions/shields-rounded-corners/ubc-shield-rounded-corners.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/ubc-shield.png b/website/static/img/institutions/shields/ubc-shield.png
new file mode 100644
index 00000000000..2e238ee7935
Binary files /dev/null and b/website/static/img/institutions/shields/ubc-shield.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