V3_Epistemic is the active product surface for this workspace. It ships a
static, offline-friendly DC lobbying evidence map backed by a canonical Python
pipeline. _archive/, old prompt files, and
V3_Epistemic/output/dc_epistemic_map_mvp.html are legacy reference material.
- Pipeline:
V3_Epistemic/pipeline/ - Canonical processed outputs:
V3_Epistemic/data/processed/ - Reliable publication outputs:
V3_Epistemic/data/reliable/ - Frontend chunks:
V3_Epistemic/data/frontend/ - Static map:
V3_Epistemic/output/reliable_influence_map.html - Project rules:
AGENTS.md
- License stance:
LICENSE.md - Citation metadata:
CITATION.cff - Contribution guide:
CONTRIBUTING.md - Code of conduct:
CODE_OF_CONDUCT.md - Security policy:
SECURITY.md - Support guide:
SUPPORT.md - Public release certificate:
PUBLIC_RELEASE_CERTIFICATE.md
Install dependencies:
python3 -m venv .venv
.venv/bin/pip install -r requirements.txtRun the canonical pipeline:
python -m V3_Epistemic.pipeline.cli run --raw-dir "Raw Data" --out-dir V3_Epistemic/data --strictRaw Data/ is read-only evidence. Derived files are written under
V3_Epistemic/data/processed, V3_Epistemic/data/reliable, and
V3_Epistemic/data/frontend.
Serve the map from the repository root:
python3 -m http.server 8765Open:
http://127.0.0.1:8765/V3_Epistemic/output/reliable_influence_map.html
Serving from inside V3_Epistemic/ also works:
http://127.0.0.1:8765/output/reliable_influence_map.html
pytestThe tests check canonical stage wiring, generated payload schemas, nondegenerate analytics, revolving-door endpoint hygiene, frontend payload loading, and public language constraints.
The map separates observed, derived, and modeled fields. It should be read as a relationship and evidence-weighted prominence tool, not as a causal claim. Government nodes use lobbying exposure directed at an agency, not agency spending. Gap values are model-derived gap leads. 2025 is partial unless the raw source set is refreshed and validated as complete.
See docs/ for setup, reproducibility, provenance, methodology,
interpretation, privacy, security, deployment, and legacy artifact policy. The
repository license stance is documented in LICENSE.md.