Published
Edited
Feb 8, 2021
Insert cell
md`# pseudo-code`
Insert cell
md`<pre>
Upon loading the website, two columns are visible - the written sestina on the right, the video on the left. But it is broken into frames, so only the video frame that corresponds to each sestina's stanza is visible. Only one stanza is visible at a time, and therefore, only one image. The last word in the first stanza is a clickable link, and a different text color.

When the word is clicked, the next stanza appears below the first, and its corresponding image appears below the first image. The last word is a clickable link. This also highlights this "new word" in the first sestina, but the first sestina's last word is no longer clickable. It is only a differet text color.

The poem and its corresponding images can be accessed with this same pattern. Once the poem is completely visible, none of the prior links are active any more, but each of the algorithmically important words are highlighted with a different text color. All of the images are visible on the side, as well.

The last word in the last stanza is the only remaining active link. If it is clicked, the video version of the sestina appears, embedded and centered underneath the new columns. If the link is clicked a second time, the video disappears.

Without clicking the links, the full poem will not appear. Without clicking the final link, nor will the video.

This is intended to allow the poem to unfold in front of the reader's eye in an interactive capacity.
</pre>`
Insert cell
Insert cell
(myPulse,
rs`I’m terror-gripped by the atheist’s fear of ( death | birth | love | roots | trees | memory ),
the fear of the void. I remember nothing before ( birth | death | love | roots | trees | memory ),
so I will return to nothing. I am overwhelmed by ( love | birth | death | roots | trees | memory )
for this world I do not wish to leave. My ancestral ( roots | birth | love | death | trees | memory ),
my relatives, branch into the past like death-pocked ( trees | birth | love | roots | death | memory )
documenting a millennium of loss and ( memory | birth | love | roots | trees | death ). `)
Insert cell
import { pulse } from "@dla/imports"
Insert cell
myPulse = pulse(3000)
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more