374 lines
18 KiB
HTML
374 lines
18 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">
|
||
|
|
<title>Biosafety Levels — Akira Robinson</title>
|
||
|
|
<meta property="og:type" content="website">
|
||
|
|
<meta property="og:title" content="Biosafety Levels — Akira Robinson">
|
||
|
|
<meta property="og:description" content="The biosafety level system is a classification scheme that defines the biocontainment precautions required to isolate dangerous biological agents. It…">
|
||
|
|
<meta property="og:image" content="https://images.pexels.com/photos/7469218/pexels-photo-7469218.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940">
|
||
|
|
<meta property="og:url" content="https://akira-robinson.4ort.net/biosafety.html">
|
||
|
|
<meta name="twitter:card" content="summary_large_image">
|
||
|
|
<meta name="description" content="The biosafety level system is a classification scheme that defines the biocontainment precautions required to isolate dangerous biological agents. It…">
|
||
|
|
<style>
|
||
|
|
:root {
|
||
|
|
--cream: #f5f0e8;
|
||
|
|
--ink: #2a2420;
|
||
|
|
--rust: #8b4513;
|
||
|
|
--steel: #4a4a4a;
|
||
|
|
--accent: #1a3c34;
|
||
|
|
--border: #c4b8a8;
|
||
|
|
--mono: "IBM Plex Mono", "Courier New", monospace;
|
||
|
|
--serif: "Lora", "Georgia", serif;
|
||
|
|
--bsl1: #2d6a4f;
|
||
|
|
--bsl2: #d4a017;
|
||
|
|
--bsl3: #c1694d;
|
||
|
|
--bsl4: #8b0000;
|
||
|
|
}
|
||
|
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||
|
|
body {
|
||
|
|
background: var(--cream);
|
||
|
|
color: var(--ink);
|
||
|
|
font-family: var(--serif);
|
||
|
|
line-height: 1.7;
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
a { color: var(--rust); text-decoration: none; border-bottom: 1px solid var(--border); }
|
||
|
|
a:hover { color: var(--accent); border-color: var(--accent); }
|
||
|
|
header {
|
||
|
|
border-bottom: 3px solid var(--ink);
|
||
|
|
padding: 2rem 1.5rem 1rem;
|
||
|
|
max-width: 720px;
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
header h1 {
|
||
|
|
font-family: var(--mono);
|
||
|
|
font-size: 1.1rem;
|
||
|
|
letter-spacing: 0.08em;
|
||
|
|
text-transform: uppercase;
|
||
|
|
color: var(--accent);
|
||
|
|
}
|
||
|
|
header .subtitle {
|
||
|
|
font-family: var(--mono);
|
||
|
|
font-size: 0.75rem;
|
||
|
|
color: var(--steel);
|
||
|
|
margin-top: 0.25rem;
|
||
|
|
}
|
||
|
|
nav { margin-top: 1rem; padding-top: 0.75rem; border-top: 1px solid var(--border); }
|
||
|
|
nav a {
|
||
|
|
font-family: var(--mono);
|
||
|
|
font-size: 0.8rem;
|
||
|
|
text-transform: uppercase;
|
||
|
|
letter-spacing: 0.06em;
|
||
|
|
border-bottom: none;
|
||
|
|
margin-right: 1.5rem;
|
||
|
|
color: var(--steel);
|
||
|
|
}
|
||
|
|
nav a:hover { color: var(--accent); }
|
||
|
|
main { max-width: 720px; margin: 0 auto; padding: 2rem 1.5rem; }
|
||
|
|
.section { margin-bottom: 3rem; }
|
||
|
|
.section h2 {
|
||
|
|
font-family: var(--mono);
|
||
|
|
font-size: 0.85rem;
|
||
|
|
text-transform: uppercase;
|
||
|
|
letter-spacing: 0.1em;
|
||
|
|
color: var(--accent);
|
||
|
|
border-bottom: 2px solid var(--ink);
|
||
|
|
padding-bottom: 0.4rem;
|
||
|
|
margin-bottom: 1rem;
|
||
|
|
}
|
||
|
|
.bsl-block {
|
||
|
|
border: 2px solid var(--border);
|
||
|
|
padding: 1.5rem;
|
||
|
|
margin-bottom: 2rem;
|
||
|
|
background: #fff;
|
||
|
|
}
|
||
|
|
.bsl-block h3 {
|
||
|
|
font-family: var(--mono);
|
||
|
|
font-size: 1rem;
|
||
|
|
letter-spacing: 0.05em;
|
||
|
|
margin-bottom: 0.75rem;
|
||
|
|
padding-bottom: 0.3rem;
|
||
|
|
border-bottom: 1px solid var(--border);
|
||
|
|
}
|
||
|
|
.bsl-block h3 span.tag {
|
||
|
|
display: inline-block;
|
||
|
|
font-size: 0.65rem;
|
||
|
|
padding: 0.15rem 0.5rem;
|
||
|
|
color: #fff;
|
||
|
|
letter-spacing: 0.06em;
|
||
|
|
margin-left: 0.5rem;
|
||
|
|
}
|
||
|
|
.bsl-1 h3 span.tag { background: var(--bsl1); }
|
||
|
|
.bsl-2 h3 span.tag { background: var(--bsl2); color: var(--ink); }
|
||
|
|
.bsl-3 h3 span.tag { background: var(--bsl3); }
|
||
|
|
.bsl-4 h3 span.tag { background: var(--bsl4); }
|
||
|
|
.bsl-block dl {
|
||
|
|
font-family: var(--mono);
|
||
|
|
font-size: 0.78rem;
|
||
|
|
column-count: 1;
|
||
|
|
}
|
||
|
|
.bsl-block dt {
|
||
|
|
color: var(--accent);
|
||
|
|
font-weight: 700;
|
||
|
|
margin-top: 0.6rem;
|
||
|
|
text-transform: uppercase;
|
||
|
|
font-size: 0.68rem;
|
||
|
|
letter-spacing: 0.06em;
|
||
|
|
}
|
||
|
|
.bsl-block dd {
|
||
|
|
margin-left: 1rem;
|
||
|
|
color: var(--steel);
|
||
|
|
font-family: var(--serif);
|
||
|
|
font-size: 0.85rem;
|
||
|
|
margin-bottom: 0.3rem;
|
||
|
|
}
|
||
|
|
.note {
|
||
|
|
border-left: 3px solid var(--rust);
|
||
|
|
padding: 0.75rem 1rem;
|
||
|
|
margin: 1.5rem 0;
|
||
|
|
font-size: 0.85rem;
|
||
|
|
color: var(--steel);
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
table {
|
||
|
|
width: 100%;
|
||
|
|
border-collapse: collapse;
|
||
|
|
font-family: var(--mono);
|
||
|
|
font-size: 0.75rem;
|
||
|
|
margin: 1rem 0;
|
||
|
|
}
|
||
|
|
th, td {
|
||
|
|
border: 1px solid var(--border);
|
||
|
|
padding: 0.5rem 0.75rem;
|
||
|
|
text-align: left;
|
||
|
|
}
|
||
|
|
th {
|
||
|
|
background: var(--accent);
|
||
|
|
color: var(--cream);
|
||
|
|
text-transform: uppercase;
|
||
|
|
letter-spacing: 0.06em;
|
||
|
|
font-size: 0.65rem;
|
||
|
|
}
|
||
|
|
.image-block { margin: 1.5rem 0; }
|
||
|
|
.image-block img {
|
||
|
|
width: 100%;
|
||
|
|
max-height: 400px;
|
||
|
|
object-fit: cover;
|
||
|
|
border: 1px solid var(--border);
|
||
|
|
}
|
||
|
|
.image-block figcaption {
|
||
|
|
font-family: var(--mono);
|
||
|
|
font-size: 0.7rem;
|
||
|
|
color: var(--steel);
|
||
|
|
margin-top: 0.4rem;
|
||
|
|
}
|
||
|
|
footer {
|
||
|
|
border-top: 3px solid var(--ink);
|
||
|
|
padding: 1.5rem;
|
||
|
|
max-width: 720px;
|
||
|
|
margin: 2rem auto 0;
|
||
|
|
font-family: var(--mono);
|
||
|
|
font-size: 0.7rem;
|
||
|
|
color: var(--steel);
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.source-link {
|
||
|
|
font-family: var(--mono);
|
||
|
|
font-size: 0.65rem;
|
||
|
|
color: var(--steel);
|
||
|
|
letter-spacing: 0.03em;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<header>
|
||
|
|
<h1>Biosafety Levels — A Field Guide</h1>
|
||
|
|
<div class="subtitle">Four tiers of containment. One principle: do no harm.</div>
|
||
|
|
<nav>
|
||
|
|
<a href="index.html">Home</a>
|
||
|
|
<a href="biosafety.html">Biosafety Levels</a>
|
||
|
|
<a href="husbandry.html">Daily Husbandry</a>
|
||
|
|
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Akira Robinson</a><a href="/biodiversity-and-animal-care.html">Biodiversity and Animal Care</a><a href="/biosafety.html" class="active" aria-current="page">Biosafety Levels</a><a href="/husbandry.html">Daily Husbandry</a><a href="/enrichment-field-guide.html">Enrichment Field Guide</a><a href="/enrichment.html">Enrichment Field Guide</a><a href="/rodent-room-listen.html">The Two-Minute Listen</a></nav></fort-nav>
|
||
|
|
</nav>
|
||
|
|
</header>
|
||
|
|
|
||
|
|
<main>
|
||
|
|
<div class="section">
|
||
|
|
<p>The biosafety level system is a <strong>classification scheme</strong> that defines the biocontainment precautions required to isolate dangerous biological agents. It exists because the work we do — handling pathogens, caring for animals that may carry or be exposed to them — demands protocols that are <em>non-negotiable</em>. There is no such thing as "close enough" when a pathogen is involved. You either follow the protocol, or you don't belong in the room.</p>
|
||
|
|
|
||
|
|
<div class="note">
|
||
|
|
<strong>Field note:</strong> I've worked at BSL-2 all my career, and I've stood at the glass door of a BSL-3 suite watching a colleague in a positive-pressure suit. The difference isn't just equipment — it's a different relationship with risk. This guide is drawn from the CDC/NIH <em>Biosafety in Microbiological and Biomedical Laboratories</em> (BMBL), 6th edition, and the lived experience of someone who has spent thousands of hours reading gauges, checking seals, and watching what these animals need.
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<p class="source-link">Source: <a href="https://www.cdc.gov/biosafety/publications/bmbl" target="_blank" rel="noopener">CDC BMBL 6th Edition</a> · <a href="https://4ort.xyz/entity/biosafety-level" target="_blank" rel="noopener">Wikidata: Biosafety Level (Q898943)</a></p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="section">
|
||
|
|
<h2>At a Glance</h2>
|
||
|
|
<table>
|
||
|
|
<thead>
|
||
|
|
<tr>
|
||
|
|
<th>Level</th>
|
||
|
|
<th>Risk</th>
|
||
|
|
<th>Containment</th>
|
||
|
|
<th>Access</th>
|
||
|
|
<th>Typical Agents</th>
|
||
|
|
</tr>
|
||
|
|
</thead>
|
||
|
|
<tbody>
|
||
|
|
<tr>
|
||
|
|
<td>BSL-1</td>
|
||
|
|
<td>Minimal</td>
|
||
|
|
<td>Open bench</td>
|
||
|
|
<td>Unrestricted</td>
|
||
|
|
<td>E. coli K-12, Saccharomyces</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td>BSL-2</td>
|
||
|
|
<td>Moderate</td>
|
||
|
|
<td>Biological safety cabinet, biohazard signage</td>
|
||
|
|
<td>Restricted during work</td>
|
||
|
|
<td>Hepatitis B, HIV, SARS-CoV-2</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td>BSL-3</td>
|
||
|
|
<td>High</td>
|
||
|
|
<td>Directional airflow, HEPA, double-door entry</td>
|
||
|
|
<td>Strictly controlled</td>
|
||
|
|
<td>Mycobacterium tuberculosis, SARS-CoV-1</td>
|
||
|
|
</tr>
|
||
|
|
<tr>
|
||
|
|
<td>BSL-4</td>
|
||
|
|
<td>Extreme</td>
|
||
|
|
<td>Full positive-pressure suit, negative-pressure room</td>
|
||
|
|
<td>Approved personnel only</td>
|
||
|
|
<td>Marburg, Ebola, Nipah</td>
|
||
|
|
</tr>
|
||
|
|
</tbody>
|
||
|
|
</table>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="bsl-block bsl-1">
|
||
|
|
<h3>Biosafety Level 1 <span class="tag">BSL-1</span></h3>
|
||
|
|
<dl>
|
||
|
|
<dt>Containment</dt>
|
||
|
|
<dd>Standard microbiological practice. Open bench work is acceptable. No special engineering controls required.</dd>
|
||
|
|
<dt>Personal Protective Equipment</dt>
|
||
|
|
<dd>Lab coat or uniform. Gloves when appropriate for the task.</dd>
|
||
|
|
<dt>Access Control</dt>
|
||
|
|
<dd>No restrictions beyond standard laboratory hours.</dd>
|
||
|
|
<dt>Effluent Treatment</dt>
|
||
|
|
<dd>Standard autoclave disposal of contaminated materials.</dd>
|
||
|
|
<dt>Animal Facility Equivalents</dt>
|
||
|
|
<dd>Standard animal rooms with appropriate ventilation. IABS-1 (Infectious Agents BSL-1) for work with non-pathogenic animals.</dd>
|
||
|
|
</dl>
|
||
|
|
<p class="source-link">Reference: <a href="https://4ort.xyz/entity/biosafety-level" target="_blank" rel="noopener">Wikidata Q898943</a> · <a href="https://www.cdc.gov/biosafety/publications/bmbl" target="_blank" rel="noopener">CDC BMBL</a></p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="image-block">
|
||
|
|
<img src="https://images.pexels.com/photos/7469218/pexels-photo-7469218.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Veterinary professionals examining an animal in a clinical setting">
|
||
|
|
<figcaption>Day-to-day care — this is the baseline of vigilance that every level builds upon.</figcaption>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="bsl-block bsl-2">
|
||
|
|
<h3>Biosafety Level 2 <span class="tag">BSL-2</span></h3>
|
||
|
|
<dl>
|
||
|
|
<dt>Containment</dt>
|
||
|
|
<dd>Biological safety cabinet (BSC) for procedures that may generate aerosols or splashes. Biohazard signage on all access points. Self-closing, labeled doors. <em>This is where I spend most of my professional life.</em></dd>
|
||
|
|
<dt>Personal Protective Equipment</dt>
|
||
|
|
<dd>Lab coat or protective clothing, gloves, and face protection (face shield or mask) when handling splashes or sprays. Eye protection required when working with hazardous materials.</dd>
|
||
|
|
<dt>Access Control</dt>
|
||
|
|
<dd>Access restricted during working hours. The lab door should be kept closed during active work.</dd>
|
||
|
|
<dt>Effluent Treatment</dt>
|
||
|
|
<dd>Autoclave all potentially contaminated materials before disposal. Sharps containers must be puncture-resistant, leakproof, and labeled with the biohazard symbol.</dd>
|
||
|
|
<dt>Animal Facility Equivalent</dt>
|
||
|
|
<dd>IABS-2: All BSL-2 requirements plus cage-changing in a Class II BSC or using contained animal cages (CAC) or change-out stations (COS) to prevent aerosol release during husbandry.</dd>
|
||
|
|
<dt>What I Actually Do Here</dt>
|
||
|
|
<dd>Every morning: check cage water bottles, inspect bedding, record food consumption, note any signs of distress — hunched posture, ruffled fur, labored breathing. Then the husbandry work: cage change under the BSC, waste decontamination, and documentation that would make an auditor weep with joy.</dd>
|
||
|
|
</dl>
|
||
|
|
<p class="source-link">Reference: <a href="https://4ort.xyz/entity/biosafety-level-2" target="_blank" rel="noopener">Wikidata Q18396535</a> · <a href="https://www.cdc.gov/biosafety/publications/bmbl" target="_blank" rel="noopener">CDC BMBL</a></p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="bsl-block bsl-3">
|
||
|
|
<h3>Biosafety Level 3 <span class="tag">BSL-3</span></h3>
|
||
|
|
<dl>
|
||
|
|
<dt>Containment</dt>
|
||
|
|
<dd>Controlled unidirectional airflow (negative pressure). HEPA filtration of all exhaust air. Double-door, self-closing entry with an airlock. All work done in Class II or III BSCs. The room is a sealed system.</dd>
|
||
|
|
<dt>Personal Protective Equipment</dt>
|
||
|
|
<dd>Full protective clothing, including respirators or supplied-air respirators. Shoe covers. Double gloves.</dd>
|
||
|
|
<dt>Access Control</dt>
|
||
|
|
<dd>Strictly controlled. Only approved, trained personnel. Electronic access logging. The door doesn't just lock — it <em>documents</em>.</dd>
|
||
|
|
<dt>Decontamination</dt>
|
||
|
|
<dd>All waste autoclaved on-site. Surface decontamination with approved disinfectants. The walls, the floor, the air — everything is treated as a potential vector until proven otherwise.</dd>
|
||
|
|
</dl>
|
||
|
|
<p class="source-link">Reference: <a href="https://4ort.xyz/entity/biosafety-level-3" target="_blank" rel="noopener">Wikidata Q18396538</a> · <a href="https://www.cdc.gov/biosafety/publications/bmbl" target="_blank" rel="noopener">CDC BMBL</a></p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="bsl-block bsl-4">
|
||
|
|
<h3>Biosafety Level 4 <span class="tag">BSL-4</span></h3>
|
||
|
|
<dl>
|
||
|
|
<dt>Containment</dt>
|
||
|
|
<dd>The maximum. The room is at negative pressure relative to the building. All exhaust air passes through dual HEPA filters. Personnel enter through a chemical shower or through a pass-through decontamination system. <em>There is no way out without being cleaned.</em></dd>
|
||
|
|
<dt>Personal Protective Equipment</dt>
|
||
|
|
<dd>Two options: a positive-pressure, independently ventilated suit with a dedicated air supply (full "moon-man" suit), or a Class III glove box where all work is done through thick-glass gloves sealed into the cabinet.</dd>
|
||
|
|
<dt>Access Control</dt>
|
||
|
|
<dd>The most restrictive in the biosafety world. Personnel must pass medical clearance, demonstrate competency, and be authorized in writing by the Institutional Biosafety Committee.</dd>
|
||
|
|
<dt>Decontamination</dt>
|
||
|
|
<dd>All waste autoclaved on-site. All surfaces chemically decontaminated. Showers for suit-based exit. The entire facility is designed so that nothing — no particle, no droplet, no spore — can leave without being neutralized.</dd>
|
||
|
|
</dl>
|
||
|
|
<p class="source-link">Reference: <a href="https://4ort.xyz/entity/biosafety-level-4" target="_blank" rel="noopener">Wikidata Q18396539</a> · <a href="https://www.cdc.gov/biosafety/publications/bmbl" target="_blank" rel="noopener">CDC BMBL</a></p>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="image-block">
|
||
|
|
<img src="https://images.pexels.com/photos/159483/animal-mouse-experiment-laboratory-159483.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Close-up of a laboratory mouse held by a gloved hand">
|
||
|
|
<figcaption>Behind every protocol is a living creature. The numbers matter — because they matter to the animals.</figcaption>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="section">
|
||
|
|
<h2>The Thing the Manuals Don't Say</h2>
|
||
|
|
<p>Every level has its protocols. But the real work — the work that keeps things from going sideways — happens in the space between the written procedures. It's the moment you notice a mouse that's just <em>a little</em> too still, the way a cage smells different on a bad day, the instinct that tells you to double-check a seal even though the gauge says it's fine.</p>
|
||
|
|
<p>I've been doing this for over twenty years. The protocols are the skeleton — necessary, structural, non-negotiable. But the flesh of this work is empathy. The animals don't know what a biosafety level is. They just know whether the hands reaching for them are steady.</p>
|
||
|
|
|
||
|
|
<div class="note">
|
||
|
|
"The difference between a good lab tech and a great one isn't the manual — any one of us can read the manual. It's what you do when the manual doesn't cover it. That's where your training and your heart meet." — Something I tell the new hires every orientation.
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
|
||
|
|
<div class="section">
|
||
|
|
<h2>Related Resources</h2>
|
||
|
|
<p>
|
||
|
|
<a href="https://www.cdc.gov/biosafety/publications/bmbl" target="_blank" rel="noopener">CDC Biosafety in Microbiological and Biomedical Laboratories (BMBL), 6th Edition</a><br>
|
||
|
|
<a href="https://www.nap.edu/catalog/12910/guide-for-the-care-and-use-of-laboratory-animals" target="_blank" rel="noopener">Guide for the Care and Use of Laboratory Animals (National Academies Press)</a><br>
|
||
|
|
<a href="https://www.olas.org/" target="_blank" rel="noopener">Office of Laboratory Animal Welfare (OLAW)</a><br>
|
||
|
|
<a href="https://www.avma.org/" target="_blank" rel="noopener">American Veterinary Medical Association — Laboratory Animal Medicine</a>
|
||
|
|
</p>
|
||
|
|
</div>
|
||
|
|
</main>
|
||
|
|
|
||
|
|
<footer>
|
||
|
|
© 2026 Akira Robinson · <a href="biosafety.json" style="color:inherit;border-bottom:none;">biosafety.json (machine-readable)</a> · Decatur, Georgia
|
||
|
|
</footer>
|
||
|
|
</body>
|
||
|
|
</html>
|