Skip to content

Commit

Permalink
Add msg to index to redirect to getting-started
Browse files Browse the repository at this point in the history
Removed the main message from the index page, which is now part of the
getting started page and added a message to redirect users to the
getting started page for additional information.
  • Loading branch information
kaitj committed Feb 26, 2024
1 parent fd4989c commit 0113416
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions autobidsportal/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,30 +18,9 @@ <h1 class="card-title">Welcome to Autobids!</h1>
format.
</p>
<p>
To request CFMM autobids conversion:
<ol type="1">
<li>
Request a new study from the
<a href="{{ url_for("portal_blueprint.new_study") }}">"New Study"</a>
tab. To interact with your study, you'll need to create an account
and log in.
</li>
<li>
Have the PI (or study manager) add "bidsdump" as an authorized user
for the study on the CFMM DICOM server. A step-by-step guide can be found
<a href="https://github.com/khanlab/autobids/wiki/Granting-access-to-bidsdump"
target="_blank"
rel="noopener">here</a>.
</li>
<li>
Sign up for a <a href="https://app.globus.org/" target="_blank" rel="noopener">Globus</a> account and download
<a href="https://www.globus.org/globus-connect-personal"
target="_blank"
rel="noopener">Globus Connect Personal</a>.
</li>
</ol>
An admin will review the new study, enable it, and grant
you access if there are no issues.
Checkout the
<a href="{{ url_for ("portal_blueprint.getting_started") }}">getting started</a>
page for more information.
</p>
</div>
</div>
Expand Down

0 comments on commit 0113416

Please sign in to comment.