-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocuments.html
248 lines (225 loc) · 11.9 KB
/
documents.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="milestone" content="Portfolio">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>Operation RM</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Poppins:wght@300&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css">
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<nav id="navbar" class="navbar navbar-expand-lg navbar-expand-md fixed-top navbar-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#nav-items">
<span class="navbar-toggler-icon"></span>
</button>
<a href="./index.html" class="navbar-brand">
<i class="bi bi-house-door"></i>
</a>
<div class="collapse navbar-collapse" id="nav-items">
<ul class="nav navbar-nav left_space">
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" id="aboutDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">About</a>
<div class="dropdown-menu" aria-labelledby="aboutDropdown">
<a class="dropdown-item" href="./index.html#team-section">Meet the Team</a>
<a class="dropdown-item" href="./index.html#learn_more">Learn More</a>
</div>
</li>
<li class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" id="projectDropdown" role="button" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">Project Details</a>
<div class="dropdown-menu" aria-labelledby="projectDropdown">
<a class="dropdown-item" href="./project_description.html">Project Description</a>
<a class="dropdown-item" href="./solution.html">Envisioned Solution</a>
<a class="dropdown-item" href="./requirements.html">Requirements</a>
<a class="dropdown-item" href="./technologies.html">Technologies</a>
</div>
</li>
<li class="nav-item">
<a href="./documents.html" class="nav-link">Documents</a>
</li>
<li class="nav-item">
<a href="./schedule.html" class="nav-link">Schedule</a>
</li>
</ul>
</div>
</nav>
<section id="doc_background_image">
</section>
<section id="documents">
<div>
<h1>Documents</h1>
<p>Here you can find copies of various deliverables required throughout the project. Some products, documents, and deliverables may not
be present in this listing due to proprietary information concerns.
</p>
<hr>
<h2>Documentation</h2>
<h3>Technological Feasibility</h3>
<p>A technological feasibility study was conducted to analyze various risks that developing the solution may impose. This study helped mitigate
these risks by analyzing potential tools, methods, and solutions and weighing the benefits for each candidate.
</p>
<p>
<button id="iframe_button" onclick="openIframe('1')"><i class="bi bi-download"></i></button>
</p>
<iframe id="myIframe1" src="pdfs/Tech_Feasability.docx.pdf"></iframe>
<h3>Requirements</h3>
<p>The purpose of the requirement specification document was to establish the set of requirements so that the developed
solution will meet the needs of the client. This document provides a thorough understanding of the project's scope, goals, and execution plan.
</p>
<p>
<button id="iframe_button" onclick="openIframe('2')"><i class="bi bi-download"></i></button>
</p>
<iframe id="myIframe2" src="pdfs/Requirements.pdf"></iframe>
<h3>Communications Strategy Memo</h3>
<p>The communications strategy memo establishes the standards and expectations set for team members and team meetings.
</p>
<p>
<button id="iframe_button" onclick="openIframe('7')"><i class="bi bi-download"></i></button>
</p>
<iframe id="myIframe7" src="pdfs/Memo.pdf"></iframe>
<h3>Software Design Document</h3>
<p>
This document will provide a structured plan concerning the design and implementation of the software for this project.
</p>
<p>
<button id="iframe_button" onclick="openIframe('8')"><i class="bi bi-download"></i></button>
</p>
<iframe id="myIframe8" src="pdfs/Software_Design_Document.pdf"></iframe>
<h3>Software Testing Plan</h3>
<p>
This document outlines the comprehensive testing plan, including unit testing, integration testing, and usability testing, to ensure the reliability
and functionality of The application.
</p>
<p>
<button id="iframe_button" onclick="openIframe('9')"><i class="bi bi-download"></i></button>
</p>
<iframe id="myIframe9" src="pdfs/Software_Testing_Plan.pdf"></iframe>
<h3>Project Abstract</h3>
<p>
The purpose of this document is to briefly investigate the problem and the execution of Operation RM’s solution.
</p>
<p>
<button id="iframe_button" onclick="openIframe('10')"><i class="bi bi-download"></i></button>
</p>
<iframe id="myIframe10" src="pdfs/Project_Abstract.pdf"></iframe>
<h3>User Manual</h3>
<p>
The purpose of the User Manual is to guide the clients through the process of installing, using, and maintaining the application.
</p>
<p>
<button id="iframe_button" onclick="openIframe('11')"><i class="bi bi-download"></i></button>
</p>
<iframe id="myIframe11" src="pdfs/User_Manual.pdf"></iframe>
<hr>
<h2>Presentations</h2>
<h3>Mini Intro Slides</h3>
<p>The mini intro presentation served to introduce the client, as well as provide a brief overview of the proposed solution.
</p>
<p>
<button id="iframe_button" onclick="openIframe('3')"><i class="bi bi-download"></i></button>
</p>
<iframe id="myIframe3" src="documents/mini_intro.pdf"></iframe>
<h3>Design Review I Slides</h3>
<p>The design review presentation provided a comprehensive overview of the project, the current status, as well as reviewing any
risks.
</p>
<p>
<button id="iframe_button" onclick="openIframe('4')"><i class="bi bi-download"></i></button>
</p>
<iframe id="myIframe4" src="documents/design_review.pdf"></iframe>
<h3>Design Review II Slides</h3>
<p>The design review provides an overview of the projects plan of implementation, current status, future schedule, and risk assesment.
</p>
<p>
<button id="iframe_button" onclick="openIframe('12')"><i class="bi bi-download"></i></button>
</p>
<iframe id="myIframe12" src="documents/Design_Review_2.pdf"></iframe>
<h3>Design Review III Slides</h3>
<p>This Final Design presenatation provides analysis over the finished application, how it operates, the testings process, and architecture.
</p>
<p>
<button id="iframe_button" onclick="openIframe('13')"><i class="bi bi-download"></i></button>
</p>
<iframe id="myIframe13" src="documents/UGRADS_Presentation.pdf"></iframe>
<h3>Poster Of Software Design</h3>
<p>This posters was displayed at a conference and was used to describe our product to aspiring engineers,
industry members, and clients.
</p>
<p>
<button id="iframe_button" onclick="openIframe('5')"><i class="bi bi-download"></i></button>
</p>
<iframe id="myIframe5" src="pdfs/Poster.pptx.pdf"></iframe>
<h3>Poster Of Software Execution</h3>
<p>This poster was used to display at a conference to describe and illustrate the finished application to engineers and clients.
</p>
<p>
<button id="iframe_button" onclick="openIframe('14')"><i class="bi bi-download"></i></button>
</p>
<iframe id="myIframe14" src="documents/UGRADS_Poster.pptx.pdf"></iframe>
<h3>Project Info Mini Video</h3>
<p>The project mini video is an elevator-pitch style video used to demonstrate the capabilities of our product.
</p>
<p>
<button id="iframe_button" onclick="openIframe('6')"><i class="bi bi-download"></i></button>
</p>
<iframe id="myIframe6" src="documents/MiniVideo2.mp4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</section>
<!-- Footer section -->
<section id="footer-section">
<div id="footer-nav" style="background-color: #141515;">
<div id="footer-logo">
<img src="pictures/RM_logo.png" class="card-img-top img-fluid center" alt="Logo">
</div>
<div class="footer-container">
<div class="footer-column">
<h3>About</h3>
<ul>
<li><a href="./project_description.html">Project Description</a></li>
<li><a href="./index.html#team-section">Team Members</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://gdmissionsystems.com/">Sponsor Website</a></li>
</ul>
</div>
<div class="footer-column">
<h3>Technical Details</h3>
<ul>
<li><a href="./solution.html">Envisioned Solution</a></li>
<li><a href="./requirements.html">Project Requirements</a></li>
<li><a href="./technologies.html">Technologies</a></li>
</ul>
</div>
<div class="footer-column">
<h3>Documentation</h3>
<ul>
<li><a target="_blank" rel="noopener noreferrer" href="https://github.com/Operation-RM">Source Code</a></li>
<li><a href="./schedule.html">Schedule</a></li>
<li><a href="./documents.html">Documents</a></li>
</ul>
</div>
</div>
</div>
</section>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.3/dist/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script>
function openIframe(num) {
var iframe = document.getElementById('myIframe'+ num);
if(iframe.style.display == 'block'){
iframe.style.display = 'none';
}
else{
iframe.style.display = 'block';
}
}
</script>
</body>
</html>