-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (70 loc) · 2.57 KB
/
index.html
File metadata and controls
81 lines (70 loc) · 2.57 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<style>
table {border-collapse: collapse;}
th {border: 1px solid black;padding:5px;text-align:center;}
td {border: 1px solid black;padding:5px;text-align:left;}
</style>
<head>
<!-- Add a suitable title for this page -->
<title>Team 14</title>
</head>
<body>
<!-- What is the name of this folder? -->
<h2>Team 14 Simulation Modeling and Analysis Project 2020</h2>
<table>
<!-- Add header row -->
<tr>
<th>Link</th>
<th>Description</th>
</tr>
<!-- Add rows with <tr> tag. Be sure to close with </tr> tag -->
<tr><td><a href="Title Page/index.html">Title Page</a></td>
</td>
<td>
Project title, date, course name, course number, names as listed in e-Dimension and photos of each team member
</td>
</tr><tr><td><a href="Abstract and Motivation/index.html">Abstract and Motivation</a></td>
</td>
<td>
Textual description of project
</td>
</tr><tr><td><a href="Background Reading/index.html">Background Reading</a></td>
</td>
<td>
Summary of literature that inspired and value-add our project.
</td>
</tr><tr><td><a href="Project Management/index.html">Project Management</a></td>
</td>
<td>
Functional diagram of project steps; Project schedule;
</td>
</tr><tr><td><a href="Data Collection and Manipulation/index.html">Data Collection and Manipulation</a></td>
</td>
<td>
Data Source used as a base reference for our simulation parameters
</td>
</tr><tr><td><a href="Simulation Design/index.html">Simulation Design</a></td>
</td>
<td>
An overview of our Simulation Mechanics
</td>
</tr><tr><td><a href="Model Documentation and Programming/index.html">Model Documentation and Programming</a></td>
</td>
<td>
Powerpoint guided tour of model (similar to lecture examples) using screenshots and annotations ; Programming Code.
</td>
</tr><tr><td><a href="Interface/index.html">User Interface Visualization and Animation</a></td>
</td>
<td>
Watch the embedded to YouTube video walkthrough here</td>
</tr><tr><td><a href="Output Analysis/index.html">Output Analysis</a></td>
</td>
<td>
What questions can you answer using the simulation? What measures of system performance can you estimate using your simulation? What sensitivity analysis? - Tabular summary of runs; statistical significance of differences; Discussion of whether results are surprising or expected; lessons learned; conclusions</td>
</tr>
<tr>
<td colspan="2"> <b><p style="text-align:center"><a href="Simulation/McDeliveroo_Final.html">Our Simulation</a></b></td>
</table>
</body>
</html>