# ๐Ÿ”๐ŸŽค Resubmit & Conference-Talk Pipelines > [โ† back to README](../README.md) ยท ARIS's two late-stage workflows โ€” port a paper to a new venue (text-only), and turn an accepted paper into a conference talk. ## Workflow 5: Resubmit Pipeline ๐Ÿ” (port a paper to a new venue, text-only) > **"Paper accepted somewhere or rejected from venue A. Port it to venue B under hard constraints."** `/resubmit-pipeline` ports a polished paper from one venue to another with strict guardrails โ€” **no new experiments, no bib edits, no framework changes, never overwrites prior submissions**. Use it for journal version of a conference paper, ML venue โ†’ other ML venue, anonymized re-submit after a non-anonymous workshop. Not for major revisions (use `/paper-writing` for those). 1. ๐Ÿ“ **Physical isolation** โ€” copy into `/`; the original submission directory is never touched. 2. ๐Ÿ›ก๏ธ **5-layer anonymity check** โ€” author names, affiliations, self-citations, GitHub / Overleaf URLs, in-text "we" patterns that break double-blind. 3. ๐Ÿ”ฌ **Audits (soft-only)** โ€” `/proof-checker`, `/paper-claim-audit`, `/citation-audit --soft-only`. The `--soft-only` mode translates `KEEP/FIX/REPLACE/REMOVE` verdicts to text-rewrite proposals when the bib is frozen; hallucinated citations get a `drop_cite_in_body_only` action. 4. โœ๏ธ **Microedit** โ€” `/auto-paper-improvement-loop --edit-whitelist ` with a YAML schema (`allowed_paths` / `forbidden_paths` / `forbidden_operations` like `new_cite` / `new_theorem_env` / `numerical_claim`, `forbidden_deletions`, `max_edits_per_round`) + per-round diff gate. 5. ๐Ÿ—ก **Adversarial gate** โ€” `/kill-argument` final attack/adjudication pass; rejection if any `still_unresolved` at critical severity. 6. ๐Ÿ“ค **Compile + push** โ€” `/paper-compile` + optional `/overleaf-sync push`.
Show W5 resubmit flow diagram โ€” isolated copy โ†’ 5-layer anonymity โ†’ soft-only audits โ†’ whitelist microedit โ†’ kill-argument adversarial gate โ†’ compile + Overleaf push ``` โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚ Workflow 5: Text-only Resubmit โ”‚ โ”‚ โ”‚ โ”‚ Polished paper โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ–ผ โ”‚ โ”‚ Isolate โ†’ Anonymity (5-layer) โ†’ Audits (--soft-only) โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ–ผ โ”‚ โ”‚ Microedit (whitelist + diff gate) โ†’ /kill-argument adversarial gate โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ–ผ โ”‚ โ”‚ Compile + Overleaf push โ†’ / โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ ```
**Skills involved:** `resubmit-pipeline` (orchestrator), `auto-paper-improvement-loop --edit-whitelist`, `citation-audit --soft-only`, `proof-checker`, `paper-claim-audit`, `kill-argument`, `paper-compile`, `overleaf-sync` (optional) **Hard constraints (cannot be overridden):** - ๐Ÿ”’ **No new experiments** โ€” every numerical claim must already exist in the source paper. - ๐Ÿ”’ **No bib edits** โ€” citation issues become body-text rewrites via `--soft-only`. - ๐Ÿ”’ **No framework changes** โ€” theorem environment, claim shape, contribution scope are frozen. - ๐Ÿ”’ **Never overwrites prior submissions** โ€” the new venue gets its own directory. **Master ledger:** `RESUBMIT_REPORT.json` with the 7-verdict failure-mode table (including `USER_DECISION` runtime state) per `shared-references/assurance-contract.md`. See the [2026-05-05 News entry](#whats-new) for the full feature breakdown. ## Workflow 6: Conference Talk Pipeline ๐ŸŽค (paper โ†’ slides โ†’ polish โ†’ audits) > **"Paper is in. Now prepare the conference talk."** `/paper-talk` orchestrates the full talk-prep flow as a sister workflow to `/paper-writing` and `/paper-poster-html`. `/slides-polish` is the post-generation visual pass invoked internally โ€” you do not need to call it separately. 1. ๐Ÿ“‹ **Outline** โ€” extract from `paper/` (or `NARRATIVE_REPORT.md`); one slide-cluster per contribution; map sections to talk beats. 2. ๐ŸŽจ **Generate** โ€” `/paper-slides` produces Beamer source + PPTX + speaker notes + Q&A prep. 3. ๐Ÿ’Ž **Polish** โ€” `/slides-polish` per-page Codex review against the reference PDF, applying a fix-pattern catalog (PPTX font scaling 1.5-1.8ร— for projector legibility, text-frame resize after font bump, banner-as-tcolorbox, italic style leak guard, em-dash spacing, Chinese EA font hint via PingFang SC, anonymity placeholder discipline). 4. ๐Ÿ›ก๏ธ **Audit** (when `assurance: conference-ready`) โ€” `/paper-claim-audit` + `/citation-audit` run against a synthetic paper directory at `.aris/paper-talk/audit-input/sections/*.tex` + symlinked `.bib` / `results/` / `figures/`. Each emits a 6-state JSON verdict per `shared-references/assurance-contract.md`; non-green blocks the Final Report.
Show W6 talk-prep flow diagram โ€” paper โ†’ outline โ†’ /paper-slides โ†’ /slides-polish โ†’ optional conference-ready audit gate ``` โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚ Workflow 6: Conference Talk โ”‚ โ”‚ โ”‚ โ”‚ paper/ โ†’ outline โ†’ /paper-slides (Beamer + PPTX + notes) โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ–ผ โ”‚ โ”‚ /slides-polish (per-page Codex pass) โ”‚ โ”‚ โ”‚ โ”‚ โ”‚ โ–ผ โ”‚ โ”‚ assurance: conference-ready ? โ”‚ โ”‚ โ”œโ”€ yes โ†’ /paper-claim-audit + /citation-audit โ”‚ โ”‚ โ”‚ on synthetic-paper staging adapter โ”‚ โ”‚ โ”‚ โ†’ 6-state verdict gates Final Report โ”‚ โ”‚ โ””โ”€ no โ†’ Final Report directly โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ ```
**Skills involved:** `paper-talk` (orchestrator), `paper-slides`, `slides-polish`, `paper-claim-audit` + `citation-audit` (at `assurance: conference-ready`) **Assurance ladder** (independent from the `effort` axis): `draft / polished (default) / conference-ready`. Legal combination: `โ€” effort: lite, assurance: conference-ready` means "fast pipeline, every audit must emit a verdict before final report." **Standalone slide / poster tools:** if you only want the artifact and not the full orchestration, `/paper-slides "paper/"` and `/paper-poster-html "paper/"` work directly without `/paper-talk`. See the [2026-05-06 News entry](#whats-new) for the full feature breakdown.