%\documentclass[handout]{beamer} 
\documentclass[t,12pt,numbers,fleqn]{beamer}
%\documentclass[ignorenonframetext]{beamer}

\newif\ifquestions
%\questionstrue
\questionsfalse

\usepackage{pgfpages} 
\usepackage{hyperref}
\hypersetup{colorlinks=true,
    linkcolor=blue,
    citecolor=blue,
    filecolor=blue,
    urlcolor=blue,
    unicode=false}
\urlstyle{same}

\usepackage{booktabs}
\usepackage{hhline}
\usepackage{multirow}
\usepackage{multicol}
\usepackage{array}
\usepackage{listings}
\usepackage{bm}
\usepackage{colortbl}
\usepackage{bnf}
\newcommand{\colA}{2.1cm}
\newcommand{\colB}{6.9cm}
\newcommand{\colC}{1.1cm} %do not need this column if binding time is not listed
\newcommand{\colAwidth}{0.15\textwidth}
\newcommand{\colBwidth}{0.7\textwidth}

\newcounter{temp}
\setcounter{temp}{0}

\bibliographystyle{plain}

%\usetheme{Iimenau}

\useoutertheme{split} %so the footline can be seen, without needing pgfpages

%\pgfpagesuselayout{resize to}[letterpaper,border shrink=5mm,landscape]  %if this is uncommented, the hyperref links do not work

\mode<presentation>{}

\input{../def-beamer}

\newcommand{\topic}{07 SRS Presentations 1}

\input{../titlepage}

\begin{document}

\input{../footline}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{frame}
\frametitle{SRS Presentations 1}

\bi
\item Administrative details
\item Presentations
\ei

\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{frame}
\frametitle{Administrative Details}

\bi
\item A \href{https://avenue.cllmcmaster.ca/d2l/le/342595/discussions/List}
  {Discussion forum} has been added on Avenue 
\bi
\item Teams wasn't really working for discussion
\item Discussions/Subscriptions/Send me an instant notification
\ei
\item All problem statements are at least ``pending'' approval
\item Remember to use the checklists
\item If you do not understand something, please ask
\item Hard-wrap at 80 characters
\item
  \href{https://github.com/JohnErnsthausen/roc/commit/ade0edc61616291a9c9b2cbb54a12bb84a3b49ef}
  {Example of the value of commit numbers and diffs}
\ei

\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{frame}
\frametitle{Administrative Details: Report Deadlines}
~\newline
\begin{tabular}{l l l}
\textbf{SRS} & Week 06 & Oct 8\\
% System VnV Plan & Week 08 & Oct 28\\
% MG + MIS & Week 10 & Nov 25\\
% Final Documentation & Week 14 & Dec 9\\
\end {tabular}

\bi
\item The written deliverables will be graded based on the repo contents as of
11:59 pm of the due date
\item If you need an extension for a written deliverable, please ask
\item Two days after each major deliverable, your GitHub issues will be due
%\item Domain expert code due 1 week after MIS deadline
\ei

\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{frame}
\frametitle{Administrative Details: Presentation Schedule}

\bi
\item SRS Present
\bi
\item \textbf{Sep 28: Mohamed, Andrea, Tiago, John, Salah}
\item \textbf{Oct 1: Liz, Xingzhi, Leila, Shayan, Naveen}
\item \textbf{Oct 5: Sid, Gaby, Parsa, Ting-Yu, Xuanming}
\ei
% \item Syst V\&V Plan Present
% \bi
% \item Monday: Deema, Peter
% \item Thursday: Sharon, Ao
% \ei
% \item MG + MIS Syntax Present
% \bi
% \item Monday:  Deema, Bo
% \item Thursday: Colin, Sasha
% \ei
% \item MIS Syntax + Semantics Present
% \bi
% \item Monday: Zhi, Peter
% \item Thursday:  Sharon, Ao
% \ei
% \item Unit VnV Plan or Impl.\ Present
% \bi
% \item Monday: Bo, Sasha, Colin
% \item Thursday: Zhi, Peter, Ao
% \ei
\item Primary and secondary reviewers given in
  \href{https://gitlab.cas.mcmaster.ca/smiths/cas741/-/blob/master/Repos.xlsx} {Repos.xlsx} file
\ei

\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\begin{frame}
\frametitle{Today's Presenters (Questioners)}

\bi
\item Mohamed (Salah, Andrea)
\item Andrea (Liz, Tiago)
\item Tiago (Xingzhi, John)
\item John (Leila, Salah)
\item Salah (Shayan, Liz)
\ei

\bi
\item 15 minutes each
\item Informal presentations
\item Topics to cover
\bi
\item Project name
\item Draft Goal statements (you might only have time to cover this)
\item Draft Assumptions
\item Draft Input and output variables (data constraints)
\item Draft General Definitions and Theoretical models
\item Draft Instanced models
\item Questions (from reviewers, instructor, anyone)
\ei

\ei
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\end{document}