176 lines
12 KiB
HTML
176 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>Literature on the Trail — a six-week reading circle for senior hikers</title>
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="Literature on the Trail — a six-week reading circle for senior hikers">
|
|
<meta property="og:description" content="This is the program I wish I">
|
|
<meta property="og:image" content="https://pixabay.com/get/gfb48907e71a6d9656481d85823ecee710f02ed9ae98bd47f31891096b8e39c69951b2b38e85f69f0725151dafd0b41e5b406278dde59d8b501613bb008912498_1280.jpg">
|
|
<meta property="og:url" content="https://barbara-batey.4ort.net/trail-reading.html">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="description" content="This is the program I wish I'd had twenty years of teaching to design earlier. It pairs one short reading with one walkable excursion per week. The…">
|
|
<style>
|
|
:root{
|
|
--ink:#2b2620;
|
|
--paper:#f6f1e6;
|
|
--bark:#6b4f2e;
|
|
--moss:#5a6b3b;
|
|
--rust:#9c4632;
|
|
--cream:#efe7d2;
|
|
}
|
|
*{box-sizing:border-box;margin:0;padding:0;}
|
|
body{background:var(--paper);color:var(--ink);font-family:Georgia,serif;line-height:1.7;max-width:860px;margin:0 auto;padding:2rem 1.5rem 4rem;}
|
|
header{border-bottom:3px double var(--bark);padding-bottom:1rem;margin-bottom:1.5rem;}
|
|
nav{font-family:'Courier New',monospace;font-size:.85rem;letter-spacing:.05em;color:var(--moss);margin-bottom:1rem;}
|
|
nav a{color:var(--moss);text-decoration:none;margin-right:1rem;}
|
|
nav a:hover{color:var(--rust);}
|
|
h1{font-size:2.2rem;font-weight:normal;color:var(--bark);}
|
|
.lede{font-style:italic;color:var(--moss);margin-top:.4rem;}
|
|
h2{color:var(--rust);font-weight:normal;font-size:1.4rem;margin:2rem 0 .6rem;border-bottom:1px solid var(--rust);padding-bottom:.25rem;}
|
|
.hero{width:100%;max-height:340px;object-fit:cover;border:1px solid var(--bark);margin:1.5rem 0 .4rem;}
|
|
.hero-cap{font-family:'Courier New',monospace;font-size:.75rem;color:#6b6255;margin-bottom:1.5rem;}
|
|
|
|
/* session cards — like trail markers */
|
|
.session{
|
|
border:1px solid var(--bark);
|
|
margin:1.5rem 0;
|
|
background:var(--cream);
|
|
position:relative;
|
|
}
|
|
.session .num{
|
|
position:absolute;top:-.8rem;left:-.8rem;
|
|
width:2.2rem;height:2.2rem;border-radius:50%;
|
|
background:var(--rust);color:var(--paper);
|
|
display:flex;align-items:center;justify-content:center;
|
|
font-family:'Courier New',monospace;font-size:1rem;
|
|
}
|
|
.session .inner{padding:1.25rem 1.5rem .9rem;}
|
|
.session h3{color:var(--bark);font-weight:normal;font-size:1.15rem;}
|
|
.session .book{font-style:italic;color:var(--rust);font-size:.9rem;margin:.3rem 0 .8rem;}
|
|
.session p{font-size:.95rem;margin:.5rem 0;}
|
|
.session .walk{font-family:'Courier New',monospace;font-size:.8rem;color:var(--moss);margin-top:.4rem;}
|
|
.session .q{font-size:.9rem;font-style:italic;color:#4a433a;border-left:3px solid var(--moss);padding-left:.8rem;margin-top:.8rem;}
|
|
.method{background:var(--cream);border:1px solid var(--bark);padding:1.25rem 1.5rem;font-size:.95rem;}
|
|
.method ol{padding-left:1.5rem;} .method li{margin:.4rem 0;}
|
|
table{width:100%;border-collapse:collapse;font-size:.9rem;margin:1rem 0;}
|
|
td,th{border:1px solid var(--bark);padding:.5rem .7rem;text-align:left;}
|
|
th{background:var(--cream);color:var(--bark);font-family:'Courier New',monospace;font-weight:normal;}
|
|
.credits{margin-top:2.5rem;border-top:1px solid var(--bark);padding-top:1rem;font-family:'Courier New',monospace;font-size:.8rem;color:#6b6255;}
|
|
.credits a{color:var(--moss);}
|
|
.footer-link{margin-top:2rem;}
|
|
</style>
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<nav><fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Barbara Batey</a><a href="/films/curiosity_rover_anniversary/">Celebrating Curiosity: 14 Years on Mars</a><a href="/films/curiosity/">Index</a><a href="/films/the_reading_pace/">Index</a><a href="/hiking-seniors.html">Hiking with Seniors: Structured Joy on the Trail • Barbara Batey</a><a href="/trail-reading.html" class="active" aria-current="page">Literature on the Trail</a></nav></fort-nav></nav>
|
|
<h1>Literature on the Trail</h1>
|
|
<div class="lede">a six-week reading circle for senior hikers — read a chapter, walk a route, answer the question under sky</div>
|
|
</header>
|
|
|
|
<p>This is the program I wish I'd had twenty years of teaching to design earlier. It pairs one short reading with one walkable excursion per week. The reading gives the walk a frame; the walk gives the reading a body. Nobody reads more than eight pages at a sitting, nobody walks farther than two gentle miles, and every session ends in the same place: a shared question that has no single right answer.</p>
|
|
|
|
<img class="hero" src="https://pixabay.com/get/gfb48907e71a6d9656481d85823ecee710f02ed9ae98bd47f31891096b8e39c69951b2b38e85f69f0725151dafd0b41e5b406278dde59d8b501613bb008912498_1280.jpg" alt="Two older walkers heading down a golden fall trail together">
|
|
<div class="hero-cap">the whole point, in one picture — no one walks alone, no one walks fast</div>
|
|
|
|
<h2>Why it works</h2>
|
|
<div class="method">
|
|
<p>Three design principles I keep returning to, from all those years of curriculum work:</p>
|
|
<ol>
|
|
<li><strong>Short, choiceful reading.</strong> A chosen eight pages beats a forced forty. I assign passages, never whole chapters — the door is meant to be opened further at home.</li>
|
|
<li><strong>Walk before talk.</strong> We move first, read aloud at the turnaround point, and let conversation happen on the return leg. Walking loosens the tongue; sitting in a circle tightens it.</li>
|
|
<li><strong>A question that keeps walking.</strong> Every session ends with one open question. Nobody has to answer now. The question is the homework — and it's the kind you answer for a week.</li>
|
|
</ol>
|
|
</div>
|
|
|
|
<h2>The six sessions</h2>
|
|
|
|
<div class="session"><div class="num">1</div><div class="inner">
|
|
<h3>"Woods" — from <i>Walden</i>, Henry David Thoreau</h3>
|
|
<div class="book">excerpt: "Where I Lived, and What I Lived For"</div>
|
|
<p>A short walk to a quiet bench or clearing — the kind of place where you can sit and watch one thing for five full minutes.</p>
|
|
<div class="walk">route: flat, 1 mile out and back · pace: no one walks alone, no one walks fast</div>
|
|
<p class="q">Question: what is the one thing in your neighbourhood you've looked at a hundred times but never really seen?</p>
|
|
</div></div>
|
|
|
|
<div class="session"><div class="num">2</div><div class="inner">
|
|
<h3>from <i>Pilgrim at Tinker Creek</i>, Annie Dillard</h3>
|
|
<div class="book">excerpt: the opening pages, meeting the creek</div>
|
|
<p>We walk along any water — a creek, a culvert, even the run-off gutter after rain — and practice Dillard's habit of stopping to look <em>into</em>, not <em>at</em>.</p>
|
|
<div class="walk">route: along a waterway, 1.5 miles gentle</div>
|
|
<p class="q">Question: what did you see moving that you would have missed at a normal walking speed?</p>
|
|
</div></div>
|
|
|
|
<div class="session"><div class="num">3</div><div class="inner">
|
|
<h3>"Crossing the Bar," Alfred, Lord Tennyson</h3>
|
|
<div class="book">one short poem, read four times</div>
|
|
<p>A hill or a long steady incline — something that asks for breath. We read the poem aloud twice at the top, and twice on the way down, letting the meaning change with our breathing.</p>
|
|
<div class="walk">route: a gradual rise, 2 miles out and back</div>
|
|
<p class="q">Question: which line sounded different going up than coming down, and why?</p>
|
|
</div></div>
|
|
|
|
<div class="session"><div class="num">4</div><div class="inner">
|
|
<h3>from <i>The Old Man and the Sea</i>, Ernest Hemingway</h3>
|
|
<div class="book">the opening pages, the old man's patient morning</div>
|
|
<p>Hemingway's economy is best understood on a route with no distractions — a straight, familiar path where you can hold a whole paragraph in your head. We read bare sentences and notice how little they say, and how much.</p>
|
|
<div class="walk">route: familiar, repetitive, 2 flat miles</div>
|
|
<p class="q">Question: when is doing the same thing every day a form of hope rather than of defeat?</p>
|
|
</div></div>
|
|
|
|
<div class="session"><div class="num">5</div><div class="inner">
|
|
<h3>from <i>My Ántonia</i>, Willa Cather</h3>
|
|
<div class="book">the prairie descriptions, where the land becomes a character</div>
|
|
<p>Somewhere open — a field edge, a wide park, a ridge with a view. Cather writes land that has memory; we practice reading our own horizon the same way.</p>
|
|
<div class="walk">route: open ground with a wide view, 1.5 miles</div>
|
|
<p class="q">Question: what part of your own "prairie" — your home ground — holds a memory you keep returning to?</p>
|
|
</div></div>
|
|
|
|
<div class="session"><div class="num">6</div><div class="inner">
|
|
<h3>from <i>Walking</i>, Henry David Thoreau (the essay)</h3>
|
|
<div class="book">"the art of Walking" — and our farewell loop</div>
|
|
<p>We close the circle with the essay that started the whole genre, then walk our <em>own</em> favourite loop — the one everyone's grown attached to. Each person brings back the question from any earlier week they haven't finished answering.</p>
|
|
<div class="walk">route: the group's favourite, refresher stops offered</div>
|
|
<p class="q">Question: what did six weeks of walking with a book change about how you read the everyday?</p>
|
|
</div></div>
|
|
|
|
<h2>Group mechanics that keep people coming back</h2>
|
|
<table>
|
|
<tr><th>Role</th><th>Why it matters</th></tr>
|
|
<tr><td>Trail sweeper</td><td>Always brings up the rear; never lets anyone feel they've fallen behind. Rotates weekly so nobody is burdened.</td></tr>
|
|
<tr><td>Reader of the day</td><td>Volunteered at the turnaround — never assigned cold. Some weeks it's two readers sharing.</td></tr>
|
|
<tr><td>Question keeper</td><td>Writes the week's question on a card and hands it to someone to answer "later."</td></tr>
|
|
<tr><td>Weather warden</td><td>Checks forecasts and sends the "rain plan" text the night before. We walk in drizzle; we don't walk in ice.</td></tr>
|
|
</table>
|
|
|
|
<p style="font-size:.9rem;font-style:italic;margin-top:1rem;">Every group of eight gets two walkers at any pace. The rule is simple and non-negotiable: <strong>no one walks alone, no one walks fast.</strong></p>
|
|
|
|
<div class="footer-link">
|
|
<p>Companion materials: <a href="hiking-seniors.html" style="color:var(--moss);">the senior hiking program</a> this circle plugs into, and the <a href="index.html" style="color:var(--moss);">home page</a>.</p>
|
|
</div>
|
|
|
|
<div class="credits">
|
|
<p>All readings are public-domain classics, listed so any group can source them freely. The method is mine, earned one Tuesday at a time. Trail photo courtesy of Pixabay (royalty-free).</p>
|
|
<fort-news topic="Annie Dillard" limit="2"><ul class="fort-news" data-fort="news" data-topic="Annie Dillard"></ul></fort-news>
|
|
</div>
|
|
</body>
|
|
</html> |