-
Notifications
You must be signed in to change notification settings - Fork 330
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New institution: University of North Carolina at Chapel Hill (UNC)
- Loading branch information
Showing
4 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|
@@ -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]', | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+13.4 KB
.../static/img/institutions/shields-rounded-corners/unc-shield-rounded-corners.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.