You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/populate_institutions.py
+24
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,18 @@ def main(env):
87
87
'email_domains': [],
88
88
'delegation_protocol': 'saml-shib',
89
89
},
90
+
{
91
+
'_id': 'bt',
92
+
'name': 'Boys Town',
93
+
'description': 'A research data service provided by the BTNRH Research Technology Core. Please do not use this service to store or transfer personally identifiable information or personal health information. For assistance please contact <a href="mailto:[email protected]">[email protected]</a>.',
94
+
'banner_name': 'bt-banner.png',
95
+
'logo_name': 'bt-shield.png',
96
+
'login_url': None,
97
+
'logout_url': None,
98
+
'domains': ['osf.boystownhospital.org'],
99
+
'email_domains': ['boystown.org'],
100
+
'delegation_protocol': '',
101
+
},
90
102
{
91
103
'_id': 'bu',
92
104
'name': 'Boston University',
@@ -663,6 +675,18 @@ def main(env):
663
675
'email_domains': [],
664
676
'delegation_protocol': 'saml-shib',
665
677
},
678
+
{
679
+
'_id': 'bt',
680
+
'name': 'Boys Town [Test]',
681
+
'description': 'A research data service provided by the BTNRH Research Technology Core. Please do not use this service to store or transfer personally identifiable information or personal health information. For assistance please contact <a href="mailto:[email protected]">[email protected]</a>.',
0 commit comments