[tor-commits] [metrics-web/master] Hide Papers page and prepare for removing it.

karsten at torproject.org karsten at torproject.org
Mon Nov 5 13:03:13 UTC 2012


commit 245c76f055079a88e216b0bf5c124c584f8d6758
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Mon Nov 5 07:58:55 2012 -0500

    Hide Papers page and prepare for removing it.
    
    Now that tech reports have moved to research.tpo, we shouldn't keep a
    second, outdated list of them on metrics.tpo.  Listing metrics-related
    tech reports was the main purpose of that page.  The papers are already
    linked from the Formats page, and the relevant blog posts have been
    converted to Tor tech reports.
    
    For now, the Papers page is only invisible, so that bookmarks still work.
    Should be safe to take out the page entirely in a few months from now.
    
    Implements #7327.
---
 web/WEB-INF/banner.jsp   |    4 --
 web/WEB-INF/error.jsp    |    1 -
 web/WEB-INF/formats.jsp  |   15 +++++----
 web/WEB-INF/index.jsp    |    8 +++--
 web/WEB-INF/papers.jsp   |   79 +++++++--------------------------------------
 web/WEB-INF/research.jsp |    3 +-
 6 files changed, 27 insertions(+), 83 deletions(-)

diff --git a/web/WEB-INF/banner.jsp b/web/WEB-INF/banner.jsp
index 21d6bfb..3ddc868 100644
--- a/web/WEB-INF/banner.jsp
+++ b/web/WEB-INF/banner.jsp
@@ -51,15 +51,11 @@
             %>>Consensus Health</a>
       </font>
     <%} else if (currentPage.endsWith("research.jsp") ||
-                 currentPage.endsWith("papers.jsp") ||
                  currentPage.endsWith("data.jsp") ||
                  currentPage.endsWith("formats.jsp") ||
                  currentPage.endsWith("tools.jsp")) {
      %><br>
       <font size="2">
-        <a <%if (currentPage.endsWith("papers.jsp")) {
-            %>class="current"<%} else {%> href="/papers.html"<%}
-            %>>Papers</a>
         <a <%if (currentPage.endsWith("data.jsp")) {
             %>class="current"<%} else {%> href="/data.html"<%}
             %>>Data</a>
diff --git a/web/WEB-INF/error.jsp b/web/WEB-INF/error.jsp
index 4e75376..49a0324 100644
--- a/web/WEB-INF/error.jsp
+++ b/web/WEB-INF/error.jsp
@@ -50,7 +50,6 @@ Maybe you find what you're looking for on our sitemap:
 </ul></li>
 <li><a href="research.html">Research</a>
 <ul>
-<li><a href="papers.html">Papers</a></li>
 <li><a href="data.html">Data</a></li>
 <li><a href="formats.html">Formats</a></li>
 <li><a href="tools.html">Tools</a></li>
diff --git a/web/WEB-INF/formats.jsp b/web/WEB-INF/formats.jsp
index 722ef29..a73adad 100644
--- a/web/WEB-INF/formats.jsp
+++ b/web/WEB-INF/formats.jsp
@@ -21,13 +21,13 @@ statistics in the Tor network:</p>
 
 <ol>
 <li>First, we recap measuring the Tor network from public directory
-information (<a href="papers/hotpets09.pdf">PDF</a>) by describing the
-data format of
+information (<a href="https://research.torproject.org/techreports/metrics-2009-08-07.pdf">PDF</a>)
+by describing the data format of
 <a href="#serverdesc">server descriptors and network statuses</a>,
 and we explain the sanitzation process of (non-public)
 <a href="#bridgedesc">bridge directory information</a>.</li>
 <li>Second, we describe the numerous aggregate statistics that relays
-publish about their usage (<a href="papers/wecsr10.pdf">PDF</a>),
+publish about their usage (<a href="http://freehaven.net/anonbib/cache/wecsr10measuring-tor.pdf">PDF</a>),
 including
 <a href="#bytehist">byte histories</a>,
 <a href="#dirreqstats">directory request statistics</a>,
@@ -46,7 +46,7 @@ including
 All data described on this page are available for download on the
 <a href="data.html">data</a> page.
 This page is based on a technical report
-(<a href="papers/data-2011-03-14.pdf">PDF</a>)
+(<a href="https://research.torproject.org/techreports/data-2011-03-14.pdf">PDF</a>)
 and is very likely more recent than the report.
 </p>
 <hr>
@@ -108,7 +108,8 @@ Both server descriptors and network statuses constitute a solid data basis
 for statistical analysis in the Tor network.
 We described the approach to measure the Tor network from public directory
 information in the HotPETS 2009 paper
-(<a href="papers/hotpets09.pdf">PDF</a>) and provide interactive
+(<a href="https://research.torproject.org/techreports/metrics-2009-08-07.pdf">PDF</a>)
+and provide interactive
 <a href="graphs.html">graphs</a> on the metrics
 website.
 We briefly describe the most interesting pieces of the
@@ -498,7 +499,7 @@ country.</li>
 <li><b>Request share:</b> The percentage in <tt>dirreq-v3-share</tt> is
 an estimate of the share of directory requests that the reporting relay
 expects to see in the Tor network.
-In a tech report (<a href="papers/countingusers-2010-11-30.pdf">PDF</a>)
+In a tech report (<a href="https://research.torproject.org/techreports/countingusers-2010-11-30.pdf">PDF</a>)
 we found that this estimate isn't very useful
 for statistical analysis because of the different approaches that clients
 take to select directory mirrors.
@@ -602,7 +603,7 @@ circuits.
 The document below shows the cell statistics contained in an
 extra-info descriptor by relay <tt>gabelmoo</tt>.
 An early analysis of cell-queue statistics can be found in a tech report
-(<a href="papers/bufferstats-2009-08-25.pdf">PDF</a>).
+(<a href="https://research.torproject.org/techreports/bufferstats-2009-08-25.pdf">PDF</a>).
 More details about these statistics can be found in the <a href="https://gitweb.torproject.org/torspec.git/blob/HEAD:/dir-spec.txt">directory protocol
 specification</a>.
 </p>
diff --git a/web/WEB-INF/index.jsp b/web/WEB-INF/index.jsp
index a29df15..7ff8fe0 100644
--- a/web/WEB-INF/index.jsp
+++ b/web/WEB-INF/index.jsp
@@ -21,7 +21,9 @@
           <li>View daily updated <a href="graphs.html">graphs</a> on
           estimated client numbers, on network performance, and other
           statistics on the Tor network</li>
-          <li>Read <a href="papers.html">papers</a> and technical reports
+          <li>Read <a href="http://freehaven.net/anonbib/">papers</a> and
+          <a href="https://research.torproject.org/techreports.html">technical
+          reports</a>
           on the measurement techniques and results of statistical
           analysis of metrics data</li>
           <li>Download the <a href="data.html">data</a> that is behind the
@@ -36,11 +38,11 @@
           href="http://tigerpa.ws/tor_metrics/">interactive graphs</a> of
           network statistics.</li>
           <li>April 30, 2012: Added <a
-          href="papers/bridge-report-usage-stats-2012-04-30.pdf">tech
+          href="https://research.torproject.org/techreports/bridge-report-usage-stats-2012-04-30.pdf">tech
           report</a>: "What fraction of our bridges are not reporting
           usage statistics?"</li>
           <li>March 12, 2012: Added
-          <a href="papers/bridge-scaling-2012-03-09.pdf">tech report</a>:
+          <a href="https://research.torproject.org/techreports/bridge-scaling-2012-03-09.pdf">tech report</a>:
           "What if the Tor network had 50,000 bridges?"</li>
           <li>January 17, 2012:
           <a href="https://svn.torproject.org/svn/projects/roadmaps/metrics-roadmap-2012-01-17.pdf">Tor
diff --git a/web/WEB-INF/papers.jsp b/web/WEB-INF/papers.jsp
index 55a1358..1a48491 100644
--- a/web/WEB-INF/papers.jsp
+++ b/web/WEB-INF/papers.jsp
@@ -17,6 +17,11 @@
         <a href="#blogposts">blog posts</a> listed on this page originate
         from, are based on, or are related to work performed in the Tor
         Metrics Project.</p>
+        <p><font color="red">This page will be removed soon.
+        Its main purpose was to list metrics-related tech reports, but
+        those have now moved
+        <a href="https://research.torproject.org/techreports.html">here</a>.
+        </font></p>
         <br>
         <a name="papers"></a>
         <h3><a href="#papers" class="anchor">Papers</a></h3>
@@ -29,84 +34,26 @@
           Study on Measuring Statistical Data in the Tor Anonymity
           Network. Workshop on Ethics in
           Computer Security Research (WECSR 2010), Tenerife, Spain,
-          January 2010. (<a href="papers/wecsr10.pdf">PDF</a>, 160K)</li>
+          January 2010. (<a href="http://freehaven.net/anonbib/cache/wecsr10measuring-tor.pdf">PDF</a>)</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>
+          (<a href="https://research.torproject.org/techreports/metrics-2009-08-07.pdf">PDF</a>)</li>
         </ul>
         <br>
         <a name="techreports"></a>
         <h3><a href="#techreports" class="anchor">Technical
         reports</a></h3>
         <br>
-        The technical reports listed here have been the first place to
+        <p>
+        Some of the
+        <a href="https://research.torproject.org/techreports.html">Tor
+        Technical Reports</a> have been the first place to
         publish novel kinds of statistics on the Tor network. Some, but
-        not all, of the results contained in these technical reports have
+        not all, of the results contained in those technical reports have
         been included in the <a href="#papers">papers</a> above or in the
         daily updated <a href="graphs.html">graphs</a>.
-        <ul>
-          <li>What fraction of our bridges are not reporting usage
-          statistics? (<a
-          href="papers/bridge-report-usage-stats-2012-04-30.pdf">PDF</a>,
-          339K from April 30, 2012).</li>
-          <li>What if the Tor network had 50,000 bridges? (<a
-          href="papers/bridge-scaling-2012-03-09.pdf">PDF</a>, 144K from
-          March 9, 2012).</li>
-          <li>An Analysis of Tor Bridge Stability—Making BridgeDB
-          give out at least one stable bridge per user (<a
-          href="papers/bridge-stability-2011-10-31.pdf">PDF</a>, 419K from
-          October 31, 2011).</li>
-          <li>Case study: Learning whether a Tor bridge is blocked by
-          looking at its aggregate usage statistics, Part one (<a
-          href="papers/blocking-2011-09-15.pdf">PDF</a>, 767K from
-          September 15, 2011).</li>
-          <li>An anomaly-based censorship-detection system for Tor (<a
-          href="papers/detector-2011-09-09.pdf">PDF</a>, 106K from
-          September 9, 2011).</li>
-          <li>An Analysis of Tor Relay Stability (<a
-          href="papers/relay-stability-2011-06-30.pdf">PDF</a>, 1.3M from
-          June 30, 2011,
-          <a href="https://gitweb.torproject.org/metrics-tasks.git/tree/HEAD:/task-2911">code</a>,
-          <a href="data/running-relays-reverse.csv.bz2">data</a>,
-          322M).</li>
-          <li>Overview of Statistical Data in the Tor Network
-          (<a href="papers/data-2011-03-14.pdf">PDF</a>,
-          166K from March 14, 2011).</li>
-          <li>Privacy-preserving Ways to Estimate the Number of Tor Users
-          (<a href="papers/countingusers-2010-11-30.pdf">PDF</a>,
-          307K from November 30, 2010).</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>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>
+        </p>
         <br>
         <a name="blogposts"></a>
         <h3><a href="#blogposts" class="anchor">Blog posts</a></h3>
diff --git a/web/WEB-INF/research.jsp b/web/WEB-INF/research.jsp
index 4a78a0e..baf03b1 100644
--- a/web/WEB-INF/research.jsp
+++ b/web/WEB-INF/research.jsp
@@ -13,8 +13,7 @@
         <h2>Tor Metrics Portal: Research</h2>
         <br>
         <p>The Tor Metrics Project aims at supporting privacy enhancing
-        technologies research by making <a href="papers.html">papers</a>
-        and technical reports, gathered network
+        technologies research by making gathered network
         <a href="data.html">data</a>, and
         <a href="tools.html">tools</a>
         for processing these data available to the public. If you are



More information about the tor-commits mailing list