Skip to content

Commit 5126320

Browse files
authored
Update index.html
1 parent e1b5942 commit 5126320

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

index.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -453,43 +453,44 @@ <h4 class="title is-5">Scaling with parameters</h4>
453453

454454
<!-- Result Summary Section -->
455455
<section style="margin-top: 3rem;">
456-
<h3 class="title is-4 has-text-centered">Result Summary</h3>
456+
<h3 class="title is-4 has-text-centered">📌 Result Summary</h3>
457457
<div class="columns is-multiline is-centered equal-height-columns">
458458

459459
<div class="column is-half">
460-
<div class="box gradient-box solid-style" style="background:#fceabb;">
461-
<p><strong>Congruency Effect</strong><br>
462-
>95% models show conflict interference.<br>
460+
<div class="box gradient-box" style="background: linear-gradient(135deg, #b3cde0 0%, #ccebc5 100%);">
461+
<h3 class="title is-4"><i class="fas fa-sliders-h"></i> Congruency Effect</h3>
462+
<p>>95% models show conflict interference.<br>
463463
Stroop: t = 8.99, p < 10⁻¹⁴<br>
464464
Flanker-L: t = 17.88, p < 10⁻³³<br>
465465
Flanker-N: t = 16.85, p < 10⁻³¹</p>
466466
</div>
467467
</div>
468468

469469
<div class="column is-half">
470-
<div class="box gradient-box solid-style" style="background:#d5f4e6;">
471-
<p><strong>Squared Conflict</strong><br>
472-
Fully-incongruent (SIRC) trials show largest drop. All p < 0.001</p>
470+
<div class="box gradient-box" style="background: linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%);">
471+
<h3 class="title is-4"><i class="fas fa-layer-group"></i> Squared Conflict</h3>
472+
<p>Fully-incongruent (SIRC) trials show largest drop.<br>All p &lt; 0.001</p>
473473
</div>
474474
</div>
475475

476476
<div class="column is-half">
477-
<div class="box gradient-box solid-style" style="background:#e2f0cb;">
478-
<p><strong>Control Accuracy</strong><br>
479-
Accuracy ≈ 85% on 238 control trials (OCR, color, spatial).</p>
477+
<div class="box gradient-box" style="background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);">
478+
<h3 class="title is-4"><i class="fas fa-check-circle"></i> Control Accuracy</h3>
479+
<p>Accuracy ≈ 85% on 238 control trials<br>(OCR, color, spatial).</p>
480480
</div>
481481
</div>
482482

483483
<div class="column is-half">
484-
<div class="box gradient-box solid-style" style="background:#fcd5ce;">
485-
<p><strong>Task Concordance</strong><br>
486-
r = 0.96 between Letter-/Number-Flanker → shared bottleneck</p>
484+
<div class="box gradient-box" style="background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);">
485+
<h3 class="title is-4"><i class="fas fa-link"></i> Task Concordance</h3>
486+
<p>r = 0.96 between Letter-/Number-Flanker<br>→ shared bottleneck</p>
487487
</div>
488488
</div>
489489

490490
</div>
491491
</section>
492492

493+
493494

494495
<section id="implications" class="section">
495496
<div class="container is-max-desktop">

0 commit comments

Comments
 (0)