The personal-site atlas for The Mathematical City, with an earlier E47 research-code snapshot retained alongside it.
Open this atlas · Fly EIDOLON · Current research repository
| You want to… | Open |
|---|---|
| Explore the current City and labs | Mathematical City |
| Fly immediately | EIDOLON / CITY CORE |
| Find MANTA, Syntax Jacob, THE MATRIX, and other instruments | Instrument directory |
| Read or develop current E47 code | E47-Kartekeya |
| Work on this personal-site atlas | website/ |
| Repository | Contents | Published site |
|---|---|---|
| E47-Kartekeya | Current Python packages, expanded instrument collection, tests, and research documentation | /E47-Kartekeya/ |
| nicholaskouns-create.github.io | This personal-site atlas and its retained research-code snapshot | Root site |
The site source is website/. Serve it locally:
python -m http.server 8000 --directory website
Open localhost:8000. With Node.js 22+, run the existing site checks:
node --test scripts/check_website.cjs
Deploy website validates website/ and publishes its contents to gh-pages. The repository’s Pages setting selects the published branch. The source and published branch have different roles.
The local src/, tests/, certificates/, citizens/, and docs/ belong to this checkout’s research snapshot. For the newer packages and browser instruments, follow E47-Kartekeya.