SabaPivot's picture
Upgrade canonical logbook from full-score peer evidence with attribution
fa2f0c9 verified
Raw
History Blame Contribute Delete
2.37 kB
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Minimum-distance summaries audit</title>
<style>
:root { color-scheme:light; --ink:#172033; --muted:#5b6475; --line:#dce2ea; --blue:#2563eb; --green:#059669; --red:#dc2626; }
* { box-sizing:border-box; }
body { margin:0; padding:22px; background:#f7f9fc; color:var(--ink); font:15px/1.45 system-ui,-apple-system,sans-serif; }
main { max-width:1280px; margin:auto; }
h1 { margin:0 0 4px; font-size:27px; letter-spacing:-.02em; }
.sub { color:var(--muted); margin-bottom:16px; }
.cards { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:11px; margin-bottom:15px; }
.card { background:#fff; border:1px solid var(--line); border-radius:12px; padding:13px; }
.value { display:block; font-size:24px; font-weight:760; }
.label { color:var(--muted); font-size:12px; }
.blue { color:var(--blue); } .green { color:var(--green); } .red { color:var(--red); }
figure { margin:0; background:#fff; border:1px solid var(--line); border-radius:12px; padding:10px; }
img { display:block; width:100%; height:auto; }
figcaption { color:var(--muted); font-size:12px; padding:7px 7px 2px; }
@media (max-width:800px) { .cards { grid-template-columns:repeat(2,1fr); } }
</style>
</head>
<body><main>
<h1>Minimum Distance Summaries</h1>
<div class="sub">Six anchored claims · real HSP90 Cryo-EM · 22/22 gates · two byte-identical runs</div>
<div class="cards">
<div class="card"><span class="value green">22/22</span><span class="label">prespecified gates pass</span></div>
<div class="card"><span class="value blue">-0.499</span><span class="label">consistency slope</span></div>
<div class="card"><span class="value blue">14.28%</span><span class="label">Cryo-EM reduction, eps .2-.4</span></div>
<div class="card"><span class="value red">falsified</span><span class="label">broad all-baseline claim</span></div>
</div>
<figure>
<img src="outputs/audit/mds_claim_complete_audit.png" alt="Gaussian baselines, real Cryo-EM robustness, RFF fidelity, and consistency plots">
<figcaption>50,000 Gaussian simulations; all Figure 2 baselines; 32×32 HSP90 projections; exact theorem controls.</figcaption>
</figure>
</main></body>
</html>