85 lines
2.8 KiB
HTML
85 lines
2.8 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | index</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 | index</h1>
|
|
</header>
|
|
<article class="content">
|
|
<h2 id="structure">Structure</h2>
|
|
<ul>
|
|
<li>Intro<ul>
|
|
<li>Introductions around</li>
|
|
<li>Expectations</li>
|
|
<li>Generate zine, available for free as site/pdf, or for tips</li>
|
|
</ul>
|
|
</li>
|
|
<li>Lead with some haiku</li>
|
|
<li>Go into what a haiku is (not just 5-7-5)</li>
|
|
<li>Exercise 1:<ul>
|
|
<li>Show some images</li>
|
|
<li>Attendees should pick two things they notice from each image, aim for a bit of contrast</li>
|
|
<li>Write those two things on two lines, as much as they want</li>
|
|
</ul>
|
|
</li>
|
|
<li>Images and sensations vs metaphor</li>
|
|
<li>Haiku as minimalist evocation of sensations using only images</li>
|
|
<li>More appropriate structure:<ul>
|
|
<li>About 12 stressed syllables</li>
|
|
<li>Two images</li>
|
|
<li>Can include a volta, often relating to seasonal imagery</li>
|
|
<li>Minimal language usage</li>
|
|
<li>Concrete evocation</li>
|
|
</ul>
|
|
</li>
|
|
<li>Exercise 2:<ul>
|
|
<li>Turn those two images into a haiku</li>
|
|
<li>Remember, doesn’t need to be 5-7-5, though don’t let that stop you</li>
|
|
</ul>
|
|
</li>
|
|
<li>Evocation in fiction</li>
|
|
<li>When to use metaphor, when to use concrete evocation</li>
|
|
<li>Utility of surprise</li>
|
|
<li>Exercise 3:<ul>
|
|
<li>Leading with your haiku, write a short (<500) word scene in prose that turns this into a story</li>
|
|
<li>Try to evoke the same sensations/moods that the haiku did</li>
|
|
</ul>
|
|
</li>
|
|
<li>What can fiction lend to haiku?</li>
|
|
<li>Characters (in the loosest sense) within images</li>
|
|
<li>Directionality between two images, maintaining tension within haiku form</li>
|
|
<li>Exercise 4 (if there’s time):<ul>
|
|
<li>Take two images from your scene and turn them into a haiku</li>
|
|
<li>Pay attention to what you gain and what you lose in terms of sensations</li>
|
|
<li>What can you bring back to fiction?</li>
|
|
<li>Suggest that you can start this series of exercises in the other direction (fiction -> haiku -> fiction) too</li>
|
|
</ul>
|
|
</li>
|
|
<li>Conclusion</li>
|
|
</ul>
|
|
<hr />
|
|
<ul>
|
|
<li><a href="20230401am.html">April 1, 2023 — 10AM</a></li>
|
|
<li><a href="20230401pm.html">April 1, 2023 — 5PM</a></li>
|
|
</ul>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2023-04-03</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>
|