\documentclass[10pt,a4paper]{article}
\usepackage{graphicx} % Required for inserting images
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{fancyhdr}
\usepackage{xcolor}
\usepackage[left=2cm, right=2cm, top=2cm, bottom=2cm, headsep=0.4cm]{geometry}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[L]{ICSCE12}
\fancyhead[R]{Dublin 2024}
\renewcommand{\footrulewidth}{0.1pt}
\newcommand{\makebib}[0]{\bibliographystyle{unsrt}
{\small \bibliography{pnldbibliography}}}
\date{}
\newcommand{\AbstractTitle}[1]{
\begin{center}
{\Large \textbf{#1}}
\end{center}
\vspace{-2.5ex}
}
\newcommand{\AuthorList}[1]{
\begin{center}
{\normalsize #1}
\end{center}
\vspace{-4ex}
}
\newcommand{\Address}[1]{
\begin{center}
{\small \textit{#1}}
\end{center}
}
\begin{document}
\thispagestyle{fancy}
%----------------------------------------------------------------------------%
\AbstractTitle{Abstract for ICSCE12} %Title of your abstract
\AuthorList{\textbf{Author A}$^{a,b}$ and Author B$^{c}$} %Author List.
\Address{$^a$Department of X, Y University\\$^b$Department of S, University of T\\$^c$Center of Excellence in Z, Department of R, University of W} %Author address
Please use this template to prepare a 1-page abstract for ICSCE-12. You may include references~\cite{abbarchi_macroscopic_2013} and figures. Please mark the name of the presenting author in bold as above. Files should be converted to pdf for upload to the submission form.
\begin{figure}[h]
\centering
%\includegraphics[scale=0.45]{}
\caption{An example figure}
\label{figpaperID}
\end{figure}
%----------------------Abstract ends here-----------------------------------%
\bibliography{bibliography}
\bibliographystyle{plain}
\end{document}