Skip to content

Commit

Permalink
Merge branch 'hotfix/19.24.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mfraezz committed Aug 27, 2019
2 parents e019c3d + b17266f commit 344f263
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions scripts/populate_institutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -764,6 +764,18 @@ def main(default_args=False):
'email_domains': [],
'delegation_protocol': 'saml-shib',
},
{
'_id': 'ush',
'name': 'Universal Sustainability Hub',
'description': '<a href="https://uvers.ac.id/">Universal Sustainability Hub for Universal Family</a>',
'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',
Expand Down Expand Up @@ -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 <a href="https://universitycounsel.ubc.ca/policies/">UBC Policies and Standards</a>. Please refer specifically to <a href="https://universitycounsel.ubc.ca/files/2015/08/policy85.pdf">Policy 85</a>, <a href="https://universitycounsel.ubc.ca/files/2013/06/policy104.pdf">Policy 104</a>, and the <a href="https://cio.ubc.ca/node/1073">Information Security Standards</a>. Find out more about <a href="http://openscience.ubc.ca">OSF</a>. Get help with <a href="https://researchdata.library.ubc.ca/">Research Data Management</a>.',
'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]',
Expand Down Expand Up @@ -1598,6 +1622,18 @@ def main(default_args=False):
'email_domains': [],
'delegation_protocol': 'saml-shib',
},
{
'_id': 'ush',
'name': 'Universal Sustainability Hub [Test]',
'description': '<a href="https://uvers.ac.id/">Universal Sustainability Hub for Universal Family</a>',
'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]',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 344f263

Please sign in to comment.