\documentclass[letterpaper, 10pt, twocolumn]{article}
% Improved Packages for Better Aesthetics
\usepackage[a4paper, left=0.8in, right=0.8in, top=1in, bottom=1in, columnsep=0.4in]{geometry} % Comfortable margins with more space in the middle
\usepackage{amsmath, bm} % Enhanced math environments
\usepackage{graphicx} % Include figure files
\usepackage{dcolumn} % Align table columns on decimal point
\usepackage{booktabs} % Enhanced table styling
\usepackage{multirow} % Multi-row cells in tables
\usepackage{subcaption} % Sub-figures support
\usepackage{caption} % Better captions
\usepackage{titlesec} % Formatting for titles
\usepackage{fancyhdr} % Header and footer customization
\usepackage{libertine} % Different font scheme for a more professional look
\usepackage{hyperref} % Hyperlinks
\usepackage{tcolorbox} % Enhanced abstract box
\usepackage{enumitem} % Compact item list spacing
\linespread{1.1} % Improved line spacing for readability
% Hyperlink settings
\hypersetup{
colorlinks=true,
linkcolor=black,
urlcolor=black,
citecolor=black
}
% Title Formatting
\titleformat{\section}{\Large\bfseries\rmfamily}{\thesection}{1em}{}
\titleformat{\subsection}{\large\bfseries\rmfamily}{\thesubsection}{1em}{}
\titlespacing*{\section}{0pt}{1.5em}{1em} % Increased spacing before and after sections
\titlespacing*{\subsection}{0pt}{1em}{0.5em} % Increased spacing before and after subsections
% Header and Footer Customization
\pagestyle{fancy}
\fancyhf{}
\fancyhead[L]{Journal of Computational Vision and Imaging Systems}
\fancyhead[R]{\thepage}
\fancyfoot[C]{\thepage}
% Title Information
\title{\textbf{Paper Title}}
\author{
Name of 1st Author$^{1}$\thanks{Use footnote for providing further information about author (webpage, alternative address)---\emph{not} for acknowledging funding agencies.} \\
Name of 2nd Author$^{1}$, Name of 3rd Author$^{1}$, Coauthor Coauthor$^{1}$, \\
\textbf{Coauthor Coauthor}$^{1}$, \textbf{UW VIP Lab Coauthor}$^{2}$, \textbf{UW VIP Lab Coauthor}$^{1,2}$\\
$^1$Affiliation of 1st Author\\
$^2$Vision and Image Processing Group, Systems Design Engineering, University of Waterloo\\
\texttt{\{email1, email2, email3, email4, email5\}@UniversityDomain.ca}\\
\texttt{\{email6, email7\}@uwaterloo.ca}
}
\date{}
\begin{document}
\maketitle
% Enhanced Abstract Box
\begin{tcolorbox}[colback=gray!10, sharp corners, boxrule=0pt, left=5pt, right=5pt, top=5pt, bottom=5pt]
\begin{abstract}
This template presents the author guidelines for all submissions for Journal of Computational Vision and Imaging Systems. Please ensure that all guidelines are followed prior to submission.
\end{abstract}
\end{tcolorbox}
\section{Introduction}
\textit{Journal of Computational Vision and Imaging Systems} provides a forum for the dissemination of research results and technical advances in the field of computer vision and imaging. The goal of the journal is to bring together both academia and industry to share their joint expertise to promote the advancement and application of computer vision and imaging technologies in various areas of academic and industrial interests. \textit{Journal of Computational Vision and Imaging Systems} is published on an on-demand basis and is the official journal of the KWVIS Society.
Topics covered by the journal include, but are not limited to:
\begin{itemize}[itemsep=4pt]
\item Reconstruction, restoration, and enhancement
\item Machine learning / Artificial intelligence
\item Compression and transmission
\item Content-based image retrieval
\item Object detection, recognition, and classification
\item 3D and stereoscopic imaging and reconstruction
\item Multispectral imaging, processing, and analysis
\item Video processing and analytics
\item Biometrics processing and analysis
\item Visual quality assessment of images and video
\item Computational imaging
\item Document and sign processing and analysis
\item Applications to various fields (e.g., remote sensing, health monitoring, biomedical, consumer electronics, manufacturing, life sciences)
\end{itemize}
\section{Format}
All submissions to \textit{Journal of Computational Vision and Imaging Systems} must follow the below requirements:
\begin{itemize}[itemsep=4pt]
\item Letter page size format
\item Double-column format
\item Maximum length of three pages, including all figures and references
\item Must include a short abstract with a maximum of 150 words.
\end{itemize}
All citations should follow the format at the end of this template~\cite{Siva,Siva2}.
\section{Equations}
All equations must include an equation number. An example equation is shown in Eq.~\ref{eq1}:
\begin{equation}
y = ax + b
\label{eq1}
\end{equation}
\section{Figures}
All figures must include a figure number as well as an associated caption. An example figure is shown in Fig.~\ref{fig1}.
\begin{figure}[t]
\centering
\includegraphics[scale=0.7]{JCVIS}
\caption{Example figure for \textit{Journal of Computational Vision and Imaging Systems}.}
\label{fig1}
\end{figure}
\section{Tables}
An example table for the \textit{Journal of Computational Vision and Imaging Systems} is shown in Table~\ref{tab1}.
\begin{table}[th]
\caption{Example table for \textit{Journal of Computational Vision and Imaging Systems}.}
\centering
\begin{tabular}{l p{6cm}}
\toprule
Symbol & Description \\
\midrule
$y$ & Symbol 1 description \\
$x$ & Symbol 2 description \\
$a$ & Symbol 3 description \\
$b$ & Symbol 4 description \\
\bottomrule
\end{tabular}
\label{tab1}
\end{table}
\section{Conclusion}
In conclusion, following these author guidelines will ensure that the submitted paper is in the proper format for publication in \textit{Journal of Computational Vision and Imaging Systems}.
\section*{Acknowledgments}
We thank you for reading these guidelines.
\bibliographystyle{IEEEtran}
\bibliography{references.bib}
\end{document}