diff --git a/BlankProjectTemplate/docs/Design/MG/MG.pdf b/BlankProjectTemplate/docs/Design/MG/MG.pdf index 544144bde96112486deb31c0a6f79748fc5af7bf..bebedcf27ab6cdd1b8eb0b19ae513a3b263472c6 100644 Binary files a/BlankProjectTemplate/docs/Design/MG/MG.pdf and b/BlankProjectTemplate/docs/Design/MG/MG.pdf differ diff --git a/BlankProjectTemplate/docs/Design/MG/MG.tex b/BlankProjectTemplate/docs/Design/MG/MG.tex index 17b639080c535479496a9d8ad8001e85cc39b90b..98e99b70b20c4d7b74a176038c23e5c6d6b3dc8f 100644 --- a/BlankProjectTemplate/docs/Design/MG/MG.tex +++ b/BlankProjectTemplate/docs/Design/MG/MG.tex @@ -10,7 +10,7 @@ \usepackage{hyperref} \hypersetup{ colorlinks, - citecolor=black, + citecolor=blue, filecolor=black, linkcolor=red, urlcolor=blue diff --git a/BlankProjectTemplate/docs/Design/MIS/MIS.pdf b/BlankProjectTemplate/docs/Design/MIS/MIS.pdf index 8e893442836fc7b1b1da456bd8e4e3adc0c44ef9..5473d85cf365af25ebfa2936c28cf8d4294d7ac5 100644 Binary files a/BlankProjectTemplate/docs/Design/MIS/MIS.pdf and b/BlankProjectTemplate/docs/Design/MIS/MIS.pdf differ diff --git a/BlankProjectTemplate/docs/Design/MIS/MIS.tex b/BlankProjectTemplate/docs/Design/MIS/MIS.tex index 34726cd88dd7521eb61883032d268288ebc45ab1..e8a3b83df6ac7604af7f3e6ac34301ec71e38706 100644 --- a/BlankProjectTemplate/docs/Design/MIS/MIS.tex +++ b/BlankProjectTemplate/docs/Design/MIS/MIS.tex @@ -34,12 +34,11 @@ urlcolor=cyan % color of external links \externaldocument{../../SRS/SRS} \input{../../Comments} - -\newcommand{\progname}{Program Name} +\input{../../Common} \begin{document} -\title{Module Interface Specification for ...} +\title{Module Interface Specification for \progname{}} \author{Author Name} diff --git a/BlankProjectTemplate/docs/ProblemStatement/ProblemStatement.pdf b/BlankProjectTemplate/docs/ProblemStatement/ProblemStatement.pdf index b1883ff3822684dadbaceddb6d58e817dd2f89ff..8cf60df00ff9be5756b4379b4f9f0c40da9bb3c9 100644 Binary files a/BlankProjectTemplate/docs/ProblemStatement/ProblemStatement.pdf and b/BlankProjectTemplate/docs/ProblemStatement/ProblemStatement.pdf differ diff --git a/BlankProjectTemplate/docs/SRS/SRS.pdf b/BlankProjectTemplate/docs/SRS/SRS.pdf index bf948094097bfd4e82c9863b25a968a7264acf91..6c8252c39bb5f15c8a9803f62c0fc9de5b072327 100644 Binary files a/BlankProjectTemplate/docs/SRS/SRS.pdf and b/BlankProjectTemplate/docs/SRS/SRS.pdf differ diff --git a/BlankProjectTemplate/docs/VnVPlan/SystVnVPlan/Makefile b/BlankProjectTemplate/docs/VnVPlan/SystVnVPlan/Makefile index e8ce30007966eb430e1f795dde12bdb2fee7eed4..26599ddc407b4299f45273b2fd6eb4f44e4bcd9c 100644 --- a/BlankProjectTemplate/docs/VnVPlan/SystVnVPlan/Makefile +++ b/BlankProjectTemplate/docs/VnVPlan/SystVnVPlan/Makefile @@ -8,8 +8,8 @@ BUILDTEX=$(TEX) $(PROJECT).tex all: $(BUILDTEX) -# $(BIBTEX) $(PROJECT) -# $(BUILDTEX) + $(BIBTEX) $(PROJECT) + $(BUILDTEX) $(BUILDTEX) clean-all: diff --git a/BlankProjectTemplate/docs/VnVPlan/SystVnVPlan/SystVnVPlan.pdf b/BlankProjectTemplate/docs/VnVPlan/SystVnVPlan/SystVnVPlan.pdf index 47aee16af213945347d9e6d785399b07fe3551ae..1dc4acd4ed1266e53f52b5d859c5c704315ae133 100644 Binary files a/BlankProjectTemplate/docs/VnVPlan/SystVnVPlan/SystVnVPlan.pdf and b/BlankProjectTemplate/docs/VnVPlan/SystVnVPlan/SystVnVPlan.pdf differ diff --git a/BlankProjectTemplate/docs/VnVPlan/SystVnVPlan/SystVnVPlan.tex b/BlankProjectTemplate/docs/VnVPlan/SystVnVPlan/SystVnVPlan.tex index d0453030127f3fb4a71fe82e882634bebcb95bde..b799dd213bdb40d706e4025da764674957748539 100644 --- a/BlankProjectTemplate/docs/VnVPlan/SystVnVPlan/SystVnVPlan.tex +++ b/BlankProjectTemplate/docs/VnVPlan/SystVnVPlan/SystVnVPlan.tex @@ -5,7 +5,7 @@ \usepackage{hyperref} \hypersetup{ colorlinks, - citecolor=black, + citecolor=blue, filecolor=black, linkcolor=red, urlcolor=blue @@ -57,7 +57,7 @@ Date 2 & 1.1 & Notes\\ \end{tabular}\\ \wss{symbols, abbreviations or acronyms -- you can simply reference the SRS - tables, if appropriate} + \citep{SRS} tables, if appropriate} \newpage @@ -83,13 +83,16 @@ This document ... \wss{provide an introductory blurb and roadmap of the \subsection{Relevant Documentation} -\wss{Reference relevant documentation. This will definitely include your SRS} +\wss{Reference relevant documentation. This will definitely include your SRS + and your other project documents (MG, MIS, etc)} + +\citet{SRS} \section{Plan} \subsection{Verification and Validation Team} -\wss{Probably just you. :-)} +\wss{You, your classmates and the course instructor. Maybe your supervisor.} \subsection{SRS Verification Plan} @@ -224,7 +227,7 @@ How test will be performed: \bibliographystyle{plainnat} -\bibliography{SRS} +\bibliography{../../../refs/References} \newpage diff --git a/BlankProjectTemplate/docs/VnVPlan/UnitVnVPlan/Makefile b/BlankProjectTemplate/docs/VnVPlan/UnitVnVPlan/Makefile index bb068f933fc0b8d51d68ffabb6d4f8c809862455..a2253b5ceac4f09f02963f52114ba507bbf46bf2 100644 --- a/BlankProjectTemplate/docs/VnVPlan/UnitVnVPlan/Makefile +++ b/BlankProjectTemplate/docs/VnVPlan/UnitVnVPlan/Makefile @@ -8,8 +8,8 @@ BUILDTEX=$(TEX) $(PROJECT).tex all: $(BUILDTEX) -# $(BIBTEX) $(PROJECT) -# $(BUILDTEX) + $(BIBTEX) $(PROJECT) + $(BUILDTEX) $(BUILDTEX) clean-all: diff --git a/BlankProjectTemplate/docs/VnVPlan/UnitVnVPlan/UnitVnVPlan.pdf b/BlankProjectTemplate/docs/VnVPlan/UnitVnVPlan/UnitVnVPlan.pdf index 2cd2659ce8b8af5e7290b3a68eb18b9685ab2be1..2188ab65ee56e733c6d7f93b10db38fd1afc3d57 100644 Binary files a/BlankProjectTemplate/docs/VnVPlan/UnitVnVPlan/UnitVnVPlan.pdf and b/BlankProjectTemplate/docs/VnVPlan/UnitVnVPlan/UnitVnVPlan.pdf differ diff --git a/BlankProjectTemplate/docs/VnVPlan/UnitVnVPlan/UnitVnVPlan.tex b/BlankProjectTemplate/docs/VnVPlan/UnitVnVPlan/UnitVnVPlan.tex index be0c18d0c8fd2bd4b24b988e04f553769b1f56f3..65e8cec7a4b75d5c709a1b1fc8946b2ccf50de90 100644 --- a/BlankProjectTemplate/docs/VnVPlan/UnitVnVPlan/UnitVnVPlan.tex +++ b/BlankProjectTemplate/docs/VnVPlan/UnitVnVPlan/UnitVnVPlan.tex @@ -5,7 +5,7 @@ \usepackage{hyperref} \hypersetup{ colorlinks, - citecolor=black, + citecolor=blue, filecolor=black, linkcolor=red, urlcolor=blue @@ -60,8 +60,8 @@ Date 2 & 1.1 & Notes\\ \bottomrule \end{tabular}\\ -\wss{symbols, abbreviations or acronyms -- you can reference the SRS, MG or MIS - tables if needed} +\wss{symbols, abbreviations or acronyms -- you can reference the SRS + \citep{SRS}, MG or MIS tables if needed} \newpage @@ -70,6 +70,9 @@ Date 2 & 1.1 & Notes\\ This document ... \wss{provide an introductory blurb and roadmap of the unit V\&V plan} +\wss{If content in this document is already covered in the VnV System plan, you + do not have to repeat it.} + \section{General Information} \subsection{Purpose} @@ -88,7 +91,7 @@ This document ... \wss{provide an introductory blurb and roadmap of the \subsection{Verification and Validation Team} -\wss{Probably just you. :-)} +\wss{You, your classmates and the course instructor. Maybe your supervisor.} \subsection{Automated Testing and Verification Tools} @@ -215,7 +218,7 @@ How test will be performed: \bibliographystyle{plainnat} -\bibliography{SRS} +\bibliography{../../../refs/References} \newpage diff --git a/BlankProjectTemplate/docs/VnVReport/SystVnVReport/SystVnVReport.pdf b/BlankProjectTemplate/docs/VnVReport/SystVnVReport/SystVnVReport.pdf index b4976e4b4094a5d18e46b8326c72250031e0afc2..5fc7cecd717f6dfab1966df9b17c89212154a94f 100644 Binary files a/BlankProjectTemplate/docs/VnVReport/SystVnVReport/SystVnVReport.pdf and b/BlankProjectTemplate/docs/VnVReport/SystVnVReport/SystVnVReport.pdf differ diff --git a/BlankProjectTemplate/docs/VnVReport/UnitVnVReport/UnitVnVReport.pdf b/BlankProjectTemplate/docs/VnVReport/UnitVnVReport/UnitVnVReport.pdf index 341c405a9aef18b79d8e6b90a703b9b31220e32a..4f0be1e0731113c88b1e971c4e4b99deedfe4d0b 100644 Binary files a/BlankProjectTemplate/docs/VnVReport/UnitVnVReport/UnitVnVReport.pdf and b/BlankProjectTemplate/docs/VnVReport/UnitVnVReport/UnitVnVReport.pdf differ