Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions data/iqb/index.html → data/stats/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>IQB Available Data</title>
<title>Stats Available Data</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
Expand Down Expand Up @@ -84,10 +84,11 @@
</head>
<body>

<h1>IQB Available Data</h1>
<h1>Stats Available Data</h1>
<p class="subtitle">
Cached M-Lab query results available for download.
See <a href="https://github.com/m-lab/iqb">m-lab/iqb</a> for details.
These data are cached M-Lab summary query results available for download.
These data are used to calculate the <a href="https://github.com/m-lab/iqb">Internet Quality Barometer</a> (IQB),
but are generally useful as aggregate statistics of M-Lab's global measurements.
</p>

<p id="loading">Loading manifest&hellip;</p>
Expand Down Expand Up @@ -201,7 +202,7 @@ <h1>IQB Available Data</h1>

function render(manifest) {
var tbody = document.querySelector("#data-table tbody");
var keys = Object.keys(manifest.files).sort();
var keys = Object.keys(manifest.files).sort().reverse();

var periods = new Set();
var directions = new Set();
Expand Down
File renamed without changes.