venue-templates by davila7/claude-code-templates
npx skills add https://github.com/davila7/claude-code-templates --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 (Public Library of Science) :
Cell Press :
IEEE 出版物 :
ACM 出版物 :
其他主要出版商 :
适用于主要学术会议的、具有正确格式的会议特定模板:
机器学习与人工智能:
计算机科学 :
生物学与生物信息学:
工程学 :
用于会议展示的学术海报模板:
标准格式 :
模板包 :
设计特点 :
主要资助机构的模板和格式要求:
NSF (National Science Foundation) :
NIH (National Institutes of Health) :
DOE (Department of Energy) :
DARPA (Defense Advanced Research Projects Agency) :
私人基金会 :
确定具体的出版机构、会议或资助机构:
示例查询:
- "我需要向 Nature 投稿"
- "NeurIPS 2025 的要求是什么?"
- "给我看看 NSF 申请书的格式"
- "我正在为 ISMB 制作海报"
获取特定会议/期刊的模板和格式指南:
对于期刊 :
# 加载期刊格式要求
Reference: references/journals_formatting.md
Search for: "Nature" 或特定期刊名称
# 检索模板
Template: assets/journals/nature_article.tex
对于会议 :
# 加载会议格式
Reference: references/conferences_formatting.md
Search for: "NeurIPS" 或特定会议
# 检索模板
Template: assets/journals/neurips_article.tex
对于海报 :
# 加载海报指南
Reference: references/posters_guidelines.md
# 检索模板
Template: assets/posters/beamerposter_academic.tex
对于项目申请书 :
# 加载项目申请书要求
Reference: references/grants_requirements.md
Search for: "NSF" 或特定机构
# 检索模板
Template: 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 或灰度 |
参考文献 (位于 references/):
journals_formatting.md:全面的期刊格式要求conferences_formatting.md:会议论文规范posters_guidelines.md:研究海报设计和尺寸grants_requirements.md:按机构划分的项目申请书要求模板 (位于 assets/):
journals/:期刊文章 LaTeX 模板posters/:研究海报模板grants/:项目申请书模板脚本 (位于 scripts/):
query_template.py:搜索和检索模板customize_template.py:使用作者信息自定义validate_format.py:检查是否符合要求期刊作者指南 :
会议格式 :
项目申请书资源 :
User: "我需要准备一篇向 Nature 投稿的稿件"
Response:
1. 加载 Nature 格式要求 (references/journals_formatting.md)
2. 检索 Nature 模板 (assets/journals/nature_article.tex)
3. 关键要求:
- 长度:约 3000 字,约 5 页
- 格式:单栏,12pt 字体
- 引用:编号上标 (Nature 样式)
- 图表:300+ dpi,RGB 颜色
4. 使用您的标题、作者、单位自定义模板
5. 编译并根据要求进行验证
User: "NeurIPS 的格式要求是什么?"
Response:
来自 references/conferences_formatting.md:
- 页数限制:8 页正文 + 无限参考文献/附录
- 格式:双栏,10pt 字体
- 模板:neurips_2024.sty (官方样式文件)
- 匿名化:初始提交需要
- 引用:编号 (括号)
- 图表:高分辨率,推荐色盲安全
User: "帮我格式化 NSF 项目申请书"
Response:
NSF 要求 (来自 references/grants_requirements.md):
- 项目描述:最多 15 页
- 项目摘要:1 页 (概述、学术价值、更广泛影响)
- 预算说明:3-5 页
- 个人简历:每位高级人员 3 页
- 字体:最小 10pt,Times Roman 或类似字体
- 页边距:所有边 1 英寸
模板:assets/grants/nsf_proposal_template.tex
User: "我需要为 ISMB 制作海报"
Response:
ISMB 海报规格:
- 尺寸:通常为 A0 纵向 (33.1 × 46.8 英寸)
- 推荐模板:beamerposter 或 tikzposter
- 字体大小:标题 60-85pt,标题 36-48pt,正文 24-32pt
- 包含:用于论文/补充材料的二维码
可用模板:
- assets/posters/beamerposter_academic.tex
- assets/posters/tikzposter_research.tex
模板时效性 :
报告问题 :
venue-templates 技能全面提供:
每当您需要特定会议/期刊的格式指导或学术出版的模板时,请使用此技能。
每周安装
171
仓库
GitHub 星标
23.4K
首次出现
Jan 21, 2026
安全审计
已安装于
claude-code145
opencode143
cursor140
gemini-cli138
codex128
github-copilot122
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 |
References (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 agencyTemplates (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
171
Repository
GitHub Stars
23.4K
First Seen
Jan 21, 2026
Security Audits
Gen Agent Trust HubWarnSocketPassSnykPass
Installed on
claude-code145
opencode143
cursor140
gemini-cli138
codex128
github-copilot122
内容引擎:AI驱动的内容创作与多平台分发工具,实现高效内容再利用与原生适配
1,400 周安装
Synapse A2A:基于Google A2A协议的AI代理间通信与协作框架
167 周安装
Gemini深度研究技能:自动化市场分析、技术研究与尽职调查报告生成工具
167 周安装
Feishu Image Sender - 向飞书/Lark发送图片的CLI工具和Node.js库
167 周安装
移动设计系统指南:触控优先、跨平台开发、性能优化与用户体验设计原则
167 周安装
GitHub Actions 模板:生产就绪的CI/CD工作流模式,自动化测试、构建与部署
167 周安装
Symfony投票器(Symfony Voters)使用指南:访问控制、安全策略与领域规则集成
167 周安装