\documentclass[12pt,a4paper]{article}

% --- Metadata ---
\title{Title of the Paper - Please Capitalize the First Letter of Each Word}

% --- Author and Affiliation Block ---
\author{
    % Author 1
    \textbf{Name of Author 1} \\
    \small Affiliation, Department, University \\
    \small email1@example.com, \\
    \small (Presenter) % Clearly marked
    \and
    % Author 2
    \textbf{Name of Author 2} \\
    \small Affiliation, Department, University \\
    \small email2@example.com
    \and
    % Author 3
    \textbf{Name of Author 3} \\
    \small Affiliation, Department, University \\
    \small email3@example.com
}

\date{} % Leave blank to remove the current date

\begin{document}

\maketitle
\thispagestyle{empty} % Optional: Removes page number from first page

Enter the body text of the abstract (\textbf{UP TO ONE PAGE}), 
clearly stating the purpose of the paper and the originality 
of the results. 

Keywords: up to 5 keywords

You may add references, acknowledgments, or footnotes if needed.

\end{document}