Skip to content
Snippets Groups Projects
Commit 5c479274 authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files

Updates to L13 and initial structure for L14 to L21

parent 03191b40
No related branches found
No related tags found
No related merge requests found
Showing
with 1522 additions and 33 deletions
No preview for this file type
......@@ -15,7 +15,8 @@
linkcolor=red,
urlcolor=blue
}
\usepackage[round]{natbib}
\input{../../Comments}
\newcounter{acnum}
\newcommand{\actheacnum}{AC\theacnum}
......@@ -29,29 +30,18 @@
\newcommand{\mthemnum}{M\themnum}
\newcommand{\mref}[1]{M\ref{#1}}
\title{SE 3XA3: Software Requirements Specification\\Title of Project}
\author{Team \#, Team Name
\\ Student 1 name and macid
\\ Student 2 name and macid
\\ Student 3 name and macid
}
\begin{document}
\title{Module Guide: Project Title}
\author{Author Name}
\date{\today}
\input{../../Comments}
\begin{document}
\maketitle
\pagenumbering{roman}
\tableofcontents
\listoftables
\listoffigures
\begin{table}[bp]
\caption{\bf Revision History}
\section{Revision History}
\begin{tabularx}{\textwidth}{p{3cm}p{2cm}X}
\toprule {\bf Date} & {\bf Version} & {\bf Notes}\\
\midrule
......@@ -59,7 +49,14 @@ Date 1 & 1.0 & Notes\\
Date 2 & 1.1 & Notes\\
\bottomrule
\end{tabularx}
\end{table}
\newpage
\tableofcontents
\listoftables
\listoffigures
\newpage
......
Lectures/Figures/BinTreeToThreadTree.png

16 KiB

Lectures/Figures/Example.png

3.88 KiB

Lectures/Figures/GraphAndDAG.png

26.6 KiB

Lectures/Figures/GraphViewOf_IS_COMPONENT_OF.png

23.1 KiB

Lectures/Figures/ParnasDecompBySecrets.png

24.1 KiB

File added
Lectures/Figures/TestingAFunctModule.png

14.7 KiB

Lectures/Figures/UML_Association.png

13.5 KiB

File added
File added
File added
No preview for this file type
......@@ -512,15 +512,20 @@ constituents of compound conditions are exercised at least once
\begin{frame}
\frametitle{Specific SC V\&V Approaches}
Summary in \cite{Smith2016}
Summary of most points below in \cite{Smith2016}
\begin{itemize}
\item Compare to closed-form solutions
\item Method of manufactured solutions \cite{Roache1998}
\item Interval arithmetic \cite{Hickey2001}
\item Convergence studies
\item Compare to other program (parallel testing)
\item Can also consider using code inspection
\bi
\item \cite{KellyAndShepard2000,
ShepardAndKelly2001}
\item \href{http://www.cs.nott.ac.uk/~pszcah/G53QAT/fi.pdf}{Sample checklists}
\ei
\end{itemize}
Can also consider using code inspection~\cite{KellyAndShepard2000, ShepardAndKelly2001}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
......@@ -537,6 +542,11 @@ Can also consider using code inspection~\cite{KellyAndShepard2000, ShepardAndKel
\item Performance
\item Relative comparison
\ei
\item Usability
\bi
\item \href{https://measuringu.com/sus/}{Fairly simple standard survey}
\item \href{https://gitlab.cas.mcmaster.ca/andrem5/RogueReborn/blob/master/Doc/TestPlan/TestPlan.pdf}{Example}
\ei
\end{itemize}
\end{frame}
......
File added
This diff is collapsed.
%\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}{14 Module Interface Specification (MIS)}
\input{../titlepage}
\begin{document}
\input{../footline}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Module Interface Specification (MIS)}
\bi
\item Administrative details
\item Questions?
\ei
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Administrative Details}
\bi
\item admin points
\ei
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Administrative Details: Deadlines}
~\newline
\begin{tabular}{l l l}
\textbf{MG Present} & Week 08 & Week of Oct 30\\
\textbf{MG} & Week 09 & Nov 8\\
MIS Present & Week 10 & Week of Nov 13\\
MIS & Week 11 & Nov 22\\
Impl.\ Present & Week 12 & Week of Nov 27\\
Final Documentation & Week 13 & Dec 6\\
\end {tabular}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Administrative Details: Presentation Schedule}
\bi
\item MG Present
\bi
\item \textbf{Tuesday: Xiaoye, Shusheng, Devi, Keshav, Alex P, Paul}
\item \textbf{Friday: Yuzhi, Jason, Geneva, Alex S, Isobel, Steven}
\ei
\item MIS Present
\bi
\item Tuesday: Isobel, Keshav, Paul
\item Friday: Shusheng, Xiaoye, Devi
\ei
\item Impl.\ Present
\bi
\item Tuesday: Alexander S., Steven, Alexandre P.
\item Friday: Jason, Geneva, Yuzhi
\ei
\ei
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Questions?}
\begin{itemize}
\item Questions about ...
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}[allowframebreaks]
\frametitle{References}
\bibliography{../../ReferenceMaterial/References}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}
\ No newline at end of file
File added
%\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}{15 MG Presentations 1}
\input{../titlepage}
\begin{document}
\input{../footline}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{MG Presentations 1}
\bi
\item Xiaoye
\item Shusheng
\item Devi
\item Keshav
\item Alex P
\item Paul
\ei
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment