Skip to content

Commit ee9b6ef

Browse files
authored
Merge pull request #38 from nih-fmrif/shutdown
Add goverment shutdown notice
2 parents 2d992b9 + c372332 commit ee9b6ef

File tree

1 file changed

+16
-8
lines changed
  • dockereve-master/eve-app

1 file changed

+16
-8
lines changed

dockereve-master/eve-app/app.py

+16-8
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,22 @@ def check_auth(self, token, allowed_roles, resource, method):
2727
'title': 'MRIQC Web API',
2828
'version': 'v1',
2929
'description': """\
30-
<a href="http://mriqc.org">MRIQC</a> is an open-source tool that extracts
31-
no-reference image quality metrics from structural and
32-
functional MRI data developed by the <a href="http://poldracklab.stanford.edu">
33-
Poldrack Lab</a> at <a href="http://www.stanford.edu">Stanford University</a>.
34-
This website provides an api to a crowdsourced repository of MRI quality
35-
metrics contributed by users of MRIQC and hosted by
36-
the <a href="http://cmn.nimh.nih.gov">Data Science and Sharing Team</a>
37-
at the <a href="http://nimh.nih.gov">National Institute of Mental Health</a>.""",
30+
<p>####################################################<br />
31+
Because of a lapse in government funding, the information on this website
32+
may not be up to date, transactions submitted via the website may not be
33+
processed, and the agency may not be able to respond to inquiries until
34+
appropriations are enacted.<br />
35+
The NIH Clinical Center (the research hospital of NIH) is open. For more details
36+
about its operating status, please visit cc.nih.gov.<br />
37+
####################################################<br />
38+
<a href="http://mriqc.org">MRIQC</a> is an open-source tool that extracts
39+
no-reference image quality metrics from structural and
40+
functional MRI data developed by the <a href="http://poldracklab.stanford.edu">
41+
Poldrack Lab</a> at <a href="http://www.stanford.edu">Stanford University</a>.
42+
This website provides an API to a crowdsourced repository of MRI quality
43+
metrics contributed by users of MRIQC and hosted by
44+
the <a href="http://cmn.nimh.nih.gov">Data Science and Sharing Team</a>
45+
at the <a href="http://nimh.nih.gov">National Institute of Mental Health</a>.</p>""",
3846
}
3947

4048
if os.environ.get('SWAGGER_HOST', None):

0 commit comments

Comments
 (0)