update from sparkleup
This commit is contained in:
parent
9246028857
commit
d3c6c0df72
|
@ -0,0 +1,33 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Zk | important-research</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 | important-research</h1>
|
||||
</header>
|
||||
<article class="content">
|
||||
<p>But if we are in the exposition, then I suppose me must introduce our second theme in the tonic, yes?</p>
|
||||
<p>There is a joke to be made here with the word ‘tonic’. It’s a thin one. Not a very good one. Not even a joke, really, so much as one of those sychronicities of language that English is so very good at.</p>
|
||||
<p>In terms of movement disorders, they generally fall into two camps: the inability to move and the inability to stop moving (there is, of course, the inability to control voluntary movements, but reduction is the warp and weft of the world).</p>
|
||||
<p>And when dealing with seizure disorders, one will often hear seizures described as <em>tonic-clonic</em>. The tonic part is the inability to move. It’s the tension. It’s the holding out of something. It is the tone. It is, in some sense, the order. Order by default, because the opposite is the clonus, the chaos, the tumult of battle. The clonic part of the seizure is the violent shaking. It’s the inability to stop moving. </p>
|
||||
<p>And so if we have left the first theme in the tonic behind, is it not fitting that we start talking about dystonia?</p>
|
||||
</article>
|
||||
<footer>
|
||||
<p>Page generated on 2020-10-15</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>
|
Loading…
Reference in New Issue