\documentclass[a4paper,10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[left=2.5cm,right=2.5cm,top=1.5cm,bottom=2.5cm,footnotesep=0.5cm]{geometry}
\usepackage{hyperref}
\renewcommand{\familydefault}{\sfdefault}
%\usepackage[square]{natbib}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{graphicx}
%\usepackage[graphicx]{realboxes}
\usepackage{fancyhdr}
\usepackage{amsthm}
\theoremstyle{definition}
\newtheorem{thm}{Theorem} % reset theorem numbering for each chapter
\newtheorem{task}[thm]{Task} % same for example numbers
\pagestyle{fancy}
\setcounter{page}{1}
\pagenumbering{roman}
% Inspired by https://github.com/delftdata/paper-template-one-pager
\begin{document}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0.4pt}
\pagenumbering{gobble}
\fancyfoot[C]{Submitted to BIAS 2023}
\Large
\begin{center}
My Fancy Totally Unbiased Abstract
\hspace{10pt}
% Author names and affiliations
\large
Wily E. Coyote \\
\small Acme University of Explosive Research
\end{center}
\hspace{10pt}
\normalsize
\section{Introduction}
There's no need for an abstract for this abstract. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum \cite{knuth:1984}.
\section{Methods}
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
\section{Results}
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
\begin{figure}[h]
\caption{Example image caption}
\centering
\includegraphics[width=0.25\textwidth]{example-image-a}
\end{figure}
\textbf{Discussion:} Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
{
\small
\bibliographystyle{abbrv}
\bibliography{refs}
}
\end{document}