scholarly-publishing

Solid

End-to-end scholarly publishing workflow: manuscript → figures → LaTeX/Word → submission → revision/rebuttal → camera-ready. Includes meta-rules, checklists, repo structure, and case-based guidance.

AI & Automation 2,202 stars 164 forks Updated 1 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 94/100

Stars 20%
100
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Scholarly Publishing (论文投稿全流程) ## 你会得到什么(输出契约) 当用户说“我要投稿/返修/顶刊作图/相机就绪/需要 LaTeX 工程化/写 rebuttal/写 cover letter/做组会汇报”时,本 skill 负责把目标拆成**可交付的出版资产包**: - `manuscript/`:论文源文件(LaTeX / Word / Markdown 任一作为 *source-of-truth*) - `figures/`:每张图的源代码/源数据/最终导出(PDF/EPS/SVG/TIFF) - `supplement/`:补充材料(方法细节、附录、扩展实验、额外图表) - `submission/`:投稿所需文件(cover letter、graphical abstract、highlights、checklist、打包 zip) - `revision/`:返修资产(rebuttal、diff、逐条回应矩阵) - `build/`:可复现构建产物(PDF、打包 zip、CI 日志) > 目标不是“写一段文字/画一张图”,而是产出**能提交、能返修、能复用、能审计**的一套文件与规范。 --- ## 何时使用(触发场景) 适用场景(中英混合均可): - 投稿/返修:`投稿`、`submission`、`返修`、`revision`、`rebuttal`、`回复审稿意见`、`camera-ready`、`proof` - 顶刊作图:`顶刊作图`、`投稿图`、`publication-quality`、`600dpi`、`tiff`、`多子图`、`panel`、`subplot` - LaTeX 工程化:`latex template`、`latexmk`、`bibtex`、`biber`、`Overleaf`、`chktex`、`latexindent` - 研究报告/技术报告:`科研报告`、`technical report`、`HTML + PDF`、`Quarto` - 组会/答辩/汇报:`slides`、`Slidev`、`Marp`、`Reveal.js`、`Beamer` 不适用(应交给其它技能): - 仅“从 PDF 提取文本/合并 PDF/批注回复”等纯文档处理 → `docs-media/pdf/docx/docx-comment-reply` - 仅“画流程图/概念示意图(非数据图)” → `scientific-schematics` 或 `markdown-mermaid-writing` --- ## 输入信息(最小问询) 为了稳定落地,至少需要: 1) **目标投向**:期刊/会议/出版社(不知道也可以先用“类目”:Nature/IEEE/ACM/NeurIPS/PLOS) 2) **论文类型**:研究论文/方法论文/综述/短文/技术报告 3) **交付物**:只要“投稿包”?还是“报告 + 图 + slides”?(可多选) 4) **写作来源**:是否已有草稿/数据/图?(已有就以“改稿/补齐规范”为主) --- ## 工作流(可执行流程) ### Phase 0 — 选择“单一事实源”(Single Source of Truth) 在以下三者中选一个做源文件(强烈建议只选一个): - **LaTeX**:适合期刊/会议、公式多、需要严格排版、可 CI 构建 - **Word**:适合部分医学生命科学期刊/协作者偏 Word 的团队 - **Ma...

Details

Author
foryourhealth111-pixel
Repository
foryourhealth111-pixel/Vibe-Skills
Created
3 months ago
Last Updated
1 weeks ago
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

manuscript-as-code

Treat manuscripts as software: version control, reproducible builds, figure pipelines, CI, and structured repo layout. Helps teams avoid 'final_v7' chaos and ensures submission-ready artifacts.

2,202 Updated 1 weeks ago
foryourhealth111-pixel
AI & Automation Solid

scientific-reporting

Write research/technical reports with strong structure + figure standards. Supports Markdown/HTML/PDF outputs (Quarto optional), executive summary, methods, results, discussion, and reproducibility appendix.

2,202 Updated 1 weeks ago
foryourhealth111-pixel
AI & Automation Solid

submission-checklist

Stage-based submission checklists for papers/reports: pre-submission, submission, revision/rebuttal, camera-ready. Includes templates (cover letter, rebuttal matrix) and quality gates.

2,202 Updated 1 weeks ago
foryourhealth111-pixel
AI & Automation Listed

expert-review-panel

作品投稿 / 答辩 / 提交前的严审(strict pre-submission review)。适用于论文、商业方案、PPT、代码、参赛材料、创意文案等。触发关键词:专家评审、审稿、严审、挑毛病、打磨、红队、致命缺陷、能不能过、能中吗、有漏洞吗、peer review、critique、red team、stress test、pre-submission review。即便用户只说"帮看看还有什么问题"、"这方案有没有漏洞"、"这代码合理吗",只要是在寻求一份无情诚实的第三方批评就应触发。动态召集 4–8 位对口专家(非通用评论者),按"独立评审 → 交叉辩论 → 主席裁决"流程,产出:完整专家报告 + P0/P1/P2 优先级问题清单 + GO / CONDITIONAL GO / NO-GO 明确裁决。若用户同时想润色语气或降 AIGC,可并行调用 de-ai-writing / anti-aigc-chinese。

1 Updated 4 days ago
tianmind-studio
AI & Automation Solid

latex-submission-pipeline

LaTeX submission pipeline: templates, local build (latexmk), bibliography (bibtex/biber), lint (chktex), formatting (latexindent), CI build (GitHub Actions), and submission zip packaging.

2,202 Updated 1 weeks ago
foryourhealth111-pixel