https://github.com/elsehow/internet-fragmentation-index
Tracking the velocity and direction of internet fragmentation over time.
https://github.com/elsehow/internet-fragmentation-index
Last synced: 5 months ago
JSON representation
Tracking the velocity and direction of internet fragmentation over time.
- Host: GitHub
- URL: https://github.com/elsehow/internet-fragmentation-index
- Owner: elsehow
- Created: 2023-04-06T17:22:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T20:20:30.000Z (about 3 years ago)
- Last Synced: 2024-04-15T07:13:49.118Z (about 2 years ago)
- Language: HTML
- Size: 62.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Internet Fragmentation Index
## Run
First, install the [Nix package manager](https://nixos.org/download.html).
Then, in the root directory:
``` sh
nix-shell shell.nix
```
This will open a shell with all dependencies installed.
Navigate to any metric's README to see how to replicate it.
## Project structure
- `layers/`
- `[layer-name]`
- `[metric-name]`
- `README.md`
- How to reproduce the metric
- About the metric
- Limitations
- `[metric-name].csv`
- `[metric-name].csv`
- (If required) Misc. post-processing CSVs.
- `data/`
- `README.md`
- About the data source
- How to reproduce data collection
- Limitations of the data source
- The data themselves (space permitting)
- `index/`
- `index.md`: This is the primary public-facing page.
- `index.ipynb`: This notebook uses metrics from `layers/` to produce assets for `index.md`.