--- layout: custom title: titles.library permalink: /library/index.html --- {% t global.lang_tag %}

{% t library.description %}

{% for book in site.translations[site.lang].library.books %}

{{ book.category }}

{% for publication in book.publications %} {% if publication.file contains 'https' %}

{{ publication.name }}

{% else %}

{{ publication.name }}

{% endif %}

{{ publication.abstract }}

{% endfor %}
{% endfor %}