-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.html
203 lines (148 loc) · 7.74 KB
/
requirements.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Group 4</title>
<!-- fonts -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;900&family=Ubuntu:wght@500&display=swap" rel="stylesheet">
<!-- font awesome (for glyphs)-->
<script src="https://kit.fontawesome.com/667ff7917c.js" crossorigin="anonymous"></script>
<link rel="shortcut icon" href="images/favicon.ico" />
<!-- bootstrap cdn -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<!-- link to custom css -->
<link rel="stylesheet" href="css/styles.css">
<!-- default view -->
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<section class="red-section">
<div class="container-fluid container-fluid-req">
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="index.html">Group 4</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navtoggle" aria-controls="navtoggle" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navtoggle">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="requirements.html"> Requirements </a>
</li>
<li class="nav-item">
<a class="nav-link" href="research.html"> Research </a>
</li>
<li class="nav-item">
<a class="nav-link" href="system_design.html"> System Design </a>
</li>
<li class="nav-item">
<a class="nav-link" href="implementation.html"> Implementation </a>
</li>
<li class="nav-item">
<a class="nav-link" href="analysis.html"> Analysis </a>
</li>
<li class="nav-item">
<a class="nav-link" href="evaluation.html"> Evaluation </a>
</li>
<li class="nav-item">
<a class="nav-link" href="appendices.html"> Appendices </a>
</li>
</ul>
</div>
</nav>
<!-- Title -->
<h1 class="big-heading-bottom heading-correction">Requirements</h1>
</div>
</section>
<!-- Abstract -->
<section id="features" class="white-section general-container" >
<h2 class="subheading">Project Background</h2>
<div class="row">
<div class=" col-lg-3">
</div>
<div class="text-col col-lg-6">
<p>The IFRC is currently the largest humanitarian network in the world. Their influence and helping hand stretch across 192 countries where they support local Red Cross and Red Crescent activities. They are also made up of more than 10 million volunteers from around the globe.</p>
<p>Our project is oriented around providing centralised source of data for users to obtain useful information regarding disasters occurring worldwide.</p>
</div>
<div class=" col-lg-3">
</div>
</div>
<h2 class="subheading">Project Goals</h2>
<div class="row">
<div class=" col-lg-3">
</div>
<div class="text-col col-lg-6">
<p>Our project goal is to impact policy making decisions at IFRC with the representation of real time data by merging data regarding disasters from multiple data sources (EM-DAT, Desinventar, IDMC’s GIDD and IFRC), processing this raw data into useful data (in the form of percentages and trends) and situate everything into a singular database (a 2D array).</p>
</div>
<div class=" col-lg-3">
</div>
</div>
<h2 class="subheading">Client Requirements</h2>
<div class="row">
<div class=" col-lg-3">
</div>
<div class="text-col col-lg-6">
<p>We held weekly meetings with the IFRC with the first few meetings’ having the sole purpose of discussing the project requirements, what the clients expected us to accomplish and the general timeline of the project. They provided us with the projects key requirements and a few possible ways to go about completing them. Following meetings were used to update the IFRC on our progress and clarify further ambiguities.</p>
<p>We asked questions such as:</p>
<div class="req-list">
<li>What is the end goal for this project and what is it being developed for?</li>
<p class="req-ans">Provide a centralised source of information regarding disaster data and to ultimately
impact policy making decisions at the IFRC.</p>
<li>Are there any requirements for the algorithmic processing of the data?</li>
<p class="req-ans">Time complexity is of minimal concern as code will only be run every 6 months.
Space complexity shouldn’t be too egregiously high.</p>
<li>Will the people we present to have a technical background?</li>
<p class="req-ans">Only some of them will, assume that a majority of them have no technical
background.</p>
</div>
</div>
<div class=" col-lg-3">
</div>
</div>
</section>
<!-- Testimonials -->
<section>
<div id="testimonials" class="carousel slide red-section" data-ride="carousel" data-bs-interval="false" data-bs-pause="hover" keyboard="True">
<h2 class="persona-heading">Personas</h2>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="pers-img" src="images/persona_1.png" alt="persona 1">
</div>
<div class="carousel-item">
<img class="pers-img" src="images/persona_2.png" alt="persona 2">
</div>
<div class="carousel-item">
<img class="pers-img" src="images/persona_3.png" alt="persona 3">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#testimonials" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#testimonials" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<!-- Pricing -->
<section id="pricing" class="white-section">
<h2 class="subheading mosc-head">MoSCoW List</h2>
<p>Our project has no non-functional requirements and due to the straightforward nature of our project, we only have must haves.</p>
<img class="mscw-pic" src="images/mscw.png" alt="MoSCoW List">
</section>
<!-- Footer -->
<footer id="footer" class="red-section footer-cont">
<div class="footer-link-pad">
<a class = "footer-link" href="https://www.youtube.com/watch?v=sZYlqhO2P2Y">Introductory Video</a>
<a class = "footer-link" href="https://www.youtube.com/watch?v=c91C0i22Vek">Technical Video</a>
<a class = "footer-link" href="https://www.youtube.com/watch?v=_6pzQcnneQg">Non Technical Video</a>
<a class = "footer-link" href="https://www.youtube.com/watch?v=f5twrNhbzgg">Code Runthrough</a>
<a class = "social-icons footer-link" href="https://github.com/UCL-IFRC-IXN4"><i class="fa-brands fa-github"></i></a>
</div>
<p class="bott-text">© Copyright 2023 Group 4</p>
</footer>
<script src="index.js"></script>
</body>
</html>