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
16 changes: 8 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
*.DS_Store
*.pyc
*.csv
*.tsv
*/__pycache__/*
*/pytest_cache/*
*.coverage*
*.db
*.DS_Store
*.pyc
*.csv
*.tsv
*/__pycache__/*
*/pytest_cache/*
*.coverage*
*.db
1 change: 1 addition & 0 deletions wiki-gaps-project/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wikipedia_representation_dashboard_enhanced.html filter=lfs diff=lfs merge=lfs -text
Binary file added wiki-gaps-project/Preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
405 changes: 405 additions & 0 deletions wiki-gaps-project/README.md

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions wiki-gaps-project/conf/.ipynb_checkpoints/project-checkpoint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"project": "wiki-gaps",
"created": "2025-10-04T22:34:57",
"language": "en",
"seed_categories": [
"Category:Living people"
],
"recurse_depth": 0,
"api_sleep": 0.2,
"api_maxlag": 5,
"attrs": {
"gender": "P21",
"country": "P27",
"occupation": "P106"
},
"time_windows": {
"start_month": "2015-01",
"end_month": null
},
"ethics": {
"aggregate_only": true,
"min_cell": 20
}
}
24 changes: 24 additions & 0 deletions wiki-gaps-project/conf/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"project": "wiki-gaps",
"created": "2025-10-04T22:34:57",
"language": "en",
"seed_categories": [
"Category:Living people"
],
"recurse_depth": 0,
"api_sleep": 0.2,
"api_maxlag": 5,
"attrs": {
"gender": "P21",
"country": "P27",
"occupation": "P106"
},
"time_windows": {
"start_month": "2015-01",
"end_month": null
},
"ethics": {
"aggregate_only": true,
"min_cell": 20
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
Loading