\documentstyle[11pt,fullpage]{article} \begin{document} \include{epsf} \thispagestyle{empty} \title{{\LARGE\bf System Design Document}} \author{{\Large\it Authors} \\ \vspace*{2.5in} \mbox{} \\ {\Large Title of Project} \vspace*{2.5in} \mbox{} \\ \date{\today} } \maketitle \clearpage \tableofcontents \clearpage %\bibliographystyle{plain} % % This section is an introduction to what your system is, basically an % abstract of the system and what is to follow in this document. % Include subsections which state the system objectives, all interfaces % to hardware, devices, other software systems, to the user, and all design % constraints and limitations imposed. % \section{Introduction} \subsection{System Objectives} \subsection{Hardware, Software, and Human Interfaces} \subsection{Design Constraints and Limitations} % % Describe in detail the design of the system architecture. Include what % system topology that will be used (layers, partitions, etc.) and what % architectural framework will be used (client-server, interactive. etc.) % Describe in detail the Data Stores (files or external database) that are % used by the system. Include BNF grammars or ER-diagrams where necessary. % Describe the software control implementation of the system. % \section{System Architecture} \subsection{Topology} \subsection{Data Stores} \subsection{Software Control} % % Describe the Graphical User Interface. Include snapshots of sample screens % as well as overall design decisions, and possibly a widget tree. Describe % how your GUI design will be implemented in the object-oriented framework, % include references to the OMT models that will contain the information. % \section{GUI Description} % % Refine each OMT Model to depict system design decisions. Add needed % attributes and operations to classes. Processing narratives should accompany % each operation. Include a detailed Data Dictionary describing each object % class in detail. % % The Object Model section should include the actual diagram(s) and a % data dictionary with entries for each entity in the system. % The Dynamic and Functional Model sections should include their respective % diagram(s). Each section should also contain prose descriptions of the % design and diagrams. Also include explanations of how and why you % obtained/derived this particular OMT design. % \section{System Design Description} \subsection{Object Model} \subsection{Dynamic Model} \subsection{Functional Model} % % This section should contain the sources of any and all references to other % group documents, articles, books, etc. that you used in creating this % document. Those interested can replace this section with a true % bibliography. % Please see the TA if you wish to learn how to create bibliographies. % \section{References} \subsection{Existing Software Documentation} \subsection{System Documentation} \subsection{Vendor Documents} \subsection{Technical References} \end{document}