| name | cluster |
| description | Writing and formatting guidance for CLUSTER (IEEE International Conference on Cluster Computing) papers. Use when drafting, formatting, or submitting to CLUSTER 2026. Covers IEEEtran conference class, cluster/HPC-specific conventions, page limits, and camera-ready preparation with IEEE Xplore metadata. |
CLUSTER Writing Guide
CLUSTER (IEEE International Conference on Cluster Computing) is a CCF-B HPC conference (https://cluster2026.hpcaworkshop.com). CLUSTER uses single-blind review — author information is typically included. CLUSTER is a top venue for cluster computing and high-performance distributed systems research.
Document Setup
Template Files
- Template folder:
CLUSTER/
- Document class: IEEEtran with conference mode
- Main class file:
IEEEtran.cls
Required LaTeX Structure
For Submission:
\documentclass[conference,compsoc]{IEEEtran}
% Optional packages
\usepackage{graphicx}
\usepackage{cite}
\usepackage{amsmath}
\usepackage{hyperref}
\begin{document}
% Title
\title{Your Paper Title}
% Author blocks — CLUSTER uses IEEE author format
\author{
\IEEEauthorblockN{Author Name}
\IEEEauthorblockA{Institution\\Department\\email@example.com}
}
\maketitle
\begin{abstract}
Your abstract here — summarize contribution and key results.
\end{abstract}
% Keywords
\begin{IEEEkeywords}
cluster computing, HPC, distributed systems, keywords
\end{IEEEkeywords}
% Main content
\section{Introduction}
...
% References: IEEE style
\bibliographystyle{IEEEtran}
\bibliography{references}
\end{document}
Key Formatting Requirements
- Document class:
IEEEtran with [conference] option
- Layout: Two-column (IEEE conference format)
- Author format:
\IEEEauthorblockN{} and \IEEEauthorblockA{}
Page Limits
- 8-10 pages typical for CLUSTER 2026
- References do NOT count toward page limit
- Supplementary materials may be submitted separately
Submission Requirements
Double-Blind Status
CLUSTER is typically single-blind. Author information should be included in the submission.
Submission Format
- Submit a single PDF file
- Ensure all fonts are embedded
- Use hyperref for clickable links in PDF
- Follow IEEE Xplore compatibility guidelines
Cluster Computing Writing Conventions
HPC Focus
CLUSTER papers focus on:
- Cluster architecture
- High-performance computing
- Distributed resource management
- Performance optimization
Methodology Requirements
- Describe cluster system design clearly
- Report performance metrics
- Include scalability analysis
- Discuss overhead sources
Evaluation Best Practices
- Report speedup, efficiency
- Include comparison with baselines
- Discuss limitations
- Report real-world experiments where possible
Section Ordering (Recommended)
- Abstract — 150 words, highlight key contribution and results
- Introduction — Problem, motivation, contributions
- Background — HPC context
- Design/Approach — System design
- Implementation/Evaluation — Results and analysis
- Related Work — Positioning within literature
- Conclusion — Summary
- References
Figure and Table Guidelines
HPC Figures
- Cluster architecture diagrams
- Performance charts
- Scaling plots
- Use vector graphics (PDF)
Table Best Practices
- Clear headers with units
- Highlight best results
- Use IEEE style formatting
- Include performance metrics
Reference Format
\bibliographystyle{IEEEtran}
\bibliography{references}
- IEEE citation format
- Numbered citations
[1], [2]
- Full author names
Camera-Ready Preparation
- Verify PDF compliance with IEEE Xplore requirements
- Include all author information and acknowledgments
- Ensure page numbers are correct
- Add IEEE copyright notice
- Submit through IEEE PDF eXpress or conference system
Common Mistakes to Avoid
- Using wrong document class (use IEEEtran conference mode)
- Missing
\IEEEauthorblockN{} for author names
- Exceeding page limit
- Non-embedded fonts in PDF
- Missing abstract or keywords
Useful Resources