{% extends "global/layout.html" %} {% block title %}{{ bib.tag_short_titles[bib.tag] }}{% endblock %} {% block headextra %} {% endblock %} {% block content %}

{{ bib.tag_titles[bib.tag] }}

{%- if bib.tag|length %} {%- endif %}{{ bib.tag_titles[''] }} {%- if bib.tag|length %}{% endif %} {%- for tag in bib.tags %} |  {%- if tag != bib.tag %} {%- endif %}{{ bib.tag_titles[tag] }} {%- if tag != bib.tag %}{% endif %} {%- endfor -%}

{%- if bib.field != 'topic' %}{% if bib.tag -%} {%- else -%} {% endif %} {%- endif %}{{ _('By topic') }}{%- if bib.field != 'topic' -%}{% endif -%}  |  {%- if bib.field != 'date' -%}{% if bib.tag -%} {%- else -%} {% endif %} {%- endif %}{{ _('By date') }}{%- if bib.field != 'date' -%}{% endif -%}  |  {%- if bib.field != 'author' -%}{% if bib.tag -%} {%- else -%} {% endif %} {%- endif %}{{ _('By author') }}{%- if bib.field != 'author' -%}{% endif -%}

Publications by {{ bib.field }}

    {% for section in bib.sections %}
  • {{ section.name }}

      {% for entry in section.entries %} {{ entry.to_html()|safe }} {% endfor %}
  • {% endfor %}

{% trans email="press@i2p2.de"|safe, bibtex = get_url('papers_bibtex', tag=bib.tag) if bib.tag else get_url('papers_bibtex'), citeseer = 'http://citeseer.ist.psu.edu/online-nature01/' -%} Please send new or corrected entries to .
If you can, please format them as BibTeX; see our BibTeX source page for examples.
Remember to include URLs if possible: offline papers are less useful. {%- endtrans %}

{% trans anonbib="https://gitweb.torproject.org/anonbib.git" -%} The source code for this page was adapted from Free Haven's anonymity bibliography. {%- endtrans %}

{% endblock %}