Skip to content

Commit

Permalink
Merge branch 'hotfix/0.149.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jul 26, 2018
2 parents dc2ba36 + 58d6ad4 commit 8401d4c
Show file tree
Hide file tree
Showing 4 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 @@ -147,6 +147,18 @@ def main(env):
'email_domains': ['capolicylab.org'],
'delegation_protocol': '',
},
{
'_id': 'clrn',
'name': 'Character Lab Research Network',
'description': ' Projects listed below are run through the <a href="https://www.characterlab.org/research-network">Character Lab Research Network</a>, a consortium of trailblazing schools and elite scientists that develop and test activities designed to help students thrive. Character Lab Research Network is a proud supporter of the Student Privacy Pledge to safeguard student privacy. For more details on the Research Network privacy policy, you can refer to the <a href="https://www.characterlab.org/student-privacy">Research Network student privacy policy</a> and <a href="https://www.characterlab.org/student-privacy/faqs">FAQs</a>.',
'banner_name': 'clrn-banner.png',
'logo_name': 'clrn-shield.png',
'login_url': None,
'logout_url': None,
'domains': [],
'email_domains': ['characterlab.org'],
'delegation_protocol': '',
},
{
'_id': 'colorado',
'name': 'University of Colorado Boulder',
Expand Down Expand Up @@ -759,6 +771,18 @@ def main(env):
'email_domains': ['capolicylab.org'],
'delegation_protocol': '',
},
{
'_id': 'clrn',
'name': 'Character Lab Research Network [Test]',
'description': ' Projects listed below are run through the <a href="https://www.characterlab.org/research-network">Character Lab Research Network</a>, a consortium of trailblazing schools and elite scientists that develop and test activities designed to help students thrive. Character Lab Research Network is a proud supporter of the Student Privacy Pledge to safeguard student privacy. For more details on the Research Network privacy policy, you can refer to the <a href="https://www.characterlab.org/student-privacy">Research Network student privacy policy</a> and <a href="https://www.characterlab.org/student-privacy/faqs">FAQs</a>.',
'banner_name': 'clrn-banner.png',
'logo_name': 'clrn-shield.png',
'login_url': None,
'logout_url': None,
'domains': [],
'email_domains': ['characterlab.org'],
'delegation_protocol': '',
},
{
'_id': 'cmu',
'name': 'Carnegie Mellon University [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.

0 comments on commit 8401d4c

Please sign in to comment.