update from sparkleup
This commit is contained in:
parent
1bb9a83eba
commit
97ac78c902
|
@ -0,0 +1,79 @@
|
|||
<!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>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2023-03-23</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>
|
|
@ -17,6 +17,7 @@
|
|||
<li><a href="braiding-plot-threads/index.html">Braiding plot threads</a></li>
|
||||
<li><a href="haiku-x-fiction/index.html">Haiku × Fiction</a></li>
|
||||
<li><a href="expanding-genres-voice/index.html">Expanding genres and voice</a></li>
|
||||
<li><a href="showing-emotions/index.html">Showing emotions</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Lectures/presentations:<ul>
|
||||
|
@ -26,12 +27,13 @@
|
|||
</li>
|
||||
<li>Discussions/panels/round tables:<ul>
|
||||
<li><a href="furry-writing/index.html">What makes furry writing furry?</a></li>
|
||||
<li><a href="infodumping/index.html">When is infodumping okay?</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2023-03-22</p>
|
||||
<p>Page generated on 2023-03-23</p>
|
||||
</footer>
|
||||
</main>
|
||||
<script type="text/javascript">
|
||||
|
|
Loading…
Reference in New Issue