Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Discussion.tex 2.86 KiB
%\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}

\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}{Discussion}

\input{../titlepage}

\begin{document}

\input{../footline}

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

\begin{frame}
\frametitle{Discussions}

\bi
\item Administrative details
\item Questions?
\item Discussion
\ei

\end{frame}

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

\begin{frame}
\frametitle{Administrative Details}

\bi
\item \href{https://mcmaster.bluera.com/mcmaster/} {Course evaluation}
\item Reverse engineer MIS from your code
\item Check the type for all variables
\begin{itemize}
  \item $\mathbb{R}$ versus $\mathbb{R}^n$
  \item $\mathbb{R} \rightarrow \mathbb{R}$
\end{itemize}
\item Abstract object versus Abstract Data Type
\ei

\end{frame}

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

\input{../Deadlines.tex}

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

\begin{frame}
\frametitle{Questions?}
\begin{itemize}
\item Final documentation?
\item SRS revisions?
\item VnV Plan revisions?
\item MG and MIS revisions?
\item VnV Report?
\item Code?
\item Drasil projects?
\end{itemize}
\end{frame}

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

\begin{frame}
\frametitle{Discussion}

\bi
\item Thoughts on documentation
\bi
\item SRS
\item VnV Plan
\item MG
\item MIS
\ei
\item Thoughts on technology
\bi
\item Git
\item GitHub
\item LaTeX
\item Your programming language
\item Drasil projects
\ei
\ei

\end{frame}

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

\begin{frame}
\frametitle{Discussion: Course Content}

\bi
\item What ideas from the course will you continue to use?
\item Thoughts on
\bi
\item Drasil
\item Assurance cases
\ei
\item Other thoughts?
\ei

\end{frame}

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

\begin{frame}
\frametitle{Discussion: Course Structure}

\bi
\item What can be done to improve the course on its next iteration?
%\item Increase number of reviewers for GitHub issue creation?
%\item How to get more discussion in class?
\item Any need to address the heterogenous mix of knowledge between students?
\item Did anyone use the checklists?  Enforce with template issues?
\item Anything to add to the checklists?
\ei

\end{frame}

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

\end{document}