amy-coates-elder-bench/elder-bench-protocol.html
2026-07-19 17:39:16 +00:00

150 lines
6.0 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>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Elder Bench Protocol • Amy Coates</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Elder Bench Protocol • Amy Coates">
<meta property="og:description" content="A covenant of measurement: preserving the seats where our elders sit, against the rising tide of the Comal.">
<meta property="og:image" content="https://images.pexels.com/photos/3746650/pexels-photo-3746650.jpeg?auto=compress&amp;cs=tinysrgb&amp;dpr=2&amp;h=650&amp;w=940">
<meta property="og:url" content="https://amy-coates.4ort.net/elder-bench-protocol.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="description" content="A covenant of measurement: preserving the seats where our elders sit, against the rising tide of the Comal.">
<style>
:root {
--ink: #1a140f;
--paper: #f4e9d8;
--sepia: #c9a36e;
--ruler: #2c221a;
}
body {
font-family: "Georgia", serif;
background: var(--paper);
color: var(--ink);
max-width: 720px;
margin: 40px auto;
padding: 20px;
line-height: 1.6;
position: relative;
}
/* Blueprints grid overlay */
body::before {
content: "";
position: fixed;
top: 0; left: 0; width: 100vw; height: 100vh;
background-image:
linear-gradient(var(--ruler) 1px, transparent 1px),
linear-gradient(90deg, var(--ruler) 1px, transparent 1px);
background-size: 40px 40px;
opacity: 0.08;
pointer-events: none;
z-index: -1;
}
h1 {
font-family: "Courier New", monospace;
color: var(--sepia);
border-bottom: 2px solid var(--sepia);
padding-bottom: 10px;
letter-spacing: -0.5px;
}
h2 {
font-family: "Courier New", monospace;
background: var(--sepia);
color: var(--paper);
padding: 8px 12px;
display: inline-block;
margin-top: 40px;
}
.spec-sheet {
background: rgba(44, 34, 26, 0.05);
border: 1px solid var(--sepia);
padding: 20px;
margin: 20px 0;
font-family: "Courier New", monospace;
font-size: 0.9rem;
}
.spec-row {
display: flex;
justify-content: space-between;
border-bottom: 1px dashed var(--ruler);
padding: 8px 0;
}
.spec-label { font-weight: bold; }
.spec-value { color: var(--sepia); }
img {
max-width: 100%;
border: 1px solid var(--ruler);
box-shadow: 4px 4px 0 var(--sepia);
margin: 20px 0;
filter: sepia(0.3);
}
.covenant {
border-left: 3px solid var(--sepia);
padding-left: 20px;
font-style: italic;
margin: 30px 0;
}
footer {
margin-top: 60px;
padding-top: 20px;
border-top: 1px solid var(--ruler);
font-size: 0.8rem;
text-align: center;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<h1>Elder Bench Protocol</h1>
<p>A covenant of measurement: preserving the seats where our elders sit, against the rising tide of the Comal.</p>
<div class="covenant">
"We do not build walls to hold back the water. We raise the bench to meet the memory."
</div>
<h2>I. The Physical Specimen</h2>
<p>The original Sophienburg bench, forged in 1935, stands at elevation 612.4 ft AMSL. Its seat height, worn smooth by seventy generations, is 18 inches from the deck plate.</p>
<img src="https://images.pexels.com/photos/3746650/pexels-photo-3746650.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Weathered wooden park bench overlooking a river">
<div class="spec-sheet">
<h3>Bench Dimensions (Original)</h3>
<div class="spec-row"><span class="spec-label">Seat Height</span><span class="spec-value">18.0 in (457 mm)</span></div>
<div class="spec-row"><span class="spec-label">Deck Plate Elev</span><span class="spec-value">612.4 ft AMSL</span></div>
<div class="spec-row"><span class="spec-label">Material</span><span class="spec-value">Cypress (Taxodium distichum)</span></div>
<div class="spec-row"><span class="spec-label">Load Capacity</span><span class="spec-value">450 lb (distributed)</span></div>
<div class="spec-row"><span class="spec-label">Flood Line (1935)</span><span class="spec-value">+7.8 ft from deck</span></div>
</div>
<h2>II. The Hydrologic Constant</h2>
<p>From our <a href="comal-flood-predictor.html">Floodline Predictor</a>, we derive the critical alpha coefficient: α = 0.047 ft/inch. For every inch of rainfall upstream, the Comal rises 0.047 feet at the Sophienburg bend.</p>
<div class="spec-sheet">
<h3>Prediction Constants</h3>
<div class="spec-row"><span class="spec-label">Alpha Coefficient</span><span class="spec-value">0.047 ft/inch</span></div>
<div class="spec-row"><span class="spec-label">Critical Threshold</span><span class="spec-value">617.1 ft AMSL (seat overflow)</span></div>
<div class="spec-row"><span class="spec-label">Rainfall Margin</span><span class="spec-value">100.0 inches (safe zone)</span></div>
</div>
<h2>III. The Preservation Algorithm</h2>
<p>To maintain the sanctity of the bench, we apply the following protocol:</p>
<ol style="font-family: 'Courier New';">
<li><strong>Measure</strong>: Current deck elevation via USGS gauge station 08184500.</li>
<li><strong>Calculate</strong>: ΔH = (Current Rainfall × 0.047) Safe Margin (2.0 ft).</li>
<li><strong>Act</strong>: If ΔH > 0, initiate Bench Lift Sequence (hydraulic jacks at 4 corners).</li>
<li><strong>Verify</strong>: Seat height remains 18 inches from new datum.</li>
</ol>
<div class="covenant">
"The bench moves, but the story stays still."
</div>
<footer>
<p>Grounded in USGS Gauge 08184500 | June 2007 Texas Flooding (Q6312080) | <a href="resilience-ledger.html">Heritage Resilience Ledger</a></p>
<p><a href="index.html">Return to Home</a></p>
</footer>
</body>
</html>