>[!warning] >This content has not been peer reviewed. # Run all further-application scripts — Code Documents **`run_all_further_scripts.py`** in this folder. ## Purpose - Discovers every `rst_*.py` in each subfolder (Navier-Stokes Smoothness, BSD Conjecture, Hodge Conjecture, P vs NP, Riemann Hypothesis, Yang-Mills, Homeostasis). - Runs each script from its own directory (so `rst_engine` resolves via three levels up). - Keeps all outputs (e.g. `*.png`) in each application folder; does **not** copy to a separate run_results folder. - Builds **`all_further_results.png`** — one image with all app figures in a grid (2 per row). - Writes **`run_results_summary.md`** and **`run_results_summary.txt`** with run log and links to each app’s result. ## How to run From workspace root: ``` python "expanded theory applied/further applications/run_all_further_scripts.py" ``` ## Outputs - **`run_results_summary.md`** — table of app | script | status | link to PNG; embeds `all_further_results.png`. - **`run_results_summary.txt`** — plain log. - **`all_further_results.png`** — combined grid of all app figures.