Loading...
Loading...
Compare original and translation side by side
undefinedundefined
Determine `$PAPER_DIR` — the directory containing `main.tex`.
If `$ARGUMENTS` provides a path, use it directly.
If in a `project-init` project structure, check for `paper/` sibling.
---
确定`$PAPER_DIR` —— 包含`main.tex`的目录。
如果`$ARGUMENTS`提供了路径,直接使用该路径。
如果处于`project-init`项目结构中,检查是否存在同级的`paper/`目录。
---venue_preamble.texvenue_preamble.texbash <submit-paper-skill-dir>/scripts/check.sh "$PAPER_DIR" [--compile]<submit-paper-skill-dir>check.sh| Check | What it looks for |
|---|---|
| Project detection | |
| Drafting artifacts | |
| Anonymity | Acknowledgements, funding disclosures, personal URLs/emails |
| Bibliography | |
| Mandatory sections | Venue-specific required sections (see below) |
| Abstract length | ~30–350 words (warns outside range) |
| Figures & tables | All |
| Compilation | (opt) pdflatex + bibtex: page count, overfull boxes, undefined refs |
bash <submit-paper-skill-dir>/scripts/check.sh "$PAPER_DIR" [--compile]<submit-paper-skill-dir>check.sh| 检查项 | 检查内容 |
|---|---|
| 项目检测 | 是否存在 |
| 草稿痕迹 | |
| 匿名性 | 致谢、资金披露、个人网址/邮箱 |
| 参考文献 | |
| 必填章节 | 会议场地特定的必填章节(见下文) |
| 摘要长度 | 约30–350词(超出范围时发出警告) |
| 图表 | 所有 |
| 编译情况 | (可选)pdflatex + bibtex:页数、溢出框、未定义引用 |
venue_preamble.tex\usepackage| Submission type | venue_preamble.tex should contain |
|---|---|
| Initial / anonymous | e.g. |
| arXiv / preprint | e.g. |
| Camera-ready | e.g. |
venue_preamble.tex[mode]venue_preamble.tex\usepackage| 提交类型 | venue_preamble.tex应包含的内容 |
|---|---|
| 初始/匿名提交 | 例如 |
| arXiv/预印本 | 例如 |
| 终稿版本 | 例如 |
venue_preamble.tex[mode]undefinedundefined
For each failure or warning, provide the **specific file and line** and the **exact fix**.
---
对于每个失败项或警告项,提供**具体的文件和行号**以及**明确的修复方案**。
---venue_preamble.texbib/refs.bibvenue_preamble.texbib/refs.bib| Venue | Deadline | Pages (main) | Mandatory extras |
|---|---|---|---|
| ICML | Jan | 9 | |
| ACL | Feb | 8 | |
| ICCV | Mar (odd) | 8 | — |
| ECCV | Mar (even) | 14 total incl. figs | — |
| NeurIPS | May | 9 | |
| EMNLP | May | 8 | |
| ICLR | Sep | ~9 (soft) | — |
| CVPR | Nov | 8 | — |
| NAACL | Dec | 8 | |
| ACM | varies | varies | CCS concepts, |
| 会议场地 | 截止日期 | 主文档页数 | 额外必填内容 |
|---|---|---|---|
| ICML | 1月 | 9 | |
| ACL | 2月 | 8 | |
| ICCV | 奇数年份3月 | 8 | — |
| ECCV | 偶数年份3月 | 共14页(含图表) | — |
| NeurIPS | 5月 | 9 | |
| EMNLP | 5月 | 8 | |
| ICLR | 9月 | ~9(软限制) | — |
| CVPR | 11月 | 8 | — |
| NAACL | 12月 | 8 | |
| ACM | 不定 | 不定 | CCS概念, |
% Anonymous submission (default):
\usepackage{neurips_<year>}
% arXiv preprint:
\usepackage[preprint]{neurips_<year>}
% Camera-ready:
\usepackage[final]{neurips_<year>}% 匿名提交(默认):
\usepackage{neurips_<year>}
% arXiv预印本:
\usepackage[preprint]{neurips_<year>}
% 终稿版本:
\usepackage[final]{neurips_<year>}\usepackage{icml<year>} % anonymous
\usepackage[accepted]{icml<year>} % camera-ready\usepackage{icml<year>} % 匿名提交
\usepackage[accepted]{icml<year>} % 终稿版本\usepackage[submitted]{iclr<year>_conference} % anonymous
\usepackage[accepted]{iclr<year>_conference} % camera-ready\usepackage[submitted]{iclr<year>_conference} % 匿名提交
\usepackage[accepted]{iclr<year>_conference} % 终稿版本\usepackage[review]{cvpr} % anonymous
\usepackage{cvpr} % camera-ready
\usepackage[pagenumbers]{cvpr} % arXiv (shows page numbers)\usepackage[review]{cvpr} % 匿名提交
\usepackage{cvpr} % 终稿版本
\usepackage[pagenumbers]{cvpr} % arXiv(显示页码)\usepackage[review]{iccv} % anonymous
\usepackage{iccv} % camera-ready
\usepackage[pagenumbers]{iccv} % arXiv (shows page numbers)\usepackage[review]{iccv} % 匿名提交
\usepackage{iccv} % 终稿版本
\usepackage[pagenumbers]{iccv} % arXiv(显示页码)\usepackage[review]{acl} % anonymous
\usepackage{acl} % camera-ready\usepackage[review]{acl} % 匿名提交
\usepackage{acl} % 终稿版本\usepackage{eccv} % anonymous (blind review)
\usepackage[final]{eccv} % camera-ready\usepackage{eccv} % 匿名提交(盲审)
\usepackage[final]{eccv} % 终稿版本--mode camera-readyvenue_preamble.tex[final][accepted]main.tex\jieke{}\jerry{}sections/acknowledgement.tex.tex--mode camera-readyvenue_preamble.tex[final][accepted]main.tex\jieke{}\jerry{}sections/acknowledgement.tex.tex.tex\input{...}.tex[preprint].sty.bst.cls\usepackage{times}.tex\input{...}.tex[preprint].sty.bst.cls\usepackage{times}/submit-paper # check current directory
/submit-paper ~/Papers/my-neurips-paper # check specific project
/submit-paper . --compile # include pdflatex check
/submit-paper . --mode camera-ready # camera-ready checklist/submit-paper # 检查当前目录
/submit-paper ~/Papers/my-neurips-paper # 检查指定项目
/submit-paper . --compile # 包含pdflatex编译检查
/submit-paper . --mode camera-ready # 执行终稿版本检查清单