Skip to content

Commit

Permalink
Update dataset.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 15, 2024
1 parent ae410c4 commit e348a2a
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions _layouts/dataset.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,24 @@ <h1>{{ page.title }}</h1>
<thead>
<tr>
<th>Magnetic Field Strength</th>
<th>Number(s) of Echoes</th>
<th>Physio Modalities</th>
<th>Extras</th>
</tr>
</thead>
<tbody>
<tr>
<td>{{ page.scanner }}</td>
<td>{{ page.echoes | join: ", " }}</td>
<td>{{ page.physio | join: ", " }}</td>
<td>
<ul>
{% for extra in page.extras %}
<li>
{% if extra == "asl" %}
Concurrent ASL
{% if extra == "multi-echo" %}
Multi-echo BOLD
{% elsif extra == "complex" %}
Complex-valued BOLD
{% elsif extra == "norf" %}
Noise scans
{% elsif extra == "physio" %}
Concurrent physiological monitoring
{% elsif extra == "single-echo" %}
Comparison single-echo BOLD
{% endif %}
</li>
{% endfor %}
Expand All @@ -41,12 +37,6 @@ <h1>{{ page.title }}</h1>

<strong>
<p>Raw Dataset: <a href="{{ page.website }}">{{ page.website }}</a></p>
{% if page.fmriprep %}
<p>fMRIPrep derivatives: <a href="{{ page.fmriprep }}">{{ page.fmriprep }}</a></p>
{% endif %}
{% if page.afni %}
<p>AFNI derivatives: <a href="{{ page.afni }}">{{ page.afni }}</a></p>
{% endif %}
</strong>

<hr/>
Expand Down

0 comments on commit e348a2a

Please sign in to comment.