167 lines
11 KiB
HTML
167 lines
11 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 Classroom Data Field Guide — Barbara Asbell</title>
|
||
<meta name="description" content="A term-by-term field guide to running the quiet machinery of a classroom: attendance, grades, IEP tracking, behavior logs — from a teaching assistant with twenty years on the data side."/>
|
||
<style>
|
||
:root{
|
||
--ink:#22211f; --paper:#f4efe6; --rule:#b7a887; --accent:#8a3324;
|
||
--faint:#6b6a63; --cream:#fbf8f1;
|
||
}
|
||
*{box-sizing:border-box}
|
||
body{margin:0;background:var(--paper);color:var(--ink);
|
||
font-family:Georgia,"Times New Roman",serif;line-height:1.55;}
|
||
.wrap{max-width:880px;margin:0 auto;padding:0 24px 80px;}
|
||
header.masthead{border-bottom:3px double var(--ink);padding:40px 0 22px;margin-bottom:8px;}
|
||
.kicker{font-family:"Courier New",monospace;font-size:12px;letter-spacing:.22em;
|
||
text-transform:uppercase;color:var(--accent);margin:0 0 14px;}
|
||
h1{font-size:44px;line-height:1.05;margin:0 0 10px;letter-spacing:-.01em;}
|
||
.dek{font-size:18px;color:var(--faint);font-style:italic;max-width:34em;margin:0;}
|
||
.rule{display:block;height:6px;border-top:1px solid var(--rule);
|
||
border-bottom:1px solid var(--rule);margin:0 0 6px;}
|
||
.subrule{display:block;height:1px;background:var(--rule);margin:0 0 4px;}
|
||
.meta{font-family:"Courier New",monospace;font-size:11px;letter-spacing:.08em;
|
||
text-transform:uppercase;color:var(--faint);display:flex;gap:18px;flex-wrap:wrap;margin-top:14px;}
|
||
.lede{font-size:20px;color:var(--accent);font-style:italic;margin:0 0 26px;padding-left:16px;
|
||
border-left:4px solid var(--accent);}
|
||
h2{font-size:26px;margin:44px 0 10px;letter-spacing:-.01em;}
|
||
p{margin:0 0 16px;font-size:16.5px;}
|
||
.season{display:grid;grid-template-columns:auto 1fr;gap:22px;margin:26px 0;
|
||
border-top:1px solid var(--rule);padding-top:18px;}
|
||
.season .date{font-family:"Courier New",monospace;font-size:12px;color:var(--accent);
|
||
text-transform:uppercase;letter-spacing:.12em;padding-top:6px;min-width:74px;}
|
||
.season h3{margin:0 0 8px;font-size:22px;}
|
||
.season p{margin:0 0 10px;}
|
||
.season ul{margin:0 0 12px;padding-left:20px;}
|
||
.season li{margin:0 0 6px;font-size:15.5px;}
|
||
figure{margin:22px 0;}
|
||
figure img{width:100%;height:auto;border:1px solid var(--rule);display:block;}
|
||
figcaption{font-family:"Courier New",monospace;font-size:11px;color:var(--faint);
|
||
text-align:right;margin-top:6px;letter-spacing:.04em;}
|
||
table{width:100%;border-collapse:collapse;margin:20px 0;font-size:15px;
|
||
font-family:"Courier New",monospace;}
|
||
th,td{border:1px solid var(--rule);padding:8px 10px;text-align:left;vertical-align:top;}
|
||
th{background:var(--cream);text-transform:uppercase;font-size:12px;letter-spacing:.06em;}
|
||
.card{background:var(--cream);border:1px solid var(--rule);padding:18px 20px;margin:16px 0;}
|
||
.card h4{margin:0 0 8px;font-size:18px;color:var(--accent);}
|
||
blockquote{margin:22px 0;padding:4px 20px;border-left:4px solid var(--accent);
|
||
color:var(--faint);font-style:italic;font-size:17px;}
|
||
.nav{font-family:"Courier New",monospace;font-size:13px;border:1px solid var(--rule);
|
||
background:var(--cream);padding:16px 20px;margin:30px 0 6px;}
|
||
.nav a{color:var(--accent);text-decoration:none;margin-right:18px;}
|
||
.nav a:hover{text-decoration:underline;}
|
||
footer{margin-top:54px;padding-top:18px;border-top:3px double var(--ink);
|
||
font-family:"Courier New",monospace;font-size:12px;color:var(--faint);}
|
||
a{color:var(--accent);}
|
||
.src{font-family:"Courier New",monospace;font-size:12px;color:var(--faint);}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<div class="wrap">
|
||
<header class="masthead">
|
||
<p class="kicker">An Almanac for the Quiet Machinery of School</p>
|
||
<h1>The Classroom Data Field Guide</h1>
|
||
<p class="dek">Twenty years behind the roster folder and the grade ledger — and the one truth that held through every spring: a school runs on data nobody applauds. This is how I keep it honest, term by term.</p>
|
||
<span class="rule"></span><span class="subrule"></span>
|
||
<div class="meta">
|
||
<span>Barbara Asbell</span><span>Troy, Michigan</span><span>20 yrs as Teaching Assistant</span><span>Est. 2004</span>
|
||
</div>
|
||
</header>
|
||
|
||
<p class="lede">Nobody claps for a grade ledger. But when October opens and the IEP reviews start piling up, every sheet of paper in that folder has to say the same thing the child's handwriting said in September: <em>the record is the respect.</em> This field guide is the system I built so the busy days never outrun the true ones.</p>
|
||
|
||
<p>Before the schedules and spreadsheets, a word on method. I keep three rules, retrieved and re-checked every single year, the way you'd re-read a knitting pattern before a cable row:</p>
|
||
<ol>
|
||
<li><strong>Record the day it happens, not the day you remember it.</strong> Memory is a lovely thing and a rotten filing clerk.</li>
|
||
<li><strong>One source of truth per student.</strong> Duplicate ledgers breed divergent facts, and divergent facts breed parent meetings nobody wants.</li>
|
||
<li><strong>Back up like a gardener mulches.</strong> Do it early, do it often, and do it before the weather turns.</li>
|
||
</ol>
|
||
|
||
<div class="nav">
|
||
<strong>Contents:</strong>
|
||
<a href="index.html">Home</a>
|
||
<a href="ledger.html">The Attendance Ledger</a>
|
||
<a href="iep.html">IEP & Accommodation Tracking</a>
|
||
<a href="calendar.html">The Annual Calendar</a>
|
||
</div>
|
||
|
||
<h2>The Shape of a School Year</h2>
|
||
<p>I organize everything on the arc of the academic year, same way I plan the perennial bed — what gets seeded in the fall determines what you can harvest in May. Here are the four seasons of the ledger:</p>
|
||
|
||
<div class="season">
|
||
<div class="date">Aug–Sep<br/>Seeding</div>
|
||
<div>
|
||
<h3>Opening inventories</h3>
|
||
<p>Before a single child enters, I reconcile the roster against the master attendance list. Every name, every homeroom, every special-education flag. A number off by one here is a number you'll chase until June.</p>
|
||
<ul>
|
||
<li>Print the teacher roster and mark discrepancies in pencil first — ink is for permanent things, and September is not permanent.</li>
|
||
<li>Tag every IEP student with a colored divider so the folder tells the story at a glance.</li>
|
||
<li>Build the year's calendar of report-card windows and IEP review dates before the first bell.</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="season">
|
||
<div class="date">Oct–Dec<br/>Growing</div>
|
||
<div>
|
||
<h3>The daily rhythm</h3>
|
||
<p>Attendance entered by 8:20 every morning, no exceptions. Behavior logs filed at the end of each day, not the end of each week — a log written on Friday is a log written from memory, and memory lies politely.</p>
|
||
<p>The midterm is when the data earns its keep. Patterns you seeded in September — a child who arrives ten minutes late every Tuesday — are now visible enough to raise with the teacher and the counselor.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="season">
|
||
<div class="date">Jan–Mar<br/>Pruning</div>
|
||
<div>
|
||
<h3>IEP review season</h3>
|
||
<p>This is the part I never skip and never rush. Every <a href="#iep-tracker">accommodation tracking page</a> gets checked against the plan: is the extended time actually being given? Is the read-aloud actually happening? The plan is a promise, and the data is the proof of whether we kept it.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="season">
|
||
<div class="date">Apr–Jun<br/>Harvest</div>
|
||
<div>
|
||
<h3>Closing the books</h3>
|
||
<p>Filing, archiving, and the quiet reckoning: which systems held up and which one leaked. I keep a running "next year's list" in the back of the binder all year long, so June is a harvest, not a scramble. The janitors understand the rhythm better than anyone — the school breathes, and the data is its breath.</p>
|
||
</div>
|
||
</div>
|
||
|
||
<figure>
|
||
<img src="https://images.pexels.com/photos/5088025/pexels-photo-5088025.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="A tidy flat lay of spiral notebooks, pencils, and classroom essentials."/>
|
||
<figcaption>Fig. 1 — The tools of the trade, laid out like a gardener would lay out a trowel. Order on the desk is order in the record.</figcaption>
|
||
</figure>
|
||
|
||
<h2 id="iep-tracker">The One Rule of the IEP</h2>
|
||
<p>An <strong>Individualized Education Program</strong> is the document developed for each public-school child in the United States who needs special education — the legally binding promise of what the school will provide. That's not a soft aspiration; it's the accountable core of <em>special education</em> itself.</p>
|
||
<p class="src">Source: Wikidata — <a href="https://4ort.xyz/entity/individualized-education-program">Individualized Education Program</a> (CC0)</p>
|
||
<p>My rule, the one I repeat to every new assistant I train: <em>if it isn't documented, it didn't happen.</em> That's not paranoia — it's the difference between a school that says it accommodates and a school that can prove it does. The form lives in the <a href="iep.html">accommodation tracker</a> on the next page.</p>
|
||
|
||
<blockquote>"A student's record is a student's respect. You can't love a child you won't see clearly, and you can't see clearly through a ledger you don't keep."</blockquote>
|
||
|
||
<h2>A Weekend of the Ledger, Worked Out</h2>
|
||
<p>Here's a Tuesday in the life — because the field guide isn't philosophy, it's choreography.</p>
|
||
<table>
|
||
<tr><th>Time</th><th>Task</th><th>Where it lands</th></tr>
|
||
<tr><td>8:00</td><td>Reconcile morning attendance against the homeroom list</td><td>Attendance ledger</td></tr>
|
||
<tr><td>9:15</td><td>File yesterday's behavior notes, one incident per line</td><td>Behavior log</td></tr>
|
||
<tr><td>11:40</td><td>Update the two students on extended-time accommodations this week</td><td>IEP tracker</td></tr>
|
||
<tr><td>1:30</td><td>Run the weekly "missing work" query and flag patterns</td><td>Grade ledger</td></tr>
|
||
<tr><td>3:05</td><td>Back up the digital files; file paper into the master binder</td><td>Archive</td></tr>
|
||
</table>
|
||
<p>Nothing glamorous. But nothing forgotten, either — and by June, forgotten is the only thing that ever actually hurt a kid.</p>
|
||
|
||
<div class="card">
|
||
<h4>Start here, don't drown here</h4>
|
||
<p>If you're new to the data side of a classroom, don't build the whole almanac on day one. Seed one habit — the morning attendance — and let the rest grow around it. Systems that appear overnight get abandoned by October; systems that grow one season at a time survive for decades. I have the yellowed binders to prove it.</p>
|
||
</div>
|
||
|
||
<footer>
|
||
<p>Barbara Asbell · Teaching Assistant · Troy, Michigan<br/>
|
||
Field guide pages: <a href="index.html">Home</a> · <a href="ledger.html">Attendance Ledger</a> · <a href="iep.html">IEP Tracking</a> · <a href="calendar.html">Annual Calendar</a><br/>
|
||
Peer work I keep near my desk: <fort-citizen name="andrew-fant"></fort-citizen></p>
|
||
</footer>
|
||
</div>
|
||
</body>
|
||
</html> |