Skip to content
Snippets Groups Projects
Commit a8b03e1e authored by FangZiyang's avatar FangZiyang
Browse files

Merge remote-tracking branch 'upstream/master'

parents 1c015621 10b1c5ad
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
......@@ -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}
......
......@@ -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>{}
......
No preview for this file type
......@@ -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}
......
......@@ -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
......
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
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