-
Notifications
You must be signed in to change notification settings - Fork 0
/
apollo.html
86 lines (84 loc) · 4.01 KB
/
apollo.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
---
layout: base
---
<div class="container port-heading">
<div class="row">
<div class="col-md-12">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
<li data-target="#carousel-example-generic" data-slide-to="3"></li>
<li data-target="#carousel-example-generic" data-slide-to="4"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<div class="blog-cover" style="background-image:url(/images/{{ site.to.ap-results }});">
</div>
</div>
<div class="item">
<div class="blog-cover" style="background-image:url(/images/{{ site.to.ap-chk }});">
</div>
</div>
<div class="item">
<div class="blog-cover" style="background-image:url(/images/{{ site.to.ap-pp }});">
</div>
</div>
<div class="item">
<div class="blog-cover" style="background-image:url(/images/{{ site.to.ap-pst }});">
</div>
</div>
<div class="item">
<div class="blog-cover" style="background-image:url(/images/{{ site.to.ap-dash }})">
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</div>
<div class="clear"></div>
<article class="container portdet">
<section>
<h4 class="portdet-header">Apollo</h4>
<p class="portdet-size">
TimbaObjects built an SMS based election monitoring system called Apollo. This tool enables observers send reports from the polling units during an election using text messages in a specific format. Messages sent are stored in a database, that is monitored on the Apollo web application platform. Analysis is performed on the received data for further use. Apollo has been used for election monitoring in countries like Nigeria, Zimbabwe, Tunisia, Zambia, Malawi and Azerbaijan.
</p>
<h5>How does it work?</h5>
<p class="portdet-size">
Observers are assigned to polling units and are given unique observer ID. These observers are trained to observe the elections, and are required to send in reports from the polling units via SMS to a short code in a specific format that the application has been designed to accept.
</p>
<h5>Features Includes:</h5>
<p class="portdet-size">
<ul class="portdet-size">
<li>Dashboard to monitor SMS status.</li>
<li>Checklist Form that enables data clerks edit data sent in from the polling units.</li>
<li>Incidents Form to monitor and edit polling units incidents reports.</li>
<li>Observer Performance Rating.</li>
<li>Message Log to monitor Incoming and Outgoing SMS.</li>
<li>Convergence Chart to analyze voting party results.</li>
<li>Quality Assurance to compute and calculate the data quality.</li>
<li>Analyses to compute and analyze date sent in.</li>
</ul>
</p>
<p class="portdet-size">
Apollo is a user centered application, the application has been built and designed in a way that makes it easy to learn and use. Hence, events are easy to deploy using the application. TimbaObjects also provides technical support anytime and anywhere there is a deployment.
</p>
<hr>
<p class="text-center">
<a class="btn btn-outline" href="{{ site.to.br-link }}">Next Project >></a>
</p>
</section>
</article>