45 lines
1.7 KiB
HTML
45 lines
1.7 KiB
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Zk | 2022-07-12</title>
|
||
|
<link rel="stylesheet" type="text/css" href="/style.css" />
|
||
|
<meta name="viewport" content="width=device-width" />
|
||
|
<meta charset="utf-8" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<main>
|
||
|
<header>
|
||
|
<h1>Zk | 2022-07-12</h1>
|
||
|
</header>
|
||
|
<article class="content">
|
||
|
<h1 id="term-2-study-plan">Term 2 study plan</h1>
|
||
|
<h2 id="texts">Texts</h2>
|
||
|
<ol>
|
||
|
<li><em>The Body: An Essay</em> — Jenny Boully</li>
|
||
|
<li><em>Empty Words</em> — Mario Levrero</li>
|
||
|
<li><em>Job: A New Translation</em> — Edward L. Greenstein</li>
|
||
|
<li>“Arrival” (film)</li>
|
||
|
<li>“Mother” (film)</li>
|
||
|
<li><em>Buffalo Gals</em> (selections) — Ursula K. Le Guin</li>
|
||
|
<li><em>Steering the Craft</em> — Ursula K. Le Guin</li>
|
||
|
<li>Let’s Play of “Everybody’s Gone to the Rapture” — Fedule</li>
|
||
|
<li>(An Itch.io game — ESC, Cover Me in Leaves, etc)</li>
|
||
|
<li><em>This is How You Lose the Time War</em> — Amal El-Mohtar and Max Gladstone</li>
|
||
|
<li><em>Portal: A Dataspace Retrieval</em> — Rob Swigart</li>
|
||
|
<li>“The Duino Elegies (selections) — Rainer Maria Rilke</li>
|
||
|
</ol>
|
||
|
</article>
|
||
|
<footer>
|
||
|
<p>Page generated on 2022-07-12</p>
|
||
|
</footer>
|
||
|
</main>
|
||
|
<script type="text/javascript">
|
||
|
document.querySelectorAll('.tag').forEach(tag => {
|
||
|
let text = tag.innerText;
|
||
|
tag.innerText = '';
|
||
|
tag.innerHTML = `<a href="/tags.html#${text}">${text}</a>`;
|
||
|
});
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|