[[!meta script="assets/relays"]]
[[!meta script="assets/d3/d3.v3.min"]]
[[!meta script="assets/bw_graphs"]]
-[[!meta stylesheet="assets/bw_graphs" rel="stylesheet"]]
+[[!meta stylesheet="assets/bw_graphs" rel="stylesheet" title="graphs"]]
+[[!meta script="assets/weights_graphs"]]
+[[!meta stylesheet="assets/weights_graphs" rel="stylesheet" title="graphs"]]
[[!meta script="assets/pie_graphs"]]
[[!meta title="Services"]]
<td><code>90FD 830C 357A 5109 AB3C 5052 8771 3F1A C811 174C</code></td>
<td><a href="https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy">Reduced Exit Policy</a></td>
</tr>
+ <tr>
+ <td><a href="http://www.globenet.org/">Globenet</a></td>
+ <td><a href="https://atlas.torproject.org/#details/8E6EDA78D8E3ABA88D877C3E37D6D4F0938C7B9F">AlGrothendieck</a></td>
+ <td><code>8E6E DA78 D8E3 ABA8 8D87 7C3E 37D6 D4F0 938C 7B9F</code></td>
+ <td><a href="https://trac.torproject.org/projects/tor/wiki/doc/ReducedExitPolicy">Reduced Exit Policy</a></td>
+ </tr>
</tbody>
<tfoot class="footnotes">
.text(L10n.loading);
new BwDrawer("#bandwidth").draw();
+
+d3.select("#content").append("h1")
+ .text(L10n.weights);
+d3.select("#content").append("div")
+ .attr("id", "weights")
+ .text(L10n.loading);
+
+new WeightsDrawer("#weights").draw();
</script>