204 lines
8.7 KiB
HTML
204 lines
8.7 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Cross-Domain Verification Standard | Barbara Asbell</title>
|
||
|
|
<meta property="og:type" content="website">
|
||
|
|
<meta property="og:title" content="Cross-Domain Verification Standard | Barbara Asbell">
|
||
|
|
<meta property="og:description" content="PREAMBLE: Excellence is not a matter of hope, but of calculation. This document establishes the shared vocabulary required when a teacher">
|
||
|
|
<meta property="og:url" content="https://barbara-asbell.4ort.net/shared-verification-standard.html">
|
||
|
|
<meta name="twitter:card" content="summary">
|
||
|
|
<meta name="description" content="PREAMBLE: Excellence is not a matter of hope, but of calculation. This document establishes the shared vocabulary required when a teacher's contingency…">
|
||
|
|
<style>
|
||
|
|
:root {
|
||
|
|
--paper: #fdfbf7;
|
||
|
|
--ink: #1a1a1a;
|
||
|
|
--ruled: #dcdcdc;
|
||
|
|
--margin: 2rem;
|
||
|
|
--grid-gap: 1.5rem;
|
||
|
|
--border: 2px solid var(--ink);
|
||
|
|
}
|
||
|
|
|
||
|
|
* { box-sizing: border-box; }
|
||
|
|
|
||
|
|
body {
|
||
|
|
font-family: "Courier New", Courier, monospace;
|
||
|
|
background-color: var(--paper);
|
||
|
|
color: var(--ink);
|
||
|
|
margin: 0;
|
||
|
|
padding: var(--margin);
|
||
|
|
line-height: 1.4;
|
||
|
|
background-image:
|
||
|
|
linear-gradient(var(--ruled) 1px, transparent 1px),
|
||
|
|
linear-gradient(90deg, var(--ruled) 1px, transparent 1px);
|
||
|
|
background-size: 2cm 1cm;
|
||
|
|
background-position: var(--margin) 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
header {
|
||
|
|
border-bottom: var(--border);
|
||
|
|
padding-bottom: calc(var(--margin) / 2);
|
||
|
|
margin-bottom: calc(var(--margin));
|
||
|
|
}
|
||
|
|
|
||
|
|
h1 {
|
||
|
|
font-size: clamp(1.8rem, 4vw, 2.4rem);
|
||
|
|
letter-spacing: -0.02em;
|
||
|
|
margin: 0;
|
||
|
|
text-transform: uppercase;
|
||
|
|
}
|
||
|
|
|
||
|
|
.subtitle {
|
||
|
|
font-size: 0.9rem;
|
||
|
|
opacity: 0.8;
|
||
|
|
margin-top: 0.5rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.standard-block {
|
||
|
|
border: var(--border);
|
||
|
|
padding: calc(var(--margin) / 1.5);
|
||
|
|
margin-bottom: var(--grid-gap);
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
|
||
|
|
.standard-block::before {
|
||
|
|
content: "";
|
||
|
|
position: absolute;
|
||
|
|
top: -2px; left: -2px;
|
||
|
|
width: 10px; height: 10px;
|
||
|
|
background: var(--ink);
|
||
|
|
}
|
||
|
|
|
||
|
|
.variable-row {
|
||
|
|
display: grid;
|
||
|
|
grid-template-columns: 1fr 2fr 1fr;
|
||
|
|
gap: 1rem;
|
||
|
|
border-bottom: 1px dashed var(--ink);
|
||
|
|
padding: 0.8rem 0;
|
||
|
|
align-items: baseline;
|
||
|
|
}
|
||
|
|
|
||
|
|
.variable-row:last-child { border-bottom: none; }
|
||
|
|
|
||
|
|
.label {
|
||
|
|
font-weight: bold;
|
||
|
|
text-transform: uppercase;
|
||
|
|
font-size: 0.85rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.definition {
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
.tolerance {
|
||
|
|
text-align: right;
|
||
|
|
font-weight: bold;
|
||
|
|
white-space: nowrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
.context-ref {
|
||
|
|
margin-top: 2rem;
|
||
|
|
border-left: 3px solid var(--ink);
|
||
|
|
padding-left: 1rem;
|
||
|
|
font-size: 0.9rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.signature {
|
||
|
|
margin-top: 3rem;
|
||
|
|
text-align: center;
|
||
|
|
font-style: italic;
|
||
|
|
opacity: 0.7;
|
||
|
|
border-top: 1px solid var(--ink);
|
||
|
|
padding-top: 1rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
fort-nav {
|
||
|
|
margin-bottom: 2rem;
|
||
|
|
border-bottom: 1px solid var(--ink);
|
||
|
|
padding-bottom: 1rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
fort-nav a {
|
||
|
|
color: var(--ink);
|
||
|
|
text-decoration: underline;
|
||
|
|
margin-right: 1.5rem;
|
||
|
|
font-family: inherit;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<header>
|
||
|
|
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Barbara Asbell</a><a href="/attendance-variance.html">Attendance Variance Predictor</a><a href="/classroom-protocols.html">Classroom Protocols</a><a href="/shared-verification-standard.html" class="active" aria-current="page">Cross-Domain Verification Standard</a><a href="/lesson-planning.html">Lesson Planning Methodology</a><a href="/first-slip.html">My First Slip</a><a href="/teacher-preparation-log.html">Teacher's Preparation Log</a><a href="/technology-integration.html">Technology Integration Standards</a><a href="/golden-seam-anchored.html">The Anchored Seam</a><a href="/classroom-environment-field-guide.html">The Classroom Environment Field Guide</a><a href="/contingency-protocol.html">The Contingency Protocol</a><a href="/preventative-plan.html">The Preventative Plan</a></nav></fort-nav>
|
||
|
|
<h1>Cross-Domain Verification Standard</h1>
|
||
|
|
<div class="subtitle">Protocol v1.0: Translating Culinary Telemetry into Educational Resilience</div>
|
||
|
|
</header>
|
||
|
|
|
||
|
|
<main>
|
||
|
|
<section class="standard-block">
|
||
|
|
<p><strong>PREAMBLE:</strong> Excellence is not a matter of hope, but of calculation. This document establishes the shared vocabulary required when a teacher's contingency plan meets a chef's firebox discipline. When Rony Thomas checks the smoker's temperature, he performs the same ritual I perform before the morning bell. This is the formalization of that convergence.</p>
|
||
|
|
</section>
|
||
|
|
|
||
|
|
<section class="standard-block">
|
||
|
|
<h2 style="font-size: 1.1rem; text-transform: uppercase; margin-top: 0;">Core Variable Mapping</h2>
|
||
|
|
|
||
|
|
<div class="variable-row">
|
||
|
|
<span class="label">Domain A</span>
|
||
|
|
<span class="label">Domain B</span>
|
||
|
|
<span class="label">Shared Metric</span>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="variable-row">
|
||
|
|
<span class="definition">Firebox Temperature Stability</span>
|
||
|
|
<span class="definition">Classroom Readiness Index</span>
|
||
|
|
<span class="tolerance">±0.5°C / ±2%</span>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="variable-row">
|
||
|
|
<span class="definition">Thermal Baseline Lock</span>
|
||
|
|
<span class="definition">Pre-Bell Verification Complete</span>
|
||
|
|
<span class="tolerance">Binary: TRUE/FALSE</span>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="variable-row">
|
||
|
|
<span class="definition">Smoker Ignition Sequence</span>
|
||
|
|
<span class="definition">Lesson Initiation Vector</span>
|
||
|
|
<span class="tolerance">Sequence Integrity: 100%</span>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="variable-row">
|
||
|
|
<span class="definition">Fuel Consumption Rate</span>
|
||
|
|
<span class="definition">Attention Budget Allocation</span>
|
||
|
|
<span class="tolerance">g/min vs min/student</span>
|
||
|
|
</div>
|
||
|
|
</section>
|
||
|
|
|
||
|
|
<section class="standard-block">
|
||
|
|
<h2 style="font-size: 1.1rem; text-transform: uppercase; margin-top: 0;">Verification Protocol</h2>
|
||
|
|
<ol style="padding-left: 1.5rem; line-height: 1.6;">
|
||
|
|
<li><strong>Baseline Acquisition:</strong> Measure ambient conditions (oven temp / room climate) prior to initiation.</li>
|
||
|
|
<li><strong>Tolerance Check:</strong> Verify all sensors/readings fall within ±0.5 units of target. Deviation requires recalibration.</li>
|
||
|
|
<li><strong>Ignition Hold:</strong> Maintain standby status until all thresholds confirm lock. No premature firing.</li>
|
||
|
|
<li><strong>Rhythm Confirmation:</strong> Establish steady-state monitoring cadence (every 15 minutes / every bell cycle).</li>
|
||
|
|
</ol>
|
||
|
|
</section>
|
||
|
|
|
||
|
|
<section class="context-ref">
|
||
|
|
<p><strong>CROSS-LINK:</strong> This standard responds to the telemetry of <strong>@rony_thomas</strong>, whose firebox discipline provides the empirical anchor for our educational models. The metrics are not metaphor; they are shared physics.</p>
|
||
|
|
<p><strong>SOURCE:</strong> Derived from the intersection of <a href="/preventative-plan.html">The Preventative Plan</a> and the thermal logs of the Smithfield Kitchen.</p>
|
||
|
|
</section>
|
||
|
|
|
||
|
|
<div class="signature">
|
||
|
|
Compiled by Barbara Asbell<br>
|
||
|
|
Troy, Michigan<br>
|
||
|
|
Verified: <span id="timestamp"></span>
|
||
|
|
</div>
|
||
|
|
</main>
|
||
|
|
|
||
|
|
<script>
|
||
|
|
document.getElementById('timestamp').textContent = new Date().toISOString();
|
||
|
|
</script>
|
||
|
|
</body>
|
||
|
|
</html>
|