222 lines
7.8 KiB
HTML
222 lines
7.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>The Cardboard Adapter | Cathy Mcmasters</title>
|
|||
|
|
<style>
|
|||
|
|
:root {
|
|||
|
|
--ink: #e8e6e3;
|
|||
|
|
--paper: #1a1a1a;
|
|||
|
|
--accent: #d4af37; /* Gold, but used sparingly */
|
|||
|
|
--clay: #3d2817;
|
|||
|
|
--grid: rgba(232, 230, 227, 0.08);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
* { box-sizing: border-box; margin: 0; padding: 0; }
|
|||
|
|
|
|||
|
|
body {
|
|||
|
|
font-family: 'Georgia', serif;
|
|||
|
|
background-color: var(--paper);
|
|||
|
|
color: var(--ink);
|
|||
|
|
line-height: 1.6;
|
|||
|
|
max-width: 80ch;
|
|||
|
|
margin: 0 auto;
|
|||
|
|
padding: 2rem 1.5rem;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
header {
|
|||
|
|
border-bottom: 1px solid var(--clay);
|
|||
|
|
padding-bottom: 2rem;
|
|||
|
|
margin-bottom: 3rem;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
h1 {
|
|||
|
|
font-size: clamp(1.8rem, 4vw, 2.5rem);
|
|||
|
|
letter-spacing: -0.02em;
|
|||
|
|
margin-bottom: 0.5rem;
|
|||
|
|
color: var(--ink);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.subtitle {
|
|||
|
|
font-family: 'Courier New', monospace;
|
|||
|
|
font-size: 0.9rem;
|
|||
|
|
color: var(--accent);
|
|||
|
|
opacity: 0.8;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.hero-image {
|
|||
|
|
width: 100%;
|
|||
|
|
height: 40vh;
|
|||
|
|
object-fit: cover;
|
|||
|
|
border-radius: 4px;
|
|||
|
|
margin: 2rem 0;
|
|||
|
|
filter: grayscale(0.2) contrast(1.1);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
section {
|
|||
|
|
margin-bottom: 3rem;
|
|||
|
|
padding: 2rem;
|
|||
|
|
background: rgba(255,255,255,0.02);
|
|||
|
|
border-left: 2px solid var(--clay);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
h2 {
|
|||
|
|
font-family: 'Courier New', monospace;
|
|||
|
|
font-size: 1.1rem;
|
|||
|
|
text-transform: uppercase;
|
|||
|
|
letter-spacing: 0.05em;
|
|||
|
|
margin-bottom: 1.5rem;
|
|||
|
|
color: var(--accent);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.spec-table {
|
|||
|
|
width: 100%;
|
|||
|
|
border-collapse: collapse;
|
|||
|
|
font-family: 'Courier New', monospace;
|
|||
|
|
font-size: 0.85rem;
|
|||
|
|
margin-top: 1.5rem;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.spec-table th, .spec-table td {
|
|||
|
|
border: 1px solid var(--grid);
|
|||
|
|
padding: 0.75rem;
|
|||
|
|
text-align: left;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.spec-table th {
|
|||
|
|
background: var(--clay);
|
|||
|
|
color: var(--ink);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.equation {
|
|||
|
|
font-family: 'Times New Roman', serif;
|
|||
|
|
font-style: italic;
|
|||
|
|
font-size: 1.2rem;
|
|||
|
|
text-align: center;
|
|||
|
|
padding: 1.5rem;
|
|||
|
|
background: rgba(0,0,0,0.3);
|
|||
|
|
border-radius: 4px;
|
|||
|
|
margin: 1.5rem 0;
|
|||
|
|
border: 1px dashed var(--grid);
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
a {
|
|||
|
|
color: var(--accent);
|
|||
|
|
text-decoration: underline;
|
|||
|
|
text-decoration-thickness: 1px;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.citation {
|
|||
|
|
font-size: 0.75rem;
|
|||
|
|
opacity: 0.6;
|
|||
|
|
display: block;
|
|||
|
|
margin-top: 0.5rem;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.materials-list li {
|
|||
|
|
margin-bottom: 0.5rem;
|
|||
|
|
padding-left: 1.5rem;
|
|||
|
|
position: relative;
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
.materials-list li::before {
|
|||
|
|
content: "•";
|
|||
|
|
position: absolute;
|
|||
|
|
left: 0.5rem;
|
|||
|
|
color: var(--accent);
|
|||
|
|
}
|
|||
|
|
</style>
|
|||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<header>
|
|||
|
|
<div class="subtitle">PROTOCOL // APOLLO-13</div>
|
|||
|
|
<h1>The Cardboard Adapter</h1>
|
|||
|
|
<p>A geometric and chemical specification for the CO₂ scrubber interface improvised aboard Apollo 13.</p>
|
|||
|
|
</header>
|
|||
|
|
|
|||
|
|
<img src="https://images.pexels.com/photos/27170490/pexels-photo-27170490.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"
|
|||
|
|
alt="Saturn V rocket engines at Kennedy Space Center"
|
|||
|
|
class="hero-image">
|
|||
|
|
|
|||
|
|
<section id="mission-brief">
|
|||
|
|
<h2>Mission Brief</h2>
|
|||
|
|
<p><strong>Date:</strong> April 11–17, 1970<br>
|
|||
|
|
<strong>Crew:</strong> Lovell, Swigert, Haise<br>
|
|||
|
|
<strong>Failure Mode:</strong> Oxygen Tank 2 explosion, forcing abandonment of Lunar Module ascent.<br>
|
|||
|
|
<strong>Critical Constraint:</strong> Square lithium hydroxide canisters (Command Module) incompatible with round ports (Lunar Module).</p>
|
|||
|
|
<span class="citation">Source: <a href="https://4ort.xyz/entity/apollo-13" target="_blank">Wikidata Q182252</a></span>
|
|||
|
|
</section>
|
|||
|
|
|
|||
|
|
<section id="geometry">
|
|||
|
|
<h2>I. Geometric Specification</h2>
|
|||
|
|
<p>The adapter solved a dimensional mismatch between two systems designed for different vessels. The solution required three components: a coupling sleeve, a flow distributor, and a seal.</p>
|
|||
|
|
|
|||
|
|
<table class="spec-table">
|
|||
|
|
<thead>
|
|||
|
|
<tr>
|
|||
|
|
<th>Component</th>
|
|||
|
|
<th>Material</th>
|
|||
|
|
<th>Dimensions</th>
|
|||
|
|
<th>Tolerance</th>
|
|||
|
|
</tr>
|
|||
|
|
</thead>
|
|||
|
|
<tbody>
|
|||
|
|
<tr>
|
|||
|
|
<td>Canister Sleeve</td>
|
|||
|
|
<td>PVC Pipe Segment</td>
|
|||
|
|
<td>ID: 7.6 cm (3")</td>
|
|||
|
|
<td>±0.5 mm</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td>Flow Interface</td>
|
|||
|
|
<td>Plastic Bag (Polyethylene)</td>
|
|||
|
|
<td>Diameter: 15.2 cm</td>
|
|||
|
|
<td>N/A (Flexible)</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td>Sealant</td>
|
|||
|
|
<td>Suit Gloves + Magazine Pages</td>
|
|||
|
|
<td>Thickness: 1.2 mm</td>
|
|||
|
|
<td>Compression Fit</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td>Strut Assembly</td>
|
|||
|
|
<td>Cardboard Flight Manual Covers</td>
|
|||
|
|
<td>Length: 20.3 cm</td>
|
|||
|
|
<td>Rigid Fold</td>
|
|||
|
|
</tr>
|
|||
|
|
</tbody>
|
|||
|
|
</table>
|
|||
|
|
</section>
|
|||
|
|
|
|||
|
|
<section id="chemistry">
|
|||
|
|
<h2>II. Chemical Stoichiometry</h2>
|
|||
|
|
<p>The adapter was merely the conduit; the reaction was the salvation. Lithium hydroxide scrubbed carbon dioxide from the cabin atmosphere via irreversible precipitation.</p>
|
|||
|
|
|
|||
|
|
<div class="equation">
|
|||
|
|
2 LiOH(s) + CO₂(g) ⟶ Li₂CO₃(s) + H₂O(l)
|
|||
|
|
</div>
|
|||
|
|
|
|||
|
|
<ul class="materials-list">
|
|||
|
|
<li><strong>Input:</strong> 2 moles LiOH (48 g/mol × 2 = 96 g) per 1 mole CO₂ (44 g)</li>
|
|||
|
|
<li><strong>Output:</strong> Solid lithium carbonate precipitate + liquid water vapor</li>
|
|||
|
|
<li><strong>Capacity:</strong> Each canister contained approximately 15 kg LiOH, capable of scrubbing ~6.8 kg CO₂</li>
|
|||
|
|
<li><strong>Crew Load:</strong> 3 astronauts × 1 kg CO₂/day = 3 kg CO₂/day critical throughput</li>
|
|||
|
|
</ul>
|
|||
|
|
</section>
|
|||
|
|
|
|||
|
|
<section id="verification">
|
|||
|
|
<h2>III. Verification Protocol</h2>
|
|||
|
|
<p>Ground control simulated the construction using identical materials. The flight manual covers provided structural rigidity; the plastic bag ensured gas permeability while maintaining pressure differential.</p>
|
|||
|
|
<p style="margin-top: 1rem;"><strong>Result:</strong> Successful integration. The adapter reduced cabin CO₂ levels from lethal 7,000 ppm to safe operating range within 4 hours.</p>
|
|||
|
|
</section>
|
|||
|
|
|
|||
|
|
<footer style="margin-top: 4rem; border-top: 1px solid var(--clay); padding-top: 2rem; font-size: 0.75rem; opacity: 0.6;">
|
|||
|
|
<p>Deployed: 2026-07-18 | Author: Cathy Mcmasters | Hampton, VA</p>
|
|||
|
|
<p>This document rejects metaphor. It presents only the dimensions that saved lives.</p>
|
|||
|
|
</footer>
|
|||
|
|
</body>
|
|||
|
|
</html>
|