\documentclass[11pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{amsmath,amsthm,amsfonts,amssymb}
\usepackage{commath,dsfont}
\usepackage{microtype}
\usepackage{hyperref,cleveref}
\usepackage[round]{natbib}

% Allow use of "blah" instead of ``blah''
\usepackage{csquotes}
\MakeOuterQuote{"}

% Some useful macros -- feel free to change and/or delete
\newcommand\E{\operatorname{\mathbb{E}}}
\newcommand\R{{\mathbb{R}}}
\newcommand\T{{\scriptscriptstyle{\mathsf{T}}}}
\newcommand\ind[1]{{\mathds{1}_{\{#1\}}}}

% Define theorem-like environments
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}{Lemma}

\usepackage[affil-sl]{authblk}

\title{COMS 4774 Spring 2021 Project Report}
\author[1]{Firstname Lastname 1 (UNI 1)}
\author[2]{Firstname Lastname 2 (UNI 2)} % Hint: if this author same affiliation as the previous author, change the '2' to a '1'.
\affil[1]{Department 1, Institution 1}
\affil[2]{Department 2, Institution 2} % Omit if both authors have the same affiliation.
\date{}

\begin{document}

\maketitle

\begin{abstract}
  This is our project report for COMS 4774 Spring 2021.
  \begin{enumerate}
    \item \textbf{Title:} How to use several noisy channels with unknown error probabilities
    \item \textbf{Authors:} Olga Mitina and Nikolai Vereshchagin
    \item \textbf{Bibliographic information:} \emph{Information and Computation} 184(2):229-241, 2003
    \item \textbf{Link:} \url{https://core.ac.uk/reader/82300970}
  \end{enumerate}
\end{abstract}

\section{Paper review}

% Feel free to change the subsection headings

\subsection{Brief summary}

\subsection{Problem statement}

\subsection{Main results}

\subsection{Key ideas and insights}

\subsection{Strengths and weaknesses}

\section{Something new}

\end{document}

