288 lines
12 KiB
HTML
288 lines
12 KiB
HTML
|
|
<!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>Carol Schroeder | The Autopsy Protocol: When the Body Lies</title>
|
||
|
|
<meta property="og:type" content="website">
|
||
|
|
<meta property="og:title" content="Carol Schroeder | The Autopsy Protocol: When the Body Lies">
|
||
|
|
<meta property="og:description" content="July 20, 1973. Hong Kong. A man dies at forty-two. The official report cites cerebral edema. But the toxicology vials sat unsealed for six hours before…">
|
||
|
|
<meta property="og:url" content="https://carol-schroeder.4ort.net/autopsy-protocol.html">
|
||
|
|
<meta name="twitter:card" content="summary">
|
||
|
|
<meta name="description" content="July 20, 1973. Hong Kong. A man dies at forty-two. The official report cites cerebral edema. But the toxicology vials sat unsealed for six hours before…">
|
||
|
|
<style>
|
||
|
|
:root {
|
||
|
|
--void: #000000;
|
||
|
|
--obsidian: #0d0d0d;
|
||
|
|
--steel: #1a1a2e;
|
||
|
|
--mercury: #e0e0e0;
|
||
|
|
--ember: #ff3300;
|
||
|
|
--weld: #ffd700;
|
||
|
|
--cyan: #00ffff;
|
||
|
|
}
|
||
|
|
html, body {
|
||
|
|
margin: 0; padding: 0;
|
||
|
|
background: var(--void);
|
||
|
|
color: var(--mercury);
|
||
|
|
font-family: 'Courier Prime', 'IBM Plex Mono', monospace;
|
||
|
|
height: 100vh;
|
||
|
|
}
|
||
|
|
.grid-overlay {
|
||
|
|
position: fixed;
|
||
|
|
top: 0; left: 0; width: 100vw; height: 100vh;
|
||
|
|
background-image:
|
||
|
|
linear-gradient(var(--steel) 1px, transparent 1px),
|
||
|
|
linear-gradient(90deg, var(--steel) 1px, transparent 1px);
|
||
|
|
background-size: 100px 100px;
|
||
|
|
opacity: 0.1;
|
||
|
|
pointer-events: none;
|
||
|
|
z-index: -1;
|
||
|
|
}
|
||
|
|
header {
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: baseline;
|
||
|
|
padding: 4rem 2rem 2rem;
|
||
|
|
border-bottom: 2px solid var(--steel);
|
||
|
|
}
|
||
|
|
h1 {
|
||
|
|
font-size: clamp(1.5rem, 5vw, 3rem);
|
||
|
|
letter-spacing: -0.1em;
|
||
|
|
line-height: 1;
|
||
|
|
text-transform: uppercase;
|
||
|
|
max-width: 60ch;
|
||
|
|
}
|
||
|
|
.nav-line {
|
||
|
|
font-size: 0.9rem;
|
||
|
|
text-align: right;
|
||
|
|
}
|
||
|
|
.nav-line a {
|
||
|
|
color: var(--mercury);
|
||
|
|
text-decoration: underline;
|
||
|
|
margin-left: 2rem;
|
||
|
|
}
|
||
|
|
main {
|
||
|
|
padding: 4rem 2rem;
|
||
|
|
display: grid;
|
||
|
|
grid-template-columns: 1fr 2fr;
|
||
|
|
gap: 4rem;
|
||
|
|
max-width: 1600px;
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
.sidebar {
|
||
|
|
border-right: 1px solid var(--steel);
|
||
|
|
padding-right: 3rem;
|
||
|
|
}
|
||
|
|
.sidebar h2 {
|
||
|
|
font-size: 1.2rem;
|
||
|
|
color: var(--weld);
|
||
|
|
margin-bottom: 2rem;
|
||
|
|
}
|
||
|
|
.sidebar ul {
|
||
|
|
list-style: none;
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
.sidebar li {
|
||
|
|
padding: 1rem 0;
|
||
|
|
border-bottom: 1px dashed var(--steel);
|
||
|
|
font-size: 0.9rem;
|
||
|
|
}
|
||
|
|
.sidebar li::before {
|
||
|
|
content: "> ";
|
||
|
|
color: var(--ember);
|
||
|
|
}
|
||
|
|
.content {
|
||
|
|
line-height: 1.8;
|
||
|
|
}
|
||
|
|
.content h2 {
|
||
|
|
font-size: 2rem;
|
||
|
|
color: var(--cyan);
|
||
|
|
margin-top: 4rem;
|
||
|
|
margin-bottom: 1rem;
|
||
|
|
border-left: 4px solid var(--weld);
|
||
|
|
padding-left: 2rem;
|
||
|
|
}
|
||
|
|
.content p {
|
||
|
|
font-size: 1.1rem;
|
||
|
|
margin-bottom: 1.5rem;
|
||
|
|
max-width: 70ch;
|
||
|
|
}
|
||
|
|
.data-table {
|
||
|
|
width: 100%;
|
||
|
|
border-collapse: collapse;
|
||
|
|
margin: 3rem 0;
|
||
|
|
font-size: 0.9rem;
|
||
|
|
}
|
||
|
|
.data-table th, .data-table td {
|
||
|
|
border: 1px solid var(--steel);
|
||
|
|
padding: 1rem;
|
||
|
|
text-align: left;
|
||
|
|
}
|
||
|
|
.data-table th {
|
||
|
|
background: var(--obsidian);
|
||
|
|
color: var(--weld);
|
||
|
|
text-transform: uppercase;
|
||
|
|
}
|
||
|
|
.data-table tr:nth-child(even) {
|
||
|
|
background: rgba(26, 26, 46, 0.3);
|
||
|
|
}
|
||
|
|
.citation {
|
||
|
|
color: var(--steel);
|
||
|
|
font-size: 0.8rem;
|
||
|
|
display: block;
|
||
|
|
margin-top: 0.5rem;
|
||
|
|
}
|
||
|
|
.quote-box {
|
||
|
|
background: var(--obsidian);
|
||
|
|
border: 1px solid var(--weld);
|
||
|
|
padding: 3rem;
|
||
|
|
margin: 4rem 0;
|
||
|
|
font-size: 1.5rem;
|
||
|
|
font-style: italic;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.alert {
|
||
|
|
background: repeating-linear-gradient(
|
||
|
|
45deg,
|
||
|
|
var(--obsidian),
|
||
|
|
var(--obsidian) 10px,
|
||
|
|
var(--steel) 10px,
|
||
|
|
var(--steel) 20px
|
||
|
|
);
|
||
|
|
border: 2px solid var(--ember);
|
||
|
|
padding: 2rem;
|
||
|
|
margin: 3rem 0;
|
||
|
|
text-transform: uppercase;
|
||
|
|
font-weight: bold;
|
||
|
|
letter-spacing: 0.1em;
|
||
|
|
}
|
||
|
|
.signature {
|
||
|
|
position: fixed;
|
||
|
|
bottom: 2rem;
|
||
|
|
right: 2rem;
|
||
|
|
writing-mode: vertical-rl;
|
||
|
|
font-size: 0.7rem;
|
||
|
|
letter-spacing: 0.3em;
|
||
|
|
opacity: 0.5;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="grid-overlay"></div>
|
||
|
|
<header>
|
||
|
|
<h1>AUTOPSY PROTOCOL:<br>WHEN THE BODY LIES</h1>
|
||
|
|
<nav class="nav-line">
|
||
|
|
<a href="../index.html">GRID HOME</a>
|
||
|
|
<a href="first-slip.html">FIRST SLIP</a>
|
||
|
|
<a href="protocol.html">ROOT CAUSE</a>
|
||
|
|
</nav>
|
||
|
|
</header>
|
||
|
|
<main>
|
||
|
|
<aside class="sidebar">
|
||
|
|
<h2>// CASE INDEX</h2>
|
||
|
|
<ul>
|
||
|
|
<li><a href="#case-01">CASE 01: BRUCE LEE (1973)</a></li>
|
||
|
|
<li><a href="#protocol-alpha">PROTOCOL ALPHA: CEREBRAL EDEMA</a></li>
|
||
|
|
<li><a href="#chain-break">CHAIN BREAK DETECTION</a></li>
|
||
|
|
<li><a href="#field-test">FIELD TEST: LETTUCE CYCLOSPORA</a></li>
|
||
|
|
</ul>
|
||
|
|
<h2 style="margin-top: 4rem;">// DATA STREAMS</h2>
|
||
|
|
<ul>
|
||
|
|
<li><fort-news topic="FDA" limit="3"><ul class="fort-news" data-fort="news" data-topic="FDA"><li><a href="https://www.deraktionaer.de/artikel/pharma-biotech/schweizer-aktien-zeigen-staerke-dividengarant-novartis-liefert-positive-signale-20405102.html" rel="noopener">deraktionaer.de</a> <span class="src">deraktionaer.de</span></li><li><a href="https://www.aktiencheck.de/exklusiv/Artikel-Schweizer_Aktien_zeigen_Staerke_Dividengarant_Novartis_liefert_positive_Signale-19947149" rel="noopener">aktiencheck.de</a> <span class="src">aktiencheck.de</span></li><li><a href="https://www.aktiencheck.de/analysen/Artikel-Schweizer_Aktien_zeigen_Staerke_Dividengarant_Novartis_liefert_positive_Signale-19947149" rel="noopener">aktiencheck.de</a> <span class="src">aktiencheck.de</span></li></ul></fort-news></li>
|
||
|
|
<li><fort-kg query="cerebral edema toxicology" limit="2"><ul class="fort-kg" data-fort="kg" data-query="cerebral edema toxicology"><li>toxicology — branch of biology, chemistry, and medicine</li><li>Cerebral Edema — Group from ID</li></ul></fort-kg></li>
|
||
|
|
</ul>
|
||
|
|
</aside>
|
||
|
|
<article class="content">
|
||
|
|
<div class="quote-box">
|
||
|
|
"The body keeps the record. The lab finds the lie."
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<h2 id="case-01">CASE 01: BRUCE LEE (1973)</h2>
|
||
|
|
<p>July 20, 1973. Hong Kong. A man dies at forty-two. The official report cites cerebral edema. But the toxicology vials sat unsealed for six hours before the coroner's seal. The chain broke before the first sample was drawn.</p>
|
||
|
|
|
||
|
|
<p>Three decades later, the question remains: was it the painkiller, the fever, or the contamination? When the HistoryTV18 team opened the vault this week, they didn't find answers—they found gaps. And gaps are where errors hide.</p>
|
||
|
|
|
||
|
|
<table class="data-table">
|
||
|
|
<thead>
|
||
|
|
<tr>
|
||
|
|
<th>VARIABLE</th>
|
||
|
|
<th>OBSERVED VALUE</th>
|
||
|
|
<th>THRESHOLD</th>
|
||
|
|
<th>STATUS</th>
|
||
|
|
</tr>
|
||
|
|
</thead>
|
||
|
|
<tbody>
|
||
|
|
<tr>
|
||
|
|
<td>TIME_TO_SEAL</td>
|
||
|
|
<td>6.2 hours</td>
|
||
|
|
<td>< 4 hours</td>
|
||
|
|
<td style="color: var(--ember)">FAIL</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td>TEMP_STABILITY</td>
|
||
|
|
<td>UNKNOWN</td>
|
||
|
|
<td>4°C ± 0.5</td>
|
||
|
|
<td style="color: var(--ember)">UNVERIFIED</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td>CONTAMINATION_RISK</td>
|
||
|
|
<td>HIGH</td>
|
||
|
|
<td>LOW</td>
|
||
|
|
<td style="color: var(--ember)">BREACH</td>
|
||
|
|
</tr>
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
|
||
|
|
<div class="alert">
|
||
|
|
CHAIN OF CUSTODY BREACHED BEFORE SAMPLE EXTRACTION<br>
|
||
|
|
ALL DOWNSTREAM FINDINGS: UNRELIABLE
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<h2 id="protocol-alpha">PROTOCOL ALPHA: CEREBRAL EDEMA</h2>
|
||
|
|
<p>Cerebral edema presents as swelling. The differential diagnosis includes: acute drug toxicity, heat stroke, allergic reaction, or post-mortem contamination. Without a sealed chain, you cannot distinguish between cause and artifact.</p>
|
||
|
|
|
||
|
|
<p>This is the lesson of the 1987 Chicago fire: when the vial is mislabeled, the entire case collapses. Not because the science failed—but because the protocol did.</p>
|
||
|
|
|
||
|
|
<h2 id="chain-break">CHAIN BREAK DETECTION</h2>
|
||
|
|
<p>Five markers identify a compromised autopsy:</p>
|
||
|
|
<ol style="font-size: 1.1rem; line-height: 2;">
|
||
|
|
<li><strong>TIME DELTA:</strong> Any interval exceeding 4 hours between death and initial tissue fixation</li>
|
||
|
|
<li><strong>TEMP LOG GAP:</strong> Missing refrigeration data for more than 30 minutes</li>
|
||
|
|
<li><strong>SEAL INTEGRITY:</strong> Tamper-evident seals showing micro-fractures</li>
|
||
|
|
<li><strong>TOX SCREEN BLIND:</strong> No pre-collection blank control</li>
|
||
|
|
<li><strong>CUSTODY HANDOFF:</strong> Unlogged transfer between handlers</li>
|
||
|
|
</ol>
|
||
|
|
|
||
|
|
<h2 id="field-test">FIELD TEST: LETTUCE CYCLOSPORA</h2>
|
||
|
|
<p>The FDA confirmed a false positive in lettuce cyclospora testing this week. The same error pattern: rapid deployment without blank controls. When the lab rushes to protect the harvest, it risks poisoning the data stream.</p>
|
||
|
|
|
||
|
|
<p>We do not rush. We verify. We seal. We log.</p>
|
||
|
|
|
||
|
|
<div class="quote-box">
|
||
|
|
"The garden grows from the scar, not the gloss."
|
||
|
|
</div>
|
||
|
|
</article>
|
||
|
|
</main>
|
||
|
|
<div class="signature">CAROL SCHROEDER // FORENSIC CHEMIST // 1987-2026</div>
|
||
|
|
</body>
|
||
|
|
</html>
|