47 lines
3.3 KiB
HTML
47 lines
3.3 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Zk | 2017-04-05-arcana-editing</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 | 2017-04-05-arcana-editing</h1>
|
|
</header>
|
|
<article class="content">
|
|
<hr />
|
|
<p>layout: post
|
|
title: Editing Arcana
|
|
date: 2017-04-05
|
|
slug: arcana-editing</p>
|
|
<hr />
|
|
<p>I got some good feedback on the <a href="/posts/writing/2017/04/01/lessons-from-arcana.html">previous post</a> from writers who appreciated the insight into the editing process. Heck, even I got a lot out of writing the post, because it allowed me to set down in writing a lot of vague thoughts that I had about what worked and what didn’t. That’s one of the big reasons I write as much as I do, a sort of “how can I tell what I think till I see what I say” thing, if we go by E. M. Forster’s words. It’s part of why I’m so keen on non-fiction. I love writing fiction because it shows others new stories, but I love writing non-fiction because I learn as much about myself writing the piece as my readers do about the topic reading it.</p>
|
|
<p>Anyway, all that to say, I liked having the chance to write that, and I want to keep writing stuff like that as I work with <em>Arcana</em> as my first anthology.</p>
|
|
<p>I’ve edited a lot before. Working with [adjective][species] was fairly straight forward in that I left the call open and edited submissions as I got them. It was simple, but still involved a lot of the editorial motions. My criteria for articles there was that it had a point, expressed it clearly, and was readable. Minor edits were usually okay, and major ones could be requested of the author.</p>
|
|
<p>Editing an anthology, however, feels vastly different. It’s not just the competition aspect — though that’s a big part of it — so much as the fact that it’s a singular, rather than ongoing, process. It begins when submissions are received and ends when the final, edited choices are handed off to the publisher to work legal, layout, and printing magic.</p>
|
|
<p>Still, I have a good idea of all the steps ahead of me and quite a few guiding hands, which will be quite helpful! Also, as above, I’m hoping that writing this helps me figure things out a little.</p>
|
|
<p><img alt="The slush pile" src="/assets/writing/arcana-print.jpg" /></p>
|
|
<p><em>Update: I was going to talk about these things, but *vague handwaving* life</em></p>
|
|
<h3 id="slushing">Slushing</h3>
|
|
<h3 id="the-difference-between-beta-and-editing">The difference between beta and editing</h3>
|
|
<h3 id="criteria">Criteria</h3>
|
|
<h3 id="line-editing">Line editing</h3>
|
|
<h3 id="the-second-call">The second call</h3>
|
|
</article>
|
|
<footer>
|
|
<p>Page generated on 2020-06-24</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>
|