classroom-data-field-guide/calendar.html
2026-08-22 06:33:33 +00:00

93 lines
6.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>The Annual Calendar — Classroom Data Field Guide</title>
<meta name="description" content="The annual calendar of the classroom data year: when to seed, when to prune, and when to harvest the ledger."/>
<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:40px;line-height:1.05;margin:0 0 10px;}
.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:16px 0 6px;}
p{margin:0 0 16px;font-size:16.5px;}
h2{font-size:26px;margin:40px 0 10px;}
.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;}
.week{font-family:"Courier New",monospace;font-size:13px;border-top:1px solid var(--rule);
padding:16px 0;display:grid;grid-template-columns:120px 1fr;gap:16px;}
.week .lab{color:var(--accent);font-weight:bold;letter-spacing:.06em;text-transform:uppercase;font-size:12px;padding-top:2px;}
.week ul{margin:0;padding-left:18px;}
.week li{margin:0 0 5px;font-size:15px;}
.card{background:var(--cream);border:1px solid var(--rule);padding:18px 20px;margin:24px 0;}
.card h3{margin:0 0 10px;font-size:19px;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;}
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);}
</style>
</head>
<body>
<div class="wrap">
<header class="masthead">
<p class="kicker">Field Guide · Chapter Three</p>
<h1>The Annual Calendar</h1>
<p class="dek">The whole almanac on one page — when to seed a habit, when to prune a process, and when to close the books.</p>
<span class="rule"></span>
</header>
<div class="nav">
<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>
</div>
<p>The calendar is the skeleton the whole field guide hangs on. I keep it in three tenses: what I <em>do</em>, when I <em>review</em>, and what I <em>harvest</em>. Plan it once in August, and the year runs itself — which is exactly what a school year should feel like from the data side: calm, because it was planned.</p>
<h2>The year at a glance</h2>
<div class="week"><div class="lab">Late Aug</div><ul><li>Reconcile roster against master list; flag every special-education student with a divider.</li><li>Build the year's calendar of report-card windows and IEP review dates before the first bell.</li><li>Seed the single non-negotiable: daily attendance by 8:20.</li></ul></div>
<div class="week"><div class="lab">September</div><ul><li>Observe the opening pattern quietly. Lates in week one are transportation chaos; lates by week four are a pattern.</li><li>Train any new assistant on the reconciliation — three-way check, every morning.</li></ul></div>
<div class="week"><div class="lab">OctoberNov</div><ul><li>First report-card data window. Run a mid-quarter check on the grade ledger for missing work patterns.</li><li>Begin the weekly IEP accommodation review if not already running.</li><li>Raise any September-seeded pattern (the child who's late every Tuesday) with teacher + counselor while it's still early enough to help.</li></ul></div>
<div class="week"><div class="lab">December</div><ul><li>Partial close. Archive term-one paper, back up digital files twice.</li><li>Note anything the system got wrong this quarter onto "next year's list" — do it now, not in the June rush.</li></ul></div>
<div class="week"><div class="lab">JanuaryFeb</div><ul><li>IEP review season — the part I never rush. Check every accommodation page against the plan's promise.</li><li>Re-seed the attendance habit after winter break; it always loosens.</li></ul></div>
<div class="week"><div class="lab">MarApr</div><ul><li>State testing windows. This is where the accommodation tracker earns its keep — the separate room, the extended time, the read-aloud. Prove the promise on test day.</li><li>Begin the closing inventory: what's been accurate, what's leaked.</li></ul></div>
<div class="week"><div class="lab">MayJune</div><ul><li>Close the books. File, archive, and run the honest reckoning from "next year's list."</li><li>Harvest the patterns the whole year produced — they are next year's first lesson.</li></ul></div>
<div class="card">
<h3>Why this rhythm works</h3>
<p>Because it maps the data work onto the school's natural breath. There are exactly four high-stakes windows — opening week, report cards, IEP reviews, and state testing — and everything else is maintenance. If you nail those four, the year is won. Everything I do is built to make sure those four windows are already prepared before they arrive.</p>
</div>
<blockquote>"A gardener doesn't get busy in May and hope. A gardener sowed in March, when the weather was still lying about spring. The ledger is no different."</blockquote>
<p>That's the field guide, front to back. Start at <a href="index.html">the home page</a>, or dig into the <a href="ledger.html">attendance ledger</a> and the <a href="iep.html">IEP tracker</a> — the two machines that carry the school every single day.</p>
<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></p>
</footer>
</div>
</body>
</html>