{% extends "base.html" %} {% block content %}

ExPub Compendium

The Experimental Publishing Compendium is for authors, designers, publishers, institutions and technologist who challenge, push and redefine the shape, form and rationale of scholarly works. The compendium offers a catalogues of tools, practices, publishers, and books to inspire experimental scholarly works.

How to use the compendium

The compendium catalogues potential ingredients for the making of experimental publications.

Each item is cross linked so that a practice will take you to relevant tools or examples and vice versa.

The selection is tentative, reflecting the knowledge and biases of the contributors of current and previous versions. If you want to submit or edit anything in the catalogue please do so by doing XXthisXXX.


Browse from this selection of random tools, search or explore books, tools, practices, and publishers.

{% for tool in tools %}

{{ tool['name'] }}

{{ tool['description']|truncate(100) }}

{% if current_user.is_authenticated %} Edit {% endif %}
{% endfor %}
{% endblock %}