diff --git a/i2p2www/pages/site/research/index.html b/i2p2www/pages/site/research/index.html index 4ce15c84..8e914473 100644 --- a/i2p2www/pages/site/research/index.html +++ b/i2p2www/pages/site/research/index.html @@ -5,6 +5,28 @@ Academic research and analysis of I2P is an important part of ensuring that the software and network performs as expected and is safe for users in hostile environments. {%- endtrans %}
+{% trans anonbib='http://freehaven.net/anonbib/' %} +There is a large research community investigating a wide range of aspects of +anonymity. For a current and comprehensive list of relevant papers, see the +Free Haven Anonymity Bibliography. +I2P benefits from much of the research into Tor and onion routing, but there is +little dedicated research interest into the theory behind I2P, and the choices +and tradeoffs that the network makes. This presents a unique opportunity for +original research. +{% endtrans %}
+ +{% trans papers=get_url('papers_list') -%} +A list of known published papers about I2P is available here. +{%- endtrans %}
+ +{% trans -%} @@ -29,10 +51,4 @@ Additionally, I2P can be started in a virtual network mode. This mode disables a
{% trans contact=site_url('contact') -%} If you are planning on conducting research on the live I2P network, please contact us before you commence your testing. While we do not discourage researchers from responsibly testing their ideas on the live network, if an attack becomes apparent and we don't have any line of communication then we will end up taking countermeasures which could interfere with the test. {%- endtrans %}
- -{% trans papers=get_url('papers_list') -%} -A list of known published papers about I2P is available here. -{%- endtrans %}
{% endblock %}