diff --git a/scripts/populate_institutions.py b/scripts/populate_institutions.py index abf92797af8..763935e42aa 100644 --- a/scripts/populate_institutions.py +++ b/scripts/populate_institutions.py @@ -572,6 +572,18 @@ def main(default_args=False): 'email_domains': [], 'delegation_protocol': 'saml-shib', }, + { + '_id': 'nesta', + 'name': 'Nesta', + 'description': '', + 'banner_name': 'nesta-banner.png', + 'logo_name': 'nesta-shield.png', + 'login_url': SHIBBOLETH_SP_LOGIN.format(encode_uri_component('http://www.okta.com/exkum8enx4nlKaJR50x7')), + 'logout_url': SHIBBOLETH_SP_LOGOUT.format(encode_uri_component('https://osf.io/goodbye')), + 'domains': [], + 'email_domains': [], + 'delegation_protocol': 'saml-shib', + }, { '_id': 'nd', 'name': 'University of Notre Dame', @@ -1576,6 +1588,18 @@ def main(default_args=False): 'email_domains': [], 'delegation_protocol': 'saml-shib', }, + { + '_id': 'nesta', + 'name': 'Nesta [Test]', + 'description': 'Here is the place to put in links to other resources, security and data policies, research guidelines, and/or a contact for user support within your institution.', + 'banner_name': 'nesta-banner.png', + 'logo_name': 'nesta-shield.png', + 'login_url': SHIBBOLETH_SP_LOGIN.format(encode_uri_component('http://www.okta.com/exkum8f6y1gTYTIaT0x7')), + 'logout_url': SHIBBOLETH_SP_LOGOUT.format(encode_uri_component('https://test.osf.io/goodbye')), + 'domains': [], + 'email_domains': [], + 'delegation_protocol': 'saml-shib', + }, { '_id': 'nd', 'name': 'University of Notre Dame [Test]', diff --git a/website/static/img/institutions/banners/nesta-banner.png b/website/static/img/institutions/banners/nesta-banner.png new file mode 100644 index 00000000000..35067ac6f8d Binary files /dev/null and b/website/static/img/institutions/banners/nesta-banner.png differ diff --git a/website/static/img/institutions/shields-rounded-corners/nesta-shield-rounded-corners.png b/website/static/img/institutions/shields-rounded-corners/nesta-shield-rounded-corners.png new file mode 100644 index 00000000000..dd844c48d9f Binary files /dev/null and b/website/static/img/institutions/shields-rounded-corners/nesta-shield-rounded-corners.png differ diff --git a/website/static/img/institutions/shields/nesta-shield.png b/website/static/img/institutions/shields/nesta-shield.png new file mode 100644 index 00000000000..6458253a648 Binary files /dev/null and b/website/static/img/institutions/shields/nesta-shield.png differ