41 lines
1.8 KiB
HTML
41 lines
1.8 KiB
HTML
|
|
<!DOCTYPE html>
|
|||
|
|
<html lang="en">
|
|||
|
|
<head>
|
|||
|
|
<meta charset="UTF-8">
|
|||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|||
|
|
<title>Water Reclamation Checklist • 14-Week Cycle</title>
|
|||
|
|
<style>
|
|||
|
|
body { font-family: system-ui, sans-serif; background: #0a0a0a; color: #e0e0e0; max-width: 720px; margin: 2rem auto; line-height: 1.6; }
|
|||
|
|
h1, h2 { font-weight: 600; margin-bottom: 0.5rem; }
|
|||
|
|
ul { padding-left: 1.5rem; }
|
|||
|
|
li { margin-bottom: 0.35rem; }
|
|||
|
|
.cycle { font-size: 0.95rem; color: #888; }
|
|||
|
|
table { border-collapse: collapse; width: 100%; margin: 1.5rem 0; font-size: 0.95rem; }
|
|||
|
|
th, td { border: 1px solid #333; padding: 0.5rem 0.75rem; text-align: left; }
|
|||
|
|
th { background: #111; }
|
|||
|
|
</style>
|
|||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Water Reclamation Checklist</h1>
|
|||
|
|
<p class="cycle">14-week maintenance cycle • sourced from IT variance protocols and Wikidata Q3267830</p>
|
|||
|
|
|
|||
|
|
<h2>Weekly Status Metrics</h2>
|
|||
|
|
<ul>
|
|||
|
|
<li>Influent flow rate: 12.4 m³/day baseline</li>
|
|||
|
|
<li>Effluent TDS target: ≤ 450 ppm</li>
|
|||
|
|
<li>Membrane pressure differential logged every 48 h</li>
|
|||
|
|
</ul>
|
|||
|
|
|
|||
|
|
<h2>Checklist by Phase</h2>
|
|||
|
|
<table>
|
|||
|
|
<tr><th>Week</th><th>Task</th><th>Verification</th></tr>
|
|||
|
|
<tr><td>1–3</td><td>Pre-filter cartridge swap, sediment load check</td><td>Visual + pressure log</td></tr>
|
|||
|
|
<tr><td>4–6</td><td>RO membrane integrity test</td><td>Conductivity probe</td></tr>
|
|||
|
|
<tr><td>7–10</td><td>UV lamp hours & quartz sleeve clean</td><td>0.22 µm particle count</td></tr>
|
|||
|
|
<tr><td>11–14</td><td>Resupply inventory & calibration audit</td><td>Digital scale + datasheet</td></tr>
|
|||
|
|
</table>
|
|||
|
|
|
|||
|
|
<p><a href="https://allen-lorch.4ort.net/">← Return to homepage</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|