forked from varia/varia.website
user cond new attempt
This commit is contained in:
parent
a5704de11e
commit
e0def00bac
@ -3,6 +3,8 @@ Date: 2021-03-23
|
|||||||
Category: event
|
Category: event
|
||||||
Slug: usercond01
|
Slug: usercond01
|
||||||
lang: en
|
lang: en
|
||||||
|
event_start: 2021-03-23 18:00
|
||||||
|
event_end: 2021-03-23 19:00
|
||||||
featured_image: /images/user-cond-01.png
|
featured_image: /images/user-cond-01.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?
|
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?
|
||||||
|
@ -3,6 +3,8 @@ Date: 2021-03-23
|
|||||||
Category: event
|
Category: event
|
||||||
Slug: usercond01
|
Slug: usercond01
|
||||||
lang: nl
|
lang: nl
|
||||||
|
event_start: 2021-03-23 18:00
|
||||||
|
event_end: 2021-03-23 19:00
|
||||||
featured_image: /images//images/user-cond-01.png
|
featured_image: /images//images/user-cond-01.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?
|
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?
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
{% if p.title == 'curriculum' %}
|
{% if p.title == 'curriculum' %}
|
||||||
<div id="title">
|
<div id="title">
|
||||||
{{ p.content }}
|
{{ p.content }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</header>
|
</header>
|
||||||
@ -38,17 +38,16 @@
|
|||||||
<h2>{{glob.upcoming}}</h2>
|
<h2>{{glob.upcoming}}</h2>
|
||||||
<hr>
|
<hr>
|
||||||
{% for article in articles_page.object_list %}
|
{% for article in articles_page.object_list %}
|
||||||
{% set thumb_size = '/thumb' %}
|
{% set thumb_size = '/thumb' %}
|
||||||
{% if article.event_start %}
|
{% if article.event_start %}
|
||||||
{% set event_status = '' %}
|
{% set event_status = '' %}
|
||||||
{% set now = article.date.now() | string %}
|
{% if article.event_start < article.date.now() %}
|
||||||
{% if article.event_start < now %}
|
|
||||||
{% set event_status = ' past' %}
|
{% set event_status = ' past' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if article.event_start >= now %}
|
{% if article.event_start >= article.date.now() %}
|
||||||
{% set event_status = ' current' %}
|
{% set event_status = ' current' %}
|
||||||
{% set thumb_size = '/thumb2x' %}
|
{% set thumb_size = '/thumb2x' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if event_status == ' current' %}
|
{% if event_status == ' current' %}
|
||||||
<article class="hentry {{article.category}} current">
|
<article class="hentry {{article.category}} current">
|
||||||
@ -66,7 +65,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="summary {{ article.category }}">{{ article.summary }}
|
<div class="summary {{ article.category }}">{{ article.summary }}
|
||||||
<span class="read_more">
|
<span class="read_more">
|
||||||
{% if DEFAULT_LANG == 'en' %}
|
{% if DEFAULT_LANG == 'en' %}
|
||||||
@ -95,24 +94,23 @@
|
|||||||
<h2>{{glob.past}}</h2>
|
<h2>{{glob.past}}</h2>
|
||||||
<hr>
|
<hr>
|
||||||
{% for article in articles_page.object_list %}
|
{% for article in articles_page.object_list %}
|
||||||
{% set thumb_size = '/thumb' %}
|
{% set thumb_size = '/thumb' %}
|
||||||
{% if article.event_start %}
|
{% if article.event_start %}
|
||||||
{% set event_status = '' %}
|
{% set event_status = '' %}
|
||||||
{% set now = article.date.now() | string %}
|
{% if article.event_start < article.date.now() %}
|
||||||
{% if article.event_start < now %}
|
|
||||||
{% set event_status = ' past' %}
|
{% set event_status = ' past' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if article.event_start >= now %}
|
{% if article.event_start >= article.date.now() %}
|
||||||
{% set event_status = ' current' %}
|
{% set event_status = ' current' %}
|
||||||
{% set thumb_size = '/thumb2x' %}
|
{% set thumb_size = '/thumb2x' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if event_status == ' past' %}
|
{% if event_status == ' past' %}
|
||||||
<article class="hentry curriculum past">
|
<article class="hentry curriculum past">
|
||||||
<div class="article-info">
|
<div class="article-info">
|
||||||
<span class="entry-title"><a href="/{% if article.lang == 'en' %}en/{% endif %}{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></span>
|
<span class="entry-title"><a href="/{% if article.lang == 'en' %}en/{% endif %}{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></span>
|
||||||
<div class="event-details">
|
<div class="event-details">
|
||||||
<!-- article.event_start | strftime('%d %B %Y') -->
|
{{ article.event_start | strftime('%d %B %Y') }}
|
||||||
</div>
|
</div>
|
||||||
<div class="featured-image current">
|
<div class="featured-image current">
|
||||||
<a href="/{% if article.lang == 'en' %}en/{% endif %}{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">
|
<a href="/{% if article.lang == 'en' %}en/{% endif %}{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">
|
||||||
@ -140,4 +138,4 @@
|
|||||||
{% block content_title %}
|
{% block content_title %}
|
||||||
<h1>Category: {{ category }}</h1>
|
<h1>Category: {{ category }}</h1>
|
||||||
<hr>
|
<hr>
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Reference in New Issue
Block a user