2022-07-13 04:41:37 +00:00
<!doctype html>
< html >
< head >
< title > Zk | 2022-07-12< / title >
2023-05-11 05:35:08 +00:00
< link rel = "stylesheet" href = "https://fonts.googleapis.com/css2?family=Gentium+Plus&family=Lato&family=Ubuntu+Monodisplay=swap" / >
2022-07-13 04:41:37 +00:00
< 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 >
2022-07-25 00:40:14 +00:00
< li > < a href = "https://www.youtube.com/watch?v=2Tx_A3z7RLA&list=PLqttl1S1rbhbDmH6S-mNLw2Rcso2msGm2" > Let’ s Play of “ Everybody’ s Gone to the Rapture” — Fedule< / a > < / li >
2022-07-13 04:41:37 +00:00
< 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 >
2023-05-11 05:20:07 +00:00
< p > Page generated on 2023-05-10< / p >
2022-07-13 04:41:37 +00:00
< / 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 >