You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ramanpandey.com
Personal portfolio of Raman Pandey ([Alpharceus](https://github.com/Alpharceus)) �
graduate research assistant at the Center for High Technology Materials, University
of New Mexico, working on systems-level engineering for photonic quantum computing.
Deployed via IONOS Deploy Now to [ramanpandey.com](https://ramanpandey.com).
## Structure
The site is laid out as the Orion constellation � each star is one page, each page
embodies one pillar of work:
| Star | Page | Pillar |
|---|---|---|
| Betelgeuse | Terminal | Computing |
| Bellatrix | `projects.html` | Engineering breadth |
| Alnilam | `papers.html` | Physics |
| Mintaka | `skills.html` | Photonics |
| Alnitak | `blogs.html` | Philosophy & scicomm |
| Saiph | `/now/` | Systems engineering |
| Rigel | `rigel.html` | Quantum information |
## Development notes
- Blog posts are written as Markdown in `/articles/`; a build step
(`build/build.js`) renders them to static HTML and regenerates `sitemap.xml`.
- `assets/papers.json` holds **journal papers only** and stays `[]` until there is
one. Schema, for future reference:
`{ "title": "", "authors": "", "abstract": "", "journal": "", "year": 2026, "doi": "" }`
- `.github/workflows/deploy-to-ionos.yaml` is IONOS-managed � never edit it.
Custom build steps go in `Alpharceus.github.io-build.yaml`.
- See `CLAUDE.md` for hard content constraints (QCAP language compliance, privacy).
About
Personal site (ramanpandey.com): hand-built static site with a p5.js constellation interface, markdown blog build step, and CI deploy