about summary refs log tree commit diff stats
path: root/treatise.html
diff options
context:
space:
mode:
authorCase Duckworth2015-03-12 13:01:16 -0700
committerCase Duckworth2015-03-12 13:01:16 -0700
commit2764ce38ff89667fc4073fb66cdd634caaffd613 (patch)
tree2b574940d00219cddba222222ee2ae13d49ea644 /treatise.html
parentRemove lua cruft (diff)
downloadautocento-2764ce38ff89667fc4073fb66cdd634caaffd613.tar.gz
autocento-2764ce38ff89667fc4073fb66cdd634caaffd613.zip
Fix #9 - ekphrastisize some poems
For ekphrastic articles, add `ekphrastic` node to YAML metadata.
This node includes subnodes `image`, `title`, `alt`, `link`, and `class`.
`image` provides a link to the local image--just include the file name
with the extension, not the folder (all images should be in /img/.)
`title` provides the title of the image, and the alt-text, if there
is no `alt` node.
`alt`, if it exists, provides the alt text for the image.
`link`, if present, wraps the image in an `<a>` tag--it should point
to the source web page of the ekphrastic image.
`class`, if present, sets the class(es) for the image, for styling.

In this commit, I've set `ekphrastic` on the four articles that have
them so far: 'The Death Zone,' 'AMBER alert,' 'The moon is gone,' and
'Man.' I've also updated .template.html with the changes, and updated
README.md to reflect the changes in YAML structure.
Diffstat (limited to 'treatise.html')
-rw-r--r--treatise.html17
1 files changed, 8 insertions, 9 deletions
diff --git a/treatise.html b/treatise.html index a9fea0b..826bcf7 100644 --- a/treatise.html +++ b/treatise.html
@@ -37,15 +37,14 @@
37 37
38 </header> 38 </header>
39 39
40 <section class="content prose"> 40
41 <blockquote> 41 <section class="content prose"><blockquote>
42 <p>TREATISE ON LITERATURE AS “SPOOKY ACTION FROM A DISTANCE”</p> 42<p>TREATISE ON LITERATURE AS “SPOOKY ACTION FROM A DISTANCE”</p>
43 <p>There is this thing called “spooky action at a distance.” Einstein mentioned it first I believe. It is about how two electrons can act like they are right next to each other although they are very far away (lightyears even). For a long time this puzzled scientists until someone (not Einstein) figured out that maybe the universe is a hologram or projection. So what appears to be very far apart in the hologram might actually be very close in the substrate reality.</p> 43<p>There is this thing called “spooky action at a distance.” Einstein mentioned it first I believe. It is about how two electrons can act like they are right next to each other although they are very far away (lightyears even). For a long time this puzzled scientists until someone (not Einstein) figured out that maybe the universe is a hologram or projection. So what appears to be very far apart in the hologram might actually be very close in the substrate reality.</p>
44 <p>I want to talk about this effect in literature. In literature the writer writes words on a substrate (paper) and later the reader reads the same words off the substrate. Although the writer and reader might be very far apart from each other in time and space, they experience the same effect from reading the words. Even the writer reading his own words after he has written them becomes a reader and feels who he was at that time, <a href="howtoread.html">like a ghost</a>.</p> 44<p>I want to talk about this effect in literature. In literature the writer writes words on a substrate (paper) and later the reader reads the same words off the substrate. Although the writer and reader might be very far apart from each other in time and space, they experience the same effect from reading the words. Even the writer reading his own words after he has written them becomes a reader and feels who he was at that time, <a href="howtoread.html">like a ghost</a>.</p>
45 <p>PROBLEMS:</p> 45<p>PROBLEMS:</p>
46 <p>Maybe the substrate isn’t paper it’s what the writing is about. <a href="toilet.html">Where is the hologram</a>? Are physics and literature comparable? What if the universe isn’t a hologram what then?</p> 46<p>Maybe the substrate isn’t paper it’s what the writing is about. <a href="toilet.html">Where is the hologram</a>? Are physics and literature comparable? What if the universe isn’t a hologram what then?</p>
47 </blockquote> 47</blockquote></section>
48 </section>
49 </article> 48 </article>
50 <nav> 49 <nav>
51 <a class="prevlink" href="hardware.html" 50 <a class="prevlink" href="hardware.html"