Skip to content

Commit

Permalink
Merge branch 'hotfix/19.23.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
mfraezz committed Aug 22, 2019
2 parents a99d60d + e88971d commit 5a7d802
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions scripts/populate_institutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,18 @@ def main(default_args=False):
'email_domains': [],
'delegation_protocol': 'saml-shib',
},
{
'_id': 'unc',
'name': 'University of North Carolina at Chapel Hill',
'description': 'This service is supported by <a href="https://odum.unc.edu/">The Odum Institute for Research in Social Science</a> and <a href="https://library.unc.edu">University Libraries at the University of North Carolina at Chapel Hill</a>. Please do not store or transfer personally identifiable information, personal health information, or any other sensitive or proprietary data in the OSF. Projects should follow applicable <a href="https://unc.policystat.com/">UNC policies</a>. Contact the <a href="mailto:[email protected]">Odum Institute Data Archive</a> with any questions.',
'banner_name': 'unc-banner.png',
'logo_name': 'unc-shield.png',
'login_url': SHIBBOLETH_SP_LOGIN.format(encode_uri_component('urn:mace:incommon:unc.edu')),
'logout_url': SHIBBOLETH_SP_LOGOUT.format(encode_uri_component('https://osf.io/goodbye')),
'domains': [],
'email_domains': [],
'delegation_protocol': 'saml-shib',
},
{
'_id': 'universityofkent',
'name': 'University of Kent',
Expand Down Expand Up @@ -1550,6 +1562,18 @@ def main(default_args=False):
'email_domains': [],
'delegation_protocol': 'saml-shib',
},
{
'_id': 'unc',
'name': 'University of North Carolina at Chapel Hill [Test]',
'description': 'This service is supported by <a href="https://odum.unc.edu/">The Odum Institute for Research in Social Science</a> and <a href="https://library.unc.edu">University Libraries at the University of North Carolina at Chapel Hill</a>. Please do not store or transfer personally identifiable information, personal health information, or any other sensitive or proprietary data in the OSF. Projects should follow applicable <a href="https://unc.policystat.com/">UNC policies</a>. Contact the <a href="mailto:[email protected]">Odum Institute Data Archive</a> with any questions.',
'banner_name': 'unc-banner.png',
'logo_name': 'unc-shield.png',
'login_url': SHIBBOLETH_SP_LOGIN.format(encode_uri_component('urn:mace:incommon:unc.edu')),
'logout_url': SHIBBOLETH_SP_LOGOUT.format(encode_uri_component('https://test.osf.io/goodbye')),
'domains': ['test-osf-unc.cos.io'],
'email_domains': [],
'delegation_protocol': 'saml-shib',
},
{
'_id': 'universityofkent',
'name': 'University of Kent [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.
Binary file modified website/static/img/institutions/osf_institutions_white.png
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 5a7d802

Please sign in to comment.