% -----------------------------------------
% ------------ DON'T EDIT HERE ------------
% -----------------------------------------
\documentclass{article}
\usepackage[letterpaper, left=0.5in, right=0.5in, top=0.8in, bottom=0.8in]{geometry}
\usepackage{multirow}
\usepackage{array}
\usepackage[svgnames]{xcolor}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{float}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=black,
filecolor=black,
urlcolor=black,
pdftitle={Overleaf Example},
pdfpagemode=FullScreen,
}
\renewcommand*\contentsname{\textcolor{Goldenrod}{\textsf{Table of Contents}}}
\newcolumntype{P}[1]{>{\raggedright\arraybackslash}p{#1}}
\pagestyle{fancy}
\fancyhf{}
\lhead{\includegraphics[width=6cm]{Figures-dontEdit/College of Engineering_H-Full-RGB.png} \;
\includegraphics[width=5cm]{Figures-dontEdit/EURO-H-RGB-BG-Left-cropped.png} }
\rfoot{Page \thepage}
\begin{document}
\sffamily
\textcolor{white}{a}
\vspace{4cm}
\begin{figure}[H]
\includegraphics[width=15cm]{Figures-dontEdit/SURF-V-RGB-BRush.png}
\centering
\end{figure}
\begin{center}
\textbf{
\Huge{
SURF 2022 SYMPOSIUM}}
\end{center}
\begin{center}
\textbf{
\Huge{
JULY 28 – JULY 29}}
\end{center}
\vspace{4cm}
\begin{center}
\color{Goldenrod}
\textbf{
\Huge{
ABSTRACT BOOKLET}}
\end{center}
\newpage
\tableofcontents
\newpage
\section*{\textsf{Day 1 | Morning Presentations}}
\addcontentsline{toc}{section}{Day 1 | Morning Presentations}
\section*{\textsf{July 28th, 10:00 AM – 11:30 AM EDT}}
\subsection*{\textsf{\textcolor{Goldenrod}{SESSION A: Symposium Theme TBD}}}
\addcontentsline{toc}{subsection}{SESSION A: Symposium Theme TBD}
% -----------------------------------------
% ------------ START EDITING HERE ------------
% -----------------------------------------
% Only Edit the lines with trailing comments.
\begin{center}
\begin{tabular}{p{14cm} P{4cm}}
\textbf{This is a Title for the SURF Symposium (Note Capitalization Convention) % Put Your Title Here. NO Special Character/Format.
}&\multirow{2}{4cm}{\textbf{SURF ID: 100 % Put Your SURF ID Here.
\newline
Time TBD }}\\
\textcolor{cyan}{
\textit{Author1, Author2 % Put Authors Here
\newline
\textsuperscript{1}Your Affiliation % Put Your Affiliation Here. If your affiliation if same as PI affiliation, delete this line.
\;
*PI: PI Affiliation % Put PI Affiliation Here
}
}&\\
% -----------------------------------------
% ------------ Start abstract here ------------
% Please ensure that special characters appear correctly in LaTeX preview
% -----------------------------------------
This is an abstract. It should be between 150-250 words. This is how to write $\alpha$. This is how to write $\pm$. This is how to write $^{\circ}$. This is how to write \% (standalone \% is seen as the start of comment in LaTeX, so you have to put a backslash in front of it). This is how to write subscript CO$_2$ and superscript $x^2$. Note the difference of font between text mode (roman) and $math mode$ (italic). Math mode is enclosed by dollar symbol.
% ------------ End abstract here ------------
&
\textbf{Keywords: }
Keyword1, keyword2 (note capitalization convention) % Put Keywords Here. NO Special Character/Format.
\\
\end{tabular}
\end{center}
\end{document}