paper-poster-html

Generate print-ready academic conference posters from research papers via HTML/CSS.

2|Updated Aug 12, 2025
One-click install
npx skills add https://github.com/goupup-ai/miccai25 --skill paper-poster-html
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-poster-html
Source: https://github.com/goupup-ai/miccai25/tree/main/ARIS/skills/paper-poster-html
Command: npx skills add https://github.com/goupup-ai/miccai25 --skill paper-poster-html

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, pymupdf, pillow, and includes scripts (resource) components.

What problem does it solve?

Academic posters frequently suffer from inconsistent visual design, missing or low-quality paper figures, and layout defects that only become visible after printing. This skill prevents those failures by enforcing measurement-driven hard gates, a strict two-hue design token system, and real figure provenance before any poster is finalized.

Core Features & Use Cases

  • Measurement-Gated Pipeline: Runs preflight, style, asset, measure, and polish gates in canonical order to catch structural, color, and layout bugs before they reach print.
  • Real Paper Figures: Extracts and validates figures directly from the source PDF with SHA-256 provenance, ensuring every image is genuinely from the paper and rendered at sufficient resolution.
  • Design Token Discipline: Enforces a closed two-hue palette (accent + gold) with a 9-step font-size scale, preventing the "patched dashboard" failure mode of 30+ colors and inline styles.
  • Cross-Model Review Loop: Uses Claude visual scoring and codex final review with a closed fix vocabulary to iterate safely without introducing new claims or decorative elements.

Quick Start

Use the paper-poster-html skill to build a conference poster from the attached PDF 'paper.pdf' for ICLR 2026 with a landscape 185x90cm canvas and venue colors enabled.

Frequently Asked Questions about paper-poster-html

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a print-ready academic conference poster from a research paper?

Generate a print-ready academic conference poster by running a measurement-gated HTML/CSS pipeline that extracts real paper figures, enforces a strict two-hue design palette, and validates layout alignment before emitting the final PDF.

Can I use HTML and CSS to build an ICML or NeurIPS poster with exact canvas dimensions?

Yes, you can use HTML and CSS to build ICML or NeurIPS posters because the pipeline applies measurement gates to satisfy exact canvas dimension requirements, such as a landscape 185x90cm layout, before finalizing the print-ready PDF.

How do I ensure my academic poster only uses high-resolution figures extracted directly from the source PDF?

Ensure high-resolution academic poster figures by using a pipeline that extracts images directly from the source PDF, validates their resolution through asset gates, and tracks provenance with SHA-256 hashing to confirm genuine origin.

What is the best way to prevent layout and color inconsistencies when designing a conference poster?

The best way to prevent conference poster inconsistencies is to enforce design token discipline, restricting the palette to a closed two-hue system with a 9-step font-size scale, and running automated style and measurement gates before printing.

Does the poster generation pipeline support automated visual review before exporting the PDF?

Yes, the pipeline supports automated visual review by using a cross-model loop where Claude visual scoring and codex final review iterate with a closed fix vocabulary to resolve layout and alignment defects before PDF export.

Do I need Playwright and PyMuPDF to automate academic poster generation?

Yes, you need Playwright and PyMuPDF to automate academic poster generation, as they handle the HTML rendering for measurement gates and the PDF figure extraction required for provenance validation.