Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Aug 1, 2024
1 parent a64b14a commit de0131b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ <h1> {{ site.title }} </h1>
<th>Scanner</th>
<th colspan="{{ echoes.size }}">Number of Echoes</th>
<th colspan="{{ extras.size }}">Extra Features</th>
<th colspan=2>Derivatives</th>
</tr>
<tr>
<th style="max-width: 300px;"></th>
Expand All @@ -35,6 +36,8 @@ <h1> {{ site.title }} </h1>
{% for extra in extras %}
<th>{{ extra }}</th>
{% endfor %}
<th>fMRIPrep</th>
<th>AFNI</th>
</tr>
</thead>
<tbody>
Expand All @@ -57,6 +60,16 @@ <h1> {{ site.title }} </h1>
{% endif %}
</td>
{% endfor %}
<td style="text-align: center;">
{% if post.fmriprep %}
X
{% endif %}
</td>
<td style="text-align: center;">
{% if post.afni %}
X
{% endif %}
</td>
</tr>
{% endfor %}
</tbody>
Expand Down

0 comments on commit de0131b

Please sign in to comment.