diff --git a/Lectures/L01_IntroToCourse/IntroToCourse.tex b/Lectures/L01_IntroToCourse/IntroToCourse.tex index 99f01e93dcdd1865c78b7477a42f442bd9568e15..a0076e6fa22e3f5ee1f453bd22821860cf9f4e4e 100755 --- a/Lectures/L01_IntroToCourse/IntroToCourse.tex +++ b/Lectures/L01_IntroToCourse/IntroToCourse.tex @@ -80,6 +80,10 @@ \item Publication resources available at: \url{https://gitlab.cas.mcmaster.ca/smiths/pub} (CAS) \end{itemize} +\item Course schedule is available as a +\href{https://calendar.google.com/calendar/embed?src=ck33dc9ulk4baddq46pdfmnbu0\%40group.calendar.google.com&ctz=America\%2FToronto} +{google calendar} + \end{itemize} \end{frame} diff --git a/Lectures/L02_GettingStarted/GettingStarted.tex b/Lectures/L02_GettingStarted/GettingStarted.tex index 8fdb107460d7fcfdee69e733474886d517ea748f..39d53552e78e1d5ca2a98461327ee4795622e6d9 100755 --- a/Lectures/L02_GettingStarted/GettingStarted.tex +++ b/Lectures/L02_GettingStarted/GettingStarted.tex @@ -103,6 +103,10 @@ request} to modify network \item Participation grades will be posted before the end of the term, providing an opportunity to improve +\item Course schedule is available as a +\href{https://calendar.google.com/calendar/embed?src=ck33dc9ulk4baddq46pdfmnbu0\%40group.calendar.google.com&ctz=America\%2FToronto} +{google calendar} + \ei \end{frame} diff --git a/Lectures/L03_Requirements/Requirements.tex b/Lectures/L03_Requirements/Requirements.tex index 7a56995dcc07f101c371bdb13fc7d1f20e262d0e..ec5ce4779e3270a73ab05c70c48379d14fbed2d5 100755 --- a/Lectures/L03_Requirements/Requirements.tex +++ b/Lectures/L03_Requirements/Requirements.tex @@ -28,7 +28,8 @@ \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 +%\pgfpagesuselayout{resize to}[letterpaper,border shrink=5mm,landscape] %if +%this is uncommented, the hyperref links do not work \mode<presentation>{} diff --git a/Lectures/L04_ReqContinued/ReqContinued.pdf b/Lectures/L04_ReqContinued/ReqContinued.pdf index a9fc9199ed14c74a1da5bbeae3f0787ebf776042..3af1ae46c45bd5f6986cc1c53cfe170d2b7a19b4 100644 Binary files a/Lectures/L04_ReqContinued/ReqContinued.pdf and b/Lectures/L04_ReqContinued/ReqContinued.pdf differ diff --git a/Lectures/L04_ReqContinued/ReqContinued.tex b/Lectures/L04_ReqContinued/ReqContinued.tex index 417d0514fe7a5cb2f88a750390e30270206fe746..c5ba194cfd86f09645e9ae99091959ed729b5c56 100755 --- a/Lectures/L04_ReqContinued/ReqContinued.tex +++ b/Lectures/L04_ReqContinued/ReqContinued.tex @@ -52,7 +52,8 @@ \item Questions? %\item Wrap up software qualities topic %\item Commonality Analysis versus Software Requirements Spec -\item Some advice +\item Finish example goal statements +\item Some advice on developing your SRS \item Requirements documentation for scientific computing \item A new requirements template \item Advantages of new template and examples @@ -74,11 +75,11 @@ \item Name your repo something other than \texttt{cas741} \item Assign me an issue to review your problem statements \bi -\item Clearly state that you would like me to review your problem statement +\item State that you would like a review \item Include a link to your problem statement \ei \item Do not put generated files under version control -\item Create a \texttt{.gitignore} file +\item Understand your \texttt{.gitignore} file \item Keep your tex files to 80 character width (easier for change tracking) \ei @@ -109,12 +110,26 @@ \item Modify \texttt{Repos.csv}, \texttt{git add}, \texttt{git commit} \item Check your diff \item Merge request + \item Note: do a fresh pull first, monitor other \href{https://gitlab.cas.mcmaster.ca/smiths/cas741/-/merge_requests} {merge requests} +\end{itemize} +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Questions? Continued} +\begin{itemize} +\item Does anyone need help with \LaTeX{}? +\begin{itemize} + \item Suggest using VSCode with LTeX \end{itemize} \item Questions about project choices? \item Questions about software tools? \item Questions about problem statements? -%\item Questions about software qualities? \end{itemize} + \end{frame} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -175,6 +190,81 @@ % \end{frame} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} +\frametitle{Goal Statements for GlassBR} + +For +\href{https://jacquescarette.github.io/Drasil/examples/glassbr/SRS/srs/GlassBR_SRS.html} +{GlassBR}: + +~\\ + +Given the dimensions of the glass plane, glass type, the characteristics of the +explosion, and the tolerable probability of breakage, the goal statements are: +\begin{itemize} +\item[GS1:] Analyze and predict whether the glass slab under consideration will + be able to withstand the explosion of a certain degree which is calculated + based on user input. +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}[plain] +\frametitle{Goal Statements for Game Physics} + +\noindent For +\href{https://jacquescarette.github.io/Drasil/examples/gamephysics/SRS/srs/GamePhysics_SRS.html} +{Game Physics}: + +\begin{itemize} + +\item[G\_linear:] Given the physical properties, initial positions and + velocities, and forces applied on a set of rigid bodies, determine their new + positions and velocities over a period of time (IM-IM\_FT). + +\item[G\_ang:] Given the physical properties, initial orientations and + angular velocities, and forces applied on a set of rigid bodies, determine + their new orientations and angular velocities over a period of + time. (IM-IM\_FR). + +\item[G\_dtcCol:] Given the initial positions and velocities of a set + of rigid bodies, determine if any of them will collide with one another over a + period of time. + +\item[G\_Col:] Given the physical properties, initial linear and angular + positions and velocities, determine the new positions and velocities over a + period of time of rigid bodies that have undergone a collision (IM-IM\_C). + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Goal Statements for Linear Solver} + +\structure{What would be a good goal statement for a library of linear solvers?} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame} +\frametitle{Goal Statements for Linear Solver} + +\begin{itemize} + +\item[G1] Given a system of $n$ linear equations represented by matrix $A$ and + column vector $b$, return $x$ such that $Ax = b$, if possible + +\end{itemize} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{frame} \frametitle{Major Conceptual Parts of SRS/CA} @@ -391,10 +481,10 @@ Also Goal Statements and Requirements {GlassBR Example} \item \href{https://jacquescarette.github.io/Drasil/examples/swhsnopcm/SRS/HTML/SWHSNoPCM_SRS.html} - {SWHS Example} + {SWHS Example} (Let's go through this one) \item \href{https://github.com/smiths/capTemplate/blob/main/docs/SRS/SRS.pdf} - {Blank SRS from Template} + {Blank SRS from Template} (Let's look at the advice/hints) \item \href{https://github.com/smiths/capTemplate/blob/main/docs/Checklists/SRS-Checklist.pdf} {Checklist} \end{itemize} diff --git a/Lectures/L15_MIS/MIS.tex b/Lectures/L15_MIS/MIS.tex index 82e0a3a56ba03f74e89fcee56e3844f6dd165a42..6a6d6b4e35cf2e0af0ff47700dd3a298e11ac9f5 100755 --- a/Lectures/L15_MIS/MIS.tex +++ b/Lectures/L15_MIS/MIS.tex @@ -45,6 +45,7 @@ \frametitle{Module Interface Specification (MIS)} \bi +\item ADD STRATEGY DESIGN PATTERN \item Administrative details \item Questions? %\item Finish previous day slides diff --git a/Repos.csv b/Repos.csv index dd8fba852d33a46ee511861ee7209d3730d8799f..3371aaffe16643e119c0496e92560647bfbffbe3 100644 --- a/Repos.csv +++ b/Repos.csv @@ -1,5 +1,7 @@ Num, Last Name, First Name, e-mail, GitHub ID, Supervisor, Project Name, Project Topic, Traditional or Drasil or Other, Research Project (Yes or No), Extra, GitHub Repos url, Branch, Prob State Approval?, Domain Expert Reviewer, 0, Last Name, First Name, email@mcmaster.ca, githubid, Dr. X, projName, Project Title, traditional or Drasil, Yes/No, Usability study or user manual or code walkthrough or formal proof or other, https://github.com/..., branch, Yes/No, name, -1, Tran, Phillip, tranp30@mcmaster.ca, ptrandev, Dr. Denise Geiskkovitch, OCRacle, Optical Character Recognition for Latin Alphabet Characters, Traditional, No, N/A, https://github.com/ptrandev/OCRacle, main, TBD, TBD, +1, Tran, Phillip, tranp30@mcmaster.ca, ptrandev, Dr. Denise Geiskkovitch, OCRacle, Optical Character Recognition for Latin Alphabet Characters, Traditional, No, User manual, https://github.com/ptrandev/OCRacle, main, TBD, TBD, 2,Ziyang,Fang,fangz58@mcmaster.ca,FangZiyang,Dr. Spencer Smith,polar-bear-robot,Robot kinematics and dynamics software,traditional,No,User manual,https://github.com/FangZiyang/CAS741-Ryan,main,TBD,TBD, 3,Lin,Junwei,lin523@mcmaster.ca,Lychee-acaca,Dr. Shiva Kumar,RwaveDetection,ECG signal processing and R-wave detection,traditional,No,User manual,https://github.com/Lychee-acaca/CAS741,main,TBD,TBD, +4, Jimoh, Aliyah, jimoha1@mcmaster.ca, AliyahJimoh, Dr. Matthew Giamou, 2D-Localizer, 2-D Localization for Mobile Robots, traditional, Yes, N/A, https://github.com/AliyahJimoh/CAS-741-2D-Localizer, main, TBD, TBD, +5, Singh, Kiran, singhk56@mcmaster.ca, KiranSingh15, Dr. Matthew Giamou, CAS-741-Image-Correspondences, Image Feature Correspondences for Camera Calibration, traditional, Yes, User Manual, https://github.com/KiranSingh15/CAS-741-Image-Correspondences, main, TBD, TBD, \ No newline at end of file