重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
venue-templates by k-dense-ai/claude-scientific-skills
npx skills add https://github.com/k-dense-ai/claude-scientific-skills --skill venue-templates获取主要科学出版物、学术会议、研究海报和基金申请书的全面 LaTeX 模板、格式要求和投稿指南。此技能提供跨学科成功学术投稿的即用型模板和详细规范。
当您为期刊投稿、会议论文、研究海报或基金申请书准备稿件,并需要特定出版场所的格式要求和模板时,请使用此技能。
此技能应在以下情况使用:
使用此技能创建文档时,请始终考虑添加科学图表和示意图以增强视觉传达。
如果您的文档尚未包含示意图或图表:
对于新文档: 默认应生成科学示意图,以可视化呈现文本中描述的关键概念、工作流程、架构或关系。
如何生成示意图:
python scripts/generate_schematic.py "your diagram description" -o figures/output.png
AI 将自动:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
有关创建示意图的详细指导,请参阅 scientific-schematics 技能文档。
获取 50 多个跨学科主要科学期刊的 LaTeX 模板和格式指南:
Nature 系列期刊:
Science 系列期刊:
PLOS(公共科学图书馆):
Cell Press:
IEEE 出版物:
ACM 出版物:
其他主要出版商:
针对主要学术会议的、具有正确格式的会议特定模板:
机器学习与人工智能:
计算机科学:
生物学与生物信息学:
工程学:
用于会议展示的学术海报模板:
标准格式:
模板包:
设计特点:
主要资助机构的模板和格式要求:
NSF(美国国家科学基金会):
NIH(美国国立卫生研究院):
DOE(美国能源部):
DARPA(美国国防高级研究计划局):
私人基金会:
确定具体的出版物、会议或资助机构:
示例查询:
- "我需要向 Nature 投稿"
- "NeurIPS 2025 的要求是什么?"
- "给我看看 NSF 申请书的格式要求"
- "我正在为 ISMB 创建海报"
访问特定出版场所的模板和格式指南:
对于期刊:
# 加载期刊格式要求
参考:references/journals_formatting.md
搜索:"Nature" 或特定期刊名称
# 检索模板
模板:assets/journals/nature_article.tex
对于会议:
# 加载会议格式要求
参考:references/conferences_formatting.md
搜索:"NeurIPS" 或特定会议
# 检索模板
模板:assets/journals/neurips_article.tex
对于海报:
# 加载海报指南
参考:references/posters_guidelines.md
# 检索模板
模板:assets/posters/beamerposter_academic.tex
对于基金:
# 加载基金要求
参考:references/grants_requirements.md
搜索:"NSF" 或特定机构
# 检索模板
模板:assets/grants/nsf_proposal_template.tex
在自定义前检查关键规范:
需要验证的关键要求:
使用辅助脚本或手动自定义:
选项 1:辅助脚本(推荐):
python scripts/customize_template.py \
--template assets/journals/nature_article.tex \
--title "您的论文标题" \
--authors "第一作者,第二作者" \
--affiliations "大学名称" \
--output my_nature_paper.tex
选项 2:手动编辑:
检查是否符合出版场所要求:
python scripts/validate_format.py \
--file my_paper.pdf \
--venue "Nature" \
--check-all
验证检查项:
编译 LaTeX 并审查输出:
# 编译 LaTeX
pdflatex my_paper.tex
bibtex my_paper
pdflatex my_paper.tex
pdflatex my_paper.tex
# 或使用 latexmk 进行自动编译
latexmk -pdf my_paper.tex
审查清单:
此技能可与其他科学技能无缝协作:
| 类别 | 模板数量 | 常见出版场所 |
|---|---|---|
| 期刊文章 | 30+ | Nature、Science、PLOS、IEEE、ACM、Cell Press |
| 会议论文 | 20+ | NeurIPS、ICML、CVPR、CHI、ISMB |
| 研究海报 | 10+ | A0、A1、36×48、各种包 |
| 基金申请书 | 15+ | NSF、NIH、DOE、DARPA、基金会 |
| 学科 | 支持的出版场所 |
|---|---|
| 生命科学 | Nature、Cell Press、PLOS、ISMB、RECOMB |
| 物理科学 | Science、Physical Review、ACS、APS |
| 工程学 | IEEE、ASME、AIAA、ACM |
| 计算机科学 | ACM、IEEE、NeurIPS、ICML、ICLR |
| 医学 | NEJM、Lancet、JAMA、BMJ |
| 跨学科 | PNAS、Nature Communications、Science Advances |
按出版场所名称、类型或关键词搜索和检索模板:
# 查找特定期刊的模板
python scripts/query_template.py --venue "Nature" --type "article"
# 按关键词搜索
python scripts/query_template.py --keyword "machine learning"
# 列出所有可用模板
python scripts/query_template.py --list-all
# 获取出版场所的要求
python scripts/query_template.py --venue "NeurIPS" --requirements
使用作者和项目信息自定义模板:
# 基本自定义
python scripts/customize_template.py \
--template assets/journals/nature_article.tex \
--output my_paper.tex
# 包含作者信息
python scripts/customize_template.py \
--template assets/journals/nature_article.tex \
--title "蛋白质折叠的新方法" \
--authors "Jane Doe, John Smith, Alice Johnson" \
--affiliations "MIT, Stanford, Harvard" \
--email "[email protected]" \
--output my_paper.tex
# 交互模式
python scripts/customize_template.py --interactive
检查文档是否符合出版场所要求:
# 验证已编译的 PDF
python scripts/validate_format.py \
--file my_paper.pdf \
--venue "Nature" \
--check-all
# 检查特定方面
python scripts/validate_format.py \
--file my_paper.pdf \
--venue "NeurIPS" \
--check page-count,margins,fonts
# 生成验证报告
python scripts/validate_format.py \
--file my_paper.pdf \
--venue "Science" \
--report validation_report.txt
| 出版场所类型 | 典型限制 | 备注 |
|---|---|---|
| Nature 文章 | 5 页 | 约 3000 字(不含参考文献) |
| Science 报告 | 5 页 | 图片计入限制 |
| PLOS ONE | 无限制 | 长度不限 |
| NeurIPS | 8 页 | + 无限参考文献/附录 |
| ICML | 8 页 | + 无限参考文献/附录 |
| NSF 申请书 | 15 页 | 仅项目描述 |
| NIH R01 | 12 页 | 研究策略 |
| 出版场所 | 引用格式 | 样式 |
|---|---|---|
| Nature | 编号(上标) | Nature 样式 |
| Science | 编号(上标) | Science 样式 |
| PLOS | 编号(方括号) | Vancouver |
| Cell Press | 作者-年份 | Cell 样式 |
| ACM | 编号 | ACM 样式 |
| IEEE | 编号(方括号) | IEEE 样式 |
| APA 期刊 | 作者-年份 | APA 第 7 版 |
| 出版场所 | 分辨率 | 格式 | 颜色 |
|---|---|---|---|
| Nature | 300+ dpi | TIFF、EPS、PDF | RGB 或 CMYK |
| Science | 300+ dpi | TIFF、PDF | RGB |
| PLOS | 300-600 dpi | TIFF、EPS | RGB |
| IEEE | 300+ dpi | EPS、PDF | RGB 或灰度 |
除了格式之外,此技能还提供全面的写作风格指南,这些指南捕捉了不同出版场所的论文应该如何阅读——而不仅仅是它们应该如何呈现。
为 Nature 撰写的研究与为 NeurIPS 撰写的研究读起来会非常不同:
| 指南 | 涵盖范围 | 关键主题 |
|---|---|---|
venue_writing_styles.md | 主概述 | 风格谱系,快速参考 |
nature_science_style.md | Nature、Science、PNAS | 可访问性,讲故事,广泛影响 |
cell_press_style.md | Cell、Neuron、Immunity | 图形摘要,eTOC,亮点 |
medical_journal_styles.md | NEJM、Lancet、JAMA、BMJ | 结构化摘要,证据语言 |
ml_conference_style.md | NeurIPS、ICML、ICLR、CVPR | 贡献要点,消融研究 |
cs_conference_style.md | ACL、EMNLP、CHI、SIGKDD | 领域特定惯例 |
reviewer_expectations.md | 所有出版场所 | 审稿人关注点,反驳技巧 |
具体示例可在 assets/examples/ 中找到:
nature_abstract_examples.md:高影响力期刊的流畅段落摘要示例neurips_introduction_example.md:机器学习会议引言(含贡献要点)示例cell_summary_example.md:Cell Press 摘要、亮点、eTOC 格式示例medical_structured_abstract.md:NEJM、Lancet、JAMA 结构化摘要格式示例assets/ 中的 LaTeX 模板写作风格指南(位于 references/):
venue_writing_styles.md:主要风格概述和比较nature_science_style.md:Nature/Science 写作惯例cell_press_style.md:Cell Press 期刊风格medical_journal_styles.md:医学期刊写作指南ml_conference_style.md:机器学习会议写作惯例cs_conference_style.md:计算机科学会议写作指南reviewer_expectations.md:按出版场所划分的审稿人关注点格式要求(位于 references/):
journals_formatting.md:全面的期刊格式要求conferences_formatting.md:会议论文规范posters_guidelines.md:研究海报设计和尺寸grants_requirements.md:按机构划分的基金申请书要求写作示例(位于 assets/examples/):
nature_abstract_examples.md:高影响力期刊摘要示例neurips_introduction_example.md:机器学习会议引言格式示例cell_summary_example.md:Cell Press 摘要/亮点/eTOC 示例medical_structured_abstract.md:NEJM/Lancet/JAMA 摘要格式示例模板(位于 assets/):
journals/:期刊文章 LaTeX 模板posters/:研究海报模板grants/:基金申请书模板脚本(位于 scripts/):
query_template.py:搜索和检索模板customize_template.py:使用作者信息自定义validate_format.py:检查是否符合要求期刊作者指南:
会议格式要求:
基金资源:
用户:"我需要为 Nature 准备稿件"
响应:
1. 加载 Nature 格式要求 (references/journals_formatting.md)
2. 检索 Nature 模板 (assets/journals/nature_article.tex)
3. 关键要求:
- 长度:约 3000 字,约 5 页
- 格式:单栏,12 磅字体
- 引用:编号上标 (Nature 样式)
- 图片:300+ dpi,RGB 颜色
4. 使用您的标题、作者、单位自定义模板
5. 编译并根据要求进行验证
用户:"NeurIPS 的格式要求是什么?"
响应:
来自 references/conferences_formatting.md:
- 页数限制:8 页正文 + 无限参考文献/附录
- 格式:双栏,10 磅字体
- 模板:neurips_2024.sty(官方样式文件)
- 匿名化:初始投稿需要
- 引用:编号(方括号)
- 图片:高分辨率,推荐色盲安全
用户:"帮我格式化 NSF 申请书"
响应:
NSF 要求(来自 references/grants_requirements.md):
- 项目描述:最多 15 页
- 项目摘要:1 页(概述、学术价值、更广泛影响)
- 预算说明:3-5 页
- 个人简历:每位高级人员 3 页
- 字体:最小 10 磅,Times Roman 或类似字体
- 页边距:所有边 1 英寸
模板:assets/grants/nsf_proposal_template.tex
用户:"我需要为 ISMB 创建海报"
响应:
ISMB 海报规格:
- 尺寸:通常为 A0 纵向(33.1 × 46.8 英寸)
- 推荐模板:beamerposter 或 tikzposter
- 字体大小:标题 60-85 磅,标题 36-48 磅,正文 24-32 磅
- 包含:用于论文/补充材料的二维码
可用模板:
- assets/posters/beamerposter_academic.tex
- assets/posters/tikzposter_research.tex
模板时效性:
报告问题:
venue-templates 技能全面提供:
当您需要特定出版场所的格式指导或学术出版的模板时,请使用此技能。
每周安装次数
57
代码库
GitHub 星标数
17.3K
首次出现
2026 年 1 月 20 日
安全审计
安装于
codex49
opencode49
gemini-cli48
cursor46
claude-code45
github-copilot44
Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues, academic conferences, research posters, and grant proposals. This skill provides ready-to-use templates and detailed specifications for successful academic submissions across disciplines.
Use this skill when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
This skill should be used when:
When creating documents with this skill, always consider adding scientific diagrams and schematics to enhance visual communication.
If your document does not already contain schematics or diagrams:
For new documents: Scientific schematics should be generated by default to visually represent key concepts, workflows, architectures, or relationships described in the text.
How to generate schematics:
python scripts/generate_schematic.py "your diagram description" -o figures/output.png
The AI will automatically:
When to add schematics:
For detailed guidance on creating schematics, refer to the scientific-schematics skill documentation.
Access LaTeX templates and formatting guidelines for 50+ major scientific journals across disciplines:
Nature Portfolio :
Science Family :
PLOS (Public Library of Science) :
Cell Press :
IEEE Publications :
ACM Publications :
Other Major Publishers :
Conference-specific templates with proper formatting for major academic conferences:
Machine Learning & AI:
Computer Science :
Biology & Bioinformatics:
Engineering :
Academic poster templates for conference presentations:
Standard Formats :
Template Packages :
Design Features :
Templates and formatting requirements for major funding agencies:
NSF (National Science Foundation) :
NIH (National Institutes of Health) :
DOE (Department of Energy) :
DARPA (Defense Advanced Research Projects Agency) :
Private Foundations :
Determine the specific publication venue, conference, or funding agency:
Example queries:
- "I need to submit to Nature"
- "What are the requirements for NeurIPS 2025?"
- "Show me NSF proposal formatting"
- "I'm creating a poster for ISMB"
Access venue-specific templates and formatting guidelines:
For Journals :
# Load journal formatting requirements
Reference: references/journals_formatting.md
Search for: "Nature" or specific journal name
# Retrieve template
Template: assets/journals/nature_article.tex
For Conferences :
# Load conference formatting
Reference: references/conferences_formatting.md
Search for: "NeurIPS" or specific conference
# Retrieve template
Template: assets/journals/neurips_article.tex
For Posters :
# Load poster guidelines
Reference: references/posters_guidelines.md
# Retrieve template
Template: assets/posters/beamerposter_academic.tex
For Grants :
# Load grant requirements
Reference: references/grants_requirements.md
Search for: "NSF" or specific agency
# Retrieve template
Template: assets/grants/nsf_proposal_template.tex
Check critical specifications before customizing:
Key Requirements to Verify :
Use helper scripts or manual customization:
Option 1: Helper Script (Recommended) :
python scripts/customize_template.py \
--template assets/journals/nature_article.tex \
--title "Your Paper Title" \
--authors "First Author, Second Author" \
--affiliations "University Name" \
--output my_nature_paper.tex
Option 2: Manual Editing :
Check compliance with venue requirements:
python scripts/validate_format.py \
--file my_paper.pdf \
--venue "Nature" \
--check-all
Validation Checks :
Compile LaTeX and review output:
# Compile LaTeX
pdflatex my_paper.tex
bibtex my_paper
pdflatex my_paper.tex
pdflatex my_paper.tex
# Or use latexmk for automated compilation
latexmk -pdf my_paper.tex
Review checklist:
This skill works seamlessly with other scientific skills:
| Category | Template Count | Common Venues |
|---|---|---|
| Journal Articles | 30+ | Nature, Science, PLOS, IEEE, ACM, Cell Press |
| Conference Papers | 20+ | NeurIPS, ICML, CVPR, CHI, ISMB |
| Research Posters | 10+ | A0, A1, 36×48, various packages |
| Grant Proposals | 15+ | NSF, NIH, DOE, DARPA, foundations |
| Discipline | Supported Venues |
|---|---|
| Life Sciences | Nature, Cell Press, PLOS, ISMB, RECOMB |
| Physical Sciences | Science, Physical Review, ACS, APS |
| Engineering | IEEE, ASME, AIAA, ACM |
| Computer Science | ACM, IEEE, NeurIPS, ICML, ICLR |
| Medicine | NEJM, Lancet, JAMA, BMJ |
| Interdisciplinary | PNAS, Nature Communications, Science Advances |
Search and retrieve templates by venue name, type, or keywords:
# Find templates for a specific journal
python scripts/query_template.py --venue "Nature" --type "article"
# Search by keyword
python scripts/query_template.py --keyword "machine learning"
# List all available templates
python scripts/query_template.py --list-all
# Get requirements for a venue
python scripts/query_template.py --venue "NeurIPS" --requirements
Customize templates with author and project information:
# Basic customization
python scripts/customize_template.py \
--template assets/journals/nature_article.tex \
--output my_paper.tex
# With author information
python scripts/customize_template.py \
--template assets/journals/nature_article.tex \
--title "Novel Approach to Protein Folding" \
--authors "Jane Doe, John Smith, Alice Johnson" \
--affiliations "MIT, Stanford, Harvard" \
--email "[email protected]" \
--output my_paper.tex
# Interactive mode
python scripts/customize_template.py --interactive
Check document compliance with venue requirements:
# Validate a compiled PDF
python scripts/validate_format.py \
--file my_paper.pdf \
--venue "Nature" \
--check-all
# Check specific aspects
python scripts/validate_format.py \
--file my_paper.pdf \
--venue "NeurIPS" \
--check page-count,margins,fonts
# Generate validation report
python scripts/validate_format.py \
--file my_paper.pdf \
--venue "Science" \
--report validation_report.txt
| Venue Type | Typical Limit | Notes |
|---|---|---|
| Nature Article | 5 pages | ~3000 words excluding refs |
| Science Report | 5 pages | Figures count toward limit |
| PLOS ONE | No limit | Unlimited length |
| NeurIPS | 8 pages | + unlimited refs/appendix |
| ICML | 8 pages | + unlimited refs/appendix |
| NSF Proposal | 15 pages | Project description only |
| NIH R01 | 12 pages | Research strategy |
| Venue | Citation Style | Format |
|---|---|---|
| Nature | Numbered (superscript) | Nature style |
| Science | Numbered (superscript) | Science style |
| PLOS | Numbered (brackets) | Vancouver |
| Cell Press | Author-year | Cell style |
| ACM | Numbered | ACM style |
| IEEE | Numbered (brackets) | IEEE style |
| APA journals | Author-year | APA 7th |
| Venue | Resolution | Format | Color |
|---|---|---|---|
| Nature | 300+ dpi | TIFF, EPS, PDF | RGB or CMYK |
| Science | 300+ dpi | TIFF, PDF | RGB |
| PLOS | 300-600 dpi | TIFF, EPS | RGB |
| IEEE | 300+ dpi | EPS, PDF | RGB or Grayscale |
Beyond formatting, this skill provides comprehensive writing style guides that capture how papers should read at different venues—not just how they should look.
The same research written for Nature will read very differently than when written for NeurIPS:
| Guide | Covers | Key Topics |
|---|---|---|
venue_writing_styles.md | Master overview | Style spectrum, quick reference |
nature_science_style.md | Nature, Science, PNAS | Accessibility, story-telling, broad impact |
cell_press_style.md | Cell, Neuron, Immunity | Graphical abstracts, eTOC, Highlights |
medical_journal_styles.md | NEJM, Lancet, JAMA, BMJ | Structured abstracts, evidence language |
ml_conference_style.md |
Concrete examples are available in assets/examples/:
nature_abstract_examples.md: Flowing paragraph abstracts for high-impact journalsneurips_introduction_example.md: ML conference intro with contribution bulletscell_summary_example.md: Cell Press Summary, Highlights, eTOC formatmedical_structured_abstract.md: NEJM, Lancet, JAMA structured formatassets/Writing Style Guides (in references/):
venue_writing_styles.md: Master style overview and comparisonnature_science_style.md: Nature/Science writing conventionscell_press_style.md: Cell Press journal stylemedical_journal_styles.md: Medical journal writing guideml_conference_style.md: ML conference writing conventionscs_conference_style.md: CS conference writing guidereviewer_expectations.md: What reviewers look for by venueFormatting Requirements (in references/):
journals_formatting.md: Comprehensive journal formatting requirementsconferences_formatting.md: Conference paper specificationsposters_guidelines.md: Research poster design and sizinggrants_requirements.md: Grant proposal requirements by agencyWriting Examples (in assets/examples/):
nature_abstract_examples.md: High-impact journal abstract examplesneurips_introduction_example.md: ML conference introduction formatcell_summary_example.md: Cell Press Summary/Highlights/eTOCmedical_structured_abstract.md: NEJM/Lancet/JAMA abstract formatTemplates (in assets/):
journals/: Journal article LaTeX templatesposters/: Research poster templatesgrants/: Grant proposal templatesScripts (in scripts/):
query_template.py: Search and retrieve templatescustomize_template.py: Customize with author infovalidate_format.py: Check compliance with requirementsJournal Author Guidelines :
Conference Formatting :
Grant Resources :
User: "I need to prepare a manuscript for Nature"
Response:
1. Load Nature formatting requirements (references/journals_formatting.md)
2. Retrieve Nature template (assets/journals/nature_article.tex)
3. Key requirements:
- Length: ~3000 words, ~5 pages
- Format: Single column, 12pt font
- Citations: Numbered superscript (Nature style)
- Figures: 300+ dpi, RGB color
4. Customize template with your title, authors, affiliations
5. Compile and validate against requirements
User: "What are the formatting requirements for NeurIPS?"
Response:
From references/conferences_formatting.md:
- Page limit: 8 pages main text + unlimited references/appendix
- Format: Two-column, 10pt font
- Template: neurips_2024.sty (official style file)
- Anonymization: Required for initial submission
- Citations: Numbered (brackets)
- Figures: High resolution, colorblind-safe recommended
User: "Help me format an NSF proposal"
Response:
NSF requirements (from references/grants_requirements.md):
- Project Description: 15 pages maximum
- Project Summary: 1 page (Overview, Intellectual Merit, Broader Impacts)
- Budget Justification: 3-5 pages
- Biographical Sketch: 3 pages per senior personnel
- Font: Minimum 10pt, Times Roman or similar
- Margins: 1 inch all sides
Template: assets/grants/nsf_proposal_template.tex
User: "I need to create a poster for ISMB"
Response:
ISMB poster specifications:
- Size: Typically A0 portrait (33.1 × 46.8 inches)
- Recommended template: beamerposter or tikzposter
- Font sizes: Title 60-85pt, Headers 36-48pt, Body 24-32pt
- Include: QR code for paper/supplementary materials
Available templates:
- assets/posters/beamerposter_academic.tex
- assets/posters/tikzposter_research.tex
Template Currency :
Reporting Issues :
The venue-templates skill provides comprehensive access to:
Use this skill whenever you need venue-specific formatting guidance or templates for academic publishing.
Weekly Installs
57
Repository
GitHub Stars
17.3K
First Seen
Jan 20, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex49
opencode49
gemini-cli48
cursor46
claude-code45
github-copilot44
MCP图像生成技能:使用Gemini AI为营销、UI设计、演示文稿创建高质量图像
7,600 周安装
Terraform AWS 模块专家指南:可复用模块设计、状态管理与生产级HCL最佳实践
64 周安装
基于思维的推理(Thought-Based Reasoning)技术指南:Zero-shot CoT、Self-Consistency等提示工程方法详解
90 周安装
Context7 文档查询技能:无需 MCP 开销,快速获取 API 文档与代码示例
150 周安装
数据类型转换器 - 支持JSON/CSV/XML/YAML/TOML互转,智能扁平化处理
61 周安装
SwiftUI 代码审查与重构指南:状态管理、性能优化与最佳实践
64 周安装
跨境资金流向追踪工具:实时监控北向资金与南向资金,分析沪深港通投资趋势
55 周安装
| NeurIPS, ICML, ICLR, CVPR |
| Contribution bullets, ablations |
cs_conference_style.md | ACL, EMNLP, CHI, SIGKDD | Field-specific conventions |
reviewer_expectations.md | All venues | What reviewers look for, rebuttal tips |