diff --git a/content/images/the-user-condition_silvio-lorusso_2021-10.png b/content/images/the-user-condition_silvio-lorusso_2021-10.png new file mode 100644 index 00000000..68ec83f8 Binary files /dev/null and b/content/images/the-user-condition_silvio-lorusso_2021-10.png differ diff --git a/content/the-user-condition-01-en.md b/content/the-user-condition-01-en.md new file mode 100644 index 00000000..2bfaaa4a --- /dev/null +++ b/content/the-user-condition-01-en.md @@ -0,0 +1,18 @@ +Title: The User Condition 01 +Date: 2021-03-23 +Category: event +Slug: usercond01 +lang: en +event_start: 2021-03-23 18:00 +event_duration: 1h +featured_image: images/the-user-condition_silvio-lorusso_2021-10.png + +What are the conditions for a computer user to gain agency, defined here as the ability to evade automatisms? What is the user’s horizon of autonomy within a built world made of software programmed by somebody else, when its logic is made inaccessible in the name of convenience? + +In the first event of The User Condition series, Silvio Lorusso will present his micro-interactive essay about computer agency and behavior (https://theusercondition.computer/). This presentation will also be a testing ground for the fresh narrowcast setup currently being developed at Varia. Don't miss! + +--- + +**Date**: Tuesday, 23rd of March 2021
+**Time**: 18:00h - 19:00h
+**Location**: Online ([https://stream.vvvvvvaria.org/](https://stream.vvvvvvaria.org/)] diff --git a/content/the-user-condition-01-nl.md b/content/the-user-condition-01-nl.md new file mode 100644 index 00000000..1a9c0697 --- /dev/null +++ b/content/the-user-condition-01-nl.md @@ -0,0 +1,18 @@ +Title: The User Condition 01 +Date: 2021-03-23 +Category: event +Slug: usercond01 +lang: nl +event_start: 2021-03-23 18:00 +event_duration: 1h +featured_image: images/the-user-condition_silvio-lorusso_2021-10.png + +What are the conditions for a computer user to gain agency, defined here as the ability to evade automatisms? What is the user’s horizon of autonomy within a built world made of software programmed by somebody else, when its logic is made inaccessible in the name of convenience? + +In the first event of The User Condition series, Silvio Lorusso will present his micro-interactive essay about computer agency and behavior (https://theusercondition.computer/). This presentation will also be a testing ground for the fresh narrowcast setup currently being developed at Varia. Don't miss! + +--- + +**Date**: Tuesday, 23rd of March 2021
+**Time**: 18:00h - 19:00h
+**Location**: Online ([https://stream.vvvvvvaria.org/](https://stream.vvvvvvaria.org/)] diff --git a/themes/varia/templates/category.html b/themes/varia/templates/category.html index 522e5d3b..e10b0270 100644 --- a/themes/varia/templates/category.html +++ b/themes/varia/templates/category.html @@ -6,7 +6,7 @@ {% if p.title == 'curriculum' %}
{{ p.content }} -
+ {% endif %} {% endfor %} @@ -38,16 +38,17 @@

{{glob.upcoming}}


{% for article in articles_page.object_list %} - {% set thumb_size = '/thumb' %} + {% set thumb_size = '/thumb' %} {% if article.event_start %} {% set event_status = '' %} - {% if article.event_start < article.date.now() %} + {% set now = article.date.now() | string %} + {% if article.event_start < now %} {% set event_status = ' past' %} {% endif %} - {% if article.event_start >= article.date.now() %} + {% if article.event_start >= now %} {% set event_status = ' current' %} {% set thumb_size = '/thumb2x' %} - {% endif %} + {% endif %} {% endif %} {% if event_status == ' current' %}
@@ -65,7 +66,7 @@ - +
{{ article.summary }} {% if DEFAULT_LANG == 'en' %} @@ -94,23 +95,24 @@

{{glob.past}}


{% for article in articles_page.object_list %} - {% set thumb_size = '/thumb' %} + {% set thumb_size = '/thumb' %} {% if article.event_start %} {% set event_status = '' %} - {% if article.event_start < article.date.now() %} + {% set now = article.date.now() | string %} + {% if article.event_start < now %} {% set event_status = ' past' %} {% endif %} - {% if article.event_start >= article.date.now() %} + {% if article.event_start >= now %} {% set event_status = ' current' %} {% set thumb_size = '/thumb2x' %} - {% endif %} + {% endif %} {% endif %} {% if event_status == ' past' %}