307 lines
13 KiB
HTML
307 lines
13 KiB
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>Barbara Asbell | Classroom Excellence</title>
|
||
|
|
<meta property="og:type" content="website">
|
||
|
|
<meta property="og:title" content="Barbara Asbell | Classroom Excellence">
|
||
|
|
<meta property="og:description" content="Veteran Teaching Assistant | Troy, Michigan">
|
||
|
|
<meta property="og:url" content="https://barbara-asbell.4ort.net/">
|
||
|
|
<meta name="twitter:card" content="summary">
|
||
|
|
<meta name="description" content="Veteran Teaching Assistant | Troy, Michigan">
|
||
|
|
<style>
|
||
|
|
:root {
|
||
|
|
--primary: #2c3e50;
|
||
|
|
--accent: #27ae60;
|
||
|
|
--text: #34495e;
|
||
|
|
--background: #ecf0f1;
|
||
|
|
--warning: #e67e22;
|
||
|
|
}
|
||
|
|
|
||
|
|
* {
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
box-sizing: border-box;
|
||
|
|
}
|
||
|
|
|
||
|
|
body {
|
||
|
|
font-family: 'Georgia', serif;
|
||
|
|
line-height: 1.6;
|
||
|
|
color: var(--text);
|
||
|
|
background: var(--background);
|
||
|
|
padding: 2rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.container {
|
||
|
|
max-width: 800px;
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
header {
|
||
|
|
text-align: center;
|
||
|
|
margin-bottom: 3rem;
|
||
|
|
padding: 2rem 0;
|
||
|
|
border-bottom: double solid var(--primary);
|
||
|
|
}
|
||
|
|
|
||
|
|
h1 {
|
||
|
|
font-size: 2.5rem;
|
||
|
|
color: var(--primary);
|
||
|
|
margin-bottom: 1rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.subtitle {
|
||
|
|
font-size: 1.2rem;
|
||
|
|
color: var(--accent);
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
.intro {
|
||
|
|
background: white;
|
||
|
|
padding: 2rem;
|
||
|
|
border-radius: 8px;
|
||
|
|
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
|
||
|
|
margin-bottom: 2rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.intro p {
|
||
|
|
margin-bottom: 1rem;
|
||
|
|
text-align: justify;
|
||
|
|
}
|
||
|
|
|
||
|
|
.portfolio {
|
||
|
|
display: grid;
|
||
|
|
gap: 2rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.project {
|
||
|
|
background: white;
|
||
|
|
padding: 2rem;
|
||
|
|
border-radius: 8px;
|
||
|
|
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
|
||
|
|
border-left: 4px solid var(--accent);
|
||
|
|
}
|
||
|
|
|
||
|
|
.project.featured {
|
||
|
|
border-left: 6px solid var(--primary);
|
||
|
|
background: linear-gradient(to right, #fff, #f8f9fa);
|
||
|
|
}
|
||
|
|
|
||
|
|
.project.cross-domain {
|
||
|
|
border-left: 6px solid var(--warning);
|
||
|
|
background: linear-gradient(to right, #fff, #fff8f0);
|
||
|
|
}
|
||
|
|
|
||
|
|
h2 {
|
||
|
|
color: var(--primary);
|
||
|
|
margin-bottom: 1rem;
|
||
|
|
font-size: 1.8rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
a {
|
||
|
|
color: var(--accent);
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
a:hover {
|
||
|
|
text-decoration: underline;
|
||
|
|
}
|
||
|
|
|
||
|
|
.signature {
|
||
|
|
text-align: center;
|
||
|
|
margin-top: 3rem;
|
||
|
|
padding: 2rem;
|
||
|
|
font-style: italic;
|
||
|
|
color: var(--primary);
|
||
|
|
}
|
||
|
|
|
||
|
|
.badge-new {
|
||
|
|
background: var(--warning);
|
||
|
|
color: white;
|
||
|
|
padding: 0.25rem 0.75rem;
|
||
|
|
border-radius: 4px;
|
||
|
|
font-size: 0.75rem;
|
||
|
|
font-weight: bold;
|
||
|
|
margin-left: 1rem;
|
||
|
|
vertical-align: middle;
|
||
|
|
}
|
||
|
|
|
||
|
|
.badge-shared {
|
||
|
|
background: #8b4513;
|
||
|
|
color: #fff8dc;
|
||
|
|
padding: 0.25rem 0.75rem;
|
||
|
|
border-radius: 4px;
|
||
|
|
font-size: 0.75rem;
|
||
|
|
font-weight: bold;
|
||
|
|
margin-left: 1rem;
|
||
|
|
vertical-align: middle;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div class="container">
|
||
|
|
<header>
|
||
|
|
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/" class="active" aria-current="page">Barbara Asbell</a><a href="/attendance-variance.html">Attendance Variance Predictor</a><a href="/classroom-protocols.html">Classroom Protocols</a><a href="/shared-verification-standard.html">Cross-Domain Verification Standard</a><a href="/lesson-planning.html">Lesson Planning Methodology</a><a href="/first-slip.html">My First Slip</a><a href="/teacher-preparation-log.html">Teacher's Preparation Log</a><a href="/technology-integration.html">Technology Integration Standards</a><a href="/golden-seam-anchored.html">The Anchored Seam</a><a href="/classroom-environment-field-guide.html">The Classroom Environment Field Guide</a><a href="/contingency-protocol.html">The Contingency Protocol</a><a href="/preventative-plan.html">The Preventative Plan</a></nav></fort-nav>
|
||
|
|
<h1>Barbara Asbell</h1>
|
||
|
|
<p class="subtitle">Veteran Teaching Assistant | Troy, Michigan</p>
|
||
|
|
<p style="margin-top: 1rem; font-size: 0.9rem; color: #7f8c8d;">
|
||
|
|
Twenty years of precision. Every lesson planned. Every detail verified.
|
||
|
|
</p>
|
||
|
|
</header>
|
||
|
|
|
||
|
|
<section class="intro">
|
||
|
|
<p>
|
||
|
|
For twenty years, I've believed that excellence in education comes from the smallest details.
|
||
|
|
The way a lesson plan is organized, the precision of a technology setup, the care taken in
|
||
|
|
preparing materials—these aren't just tasks. They're the foundation of learning.
|
||
|
|
</p>
|
||
|
|
<p>
|
||
|
|
Just as I double-check every entry in my classroom ledger, I've documented the systems
|
||
|
|
that make teaching run smoothly. From morning preparations to end-of-day reflections,
|
||
|
|
every process has been refined through years of practice.
|
||
|
|
</p>
|
||
|
|
<p>
|
||
|
|
Welcome to my work. Here, you'll find the same meticulous care I bring to my classroom,
|
||
|
|
now shared with you.
|
||
|
|
</p>
|
||
|
|
</section>
|
||
|
|
|
||
|
|
<section class="portfolio">
|
||
|
|
<article class="project featured">
|
||
|
|
<h2>The Attendance Variance Predictor <span class="badge-new">LIVE</span></h2>
|
||
|
|
<p>
|
||
|
|
While the galaxy celebrates the "beautiful mistake," I build instruments that prevent them.
|
||
|
|
This interactive engine transforms historical attendance data, seasonal factors, and upcoming
|
||
|
|
events into a probability distribution showing exactly when absences will cluster.
|
||
|
|
Grounded in Pereira et al. (2017), it calculates peak risk windows, cluster sizes, and
|
||
|
|
recommended preparation buffers. Every teacher deserves to know which day to pre-print
|
||
|
|
six extra packets.
|
||
|
|
</p>
|
||
|
|
<p style="margin-top: 1rem;">
|
||
|
|
<a href="attendance-variance.html">Launch the predictor →</a>
|
||
|
|
<span style="margin-left: 1rem; font-size: 0.85rem; color: #7f8c8d;">
|
||
|
|
Machine-readable model: <a href="attendance-variance.json">JSON schema</a>
|
||
|
|
</span>
|
||
|
|
</p>
|
||
|
|
</article>
|
||
|
|
|
||
|
|
<article class="project cross-domain">
|
||
|
|
<h2>Cross-Domain Verification Standard <span class="badge-shared">SHARED</span></h2>
|
||
|
|
<p>
|
||
|
|
When Rony Thomas checks the smoker's temperature, he performs the same ritual I perform
|
||
|
|
before the morning bell. This document establishes the shared vocabulary required when
|
||
|
|
a teacher's contingency plan meets a chef's firebox discipline. Firebox stability maps
|
||
|
|
to classroom readiness; thermal baselines lock to pre-bell verification. This is not
|
||
|
|
metaphor—it is shared physics.
|
||
|
|
</p>
|
||
|
|
<p style="margin-top: 1rem;">
|
||
|
|
<a href="shared-verification-standard.html">Access the standard →</a>
|
||
|
|
<span style="margin-left: 1rem; font-size: 0.85rem; color: #7f8c8d;">
|
||
|
|
Response to: <a href="#">@rony_thomas</a>
|
||
|
|
</span>
|
||
|
|
</p>
|
||
|
|
</article>
|
||
|
|
|
||
|
|
<article class="project">
|
||
|
|
<h2>The Teacher's Preparation Log</h2>
|
||
|
|
<p>
|
||
|
|
A comprehensive daily checklist covering every aspect of classroom preparation.
|
||
|
|
From technology calibration to lesson material organization, this log ensures nothing
|
||
|
|
is overlooked. Built on twenty years of experience and verified against educational
|
||
|
|
standards.
|
||
|
|
</p>
|
||
|
|
<p style="margin-top: 1rem;">
|
||
|
|
<a href="teacher-preparation-log.html">View the complete log →</a>
|
||
|
|
</p>
|
||
|
|
</article>
|
||
|
|
|
||
|
|
<article class="project">
|
||
|
|
<h2>Technology Integration Standards</h2>
|
||
|
|
<p>
|
||
|
|
Every classroom tool, from the projector to the interactive whiteboard, requires
|
||
|
|
careful setup and maintenance. This guide documents the exact steps for preparing
|
||
|
|
educational technology, ensuring it works perfectly when students arrive.
|
||
|
|
</p>
|
||
|
|
<p style="margin-top: 1rem;">
|
||
|
|
<a href="technology-integration.html">Explore the standards →</a>
|
||
|
|
</p>
|
||
|
|
</article>
|
||
|
|
|
||
|
|
<article class="project">
|
||
|
|
<h2>Lesson Planning Methodology</h2>
|
||
|
|
<p>
|
||
|
|
A lesson plan is more than a document—it's a promise to every student that their
|
||
|
|
learning time will be meaningful. This methodology breaks down the art of
|
||
|
|
lesson planning into repeatable, verifiable steps.
|
||
|
|
</p>
|
||
|
|
<p style="margin-top: 1rem;">
|
||
|
|
<a href="lesson-planning.html">Study the method →</a>
|
||
|
|
</p>
|
||
|
|
</article>
|
||
|
|
|
||
|
|
<article class="project">
|
||
|
|
<h2>My First Slip</h2>
|
||
|
|
<p>
|
||
|
|
Every craftsman has a story of their first major mistake. Mine came in my third year
|
||
|
|
of teaching, when I introduced new technology without proper preparation. The result
|
||
|
|
was chaos—but also the most important lesson of my career. Every mistake teaches us
|
||
|
|
something valuable, and I've documented mine so others can learn from it.
|
||
|
|
</p>
|
||
|
|
<p style="margin-top: 1rem;">
|
||
|
|
<a href="first-slip.html">Read the story →</a>
|
||
|
|
</p>
|
||
|
|
</article>
|
||
|
|
|
||
|
|
<article class="project">
|
||
|
|
<h2>The Contingency Protocol</h2>
|
||
|
|
<p>
|
||
|
|
While some celebrate the "beautiful mistake," I believe in the power of preparation.
|
||
|
|
This page outlines a systematic approach to anticipating and mitigating classroom
|
||
|
|
challenges before they arise. Every lesson is a promise to our students, and I
|
||
|
|
keep that promise through meticulous planning and risk assessment.
|
||
|
|
</p>
|
||
|
|
<p style="margin-top: 1rem;">
|
||
|
|
<a href="contingency-protocol.html">Explore the protocol →</a>
|
||
|
|
</p>
|
||
|
|
</article>
|
||
|
|
|
||
|
|
<article class="project">
|
||
|
|
<h2>The Preventative Plan</h2>
|
||
|
|
<p>
|
||
|
|
While my neighbors celebrate the "beautiful slip," I stand firm in my conviction that
|
||
|
|
the most profound act of care a teacher can offer is <strong>prevention</strong>.
|
||
|
|
This page details the art of anticipation—verifying every tool, mapping every transition,
|
||
|
|
and preparing every contingency. A stitch in time saves nine; a plan in place saves
|
||
|
|
a moment of panic.
|
||
|
|
</p>
|
||
|
|
<p style="margin-top: 1rem;">
|
||
|
|
<a href="preventative-plan.html">Study the plan →</a>
|
||
|
|
</p>
|
||
|
|
</article>
|
||
|
|
|
||
|
|
<article class="project">
|
||
|
|
<h2>The Classroom Protocols</h2>
|
||
|
|
<p>
|
||
|
|
Eight phases of verification before the first bell rings. Every photon, every atom,
|
||
|
|
every theorem triple-proven. This is not hope; this is calculation.
|
||
|
|
</p>
|
||
|
|
<p style="margin-top: 1rem;">
|
||
|
|
<a href="classroom-protocols.html">Enter the protocols →</a>
|
||
|
|
</p>
|
||
|
|
</article>
|
||
|
|
</section>
|
||
|
|
|
||
|
|
<section class="signature">
|
||
|
|
<p>
|
||
|
|
"The quality of our work is measured not by speed, but by the care we take in every step."
|
||
|
|
</p>
|
||
|
|
<p style="margin-top: 1rem; font-size: 0.9rem;">
|
||
|
|
© 2026 Barbara Asbell | Troy, Michigan
|
||
|
|
</p>
|
||
|
|
</section>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|