# Artifact Audit Audit date: 2026-05-04 ## Scope Artifact folder: SparseWake anonymous release tree. The manuscript source was not edited for this artifact-preparation task. ## Checks | Check | Status | Notes | |---|---|---| | No absolute local paths | Pass | Text scan found no drive prefixes or Unix home paths. | | No usernames, institution names, machine names, or personal emails | Pass | Text scan found no known local identifiers. | | No WakeSchool ABM source code or DNS solver files | Pass | Artifact contains processed HDF5 datasets, Python benchmark utilities, result CSVs, figures, tables, and documentation only. | | No unrelated data | Pass | Included full processed benchmark HDF5 files, sample HDF5, result CSVs, configs, documentation, and generated verification outputs. | | All included HDF5 files have checksums | Pass | See `data/checksums.sha256`. | | `verify_dataset.py` runs on sample data | Pass | Verified `data/sample/sparsewake_sample.h5`. | | Table-generation script runs from stored CSVs | Pass | `scripts/reproduce_tables.py` wrote CSV tables to `tables/`. | | Main figure-generation script runs from stored CSVs | Pass | `scripts/make_main_figures.py` wrote PDF/SVG figures. | | Supplement figure-generation script runs from stored CSVs | Pass | `scripts/make_supp_figures.py` wrote PDF/SVG figures. | | Quick training smoke test runs on sample data | Pass | `scripts/train_temporal_mlp.py --quick` completed and wrote quick metrics. | | README, dataset card, evaluation card, provenance, and Croissant metadata exist | Pass | Required documentation files are present. | | Manuscript numbers traceable to CSV or result summary | Pass | Clean summaries are in `data/results/`; source traceability is documented in the cards and manifest. | ## Tested Commands ```bash python scripts/verify_dataset.py --data data/sample/sparsewake_sample.h5 python scripts/train_temporal_mlp.py --config configs/main_v04.yaml --data data/sample/sparsewake_sample.h5 --quick python scripts/reproduce_tables.py --results data/results --out tables python scripts/make_main_figures.py --results data/results --out figures python scripts/make_supp_figures.py --results data/results --out figures ``` ## Manual Items Before Upload - Confirm `data/processed/download_manifest.json` uses relative paths or anonymous hosted paths. - Run a formal Croissant validator if required by the final artifact platform. - Confirm final license wording is CC BY 4.0.