{% extends "layout.html" %} {% block content %}
{% set count = namespace(value=0) %} {% for img in ImagesBanner %} {% set count.value = count.value + 1 %} {% endfor %}

The Digital Archive of Artists' Publishing is an interactive, user-driven, searchable database of artists' books and publications.

BROWSE THE ARCHIVE FROM A-Z CAROLEE SCHNEEMANN CASE STUDY
RECENTLY ADDED WORKS
{% for x in results['results']['bindings']%}
{% if "image" in x %}
{% else %}
{% endif %}
{{ x["workLabel"]["value"]}}
{% if "date" in x %} {{ x["date"]["value"][:-16] }} {% endif %}
{% endfor %}
BROWSE ALL RECENTLY ADDED
{% endblock content %}