| name | shipping-and-launch |
| description | Handles final assembly, formatting, and delivery of research papers. Use when compiling a manuscript for submission, formatting for a target venue, running pre-submission checklists, or packaging supplementary materials. |
Shipping and Launch
Overview
Shipping a research paper is more than clicking "submit." It requires careful assembly, formatting compliance, completeness verification, and packaging. This skill ensures nothing is forgotten between "the paper is written" and "the paper is submitted."
When to Use
- Assembling a final manuscript from individual section drafts
- Formatting a paper for a specific conference or journal
- Running a pre-submission quality checklist
- Generating LaTeX from Markdown drafts
- Packaging supplementary materials (appendices, code, data)
- Preparing camera-ready versions after acceptance
When NOT to use: Don't use this for drafting content, literature review, or revision — those have their own stages.
Pre-submission Checklist
Before any submission, verify every item:
Content Completeness
Formatting Compliance
References
Anonymization (Double-Blind Venues)
Final Packaging
Venue Formatting Reference
| Venue | Class / Template | Columns | Typical Page Limit | Citation Style |
|---|
| ACM (general) | acmart | 2 | 10–12 pages | ACM Reference |
| IEEE (general) | IEEEtran | 2 | 8–10 pages | IEEE numbered |
| NeurIPS | neurips_20XX.sty | 1 | 9 pages + refs | Author-year |
| ICML | icml20XX.sty | 2 | 8 pages + refs | Author-year |
| Springer LNCS | llncs | 1 | 12–15 pages | Numbered |
| arXiv | article | 1 | No limit | Flexible |
Output Convention
All shipping artifacts go to:
docs/research/final/
├── paper.md
├── paper.tex (if LaTeX requested)
├── references.bib
├── figures/
└── supplementary/
Tips
- Compile early, compile often — don't wait until the deadline to generate the PDF.
- Use a consistent figure naming scheme —
fig-01-architecture.pdf, fig-02-results.pdf.
- Keep a submission log — record venue, deadline, submission ID, and any reviewer feedback.
- Archive each submission — tag or copy the exact version that was submitted.