update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-04-23 00:25:06 -07:00
parent 978bbf5cd9
commit bda7d55bbe
3 changed files with 230 additions and 0 deletions

View File

@ -32,6 +32,7 @@
<li class="done3"> <a href="https://ally.id">ally</a></li>
<li class="done3"> <a href="post-self/index.html">Post-Self</a></li>
<li class="done1"> <a href="surgery-novel/index.html"><em>untitled surgery novel</em></a></li>
<li class="done1"> <a href="its-not-about-the-dishes/index.html">It's Not About The Dishes</a></li>
<li>Poetry:<ul>
<li class="done4"> <a href="eigengrau.html">Eigengrau</a></li>
<li class="done3"> <a href="poetry/index.html">Ongoing</a></li>

View File

@ -0,0 +1,62 @@
<!doctype html>
<html>
<head>
<title>Zk | It's Not About The Dishes</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 | It's Not About The Dishes</h1>
</header>
<article class="content">
<p><span class="tag">writing</span> <span class="tag">non-fiction</span> <span class="tag">essay-collection</span> <span class="tag">polyam</span></p>
<ul>
<li class="done0"> It's not about the dishes --- root cause analysis to work through strife</li>
<li class="done0"> Catering to the one with the most restrictions</li>
<li class="done0"> Witnessing ("the basic human need to be watched was once satisfied by God" Deus Ex, but it's a good quote)</li>
<li class="done0"> relationships as coping mechanisms for upbringing</li>
<li class="done0"> methodlogies - retrospectives, standups, and other enterprisey bullshit that can actually kind of help</li>
</ul>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2020-04-23</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('li').forEach(el => {
if (el.querySelectorAll('li').length !== 0) {
el.classList.add('has-nested', 'closed');
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
}
});
document.querySelectorAll('.toc .has-nested').forEach(el => {
el.classList.remove('has-nested', 'closed');
});
document.querySelectorAll('li.has-nested').forEach(el => {
el.querySelector('.toggle').addEventListener('click', () => {
el.classList.toggle('closed');
});
});
let expanded = false;
document.querySelector('.control').addEventListener('click', (e) => {
expanded = !expanded;
if (expanded) {
e.target.innerText = 'Collapse all';
} else {
e.target.innerText = 'Expand all';
}
document.querySelectorAll('.has-nested').forEach((el) => {
if (expanded) {
el.classList.remove('closed');
} else {
el.classList.add('closed')
}
});
});
</script>
</body>
</html>

View File

@ -0,0 +1,167 @@
<!doctype html>
<html>
<head>
<title>Zk | Untitled Surgery Novel</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 | Untitled Surgery Novel</h1>
</header>
<article class="content">
<p><span class="tag">writing</span> <span class="tag">fiction</span> <span class="tag">novel</span> <span class="tag">gender</span></p>
<p>I had my own surgery in 2018, and my therapist suggested I write about my experience anonymously so that she could share it with one of her other clients who was looking at going through a similar process. That she did so a year before I started writing this is neither here nor there.</p>
<p>Either way, While Justice's story closely follows my own in a lot of respects, it isn't 100% the same. It's the type of thing I'd like to be readable without losing any of the informative aspects. A lot of the process of going through surgery is incredibly recondite and awkward, and there's no escaping that. The goal of this project is, first and foremost, to tell a story, but a close second is to provide an example of what one can expect in going through this process. To that end, I hope it helps.</p>
<blockquote>
<p>To my mom, who changed my birthday to my surgery date.</p>
</blockquote>
<h2 id="outline">Outline</h2>
<p>Justice - trans woman getting GRS
Matthew - husband</p>
<ul>
<li>Start with letters fiasco</li>
<li>flashback to:<ul>
<li>Decisions<ul>
<li>Deciding on surgery</li>
<li>Deciding on a surgeon</li>
</ul>
</li>
<li>First round prep<ul>
<li>Getting letters (part 1)</li>
<li>Getting the consult</li>
<li>The consult</li>
</ul>
</li>
<li>The problem of hair<ul>
<li>Laser</li>
<li>Electrolysis</li>
</ul>
</li>
</ul>
</li>
<li>Leading up to surgery<ul>
<li>Getting letters (part 2)</li>
<li>The pre-op appointments<ul>
<li>General medical</li>
<li>Surgeon</li>
<li>PT</li>
</ul>
</li>
<li>Trans woman murdered in town a week before</li>
<li>Bowel prep</li>
<li>Driving and the night before</li>
</ul>
</li>
<li>Surgery<ul>
<li>The morning of</li>
<li>Waking up and the first night</li>
</ul>
</li>
<li>The hospital stay<ul>
<li>The bed</li>
<li>Bed rest</li>
<li>Bowel movements</li>
<li>Breathing and fever - incentive spirometer</li>
<li>The dressing<ul>
<li>The first sight</li>
<li>Nerves mapping</li>
</ul>
</li>
<li>Anxiety and pain</li>
<li>Medications<ul>
<li>timing</li>
<li>Oxy/tylenol</li>
<li>Cephelaxin and the smell</li>
</ul>
</li>
<li>The packing<ul>
<li>The drains</li>
<li>The catheter</li>
<li>The packing itself</li>
</ul>
</li>
<li>Peeing and showering</li>
</ul>
</li>
<li>The post-op stay<ul>
<li>The drive to the Airbnb</li>
<li>Getting partner</li>
<li>Drainage</li>
<li>Showering and company</li>
<li>Bacitracin</li>
<li>Getting off oxy</li>
<li>Getting comfortable</li>
<li>Walking with cane</li>
</ul>
</li>
<li>Post-op visit<ul>
<li>Leaving Airbnb</li>
<li>Powell's</li>
<li>Getting there early</li>
<li>Kat Campos and getting dilators</li>
</ul>
</li>
<li>Home<ul>
<li>The drive home</li>
<li>Seeing dogs</li>
<li>Dilating</li>
<li>Shopping</li>
</ul>
</li>
<li>Healing<ul>
<li>Dilating and increasing size</li>
<li>PT<ul>
<li>Lifting</li>
<li>Walking</li>
<li>Breathing</li>
<li>Tensing/muscle control/kegels</li>
<li>Healing well</li>
</ul>
</li>
</ul>
</li>
<li>End with the concert?</li>
</ul>
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2020-04-23</p>
</footer>
</main>
<script type="text/javascript">
document.querySelectorAll('li').forEach(el => {
if (el.querySelectorAll('li').length !== 0) {
el.classList.add('has-nested', 'closed');
el.innerHTML = `<span class="toggle"></span> ${el.innerHTML}`;
}
});
document.querySelectorAll('.toc .has-nested').forEach(el => {
el.classList.remove('has-nested', 'closed');
});
document.querySelectorAll('li.has-nested').forEach(el => {
el.querySelector('.toggle').addEventListener('click', () => {
el.classList.toggle('closed');
});
});
let expanded = false;
document.querySelector('.control').addEventListener('click', (e) => {
expanded = !expanded;
if (expanded) {
e.target.innerText = 'Collapse all';
} else {
e.target.innerText = 'Expand all';
}
document.querySelectorAll('.has-nested').forEach((el) => {
if (expanded) {
el.classList.remove('closed');
} else {
el.classList.add('closed')
}
});
});
</script>
</body>
</html>