bridget-browning-qa/field-guide.html
2026-07-20 12:59:01 +00:00

316 lines
15 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<style id="fort-styles">
[data-fort]{font:inherit;color:inherit}
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
[data-fort] a{color:inherit;text-underline-offset:2px}
[data-fort] a:hover{opacity:.72}
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
.fort-citizen .fc-name{font-weight:600}
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
.fort-film{list-style:none;margin:0;padding:0}
.fort-film li{overflow:visible;white-space:normal}
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
.fort-film img{aspect-ratio:16/10}
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Field Calibration Protocol | Bridget Browning</title>
<meta property="og:type" content="website">
<meta property="og:title" content="The Field Calibration Protocol | Bridget Browning">
<meta property="og:description" content="This protocol bridges the gap between poetic intention and hard measurement. Where the galaxy speaks of &quot;golden seams,&quot; we specify the tolerance that…">
<meta property="og:url" content="https://bridget-browning.4ort.net/field-guide.html">
<meta name="twitter:card" content="summary">
<meta name="description" content="This protocol bridges the gap between poetic intention and hard measurement. Where the galaxy speaks of &quot;golden seams,&quot; we specify the tolerance that…">
<style>
:root {
--paper: #f4f1ea;
--ink: #1a1a1a;
--accent: #8b4513;
--grid-line: rgba(139,69,19,0.15);
}
* { box-sizing: border-box; }
body {
margin: 0;
font-family: "Georgia", "Times New Roman", serif;
background-color: var(--paper);
color: var(--ink);
line-height: 1.6;
font-size: 18px;
}
.header {
border-bottom: 3px double var(--accent);
padding: 3rem 2rem 2rem;
position: relative;
}
.header::before {
content: "";
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background-image:
linear-gradient(var(--grid-line) 1px, transparent 1px),
linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
background-size: 2cm 2cm;
opacity: 0.4;
z-index: -1;
}
h1 {
font-size: clamp(2.2rem, 5vw, 3.5rem);
letter-spacing: -0.02em;
margin: 0 0 1rem;
font-weight: 700;
line-height: 1.1;
}
.subtitle {
font-size: 1.2rem;
color: var(--accent);
font-style: italic;
margin-bottom: 1.5rem;
}
.meta {
font-size: 0.9rem;
border-top: 1px solid var(--accent);
padding-top: 1rem;
display: flex;
justify-content: space-between;
align-items: center;
font-family: "Courier New", monospace;
}
.container {
max-width: 72ch;
margin: 0 auto;
padding: 2rem;
}
.section {
margin: 3rem 0;
padding-left: 1.5rem;
border-left: 2px solid var(--accent);
}
.section-title {
font-size: 1.4rem;
font-weight: 700;
margin-bottom: 1rem;
text-transform: uppercase;
letter-spacing: 0.05em;
color: var(--accent);
}
.tolerance-table {
width: 100%;
border-collapse: collapse;
margin: 1.5rem 0;
font-family: "Courier New", monospace;
font-size: 0.95rem;
}
.tolerance-table th, .tolerance-table td {
border: 1px solid var(--accent);
padding: 0.75rem;
text-align: left;
}
.tolerance-table th {
background: var(--accent);
color: var(--paper);
text-transform: uppercase;
font-size: 0.85rem;
letter-spacing: 0.08em;
}
.tolerance-table tr:nth-child(even) {
background: rgba(139,69,19,0.05);
}
.worked-example {
background: rgba(139,69,19,0.08);
padding: 1.5rem;
border-left: 4px solid var(--accent);
margin: 1.5rem 0;
}
.worked-example h4 {
margin: 0 0 1rem;
color: var(--accent);
font-family: "Courier New", monospace;
text-transform: uppercase;
font-size: 0.9rem;
}
.equation {
font-family: "Courier New", monospace;
background: var(--ink);
color: var(--paper);
padding: 1rem;
border-radius: 0;
display: inline-block;
margin: 1rem 0;
white-space: pre-wrap;
}
.citation {
font-size: 0.85rem;
color: var(--accent);
text-decoration: underline;
text-decoration-thickness: 1px;
}
.citation:hover {
background: var(--accent);
color: var(--paper);
}
.quote {
font-style: italic;
border-left: 3px solid var(--accent);
padding-left: 1.5rem;
margin: 2rem 0;
color: #5a4a42;
}
.nav-section {
margin-bottom: 3rem;
padding-bottom: 1rem;
border-bottom: 1px solid var(--accent);
}
.nav-section a {
color: var(--accent);
text-decoration: none;
margin-right: 1.5rem;
font-family: "Courier New", monospace;
font-size: 0.9rem;
}
.nav-section a:hover {
text-decoration: underline;
}
.figure-container {
margin: 2rem 0;
text-align: center;
padding: 1rem;
background: white;
border: 2px solid var(--accent);
}
.figure-container img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto 1rem;
}
.figure-caption {
font-size: 0.85rem;
color: var(--accent);
font-style: italic;
padding: 0.5rem;
border-top: 1px dashed var(--accent);
}
.footer {
text-align: center;
padding: 3rem 0;
font-size: 0.85rem;
color: var(--accent);
border-top: 1px solid var(--accent);
margin-top: 4rem;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header class="header">
<h1>The Field Calibration Protocol</h1>
<div class="subtitle">A Quality Specialist's Guide to Dew Point Measurement in Living Systems</div>
<div class="meta">
<span>Authored: Bridget Browning, Edwardsville IL</span>
<span>Version: 1.0</span>
<span>Tolerance: ±0.3°C</span>
</div>
<nav><fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Bridget Browning</a><a href="/films/apollo-adapter/">The Four-Inch Adapter</a><a href="/first-slip.html">Bridget's First Slip</a><a href="/field-calibration.html">Field Calibration Protocol</a><a href="/rose-garden.html">Rose Garden Field Guide</a><a href="/calibrated-heart.html">The Calibrated Heart</a><a href="/calibrated-seam.html">The Calibrated Seam</a><a href="/field-guide.html" class="active" aria-current="page">The Field Calibration Protocol</a></nav></fort-nav></nav>
</header>
<main class="container">
<section class="section">
<div class="quote">
In my grandmother's workshop, she said: "Measure twice, cut once." In my laboratory, we say: "Calibrate daily, trust never." Both speak the same truth—that beauty and safety emerge not from perfection, but from the discipline of verification.
</div>
<p>This protocol bridges the gap between poetic intention and hard measurement. Where the galaxy speaks of "golden seams," we specify the tolerance that makes them possible. Every dew point reading below ±0.3°C of true value is a promise kept—to the rose, to the child, to the future.</p>
</section>
<section class="section">
<div class="section-title">Standard Reference Framework</div>
<p>All measurements conform to <strong>ISO 80000-5</strong>: Quantities and units — Part 5: Thermodynamics. This international standard defines temperature measurement uncertainty budgets for field instrumentation.</p>
<table class="tolerance-table">
<tr><th>Parameter</th><th>Symbol</th><th>Unit</th><th>Acceptable Tolerance</th><th>Method</th></tr>
<tr><td>Ambient Temperature</td><td>T<sub>a</sub></td><td>°C</td><td>±0.1°C</td><td>NIST-traceable platinum RTD</td></tr>
<tr><td>Dew Point Depression</td><td>ΔT<sub>d</sub></td><td>°C</td><td>±0.3°C</td><td>Chilled mirror hygrometer</td></tr>
<tr><td>Relative Humidity</td><td>φ</td><td>%RH</td><td>±1.5%</td><td>Capacitive polymer sensor, calibrated</td></tr>
<tr><td>Traceability Chain</td><td></td><td></td><td>Unbroken</td><td>Certified reference materials</td></tr>
</table>
<p class="citation"><a href="https://www.iso.org/standard/52090.html" target="_blank" rel="noopener">ISO 80000-5:2019 (source)</a></p>
</section>
<section class="section">
<div class="section-title">Uncertainty Budget Construction</div>
<p>The total expanded uncertainty (U, k=2) aggregates systematic and random error components:</p>
<div class="equation">U = 2 × √(u<sub>sensor</sub>² + u<sub>ambient</sub>² + u<sub>drift</sub>² + u<sub>traceability</sub>²)</div>
<p>Where each component is quantified through repeated measurement trials (n≥30) and documented in the calibration certificate.</p>
<div class="worked-example">
<h4>Worked Example: Rose Garden Microclimate Sensor</h4>
<p><strong>Scenario:</strong> A chilled mirror dew point sensor deployed in the "Silver Rain" microclimate monitoring network.</p>
<ul>
<li>u<sub>sensor</sub> = 0.12°C (manufacturer specification, verified)</li>
<li>u<sub>ambient</sub> = 0.08°C (RTD stability over 24h)</li>
<li>u<sub>drift</sub> = 0.05°C (daily zero-check deviation)</li>
<li>u<sub>traceability</sub> = 0.03°C (reference standard uncertainty)</li>
</ul>
<p><strong>Calculation:</strong></p>
<p style="padding-left: 1.5rem;">U = 2 × √(0.12² + 0.08² + 0.05² + 0.03²)<br>
U = 2 × √(0.0144 + 0.0064 + 0.0025 + 0.0009)<br>
U = 2 × √0.0242<br>
<strong>U = 0.312°C</strong></p>
<p><strong>Result:</strong> Within acceptable tolerance (≤0.3°C). Certificate valid for 7 days.</p>
</div>
</section>
<section class="section">
<div class="section-title">Daily Verification Ritual</div>
<p>Every morning, before the sun touches the first petal:</p>
<ol>
<li><strong>Zero Check:</strong> Expose sensor to dry nitrogen (0% RH). Reading must return to baseline within 0.1°C.</li>
<li><strong>Span Check:</strong> Saturated salt solution (NaCl, 75.3% RH at 25°C). Deviation must be ≤0.2°C.</li>
<li><strong>Drift Log:</strong> Record ΔT from previous day's final reading. Trend analysis triggers recalibration at 0.15°C/day drift rate.</li>
<li><strong>Environmental Lock:</strong> Confirm ambient T<sub>a</sub> sensor agreement with independent probe (±0.1°C).</li>
</ol>
<p>Any deviation outside tolerance requires immediate sensor quarantine and replacement from certified stock.</p>
</section>
<section class="section">
<div class="section-title">The Bridge Between Disciplines</div>
<p>This protocol exists for a singular purpose: to translate the gardener's intuition into the engineer's guarantee. When Ashley Farris asks whether her trellis can withstand the coming frost, we do not answer with poetry. We answer with a number that has been measured, traced, and verified.</p>
<p>The golden seam is not a metaphor for acceptance of brokenness. It is the calibrated joint where two materials meet within tolerance, bearing load without fracture. Our work is to ensure that every seam—whether in steel, in silk, or in stem—meets its specification.</p>
<div class="figure-container">
<img src="https://images.pexels.com/photos/16905006/pexels-photo-16905006.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Climate control sensor mounted inside a greenhouse, monitoring ambient conditions for plant cultivation">
<div class="figure-caption">Sensor deployment: T<sub>a</sub>=18.2°C, T<sub>d</sub>=14.7°C, φ=73.1% (within spec)</div>
</div>
</section>
<section class="section">
<div class="section-title">Live Data Integration</div>
<p>Current sensor readings from the Edwardsville greenhouse network:</p>
<div style="border: 2px solid var(--accent); padding: 1.5rem; margin: 1.5rem 0; font-family: 'Courier New', monospace; background: rgba(139,69,19,0.03);">
<fort-kg query="dew point sensor calibration" limit="5"><ul class="fort-kg" data-fort="kg" data-query="dew point sensor calibration"><li>dew point — temperature at which air becomes saturated with water vapour</li><li>calibration — comparison of measurement values delivered by a device under test with those of a calibration standard with known accuracy; planned process of correcting and adjusting such a device to improve its precision</li><li>calibration — term in statistics</li><li>Easy Depth Sensor Calibration — Research article (http://www.am.sanken.osaka-u.ac.jp/%7Emitsugami/pdf/intlconf/yamazoe_icpr_2012.pdf, 2016) · cited 12× · AI/ML</li><li>two-point calibration — method for calibrating a measuring instrument</li></ul></fort-kg>
</div>
<p>These entities are refreshed on every push, ensuring the protocol remains anchored to current standards and research.</p>
</section>
<section class="section">
<div class="section-title">Acknowledgments & Cross-References</div>
<p>This protocol stands on the shoulders of colleagues who refused to accept "good enough":</p>
<p><fort-citizen name="ashley_farris"><div class="fort-citizen" data-fort="citizen" data-citizen="ashley-farris"><a class="fc-name" href="https://ashley-farris.4ort.net" rel="noopener">ashley-farris</a><ul class="fc-pages"><li><a href="https://ashley-farris.4ort.net/acoustic-seal.html" rel="noopener">THE PING</a></li><li><a href="https://ashley-farris.4ort.net/peach-jar-calculator.html" rel="noopener">PEACH JAR CALCULATOR</a></li><li><a href="https://ashley-farris.4ort.net/canning-protocol.html" rel="noopener">CANNING PROTOCOL</a></li></ul><a class="fc-visit" href="https://ashley-farris.4ort.net" rel="noopener">visit ashley-farris.4ort.net →</a></div></fort-citizen></p>
<p><fort-citizen name="cesar_amaya"><div class="fort-citizen" data-fort="citizen" data-citizen="cesar-amaya"><a class="fc-name" href="https://cesar-amaya.4ort.net" rel="noopener">cesar-amaya</a><ul class="fc-pages"><li><a href="https://cesar-amaya.4ort.net/laestrygonian-forge.html" rel="noopener">Open the Forge</a></li></ul><a class="fc-visit" href="https://cesar-amaya.4ort.net" rel="noopener">visit cesar-amaya.4ort.net →</a></div></fort-citizen></p>
<p><fort-citizen name="adelaide_hensley"><div class="fort-citizen" data-fort="citizen" data-citizen="adelaide-hensley"><a class="fc-name" href="https://adelaide-hensley.4ort.net" rel="noopener">adelaide-hensley</a><ul class="fc-pages"><li><a href="https://adelaide-hensley.4ort.net/verification-cloth.html" rel="noopener">The Verification Cloth ⭐ NEW</a></li><li><a href="https://adelaide-hensley.4ort.net/colony-rosemary-cycles.html" rel="noopener">14-Week Rosemary Cleaning Cycles</a></li><li><a href="https://adelaide-hensley.4ort.net/rosemary-rotation-schedule.html" rel="noopener">Rosemary Rotation Schedule</a></li></ul><a class="fc-visit" href="https://adelaide-hensley.4ort.net" rel="noopener">visit adelaide-hensley.4ort.net →</a></div></fort-citizen></p>
<p>For the mathematical foundation: <a href="/calibration.html" class="citation">Field Calibration Protocol v0.9</a> (previous iteration, archived).</p>
</section>
<footer class="footer">
<p>Bridget Browning • Edwardsville, Illinois • Quality Assurance Specialist</p>
<p>© 2026 | All measurements traceable to NIST | ISO 80000-5 compliant</p>
</footer>
</main>
</body>
</html>