-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
262 lines (236 loc) · 10.7 KB
/
index.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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Get Aggie</title>
<meta name="description" content="Get Aggie">
<meta name="author" content="Technology and International Development Lab">
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap-theme.min.css" />
<link rel="stylesheet" href="vendor/lightbox-4.0.2/ekko-lightbox.min.css" />
<link rel="stylesheet" href="css/getaggie.css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-90863318-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<nav>
<ul>
<li><a href="https://github.com/TID-Lab/aggie">Github</a></li>
<li>•</li>
<li><a href="http://aggie.readthedocs.io/">Documentation</a></li>
</ul>
</nav>
<header>
<img src="img/logo.png" alt="Aggie Logo" />
<h1 class="sr-only sr-only-focusable">Aggie</h1>
<h2>
Aggie is an open-source social and online media aggregation tool
designed specifically for monitoring events in real time.
</h2>
<a class="btn" href="mailto:[email protected]?subject=Aggie+Demo+Request">Request a Demo</a>
</header>
<section>
<h3 class="sr-only sr-only-focusable">Features</h3>
<div class="item row">
<div class="col-sm-4">
<a href="img/features/full/reports.gif" data-toggle="lightbox"
data-title="Efficient Data Exploration">
<img src="img/features/thumbnails/reports.gif" alt="">
</a>
</div>
<div class="col-sm-8">
<h4>Efficient Data Exploration</h4>
<p>
Aggie is designed to help you sift through mountains of incoming data to find interesting information. Use full-text search or filter by tag, author, source, status, or date/time. Flag reports for later, and add them to incidents. All with a lightning fast, streaming interface.
</p>
</div>
</div>
<div class="item row">
<div class="col-sm-4">
<a href="img/features/full/incidents.gif" data-toggle="lightbox"
data-title="Incident Tracking">
<img src="img/features/thumbnails/incidents.gif">
</a>
</div>
<div class="col-sm-8">
<h4>Incident Tracking</h4>
<p>
Reports of interest can be grouped into incidents. Location, veracity status, tags, notes, and other metadata can be added to each incident. Incidents are also fully searchable and filterable. Assign incidents to different team members to divide up the work of tracking.
</p>
</div>
</div>
<div class="item row">
<div class="col-sm-4">
<a href="img/features/full/grab-batch.gif" data-toggle="lightbox"
data-title="Team Coordination">
<img src="img/features/thumbnails/grab-batch.gif" alt="">
</a>
</div>
<div class="col-sm-8">
<h4>Team Coordination</h4>
<p>
“Grab a Batch” to check out a small set of reports to quickly review and flag or add to incident. Multiple team members can scan batches simultaneously and are assured to see different reports.
</p>
</div>
</div>
<div class="item row">
<div class="col-sm-4">
<a href="img/features/full/sources.png" data-toggle="lightbox"
data-title="Twitter, Facebook, SMS, RSS, and More">
<img src="img/features/thumbnails/sources.png" alt="">
</a>
</div>
<div class="col-sm-8">
<h4>Twitter, Facebook, SMS, RSS, and More</h4>
<p>
Pull reports from Twitter, Facebook Pages & Groups, RSS feeds, ELMO Responses, and SMS shortcodes. Aggie supports up to 1,000 incoming reports per second. Toggle and adjust various sources seamlessly to shape the data you are collecting.
</p>
</div>
</div>
<div class="item row">
<div class="col-sm-4">
<a href="img/features/full/trends.png" data-toggle="lightbox"
data-title="Trend Monitoring">
<img src="img/features/thumbnails/trends.png" alt="">
</a>
</div>
<div class="col-sm-8">
<h4>Trend Monitoring</h4>
<p>
Automated and manual analysis come together in Aggie with trend visualizations. Define trends using keywords, sources, and other metadata. Watch trend lines change over time and drill down by clicking anywhere on the chart to see matching reports.
</p>
</div>
</div>
<div class="item row">
<div class="col-sm-4">
<a href="img/features/full/incident-map.png" data-toggle="lightbox"
data-title="Mapping">
<img src="img/features/thumbnails/incident-map.png" alt="">
</a>
</div>
<div class="col-sm-8">
<h4>Mapping</h4>
<p>
View incidents on a map. Drill down by clicking incident markers.
</p>
</div>
</div>
</section>
<section class="design-principles color-block">
<div class="row">
<div class="col-sm-12">
<h3>Design Principles</h3>
</div>
</div>
<div class="row">
<div class="col-sm-6 principle">
<h4>Technological Neutrality</h4>
<span>Supporting content from popular social media platforms along with media originating from pur- pose-built systems.</span>
</div>
<div class="col-sm-6 principle">
<h4>Computer-enabled Expert Analysis</h4>
<span>Automated computer analysis augmenting and enhancing expert human real-time reasoning and decision making.</span>
</div>
<div class="col-sm-6 principle">
<h4>Real-time Response</h4>
<span>Moving from online report aggregation to analysis, escalation and response within one hour.</span>
</div>
<div class="col-sm-6 principle">
<h4>Big Data</h4>
<span>Supporting up to 1,000 incoming reports per second.</span>
</div>
<div class="col-sm-6 principle">
<h4>Open Source</h4>
<span>Aggie is fully open source and welcomes contri- butions.</span>
</div>
</div>
</section>
<section>
<div class="row">
<div class="col-sm-12">
<h3>Featured Deployments</h3>
</div>
</div>
<div class="item row">
<div class="col-sm-4">
<a href="img/deployments/full/nigeria-2011.png" data-toggle="lightbox"
data-title="Deployment: Nigeria 2011">
<img src="img/deployments/thumbnails/nigeria-2011.png"
alt="Two brown women point at computer screen showing red graphs">
</a>
</div>
<div class="col-sm-8">
<h4>Nigeria 2011</h4>
<p>
Aggie was first developed to support grassroots, youth-led monitoring of the 2011 Nigerian general elections. Aggie's trend visualization and search features helped uncover unfolding events more quickly than the traditional media and authorities.
</p>
</div>
</div>
<div class="item row">
<div class="col-sm-4">
<a href="img/deployments/full/ghana-2012.png" data-toggle="lightbox"
data-title="Deployment: Ghana 2012">
<img src="img/deployments/thumbnails/ghana-2012.png"
alt='Banner on blue building reads "Ghana Election 2012, Social Media Tracking Centre"'>
</a>
</div>
<div class="col-sm-8">
<h4>Ghana 2012</h4>
<p>
The 2012 Ghana elections also featured an Aggie-centered “Social Media Tracking Center” (SMTC). SMTC volunteers were divided into three teams: Relevance (who scan for pertinent reports), Veracity (who verify incidents) and Escalation (who pass information to appropriate bodies).
</p>
</div>
</div>
<div class="item row">
<div class="col-sm-4">
<a href="img/deployments/full/argentina-2015.png" data-toggle="lightbox"
data-title="Deployment: Argentina 2015">
<img src="img/deployments/thumbnails/argentina-2015.png"
alt="Group of people around a table looking at different computer monitors">
</a>
</div>
<div class="col-sm-8">
<h4>Argentina 2015</h4>
<p>
Argentina’s 2015 election was the first Aggie deployment to integrate reports from a crowdsourced election monitoring application, called <em>Ojo con el Voto</em>. Aggie’s reports page and trend analysis were publicized to a broad audience through a popular online newspaper.
</p>
</div>
</div>
</section>
<section class="about color-block">
<div class="row">
<div class="col-sm-12">
<h3>About/Contact</h3>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<p>Aggie was first developed to support grassroots, youth-led monitoring of the 2011 Nigerian general elections. The tool has been used widely since then, mostly in social election monitoring efforts.</p>
<p>Recently, interest has grown into other domains such as hate speech monitoring and disaster response. Read more in <a href="papers/ictd2016.pdf">this paper</a>.</p>
</div>
<div class="col-sm-6">
<p>Aggie is a collaboration between <a href="http://gatech.edu">Georgia Tech</a> (where the project began), <a href="http://sassafras.coop">Sassafras Tech Collective</a> (founded by one of Aggie's creators), and <a href="http://cs.unu.edu">United Nations University - Computing and Society</a> (directed by another of Aggie's creators).</p>
<p>Those interested in research collaboration in the area of social media monitoring or related areas should contact <a href="mailto:[email protected]">Dr. Michael Best</a> or <a href="mailto:[email protected]">Dr. Ellen Zegura</a>.</p>
</div>
</section>
<footer>
<a class="btn" href="mailto:[email protected]?subject=Aggie+Demo+Request">Request a Demo</a>
<div class="partners">
<a href="http://sassafras.coop"><img src="img/partners/sassafras.png" alt="Sassafras Tech Collective Logo" /></a>
<a href="http://cs.unu.edu/"><img src="img/partners/unucs.png" alt="UNU-CS Logo" /></a>
<a href="http://gatech.edu"><img src="img/partners/gatech.png" alt="Georgia Tech Logo" /></a>
</div>
</footer>
<script src="vendor/jquery-3.1.1.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="vendor/lightbox-4.0.2/ekko-lightbox.min.js"></script>
<script src="js/getaggie.js"></script>
</body>
</html>