Skip to content

Commit

Permalink
Merge branch 'hotfix/20.14.6' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mfraezz committed Jul 29, 2020
2 parents ba0a863 + e02d0d4 commit de1a488
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/populate_institutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ def main(default_args=False):
{
'_id': 'pu',
'name': 'Princeton University',
'description': 'A research project management and sharing tool provided to the Princeton University research community by the <a href="https://library.princeton.edu/">Princeton University Library</a> and the <a href="researchdata.princeton.edu/">Princeton Research Data Service</a>. Projects must abide by University guidelines for <a href="https://ria.princeton.edu/research-data-security">Research Data Security and Privacy</a> and <a href="https://oit.princeton.edu/policies/information-security">Information Security</a> | <a href="https://github.com/CenterForOpenScience/cos.io/blob/master/TERMS_OF_USE.md">OSF Terms of Use</a> | <a href="https://github.com/CenterForOpenScience/cos.io/blob/master/PRIVACY_POLICY.md">OSF Privacy Policy</a>',
'description': 'A research project management and sharing tool provided to the Princeton University research community by the <a href="https://library.princeton.edu/">Princeton University Library</a> and the <a href="https://researchdata.princeton.edu/">Princeton Research Data Service</a>. Projects must abide by University guidelines for <a href="https://ria.princeton.edu/research-data-security">Research Data Security and Privacy</a> and <a href="https://oit.princeton.edu/policies/information-security">Information Security</a> | <a href="https://github.com/CenterForOpenScience/cos.io/blob/master/TERMS_OF_USE.md">OSF Terms of Use</a> | <a href="https://github.com/CenterForOpenScience/cos.io/blob/master/PRIVACY_POLICY.md">OSF Privacy Policy</a>',
'banner_name': 'pu-banner.png',
'logo_name': 'pu-shield.png',
'login_url': SHIBBOLETH_SP_LOGIN.format(encode_uri_component('https://idp.princeton.edu/idp/shibboleth')),
Expand Down Expand Up @@ -1467,7 +1467,7 @@ def main(default_args=False):
{
'_id': 'pu',
'name': 'Princeton University [Test]',
'description': 'A research project management and sharing tool provided to the Princeton University research community by the <a href="https://library.princeton.edu/">Princeton University Library</a> and the <a href="researchdata.princeton.edu/">Princeton Research Data Service</a>. Projects must abide by University guidelines for <a href="https://ria.princeton.edu/research-data-security">Research Data Security and Privacy</a> and <a href="https://oit.princeton.edu/policies/information-security">Information Security</a> | <a href="https://github.com/CenterForOpenScience/cos.io/blob/master/TERMS_OF_USE.md">OSF Terms of Use</a> | <a href="https://github.com/CenterForOpenScience/cos.io/blob/master/PRIVACY_POLICY.md">OSF Privacy Policy</a>',
'description': 'A research project management and sharing tool provided to the Princeton University research community by the <a href="https://library.princeton.edu/">Princeton University Library</a> and the <a href="https://researchdata.princeton.edu/">Princeton Research Data Service</a>. Projects must abide by University guidelines for <a href="https://ria.princeton.edu/research-data-security">Research Data Security and Privacy</a> and <a href="https://oit.princeton.edu/policies/information-security">Information Security</a> | <a href="https://github.com/CenterForOpenScience/cos.io/blob/master/TERMS_OF_USE.md">OSF Terms of Use</a> | <a href="https://github.com/CenterForOpenScience/cos.io/blob/master/PRIVACY_POLICY.md">OSF Privacy Policy</a>',
'banner_name': 'pu-banner.png',
'logo_name': 'pu-shield.png',
'login_url': SHIBBOLETH_SP_LOGIN.format(encode_uri_component('https://idp.princeton.edu/idp/shibboleth')),
Expand Down

0 comments on commit de1a488

Please sign in to comment.