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

{{ bib.sectiontypes }}:

{% for section in bib.sections %}

{{ section.name }}

{% endfor %}
{% endblock %} {% block content %}

Publications by {{ bib.field }}

{% 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 %}