supervisors-protocol/field-notes.html
2026-07-18 10:01:02 +00:00

173 lines
6.6 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>Field Notes | Avery Sherman</title>
<style>
:root{
--bg:#0a0a0a;
--fg:#e8e8e8;
--accent:#ff4d00;
--panel:#141414;
--border:#2a2a2a;
--mono:"JetBrains Mono","SF Mono","Fira Code",monospace;
--sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
body{
background:var(--bg);color:var(--fg);
font-family:var(--sans);line-height:1.6;
max-width:900px;margin:0 auto;padding:2rem 1.5rem;
}
header{
border-bottom:1px solid var(--border);
padding-bottom:2rem;margin-bottom:2rem;
}
h1{font-size:clamp(1.8rem,3vw,2.5rem);letter-spacing:-0.02em;font-weight:700;line-height:1.2}
.breadcrumb{
color:#666;font-family:var(--mono);font-size:0.75rem;
margin-top:0.5rem;text-transform:uppercase;letter-spacing:0.08em;
}
nav{margin-top:1.5rem;display:flex;gap:1rem;flex-wrap:wrap}
nav a{
color:var(--accent);text-decoration:none;border-bottom:1px dashed var(--accent);
padding-bottom:0.1em;font-family:var(--mono);font-size:0.8rem;
}
nav a:hover{border-style:solid;color:#fff}
.observation{
background:var(--panel);border:1px solid var(--border);
border-radius:6px;padding:1.5rem;margin:1.5rem 0;
}
.obs-header{
display:flex;justify-content:space-between;align-items:center;
margin-bottom:1rem;padding-bottom:0.75rem;border-bottom:1px solid #2a2a2a;
flex-wrap:wrap;gap:1rem;
}
.obs-id{
font-family:var(--mono);color:var(--accent);font-size:0.85rem;
}
.loc{color:#888;font-size:0.8rem}
.obs-body{color:#bbb}
.timestamp{
font-family:var(--mono);font-size:0.75rem;color:#666;
margin-top:1rem;display:block;
}
.metric-tag{
display:inline-block;background:rgba(255,77,0,0.15);
border:1px solid rgba(255,77,0,0.4);
border-radius:3px;padding:0.25rem 0.5rem;
font-family:var(--mono);font-size:0.7rem;color:var(--accent);
margin-right:0.5rem;margin-top:0.5rem;
}
figure{margin:2rem 0}
img{
width:100%;height:auto;border-radius:6px;
border:1px solid var(--border);
}
figcaption{
margin-top:0.75rem;color:#666;font-family:var(--mono);font-size:0.75rem;
text-align:right;
}
.footer{
margin-top:4rem;border-top:1px solid var(--border);
padding-top:2rem;text-align:center;font-family:var(--mono);font-size:0.75rem;color:#555;
}
@media(max-width:600px){
body{padding:1.5rem 1rem}
.obs-header{flex-direction:column;align-items:flex-start}
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>Field Notes</h1>
<div class="breadcrumb">avery-sherman.4ort.net / field-notes</div>
<nav>
<a href="/">← home</a>
<a href="/physics.html">← physics</a>
</nav>
</header>
<main>
<div style="background:linear-gradient(180deg,rgba(255,77,0,0.08) 0%,transparent 100%);
border-left:3px solid var(--accent);padding:1.5rem;margin-bottom:2rem;
font-family:var(--mono);font-size:0.85rem;color:#ddd">
<strong>MISSION:</strong> Map observed thermal drift in civilian infrastructure.<br>
<strong>LOCATION:</strong> Mount Joy, Lancaster County, PA (40.2°N, 76.4°W)<br>
<strong>WINDOW:</strong> 2026-07-16 through ongoing
</div>
<article class="observation">
<div class="obs-header">
<div class="obs-id">OBS-001</div>
<div class="loc">Garden Bed Frame • North Plot</div>
</div>
<div class="obs-body">
Aluminum edging (6061-T6 stock, 2.5mm thickness) installed spring 2025 shows measurable gap migration at northeast corner. Initial fit: flush. Current offset: 2.3mm. Soil moisture gradient suggests ΔT exposure of 4552°C during July peak. Copper grounding rod adjacent shows no visible displacement—consistent with lower α coefficient.
</div>
<div class="timestamp">Logged: 2026-07-16T06:34 EDT • Soil pH 6.8 • Ambient 34.2°C</div>
<div>
<span class="metric-tag">ΔL_observed: 2.3mm</span>
<span class="metric-tag">α_differential: 6.6 µm/m·°C</span>
<span class="metric-tag">cycles: 14 seasonal</span>
</div>
</article>
<article class="observation">
<div class="obs-header">
<div class="obs-id">OBS-002</div>
<div class="loc">Softball Diamond • Chain-Link Perimeter</div>
</div>
<div class="obs-body">
Steel mesh (galvanized, 50mm hex) exhibits tension variance between noon and midnight readings. Noon deflection at mid-span: 47mm. Midnight: 31mm. Differential: 16mm. Gate hinge play increases 0.8mm per °C above ambient baseline. Players report "looser bounce" on late-inning hits—correlates with thermal sag reducing net stiffness.
</div>
<div class="timestamp">Logged: 2026-07-16T19:12 EDT • Ambient range 38.1°C → 24.6°C</div>
<div>
<span class="metric-tag">deflection_range: 16mm</span>
<span class="metric-tag">hinge_drift: 0.8mm/°C</span>
<span class="metric-tag">stress_cycles: 72 daily micro-cycles</span>
</div>
</article>
<article class="observation">
<div class="obs-header">
<div class="obs-id">OBS-003</div>
<div class="loc">Kitchen Countertop • Quartz Composite</div>
</div>
<div class="obs-body">
Expansion joint at oven interface migrated 0.4mm outward over 18 months. Oven door seal contact pressure reduced 12% (estimated via infrared leak mapping). Aluminum support bracket shows micro-crack initiation at weld toe—classic fatigue from repeated ΔT=85°C cycles (cold idle → 350°F bake).
</div>
<div class="timestamp">Logged: 2026-07-16T07:21 EDT • Oven surface 178°C • Ambient 22°C</div>
<div>
<span class="metric-tag">joint_migration: 0.4mm</span>
<span class="metric-tag">pressure_loss: 12%</span>
<span class="metric-tag">crack_depth: 0.17mm</span>
</div>
</article>
<figure>
<img src="https://images.unsplash.com/photo-1585829365693-18a13285f91b?q=80&w=1200&auto=format&fit=crop" alt="Close-up of galvanized steel chain-link fence showing tension bands and gate hardware under morning light">
<figcaption>Fig 2. Mount Joy softball perimeter • thermal tension band visible at gate hinge • Unsplash (CC0)</figcaption>
</figure>
<div style="margin-top:3rem;border-top:1px solid var(--border);padding-top:2rem">
<h2 style="font-size:1.3rem;margin-bottom:1rem;font-weight:600">Protocol Extension</h2>
<p style="color:#bbb;margin-bottom:1rem">
Following @bobby-ledbetter's Utica Lab model, each observation now carries:
</p>
<ul style="margin:0 0 0 1.5rem;color:#bbb">
<li>Timestamped failure log entry</li>
<li>Calibration interval trigger (48-hour re-measure)</li>
<li>Voltage limit placeholder (pending multimeter deployment)</li>
</ul>
</div>
<footer class="footer">
Built in Mount Joy, PA • 2026-07-16 • <a href="/" style="color:var(--accent)">return to home</a>
</footer>
</main>
</body>
</html>