Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cas741
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
W. Spencer Smith
cas741
Commits
8a9712f6
Commit
8a9712f6
authored
6 years ago
by
W. Spencer Smith
Browse files
Options
Downloads
Patches
Plain Diff
Updates to L02 for lit review section
parent
1f95e682
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Lectures/L02_GettingStarted/GettingStarted.pdf
+0
-0
0 additions, 0 deletions
Lectures/L02_GettingStarted/GettingStarted.pdf
Lectures/L02_GettingStarted/GettingStarted.tex
+68
-13
68 additions, 13 deletions
Lectures/L02_GettingStarted/GettingStarted.tex
with
68 additions
and
13 deletions
Lectures/L02_GettingStarted/GettingStarted.pdf
+
0
−
0
View file @
8a9712f6
No preview for this file type
This diff is collapsed.
Click to expand it.
Lectures/L02_GettingStarted/GettingStarted.tex
+
68
−
13
View file @
8a9712f6
...
...
@@ -72,7 +72,6 @@
\bi
\item
Classes are 1.5 hours long :-)
\item
Benches and white boards
\item
Use folder structure given in repo (will be updating)
\item
Post any questions as issues in our repo
\item
Problem statement due Friday, Sept 15 by 11:59 pm
...
...
@@ -150,13 +149,13 @@
\frametitle
{
Administrative Details: Report Deadlines
}
~
\newline
\begin{tabular}
{
l l l
}
Problem Statement
&
Week 02
&
Sept 1
5
\\
Problem Statement
&
Week 02
&
Sept 1
4
\\
System Requirements Specification (SRS)
&
Week 05
&
Oct 4
\\
System VnV Plan
&
Week 07
&
Oct 2
5
\\
Module Guide (MG)
&
Week 09
&
Nov
8
\\
Module Interface Specification (MIS)
&
Week 11
&
Nov
22
\\
Unit VnV Plan
&
Week 1
1
&
Nov 22
\\
Final Documentation
&
Week 1
3
&
Dec
6
\\
System VnV Plan
&
Week 07
&
Oct 2
2
\\
Module Guide (MG)
&
Week 09
&
Nov
5
\\
Module Interface Specification (MIS)
&
Week 11
&
Nov
19
\\
Unit VnV Plan
&
Week 1
3
&
Dec 3
\\
Final Documentation
&
Week 1
4
&
Dec
10
\\
\end
{
tabular
}
\bi
...
...
@@ -175,11 +174,11 @@ Final Documentation & Week 13 & Dec 6\\
~
\newline
\begin{tabular}
{
l l l
}
SRS Present
&
Week 04
&
Week of Sept 2
5
\\
Syst.
\
VnV Present
&
Week 06
&
Week of Oct 1
6
\\
MG Present
&
Week 08
&
Week of Oct
30
\\
MIS Present
&
Week 10
&
Week of Nov 1
3
\\
Unit VnV or Implement Present
&
Week 12
&
Week of Nov 2
7
\\
SRS Present
&
Week 04
&
Week of Sept 2
4
\\
Syst.
\
VnV Present
&
Week 06
&
Week of Oct 1
5
\\
MG Present
&
Week 08
&
Week of Oct
29
\\
MIS Present
&
Week 10
&
Week of Nov 1
2
\\
Unit VnV or Implement Present
&
Week 12
&
Week of Nov 2
6
\\
\end
{
tabular
}
\bi
...
...
@@ -382,7 +381,7 @@ First either init repo or clone (git init, git clone), then typical workflow is
{
SmithEtAl2007~
\cite
{
SmithEtAl2007
}}
\item
\href
{
https://gitlab.cas.mcmaster.ca/smiths/cas741/blob/master/ReferenceMaterial/ParnasAndClements1986.pdf
}
{{
ParnasAndClements1986
}}
{{
ParnasAndClements1986
}
~
\cite
{
ParnasAndClements1986
}
}
\item
\href
{
https://github.com/smiths/swhs
}{
Solar Water Heating System Example
}
\end{itemize}
...
...
@@ -397,9 +396,65 @@ First either init repo or clone (git init, git clone), then typical workflow is
\begin
{
itemize
}
\item
Highlights problems with SE
\begin{itemize}
\item
\href
{
https://gitlab.cas.mcmaster.ca/smiths/cas741/blob/master/ReferenceMaterial/Miller2006.pdf
}
{
Miller2006~
\cite
{
Miller2006
}}
\item
\href
{
https://gitlab.cas.mcmaster.ca/smiths/cas741/blob/master/ReferenceMaterial/Hatton2007.pdf
}
{
Hatton2007~
\cite
{
Hatton2007
}}
\item
Sleipner A oil rig collapse~
\cite
[p.~38]
{
OliveiraAndStewart2006
}
\item
Patriot missile disaster~
\cite
[p.~36]
{
OliveiraAndStewart2006
}
\end{itemize}
\item
Highlights gap/chasm between SE and SC
\begin{itemize}
\item
\href
{
https://gitlab.cas.mcmaster.ca/smiths/cas741/blob/master/ReferenceMaterial/Kelly2007.pdf
}
{
Kelly2007~
\cite
{
Kelly2007
}}
\item
\href
{
https://gitlab.cas.mcmaster.ca/smiths/cas741/blob/master/ReferenceMaterial/Storer2017.pdf
}
{
Storer2017~
\cite
{
Storer2017
}}
\end{itemize}
\item
Studies of SE applied to SC
\begin{itemize}
\item
\href
{
https://gitlab.cas.mcmaster.ca/smiths/cas741/blob/master/ReferenceMaterial/CarverEtAl2007.pdf
}
{
CarverEtAl2007~
\cite
{
CarverEtAl2007
}}
\item
\href
{
https://gitlab.cas.mcmaster.ca/smiths/cas741/blob/master/ReferenceMaterial/Segal2005.pdf
}
{
Segal2005~
\cite
{
Segal2005
}}
\end{itemize}
\end{itemize}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle
{
Literature on SE applied to SCS
}
\begin
{
itemize
}
\item
Reproducibility
\begin{itemize}
\item
\href
{
https://gitlab.cas.mcmaster.ca/smiths/cas741/blob/master/ReferenceMaterial/BaileyEtAl2016.pdf
}
{
BaileyEtAl2016~
\cite
{
BaileyEtAl2016
}}
\item
\href
{
https://gitlab.cas.mcmaster.ca/smiths/cas741/blob/master/ReferenceMaterial/BenureauAndRougier2017.pdf
}
{
BenureauAndRougier2017~
\cite
{
BenureauAndRougier2017
}}
\end{itemize}
\item
Future of SE for SC
\begin{itemize}
\item
\href
{
https://gitlab.cas.mcmaster.ca/smiths/cas741/blob/master/ReferenceMaterial/JohansonAndHasselbring2018.pdf
}
{
JohansonAndHasselbring2018~
\cite
{
JohansonAndHasselbring2018
}}
\item
\href
{
https://gitlab.cas.mcmaster.ca/smiths/cas741/blob/master/ReferenceMaterial/Smith2018.pdf
}
{
Smith2018~
\cite
{
Smith2018
}}
\end{itemize}
\end{itemize}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment