% Template for Journal Submission to Cognitive Security Institute Press (CSI Press) journals
% The original template was derived from Michael Shell's (http://www.michaelshell.org/) IEEE 1.8b standard for Computer Science Journals.
\documentclass[12pt, journal]{IEEEtran}
\usepackage{lipsum}
\usepackage{cite}
\usepackage{amsmath}
\usepackage{algorithmic}
\usepackage{array}
\usepackage{hyperref}
\usepackage{orcidlink}
\usepackage{stfloats}
\bibliographystyle{IEEEtran}
% The latest version and documentation of subfig.sty can be obtained at:
% http://www.ctan.org/pkg/subfig
\usepackage[caption=false,font=footnotesize]{subfig}
\begin{document}
\markboth{Cognitive Security Vol. X Issue. X}{}
\title{Template for CSI Press \\ \textit{Cognitive Security} Journal Article}
\author{Robert Thomson ~\orcidlink{https://orcid.org/0000-0001-9298-2870} \and {Matt}
\thanks{R. Thomson is with Carnegie Mellon University, 5000 Forbes Ave, Pittsburgh, PA, 12513, USA.}
}
\author{Robert Thomson ~\orcidlink{https://orcid.org/0000-0001-9298-2870}
\thanks{R. Thomson is with Carnegie Mellon University, 5000 Forbes Ave, Pittsburgh, PA, 12513, USA.}
}
\author{\IEEEauthorblockN{Author One\IEEEauthorrefmark{1}~\orcidlink{0000-0001-9298-2870}, Cognitive Security Institute \\
Author Two\IEEEauthorrefmark{2}~\orcidlink{0000-0001-9298-2870}, Cognitive Security Institute \\
Author Three\IEEEauthorrefmark{3}~\orcidlink{0000-0001-9298-2870}, Cognitive Security Institute \\
Author Four\IEEEauthorrefmark{3}}~\orcidlink{0000-0001-9298-2870}, Cognitive Security Institute \\
\vspace{4pt}
\IEEEauthorblockA{\footnotesize
Email: \IEEEauthorrefmark{1}author.one@add.on.net,
\IEEEauthorrefmark{2}author.two@add.on.net,
\IEEEauthorrefmark{3}author.three@add.on.net,
\IEEEauthorrefmark{4}author.four@add.on.net}
%This is reserved for submission information
\thanks{\hrule \vspace{4pt} \noindent Manuscript received January xx, xxxx; revised January xx, xxxx%; published January xx, xxxx.
\vspace{3pt} \\
Corresponding Author Email: \href{mailto:email@example.com}{email@example.com} \vspace{3pt}}%
}
\IEEEaftertitletext{\vspace{-1\baselineskip}\noindent\begin{abstract}
\lipsum[1]
\end{abstract}
\noindent\begin{IEEEkeywords}
Decision-making, phishing, influence
\end{IEEEkeywords}
\vspace{1\baselineskip}}
\IEEEpubid{XXXXXXX/csip.XXXXXXXX ~\copyright~2026 CSI Press}
\maketitle
% You must call \IEEEpubidadjcol in the second column for its text to clear the IEEEpubid mark.
\section{Introduction}
\IEEEPARstart{T}{his} \lipsum[2]
\subsection{Subsection Example}
\lipsum[3]
\cite{thomson2025cognitive}
\subsubsection{Subsection Example}
\IEEEpubidadjcol \lipsum[4]
\paragraph{Paragraph Example}
\lipsum[5]
\section{Example Content}
\subsection{Single-Column Figure}
An example of a floating figure using the graphicx package showing Figure \ref{fig_sim}.
%NOTE: Label must occur AFTER caption.
\begin{figure}[!ht]
\centering
\includegraphics[width=2.5in]{cognitive_security_institute_logo.png}
\caption{Simulation results for the network.}
\label{fig_sim}
\end{figure}
%An example of a floating double-column figure using subfloats showing Subfigures \ref{fig_first_case} and \ref{fig_second_case} in Figure \ref{fig_sim2}.
%\begin{figure*}[!ht]
%\centering
%\subfloat[Case I]{\includegraphics[width=2.5in]{cognitive_security_institute_logo.png}%
%\label{fig_first_case}}
%\hfil
%\subfloat[Case II]{\includegraphics[width=2.5in]{cognitive_security_institute_logo.png}%
%\label{fig_second_case}}
%\caption{CSI Logo.}
%\label{fig_sim2}
%\end{figure*}
\subsection{Floating Table}
This is an example of an CSI Press style floating table showing Table \ref{table_example}.
\begin{table}[!ht]
\renewcommand{\arraystretch}{1.3}
\caption{An Example of a Table}
\label{table_example}
\centering
\begin{tabular}{|c||c|}
\hline
One & Two\\
\hline
Three & Four\\
\hline
\end{tabular}
\end{table}
\section{Conclusion}
\section*{Acknowledgments}
I would like to thank the Cognitive Security Institute.
\bibliography{references}
\appendices
\section{Optional Title}
Appendix one text goes here.
\section{}
Appendix two without title has text goes here.
\begin{IEEEbiographynophoto}{John Doe}
Biography text here.
\end{IEEEbiographynophoto}
\end{document}
% trigger a \newpage just before the given reference
% number - used to balance the columns on the last page
% adjust value as needed - may need to be readjusted if
% the document is modified later
%\IEEEtriggeratref{8}
% The "triggered" command can be changed if desired:
%\IEEEtriggercmd{\enlargethispage{-5in}}