paper-poster-html
Paper Poster (HTML) transforms research papers into publication-quality conference posters via a single HTML file with strict measurement gates, real paper figures, and a constrained two-color design system. The workflow enforces structural discipline—hard gates run before any visual review, figures require provenance manifests, and fixes are limited to design tokens and catalogued components, never bespoke patches. Output renders to print-ready PDF via headless Chromium.
Paper Poster (HTML) generates print-ready conference posters from research papers with measurement-driven gates and real figures.
AI-generated summary based on this skill's SKILL.md
Install
wanshuiyin/Auto-claude-code-research-in-sleep/paper-poster-html · repository language: Python
git clone https://github.com/wanshuiyin/Auto-claude-code-research-in-sleep
cp -r Auto-claude-code-research-in-sleep/skills/paper-poster-html ~/.claude/skills/paper-poster-htmlnpx skillfed install wanshuiyin/Auto-claude-code-research-in-sleep/paper-poster-htmlFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What does Paper Poster (HTML) do?
Paper Poster (HTML) transforms research papers into publication-quality conference posters via a single HTML file with strict measurement gates, real paper figures, and a constrained two-color design system. The workflow enforces structural discipline—hard gates run before any visual review, figures require provenance manifests, and fixes are limited to design tokens and catalogued components, never bespoke patches. Output renders to print-ready PDF via headless Chromium.
Can I create academic poster ICML NeurIPS with this tool?
Yes. Paper Poster (HTML) generates venue-specific posters for ICML, NeurIPS, ICLR, and CVPR with automated layout validation. Each venue template enforces its own measurement gates and design constraints, ensuring your poster meets conference standards before rendering to print-ready PDF.
How do I make a conference poster for my paper?
Paper Poster (HTML) accepts your research paper and extracts key content—title, abstract, figures, and equations. It then applies hard measurement gates to validate structure, cross-checks content fidelity against your source via cross-model review, and assembles everything into a single HTML/CSS file with real paper figures and design token discipline. The result is print-ready.
What format does Paper Poster (HTML) output?
Paper Poster (HTML) outputs a single-file HTML/CSS poster that renders to print-ready PDF via headless Chromium. The HTML file contains all styling, layout, and figures embedded or referenced with provenance manifests, ready for conference submission or printing.
How does Paper Poster (HTML) ensure poster quality?
Paper Poster (HTML) enforces quality through hard measurement gates that validate structure before visual review, requires figures to include provenance manifests, audits poster content fidelity against your paper source via cross-model review, and limits all fixes to design tokens and catalogued components—never bespoke patches. This closed vocabulary prevents endless iteration.
Can I customize the design of my poster?
Paper Poster (HTML) uses a constrained two-color design system with design tokens and catalogued components. Customization is limited to this closed vocabulary to avoid endless patching. All fixes stay within the design token discipline, ensuring consistency and preventing bespoke one-off modifications.
SKILL.md
rendered from the published skill — quoted content, verbatim
Paper Poster (HTML): measurement-gated poster generation
One HTML file styled for an exact print canvas (@page { size: W H }), rendered to PDF
via Playwright print emulation. Iterate by measuring, not eyeballing — the screen
preview lies; only print emulation at the correct viewport tells the truth. Core gate
machinery is adapted from posterly (MIT, ©
2026 Ruishuo Chen — see NOTICE.md and LICENSES/posterly-MIT.txt); ARIS adds style
discipline gates,
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 15 files
skills/paper-poster-html/DESIGN_FINAL.md
skills/paper-poster-html/IMPLEMENTATION_CONVENTIONS.md
skills/paper-poster-html/LICENSES/posterly-MIT.txt
skills/paper-poster-html/NOTICE.md
skills/paper-poster-html/SKILL.md
skills/paper-poster-html/scripts/_posterly/__init__.py
skills/paper-poster-html/scripts/_posterly/canvas.py
skills/paper-poster-html/scripts/_posterly/measure.py
skills/paper-poster-html/scripts/_posterly/polish.py
skills/paper-poster-html/scripts/_posterly/preflight.py
skills/paper-poster-html/scripts/_posterly/render.py
skills/paper-poster-html/scripts/_posterly/textutil.py
skills/paper-poster-html/scripts/_posterly/verify_final.py
skills/paper-poster-html/scripts/asset_check.py
skills/paper-poster-html/scripts/extract_pdf_figures.py