Skip to content

Commit 1d1a938

Browse files
Add short What This Solves demo (Problem / Solution / Impact)
1 parent 7a5d7c1 commit 1d1a938

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@
3434
h1 { font-size: 21px; font-weight: 600; margin: 0 0 6px; letter-spacing: -0.01em; }
3535
.metric { font-size: 14px; color: var(--text-secondary); margin: 0 0 1.75rem; }
3636
.card { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem; }
37+
.solve-card { background: var(--accent-bg); border: 1px solid var(--accent-border); border-radius: 12px;
38+
padding: 1.25rem 1.5rem; margin-bottom: 1.5rem; }
39+
.solve-row { display:flex; gap:12px; margin-bottom:10px; align-items:flex-start; }
40+
.solve-row:last-child { margin-bottom:0; }
41+
.solve-tag { font-size:11px; font-weight:700; letter-spacing:.03em; text-transform:uppercase; color:var(--accent-text);
42+
width:78px; flex-shrink:0; padding-top:1px; }
43+
.solve-text { font-size:14px; line-height:1.55; color:var(--text); }
3744
.sim-label { font-size: 12px; color: var(--text-secondary); text-transform: uppercase; letter-spacing: .04em; margin: 0 0 8px; font-weight: 600; }
3845
svg#sim { width: 100%; height: auto; margin-bottom: 1.25rem; }
3946
#particle { transition: cx 1.6s ease-in-out; }
@@ -130,6 +137,11 @@
130137
</div>
131138
<h1>Multitask Singularity Regression Kriging</h1>
132139
<p class="metric">Moran's I up to 0.98 (p < 0.001)</p>
140+
<div class="solve-card">
141+
<div class="solve-row"><span class="solve-tag">Problem</span><span class="solve-text">Standard fertiliser maps model each nutrient separately and at one spatial scale, throwing away information that's actually there in the data.</span></div>
142+
<div class="solve-row"><span class="solve-tag">Solution</span><span class="solve-text">A multiscale, multitask geostatistics framework that models related soil and crop variables together.</span></div>
143+
<div class="solve-row"><span class="solve-tag">Impact</span><span class="solve-text">Moran's I up to 0.98, validated with leakage-controlled spatial cross-validation across three real farm datasets.</span></div>
144+
</div>
133145
<div class="card">
134146
<p class="sim-label">Graphical abstract</p>
135147
<img class="figure" src="graphical_abstract.png" alt="Graphical abstract for Multitask Singularity Regression Kriging">

0 commit comments

Comments
 (0)