[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [metrics-web/master 1/2] Arrange papers and tech reports in descending order.
Author: Karsten Loesing <karsten.loesing@xxxxxxx>
Date: Fri, 26 Nov 2010 08:11:30 +0100
Subject: Arrange papers and tech reports in descending order.
Commit: c83ca22ee539fbb094db5d2ae6a9e32b103ae6fb
---
web/WEB-INF/papers.jsp | 60 ++++++++++++++++++++++++------------------------
1 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/web/WEB-INF/papers.jsp b/web/WEB-INF/papers.jsp
index c62091c..a0cdc25 100644
--- a/web/WEB-INF/papers.jsp
+++ b/web/WEB-INF/papers.jsp
@@ -24,15 +24,15 @@
Project and have been accepted for publication at academic
conferences or workshops.
<ul>
- <li>Karsten Loesing. Measuring the Tor Network from Public
- Directory Information. 2nd Hot Topics in Privacy Enhancing
- Technologies (HotPETs 2009), Seattle, WA, USA, August 2009.
- (<a href="papers/hotpets09.pdf">PDF</a>, 582K)</li>
<li>Karsten Loesing, Steven J. Murdoch, Roger Dingledine. A Case
Study on Measuring Statistical Data in the Tor Anonymity
Network. Accepted for publication at Workshop on Ethics in
Computer Security Research (WECSR 2010), Tenerife, Spain,
January 2010. (<a href="papers/wecsr10.pdf">PDF</a>, 160K)</li>
+ <li>Karsten Loesing. Measuring the Tor Network from Public
+ Directory Information. 2nd Hot Topics in Privacy Enhancing
+ Technologies (HotPETs 2009), Seattle, WA, USA, August 2009.
+ (<a href="papers/hotpets09.pdf">PDF</a>, 582K)</li>
</ul>
<br>
<a name="techreports"></a>
@@ -44,36 +44,36 @@
been included in the <a href="#papers">papers</a> above or in the
daily updated <a href="graphs.html">graphs</a>.
<ul>
- <li>Evaluation of Relays from Public Directory Data
- (<a href="papers/dirarch-2009-06-22.pdf">PDF</a>,
- 558K, last updated on June 22, 2009).</li>
- <li>Analysis of Bridge Usage in Tor
- (<a href="papers/bridges-2009-06-22.pdf">PDF</a>,
- 76K, last updated on June 22, 2009).</li>
- <li>Evaluation of Client Requests to the Directories to
- determine total numbers and countries of users
- (<a href="papers/directory-requests-2009-06-25.pdf">PDF</a>,
- 207K, last updated on June 25, 2009).</li>
- <li>Possible problems of directory authorities assigning Stable
- and Guard flags
- (<a href="papers/relayflags-2009-04-01.pdf">PDF</a>,
- 2M from April 1, 2009).</li>
+ <li>Comparison of GeoIP Databases for Tor
+ (<a href="papers/geoipdbcomp-2009-10-23.pdf">PDF</a>,
+ 546K from October 23, 2009).</li>
+ <li>Analysis of Circuit Queues in Tor
+ (<a href="papers/bufferstats-2009-08-25.pdf">PDF</a>,
+ 196K from August 25, 2009).</li>
+ <li>Performance of Requests over the Tor Network
+ (<a href="papers/torperf-2009-09-22.pdf">PDF</a>,
+ 2.8M from September 22, 2009).</li>
+ <li>Reducing the Circuit Window Size in Tor
+ (<a href="papers/circwindow-2009-09-20.pdf">PDF</a>,
+ 137K from September 20, 2009).</li>
<li>Simulation of the number of Fast, Stable, and Guard flags
for changed requirements
(<a href="papers/flagrequirements-2009-04-11.pdf">PDF</a>,
229K from April 11, 2009).</li>
- <li>Reducing the Circuit Window Size in Tor
- (<a href="papers/circwindow-2009-09-20.pdf">PDF</a>,
- 137K from September 20, 2009).</li>
- <li>Performance of Requests over the Tor Network
- (<a href="papers/torperf-2009-09-22.pdf">PDF</a>,
- 2.8M from September 22, 2009).</li>
- <li>Analysis of Circuit Queues in Tor
- (<a href="papers/bufferstats-2009-08-25.pdf">PDF</a>,
- 196K from August 25, 2009).</li>
- <li>Comparison of GeoIP Databases for Tor
- (<a href="papers/geoipdbcomp-2009-10-23.pdf">PDF</a>,
- 546K from October 23, 2009).</li>
+ <li>Possible problems of directory authorities assigning Stable
+ and Guard flags
+ (<a href="papers/relayflags-2009-04-01.pdf">PDF</a>,
+ 2M from April 1, 2009).</li>
+ <li>Evaluation of Client Requests to the Directories to
+ determine total numbers and countries of users
+ (<a href="papers/directory-requests-2009-06-25.pdf">PDF</a>,
+ 207K, last updated on June 25, 2009).</li>
+ <li>Analysis of Bridge Usage in Tor
+ (<a href="papers/bridges-2009-06-22.pdf">PDF</a>,
+ 76K, last updated on June 22, 2009).</li>
+ <li>Evaluation of Relays from Public Directory Data
+ (<a href="papers/dirarch-2009-06-22.pdf">PDF</a>,
+ 558K, last updated on June 22, 2009).</li>
</ul>
</div>
</div>
--
1.7.1