1---2name: ijoc-submission3description: Use when running the final pre-submission preflight for an INFORMS Journal on Computing (IJOC) submission via ScholarOne — page limit, LaTeX template, single-blind rules, technical-area choice, and the GitHub code/data deposit. Final checks; it does not draft content.4---56# Submission Preflight (ijoc-submission)78## When to trigger910- "Submitting tomorrow" — last check before pressing submit on ScholarOne11- Unsure which files, area, and declarations the IJOC submission expects12- Confirming the **25-page limit**, the LaTeX template, and the single-blind format are met13- Preparing (or stubbing) the **IJOC GitHub Software and Data Repository** deposit1415## Process facts (source map refreshed 2026-06; re-confirm on the official INFORMS pages)1617- IJOC is the **INFORMS** journal at the **OR/MS ↔ computer-science** interface; content is hosted on **INFORMS PubsOnline**. Submission is through **ScholarOne Manuscripts** at `mc.manuscriptcentral.com/ijoc`, a six-step process.18- **Technical area:** you select **one of the journal's 10 technical areas**; the **Area Editor** judges suitability and **desk-rejects roughly 40%**, then assigns an associate editor whose identity is **never disclosed** to authors.19- **Review model:** **single-blind** — reviewers see author names; the title page carries all authors and affiliations. (Do not blind the manuscript.)20- **Length policy (effective May 2025):** main manuscript **≤25 pages including all references, tables, and figures**, plus up to **10 pages of appendices**; longer appendices go to online supplements. Code/data are hosted on GitHub and excluded from the page count.21- **Abstract:** **≤300 words, no formulas or mathematical notation.**22- **Format:** single-column, **1.5-spaced, 12-point font, 1-inch margins**; **LaTeX strongly preferred** (`JOC-template.tex` in the Author Portal); MS Word accepted; PDF for the main document.23- **Editor-in-chief:** **David L. Woodruff** (UC Davis), succeeding Alice E. Smith (term ended 2025-12-31); confirmed via INFORMS (检索于 2026-06-22;投稿前以官网为准).24- **Open access:** optional INFORMS Open Option, **US$3,000** assessed at production (not a submission fee); standard publication has no APC.2526## Preflight checklist2728### Format & length29- [ ] Single-column, **1.5-spaced**, **12pt**, **1-inch margins**; pages numbered30- [ ] Main paper **≤25 pages** incl. references/tables/figures; appendices **≤10 pages** (longer → online supplement)31- [ ] **Abstract ≤300 words, no formulas**; covers questions/challenges → methodology/results → importance32- [ ] LaTeX `JOC-template.tex` used (or compliant Word); main document as PDF33- [ ] Algorithms as numbered pseudocode; equations numbered; notation defined once34- [ ] **No significance asterisks**; statistical comparisons reported in text/profiles3536### Area, files & ScholarOne37- [ ] One of the **10 technical areas** chosen to match the *method*; justified in the cover letter if straddling38- [ ] Title page with all authors/affiliations (single-blind — not anonymized)39- [ ] Cover letter; supplemental files (long proofs, extra tables) designated as supplements40- [ ] Conflict-of-interest disclosure and ethical certifications completed in the six-step form4142### Reproducibility deposit (IJOC GitHub)43- [ ] Repo started from the template `github.com/INFORMSJoC/2019.0000`; placeholders → manuscript ID44- [ ] Root files present: **README.md** (with `## Cite` first subheading), **LICENSE**, **AUTHORS**45- [ ] `src/ data/ scripts/ results/ docs/` organized; dependencies pinned (`requirements.txt`/`Manifest.toml`)46- [ ] README replication path regenerates each table/figure; results match the manuscript47- [ ] Aware that acceptance snapshots a tag `vXXXX.YYYY` and mints a code DOI `….cd`4849## Anti-patterns5051- Submitting to a technical area that mismatches the method → fast Area-Editor desk reject52- Anonymizing the manuscript as if double-blind (IJOC is single-blind)53- Exceeding 25 main pages by leaving full proofs and raw result tables in the body54- A formula in the abstract, or significance asterisks in tables55- Treating the GitHub deposit as an after-acceptance chore; arriving with no reproducible artifact56- Mistaking the US$3,000 Open Option for a required submission fee5758## Output format5960```text61【Format】1.5-spaced / 12pt / 1-in margins / ≤25pp main (+≤10 appendix)? [Y/N]62【Abstract】≤300 words, no formulas? [Y/N]63【Area】one of 10, matched to method? [area]64【Single-blind】title page with authors, not anonymized? [Y/N]65【Exhibits】no significance asterisks; tests in text/profiles? [Y/N]66【Deposit】template/README+Cite/LICENSE/AUTHORS/scripts ready? [Y/N]67【Next step】submit via ScholarOne → ijoc-review-process for what to expect68```6970## Supplementary resources7172- [`templates/checklist.md`](templates/checklist.md) — submission self-check73- [`templates/manuscript_template.md`](templates/manuscript_template.md) — lightweight manuscript scaffold74- [`../../resources/official-source-map.md`](../../resources/official-source-map.md) — official URLs and volatile facts