From 567cad609ba6bc09c33bab49bee75b88c0714a00 Mon Sep 17 00:00:00 2001 From: Gijs Date: Wed, 20 Oct 2021 10:34:14 +0200 Subject: [PATCH] Moved research questions to research axes, started todo, added alt-texts to images. --- README.md | 2 ++ content/pages/oracle.md | 4 ++-- .../{research-questions => research-axes}/about-trees.md | 0 .../algorithms-as-authors.md | 0 .../{research-questions => research-axes}/book-as-form.md | 0 .../contents-of-the-book.md | 0 .../technical-aspects.md | 0 theme/templates/research.html | 2 +- to-do.md | 7 +++++++ 9 files changed, 12 insertions(+), 3 deletions(-) rename content/{research-questions => research-axes}/about-trees.md (100%) rename content/{research-questions => research-axes}/algorithms-as-authors.md (100%) rename content/{research-questions => research-axes}/book-as-form.md (100%) rename content/{research-questions => research-axes}/contents-of-the-book.md (100%) rename content/{research-questions => research-axes}/technical-aspects.md (100%) create mode 100644 to-do.md diff --git a/README.md b/README.md index 7cb0c74..d4ed499 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ $ pip install -r requirements.txt # start website locally $ pelican -lr +or +$ make devserver # Open http://localhost:8000/ diff --git a/content/pages/oracle.md b/content/pages/oracle.md index 804ea1f..f3e1cfd 100644 --- a/content/pages/oracle.md +++ b/content/pages/oracle.md @@ -9,14 +9,14 @@ The game is a way to explore the concept of an algoliterary publishing house. As At the right you can read stories that are result from consulting the Oracle for Consentful Publishing Infrastructures. -![]({static}/images/2-Value-Cacao.jpg) +![A green card with the words value and cacao on it. Cacao beans are partially visible.]({static}/images/2-Value-Cacao.jpg) The Values, Objects and Situations of the Oracle have been harvested while reading texts from the [reader]({filename}/pages/reader.md) and extracting elements from the texts. The deck is unstable and still in development. [↓ Download the deck (~35mb)]({static}/images/Oracle_for_Consentful_Publishing_Infrastructures.zip) [↓ Download the rules]({static}/pdfs/Rules_oracle_for_consentful_infractructures.pdf) -![]({static}/images/final_box_madrid.jpg) +![A wooden box is shown. Wood burned onto it are the words ‘Oracle for Consentful Publishing Infrastructures’]({static}/images/final_box_madrid.jpg) We also created a box that can hold the cards and a zine with texts from the [reader]({filename}/pages/reader.md). Download the plan of the box in [pdf]({static}/pdfs/plan_lasercutter_Oracle.pdf), [dxf]({static}/pdfs/plan_lasercutter_Oracle.dxf) or [3dm]({static}/pdfs/plan_lasercutter_Oracle.3dm) to be executed with a lasercutter. diff --git a/content/research-questions/about-trees.md b/content/research-axes/about-trees.md similarity index 100% rename from content/research-questions/about-trees.md rename to content/research-axes/about-trees.md diff --git a/content/research-questions/algorithms-as-authors.md b/content/research-axes/algorithms-as-authors.md similarity index 100% rename from content/research-questions/algorithms-as-authors.md rename to content/research-axes/algorithms-as-authors.md diff --git a/content/research-questions/book-as-form.md b/content/research-axes/book-as-form.md similarity index 100% rename from content/research-questions/book-as-form.md rename to content/research-axes/book-as-form.md diff --git a/content/research-questions/contents-of-the-book.md b/content/research-axes/contents-of-the-book.md similarity index 100% rename from content/research-questions/contents-of-the-book.md rename to content/research-axes/contents-of-the-book.md diff --git a/content/research-questions/technical-aspects.md b/content/research-axes/technical-aspects.md similarity index 100% rename from content/research-questions/technical-aspects.md rename to content/research-axes/technical-aspects.md diff --git a/theme/templates/research.html b/theme/templates/research.html index eeca658..f1464b6 100644 --- a/theme/templates/research.html +++ b/theme/templates/research.html @@ -11,7 +11,7 @@ {% block sidebar %}

Research axes

- {% for article in categories|get_category_articles('research-questions')|sort(attribute="sort") %} + {% for article in categories|get_category_articles('research-axes')|sort(attribute="sort") %}

{{ article.title }}

diff --git a/to-do.md b/to-do.md new file mode 100644 index 0000000..47490d5 --- /dev/null +++ b/to-do.md @@ -0,0 +1,7 @@ +Accessibility: +- http://fuzzybinaires.org/?i=1 + +Options for bigger font. Invert contrast? + + +- https://alt-text-as-poetry.net/ \ No newline at end of file