summary refs log tree commit diff stats
path: root/text/abstract.txt
diff options
context:
space:
mode:
authorCase Duckworth2015-04-14 16:36:17 -0700
committerCase Duckworth2015-04-14 16:36:17 -0700
commit9fce418b46c9f0894f429384ef9e3dabaeffbeb4 (patch)
treeb2339220ee50cf48b8887f0cc1fed4813a95901b /text/abstract.txt
parentAdd toc metadata (diff)
downloadautocento-9fce418b46c9f0894f429384ef9e3dabaeffbeb4.tar.gz
autocento-9fce418b46c9f0894f429384ef9e3dabaeffbeb4.zip
Change file hierarchy and rewrite makefile
- File hierarchy is now as follows:
    - /
        - appendix/  < appendix source files
        - backlinks/ < backlink sources & builds
        - hapax/     < *.hapax source files
        - scripts/   < scripts, like *.js, *.hs, etc.
        - templates/ < templates for outputs
        - text/      < source files
        - trunk/     < assets, like css, images, heads, etc.
        - index.html
        - *.html
        - Makefile
Diffstat (limited to 'text/abstract.txt')
-rw-r--r--text/abstract.txt34
1 files changed, 34 insertions, 0 deletions
diff --git a/text/abstract.txt b/text/abstract.txt new file mode 100644 index 0000000..ea30fbb --- /dev/null +++ b/text/abstract.txt
@@ -0,0 +1,34 @@
1---
2title: Autocento of the breakfast table
3subtitle: abstract
4genre: prose
5
6id: abstract
7toc: "_abstract_"
8
9project:
10 title: Front matter
11 class: front-matter
12...
13
14## Brief Description
15
16_Autocento of the breakfast table_ is my Master's thesis, an inter/hypertextual exploration of the workings of inspiration, revision, and obsession.
17I've compiled this work over multiple years, and recently linked it all together to form a (hopefully) more cohesive whole.
18To make this easier than collating everything by hand, I've relied on a process that leverages open-source technologies to publish my work onto a web platform.
19
20## Things to notice
21
22Take a look around the site.
23See how it's navigable: there are links within each article to other articles and to the wider web, mapping common images, themes, or inspirations;
24 there's also navigation links at the bottom of each page:
25
26- The **&phi;** shows you the backlinks to each page.
27- The **&loz;** takes you back to the cover of the project, to start over.
28- The **&xi;** takes you to a random article in the project.
29- Some pages also have _previous_ and _next_ links. These take you to other articles in their original project-order. It's another way to navigate the page.
30
31Check out my [process narrative][] for the technical details of putting this site together, or see my [about page][] for an artist's statement.
32
33[process narrative]: process.html
34[about page]: about.html