From eaf483a1b59ab0a376efb39722df53d83776c208 Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 22 Jan 2018 11:17:56 -0500 Subject: [PATCH 1/2] Add goverment shutdown notice --- dockereve-master/eve-app/app.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dockereve-master/eve-app/app.py b/dockereve-master/eve-app/app.py index 35d7594..d983675 100644 --- a/dockereve-master/eve-app/app.py +++ b/dockereve-master/eve-app/app.py @@ -23,7 +23,15 @@ def check_auth(self, token, allowed_roles, resource, method): app.config['SWAGGER_INFO'] = { 'title': 'MRIQC Web API', 'version': 'v1', - 'description': """MRIQC is an open-source tool that extracts + 'description': """

####################################################
+Because of a lapse in government funding, the information on this website +may not be up to date, transactions submitted via the website may not be +processed, and the agency may not be able to respond to inquiries until +appropriations are enacted.
+The NIH Clinical Center (the research hospital of NIH) is open. For more details +about its operating status, please visit cc.nih.gov.
+####################################################
+ MRIQC is an open-source tool that extracts no-reference image quality metrics from structural and functional MRI data developed by the Poldrack Lab at Stanford University. From a51035c32e4cf12db5f0f35b74d29329360c4cc0 Mon Sep 17 00:00:00 2001 From: Dylan Date: Mon, 22 Jan 2018 11:21:23 -0500 Subject: [PATCH 2/2] close paragraph tag in description --- dockereve-master/eve-app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockereve-master/eve-app/app.py b/dockereve-master/eve-app/app.py index d983675..656b53b 100644 --- a/dockereve-master/eve-app/app.py +++ b/dockereve-master/eve-app/app.py @@ -38,7 +38,7 @@ def check_auth(self, token, allowed_roles, resource, method): This website provides an api to a crowdsourced repository of MRI quality metrics contributed by users of MRIQC and hosted by the Data Science and Sharing Team -at the National Institute of Mental Health.""", +at the National Institute of Mental Health.

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