Static project homepage for the NeurIPS 2026 position paper "LLM Inference Should Be Evaluated as Energy-to-Token Production".
python -m http.server 8000
# open http://localhost:8000git init && git add . && git commit -m "init project page"
git remote add origin git@github.com:<user>/energy-to-token.git
git push -u origin main
# In repo Settings → Pages, set source to main branch / root.- Single
index.html, no build step, no JS framework - Embedded CSS using
:rootcustom properties (Claude-inspired warm palette) - Google Fonts: Space Grotesk (display) · Newsreader (body) · JetBrains Mono (data/code)
- Vanilla copy-to-clipboard for BibTeX block
- Replace
arxiv-linkhref with the real arXiv URL - Replace
pdf-linkhref with the real PDF URL - Update the BibTeX block once an OpenReview / arXiv ID is assigned
- Optionally add a Twitter/Open Graph card image (hero crop of
figs/fig1_barrel.png)