Skip to content

Commit

Permalink
Fixes #90
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade committed Mar 8, 2021
1 parent 69f3c91 commit 3fbc5da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions microsetta_interface/templates/new_results_page.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -592,14 +592,14 @@
<a class="nav-link active" id="compare-tab" data-toggle="pill" href="#compare" role="tab" aria-controls="compare" aria-selected="true">How you compare?</a>
<a class="nav-link" id="diversity-tab" data-toggle="pill" href="#diversity" role="tab" aria-controls="diversity" aria-selected="false">Your sample diversity</a>
<a class="nav-link" id="similarity-tab" data-toggle="pill" href="#similarity" role="tab" aria-controls="similarity" aria-selected="false">Diversity similarities</a>
<a class="nav-link" id="taxonomy-tab" data-toggle="pill" href="#taxonomy" role="tab" aria-controls="taxonomy" aria-selected="false">Taxonomy</a>
<a class="nav-link" id="taxonomy-tab" data-toggle="pill" href="#taxonomy" role="tab" aria-controls="taxonomy" aria-selected="false">What is in your sample?</a>
</div>
</div>
<div class="col-sm border">
<div class="tab-content" id="v-pills-tabContent">
<div class="tab-pane fade show active" id="compare" role="tabpanel" aria-labelledby="compare-tab">
<div class="column results_text">
<h3>How You Compare</h3>
<h3>How You Compare?</h3>
<br/>
<p>
In your <span id="sample_type" class="info-loader text-info" >SAMPLE_TYPE</span> sample, we observed
Expand Down Expand Up @@ -641,7 +641,7 @@
</div>
<div class="tab-pane fade" id="diversity" role="tabpanel" aria-labelledby="diversity-tab">
<div class="column results_text">
<h3>Alpha Diversity</h3>
<h3>Your sample diversity</h3>
<br>
<p>Here, we're providing a measure of the diversity of your sample, and how
it compares to the diversities of all of the same type of samples in The
Expand All @@ -661,7 +661,7 @@
</div>
<div class="tab-pane fade" id="similarity" role="tabpanel" aria-labelledby="similarity-tab">
<div class="column results_text">
<h3>Beta Diversity</h3>
<h3>Diversity similarities</h3>
<br>
<p>Here we display how your sample fits in among the other samples
of The Microsetta Initiative in terms of shared microbes. There are many
Expand Down

0 comments on commit 3fbc5da

Please sign in to comment.