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

Updates to L19

parent a492bbe8
No related branches found
No related tags found
No related merge requests found
...@@ -92,8 +92,8 @@ Unit VnV/Implement & Week 12 & Week of Apr 3\\ ...@@ -92,8 +92,8 @@ Unit VnV/Implement & Week 12 & Week of Apr 3\\
\bi \bi
\item Implementation Present (15 min each) \item Implementation Present (15 min each)
\bi \bi
\item {Mar 26: Reyhaneh, Waqar, Al, Tanya, Atiyeh} \item \textbf{Mar 26: Reyhaneh, Waqar, Al, Tanya, Atiyeh}
\item {Apr 2: Nada, Phil, Xinyu, Fasil, Yi-Leng} \item \textbf{Apr 2: Nada, Phil, Xinyu, Fasil, Yi-Leng}
\item {Apr 5: Gaofeng, Morteza, Valerie, Hunter, Ali} \item {Apr 5: Gaofeng, Morteza, Valerie, Hunter, Ali}
\item {Apr 9: Cynthia, Adrian, Yiding, Kim Ying} \item {Apr 9: Cynthia, Adrian, Yiding, Kim Ying}
\ei \ei
......
No preview for this file type
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
\begin{itemize} \begin{itemize}
\item Based on your implementation and testing \item Based on your implementation and testing
\item You decide what to focus on \item You decide what to focus on
\item If in doubt, Ask \item If in doubt, ask
\item Options \item Options
\begin{itemize} \begin{itemize}
\item Demonstration \item Demonstration
...@@ -151,6 +151,7 @@ requirement and trace it all the way to testing ...@@ -151,6 +151,7 @@ requirement and trace it all the way to testing
\begin{frame} \begin{frame}
\frametitle{Final Documentation} \frametitle{Final Documentation}
\begin{itemize} \begin{itemize}
\item Faking a rational design process
\item Problem Statement revised and improved \item Problem Statement revised and improved
\item Requirements Document revised and improved \item Requirements Document revised and improved
\item Design Documents revised and improved \item Design Documents revised and improved
...@@ -177,12 +178,14 @@ requirement and trace it all the way to testing ...@@ -177,12 +178,14 @@ requirement and trace it all the way to testing
\item Summarize changes in response to feedback from reviewers, \item Summarize changes in response to feedback from reviewers,
instructor, supervisor, users instructor, supervisor, users
\item Include hyperlinks to relevant closed issues
\item Explain how you arrived at your final design and implementation \item Explain how you arrived at your final design and implementation
\item Reflect on and justify your design decisions \item Reflect on and justify your design decisions
\item Ignore questions related to: \item Ignore questions related to:
\begin{itemize} \begin{itemize}
\item Hazard analysis \item Hazard analysis
\item Economic considerations \item Economic considerations
\item Feedback on capstone
\end{itemize} \end{itemize}
\item How did your project management compare to your dev plan \item How did your project management compare to your dev plan
\begin{itemize} \begin{itemize}
...@@ -222,6 +225,7 @@ instructor, supervisor, users ...@@ -222,6 +225,7 @@ instructor, supervisor, users
\item Use a ``light weight'' VM like docker \item Use a ``light weight'' VM like docker
\item Include installation instructions (INSTALL.txt) \item Include installation instructions (INSTALL.txt)
\item Include instructions so that someone else can run your tests cases \item Include instructions so that someone else can run your tests cases
\item Part of the evaluation of each project is to run it
\ei \ei
\end{frame} \end{frame}
...@@ -368,8 +372,8 @@ instructor, supervisor, users ...@@ -368,8 +372,8 @@ instructor, supervisor, users
\item Avoidance of hard-coded constants (other than maybe 0 and 1) \item Avoidance of hard-coded constants (other than maybe 0 and 1)
\item Appropriate modularization \item Appropriate modularization
\bi \bi
\item Generally follow module guide \item Follow module guide
\item Show explicit traceability between MG modules and code files \item Show traceability between MG modules and code files
\ei \ei
\item Consistent indentation \item Consistent indentation
\item Explicit identification of coding standards (see next slide) \item Explicit identification of coding standards (see next slide)
...@@ -394,10 +398,7 @@ instructor, supervisor, users ...@@ -394,10 +398,7 @@ instructor, supervisor, users
\item \href{https://google.github.io/styleguide/cppguide.html}{C++} \item \href{https://google.github.io/styleguide/cppguide.html}{C++}
\item \href{https://google.github.io/styleguide/javaguide.html}{Java} \item \href{https://google.github.io/styleguide/javaguide.html}{Java}
\ei \ei
\item \item \href{https://ntrs.nasa.gov/citations/19950022400}{NASA C
\href{https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Coding_Style}{Mozilla
Developer Network}
\item \href{http://homepages.inf.ed.ac.uk/dts/pm/Papers/nasa-c-style.pdf}{NASA C
Style Guide} Style Guide}
\ei \ei
%\item Your decisions on style may evolve over the project %\item Your decisions on style may evolve over the project
...@@ -645,7 +646,7 @@ instructor, supervisor, users ...@@ -645,7 +646,7 @@ instructor, supervisor, users
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame} \begin{frame}
\frametitle{Assurance Cases in Scientific Computing \cite{SmithEtAl2020,SmithEtAl2018_ICSEPoster}} \frametitle{Assurance Cases in Scientific Computing \cite{SmithEtAl2018_ICSEPoster,SmithEtAl2020}}
\bi \bi
\item Assurance cases \item Assurance cases
......
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