forked from I2P_Developers/i2p.www
12 lines
408 B
HTML
12 lines
408 B
HTML
{% extends "global/layout.html" %}
|
|
{% block title %}Academic Research{% endblock %}
|
|
{% block content %}
|
|
<p>
|
|
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.
|
|
</p>
|
|
|
|
<p>
|
|
A list of published papers on I2P is available <a href="{{ site_url('research/papers') }}">here</a>.
|
|
</p>
|
|
{% endblock %}
|