Skip to content

Commit bea8f6c

Browse files
authored
Update index.html
1 parent 0cc95f7 commit bea8f6c

File tree

1 file changed

+41
-20
lines changed

1 file changed

+41
-20
lines changed

index.html

Lines changed: 41 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,20 @@
123123
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
124124
}
125125

126+
.gradient-box .title-inside {
127+
margin-top: 0;
128+
margin-bottom: 0.2rem;
129+
font-weight: 600;
130+
font-size: 1.15rem;
131+
line-height: 1.2;
132+
}
133+
134+
.gradient-box .box-body-text {
135+
margin-top: 0.4rem;
136+
line-height: 1.5;
137+
font-size: 0.98rem;
138+
}
139+
126140
/* Equal height columns for summary cards */
127141
.equal-height-columns {
128142
display: flex;
@@ -201,6 +215,7 @@
201215
</style>
202216

203217

218+
204219
<!-- Sticky Nav -->
205220
<nav class="navbar" role="navigation">
206221
<div class="container is-max-desktop" style="justify-content:space-between">
@@ -428,16 +443,17 @@ <h4 class="title is-5">Scaling with parameters</h4>
428443
<figcaption><strong>Scaling Trend.</strong> Accuracy vs. parameter count (1&nbsp;B → 110&nbsp;B).</figcaption>
429444
</figure>
430445

431-
<!-- Result Summary Cards -->
432-
<section class="section" style="padding-top: 3rem;">
446+
<!-- Result Summary -->
447+
<section class="section">
433448
<div class="container is-max-desktop">
434-
<h3 class="title is-4 has-text-centered" style="margin-bottom: 2rem;">📐 Result Summary</h3>
435-
<div class="columns is-multiline is-centered equal-height-columns">
449+
<h2 class="title is-3 has-text-centered">📌 Result Summary</h2>
450+
<div class="columns is-multiline is-centered equal-height-columns" style="margin-top: 2rem;">
436451

437452
<div class="column is-half">
438-
<div class="box gradient-box" style="background:linear-gradient(135deg,#e0f7fa,#b2ebf2);">
439-
<h4 class="title is-5" style="min-height: 3rem;">🎯 Congruency Effect</h4>
440-
<p>&gt;95% models show conflict interference.<br>
453+
<div class="box gradient-box" style="background:linear-gradient(135deg,#d4eaff,#edf4ff);">
454+
<p class="title-inside">Congruency Effect</p>
455+
<p class="box-body-text">
456+
>95% models show conflict interference.<br>
441457
Stroop: t = 8.99, p &lt; 10⁻¹⁴<br>
442458
Flanker-L: t = 17.88, p &lt; 10⁻³³<br>
443459
Flanker-N: t = 16.85, p &lt; 10⁻³¹
@@ -446,23 +462,32 @@ <h4 class="title is-5" style="min-height: 3rem;">🎯 Congruency Effect</h4>
446462
</div>
447463

448464
<div class="column is-half">
449-
<div class="box gradient-box" style="background:linear-gradient(135deg,#fceabb,#f8b500);">
450-
<h4 class="title is-5" style="min-height: 3rem;">🧱 Squared Conflict</h4>
451-
<p>Fully-incongruent (SIRC) trials show largest drop.<br>All p &lt; 0.001</p>
465+
<div class="box gradient-box" style="background:linear-gradient(135deg,#ffe9ec,#fff6f7);">
466+
<p class="title-inside">Squared Conflict</p>
467+
<p class="box-body-text">
468+
Fully-incongruent (SIRC) trials show largest drop.<br>
469+
All p &lt; 0.001
470+
</p>
452471
</div>
453472
</div>
454473

455474
<div class="column is-half">
456-
<div class="box gradient-box" style="background:linear-gradient(135deg,#e0c3fc,#8ec5fc);">
457-
<h4 class="title is-5" style="min-height: 3rem;">🧪 Control Accuracy</h4>
458-
<p>Accuracy ≈ 85% on 238 control trials<br>(OCR, color, spatial).</p>
475+
<div class="box gradient-box" style="background:linear-gradient(135deg,#f2fbdc,#fafff0);">
476+
<p class="title-inside">Control Accuracy</p>
477+
<p class="box-body-text">
478+
Accuracy ≈ 85% on 238 control trials<br>
479+
(OCR, color, spatial tasks).
480+
</p>
459481
</div>
460482
</div>
461483

462484
<div class="column is-half">
463-
<div class="box gradient-box" style="background:linear-gradient(135deg,#d4fc79,#96e6a1);">
464-
<h4 class="title is-5" style="min-height: 3rem;">🔁 Task Concordance</h4>
465-
<p>r = 0.96 between Letter-/Number-Flanker<br>→ shared bottleneck</p>
485+
<div class="box gradient-box" style="background:linear-gradient(135deg,#f0e8ff,#faf5ff);">
486+
<p class="title-inside">Task Concordance</p>
487+
<p class="box-body-text">
488+
r = 0.96 between Letter-/Number-Flanker<br>
489+
→ shared bottleneck
490+
</p>
466491
</div>
467492
</div>
468493

@@ -471,10 +496,6 @@ <h4 class="title is-5" style="min-height: 3rem;">🔁 Task Concordance</h4>
471496
</section>
472497

473498

474-
475-
476-
477-
478499

479500
<!-- BibTeX -->
480501
<section class="section" id="BibTeX">

0 commit comments

Comments
 (0)