Skip to content

Commit 344f263

Browse files
committed
Merge branch 'hotfix/19.24.1'
2 parents e019c3d + b17266f commit 344f263

File tree

7 files changed

+36
-0
lines changed

7 files changed

+36
-0
lines changed

scripts/populate_institutions.py

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,18 @@ def main(default_args=False):
764764
'email_domains': [],
765765
'delegation_protocol': 'saml-shib',
766766
},
767+
{
768+
'_id': 'ush',
769+
'name': 'Universal Sustainability Hub',
770+
'description': '<a href="https://uvers.ac.id/">Universal Sustainability Hub for Universal Family</a>',
771+
'banner_name': 'ush-banner.png',
772+
'logo_name': 'ush-shield.png',
773+
'login_url': None,
774+
'logout_url': None,
775+
'domains': [],
776+
'email_domains': ['uvers.ac.id'],
777+
'delegation_protocol': '',
778+
},
767779
{
768780
'_id': 'utdallas',
769781
'name': 'The University of Texas at Dallas',
@@ -1478,6 +1490,18 @@ def main(default_args=False):
14781490
'email_domains': [],
14791491
'delegation_protocol': 'saml-shib',
14801492
},
1493+
{
1494+
'_id': 'ubc',
1495+
'name': 'University of British Columbia [Test]',
1496+
'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>.',
1497+
'banner_name': 'ubc-banner.png',
1498+
'logo_name': 'ubc-shield.png',
1499+
'login_url': SHIBBOLETH_SP_LOGIN.format(encode_uri_component('https://authentication.stg.id.ubc.ca')),
1500+
'logout_url': SHIBBOLETH_SP_LOGOUT.format(encode_uri_component('https://test.osf.io/goodbye')),
1501+
'domains': ['test-osf-ubc.cos.io'],
1502+
'email_domains': [],
1503+
'delegation_protocol': 'saml-shib',
1504+
},
14811505
{
14821506
'_id': 'uc',
14831507
'name': 'University of Cincinnati [Test]',
@@ -1598,6 +1622,18 @@ def main(default_args=False):
15981622
'email_domains': [],
15991623
'delegation_protocol': 'saml-shib',
16001624
},
1625+
{
1626+
'_id': 'ush',
1627+
'name': 'Universal Sustainability Hub [Test]',
1628+
'description': '<a href="https://uvers.ac.id/">Universal Sustainability Hub for Universal Family</a>',
1629+
'banner_name': 'ush-banner.png',
1630+
'logo_name': 'ush-shield.png',
1631+
'login_url': None,
1632+
'logout_url': None,
1633+
'domains': ['test-osf-ush.cos.io'],
1634+
'email_domains': ['uvers.ac.id'],
1635+
'delegation_protocol': '',
1636+
},
16011637
{
16021638
'_id': 'utdallas',
16031639
'name': 'The University of Texas at Dallas [Test]',
38 KB
Loading
7.18 KB
Loading
38.4 KB
Loading
24.3 KB
Loading
36.8 KB
Loading
24 KB
Loading

0 commit comments

Comments
 (0)