Skip to content

Commit

Permalink
Merge pull request #32 from chrisfilo/enh/nimh_brainding
Browse files Browse the repository at this point in the history
Mention NIMH on the landing page
  • Loading branch information
chrisgorgo authored Jun 6, 2017
2 parents 5e3c551 + cd2830d commit 6bd9937
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dockereve-master/eve-app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,14 @@ def check_auth(self, token, allowed_roles, resource, method):
app.config['SWAGGER_INFO'] = {
'title': 'MRIQC Web API',
'version': 'v1',
'description': 'MRI Quality Control Metrics Repository',
'description': """<a href="http://mriqc.org">MRIQC</a> is an open-source tool that extracts
no-reference image quality metrics from structural and
functional MRI data developed by the <a href="http://poldracklab.stanford.edu">
Poldrack Lab</a> at <a href="http://www.stanford.edu">Stanford University</a>.
This website provides an api to a crowdsourced repository of MRI quality
metrics contributed by users of MRIQC and hosted by
the <a href="http://cmn.nimh.nih.gov">Data Science and Sharing Team</a>
at the <a href="http://nimh.nih.gov">National Institute of Mental Health</a>.""",
}

if __name__ == '__main__':
Expand Down

0 comments on commit 6bd9937

Please sign in to comment.