From 2d412878b2de626bd79359df2cbbe5cae73df1c8 Mon Sep 17 00:00:00 2001
From: str4d <str4d@mail.i2p>
Date: Sat, 31 Aug 2013 00:29:42 +0000
Subject: [PATCH] Removed obsolete /research/papers page

---
 i2p2www/pages/site/research/papers.html | 121 ------------------------
 1 file changed, 121 deletions(-)
 delete mode 100644 i2p2www/pages/site/research/papers.html

diff --git a/i2p2www/pages/site/research/papers.html b/i2p2www/pages/site/research/papers.html
deleted file mode 100644
index 964712383..000000000
--- a/i2p2www/pages/site/research/papers.html
+++ /dev/null
@@ -1,121 +0,0 @@
-{% extends "global/layout.html" %}
-{% block title %}{{ _('Papers on I2P') }}{% endblock %}
-{% block content %}
-<h1>{{ _('Papers on I2P') }}</h1>
-<p>
-{% trans %}Following are links to research papers about I2P.{% endtrans %}
-</p>
-<p>{% trans email='press ~~~at~~~ i2p2.de' -%}
-To request an addition to this page, please send to {{ email }}.
-{%- endtrans %}</p>
-<p>
-{% trans %}Newest links are at the top of the page.{% endtrans %}
-</p>
-
-<div class="links">
-
-<h2>{{ _('Papers and Research') }}</h2>
-<ul>
-
-<li>
-Christoph Egger, Johannes Schlumberger, Christopher Kruegel, Giovanni Vigna.
-<strong><a href="http://wwwcip.informatik.uni-erlangen.de/~spjsschl/i2p.pdf">Practical Attacks Against the I2P Network</a></strong>.
-Friedrich-Alexander University Erlangen-Nuremberg,
-University of California Santa Barbara,
-June 2013.
-</li>
-
-<li>
-Juan Pablo Timpanaro, Isabelle Chrisment, Olivier Festor.
-<strong><a href="http://hal.inria.fr/hal-00744919">A Bird's Eye View on the I2P Anonymous File-sharing Environment</a></strong>.
-INRIA Nancy-Grand Est, France,
-LORIA - ESIAL, Universite de Lorraine
-November 2012.
-</li>
-
-<li>
-Juan Pablo Timpanaro, Isabelle Chrisment, Olivier Festor.
-<strong><a href="http://hal.inria.fr/hal-00744922/">Improving Content Availability in the I2P Anonymous File-Sharing Environment</a></strong>.
-INRIA Nancy-Grand Est, France,
-LORIA - ESIAL, Universite de Lorraine
-October 2012.
-</li>
-
-<li>
-Mathias Ehlert.
-<strong><a href="http://userpage.fu-berlin.de/~semu/docs/2011_seminar_ehlert_i2p.pdf">I2P Usability vs. Tor Usability A Bandwidth and Latency Comparison</a></strong>.
-Humboldt University of Berlin,
-November 2011.
-</li>
-
-<li>
-Juan Pablo Timpanaro, Isabelle Chrisment, Olivier Festor.
-<strong><a href="http://hal.inria.fr/inria-00632259/en/">Monitoring the I2P Network</a></strong>.
-INRIA Nancy-Grand Est, France,
-LORIA - ESIAL, Henri Poincare University, Nancy 1, France.
-October 2011.
-</li>
-
-<li>
-Michael Hermann, Christian Grothoff. 
-<strong><a href="http://grothoff.org/christian/i2p.pdf">Privacy-Implications of Performance-Based Peer Selection by Onion-Routers: A Real-World Case Study using I2P</a></strong>.
-Presented at PET Symposium, Waterloo Canada, July 27, 2011.
-<a href="http://grothoff.org/christian/teaching/2011/2194/i2p.odp">presentation slides (odp)</a>
-</li>
-
-<li>
-Michael Hermann. 
-<strong>Privacy-Implications of Performance-Based Peer Selection by Onion-Routers: A Real-World Case Study using I2P</strong>.
-Master's Thesis, TU-Munich, March 28, 2011.
-</li>
-
-<li>
-Adrian Crenshaw.
-<strong><a href="http://www.irongeek.com/i.php?page=security/darknets-i2p-identifying-hidden-servers">Darknets - I2P Identifying Hidden Servers</a></strong>.
-Presented at Black Hat DC,
-January 18-19 2011
-</li>
-
-<li>
-Laurie Delmer.
-<strong>L'émergence au sein d'internet de communautés virtuelles et anonymes, Freenet et i2p</strong>.
-Université catholique de Louvain -
-Département des sciences politiques et sociales.
-(<strong>The rise in internet virtual and anonymous communities, Freenet and I2P</strong>.
-Catholic University of Leuven -
-Department of Political and Social Science)
-Master's Thesis, 2009.
-</li>
-
-<li>
-Jens Schomburg.
-<strong>Anonymity Techniques - Usability Tests of Major Anonymity Networks</strong>.
-Presented at
-<a href="http://web.archive.org/web/20100413184504/http://www.pet-con.org/index.php/PET_Convention_2009.1">PET-CON 2009.1</a>,
-Dresden, Germany, March 24-25, 2009.
-Available in the
-<a href="https://people.torproject.org/~karsten/petcon-proceedings-2009.1.pdf">Proceedings</a>
-page 49.
-Extended 20-page version also may be available.
-</li>
-
-<li>
-zzz, Lars Schimmer.
-<strong><a href="{{ url_for('static', filename='pdf/I2P-PET-CON-2009.1.pdf') }}">Peer Profiling and Selection in the I2P Anonymous Network</a></strong>.
-Presented at
-<a href="http://web.archive.org/web/20100413184504/http://www.pet-con.org/index.php/PET_Convention_2009.1">PET-CON 2009.1</a>,
-Dresden, Germany, March 24-25, 2009.
-Also available in the
-<a href="https://people.torproject.org/~karsten/petcon-proceedings-2009.1.pdf">Proceedings</a>
-page 59.
-</li>
-
-<li>
-jrandom.
-<strong><a href="{{ url_for('static', filename='pdf/i2p_philosophy.pdf') }}">Invisible Internet Project (I2P) Project Overview</a></strong>.
-August 28, 2003.
-</li>
-</ul>
-
-</div>
-{% endblock %}
-- 
GitLab