-
Notifications
You must be signed in to change notification settings - Fork 0
/
cricket.html
613 lines (578 loc) · 27.3 KB
/
cricket.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
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="OSWINDS">
<meta name="keyword" content="Fixing, Sports, Analytics, Data, Twitter, YouTube, Corruption, Match, Pakistan, Cricket">
<title>TWEETFIX</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!--external css-->
<link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.css">
<link rel="stylesheet" href="https://cdn.anychart.com/css/latest/anychart-ui.css">
<!-- Custom styles for this template -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/style-responsive.css" rel="stylesheet">
<script src="https://cdn.anychart.com/js/latest/anychart.min.js" type="text/javascript"></script>
<script src="https://cdn.anychart.com/js/latest/anymap.min.js" type="text/javascript"></script>
<script src="https://cdn.anychart.com/geodata/1.2.0/custom/world_source/world_source.js"></script>
<script src="assets/js/customJS.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<section id="container" >
<!-- **********************************************************************************************************************************************************
TOP BAR CONTENT & NOTIFICATIONS
*********************************************************************************************************************************************************** -->
<!--header start-->
<header class="header black-bg">
<div class="sidebar-toggle-box">
<div class="fa fa-bars tooltips" data-placement="right" data-original-title="Toggle Navigation"></div>
</div>
<!--logo start-->
<a href="index.html" class="logo"><b>FIX THE TWITTER</b></a>
<!--logo end-->
<div class="nav notify-row" id="top_menu">
</div>
<div class="top-menu">
<ul class="nav pull-right top-menu">
<div class="row">made by <a href="https://oswinds.csd.auth.gr" class="top-menu-oswinds" target="_blank">OSWINDS</a></div>
<div class="row top-menu-social-media">
<a href="https://github.com/OSWINDS" target="_blank"><i class="fa fa-github pull-right"></i></a>
<a href="#" target="_blank"><i class="fa fa-linkedin pull-right"></i></a>
<a href="https://www.facebook.com/oswinds/" target="_blank"><i class="fa fa-facebook pull-right"></i></a>
<a href="https://twitter.com/oswinds_auth" target="_blank"><i class="fa fa-twitter pull-right"></i></a>
</div>
</ul>
</div>
</header>
<!--header end-->
<!-- **********************************************************************************************************************************************************
MAIN SIDEBAR MENU
*********************************************************************************************************************************************************** -->
<!--sidebar start-->
<aside>
<div id="sidebar" class="nav-collapse ">
<!-- sidebar menu start-->
<ul class="sidebar-menu" id="nav-accordion">
<li class="mt">
<a href="index.html">
<i class="fa fa-home"></i>
<span>Home</span>
</a>
</li>
<li class="sub-menu">
<a class="active" href="javascript:;" >
<i class="fa fa-bar-chart"></i>
<span>Cases</span>
</a>
<ul class="sub">
<li><a href="general.html">General</a></li>
<li><a href="djokovic.html">N. Djokovic</a></li>
<li><a href="donaghy.html">T. Donaghy</a></li>
<li><a href="football.html">Southern Stars</a></li>
<li class="active"><a href="cricket.html">Pakistani Cricket</a></li>
<li><a href="taboga.html">D. Taboga</a></li>
</ul>
</li>
<li class="sub-menu">
<a href="lexicon.html">
<i class="fa fa-book"></i>
<span>Lexicon</span>
</a>
</li>
<li class="sub-menu">
<a href="about.html">
<i class="fa fa-desktop"></i>
<span>About</span>
</a>
</li>
</ul>
<!-- sidebar menu end-->
</div>
</aside>
<!--sidebar end-->
<!-- **********************************************************************************************************************************************************
MAIN CONTENT
*********************************************************************************************************************************************************** -->
<!--main content start-->
<section id="main-content">
<section class="wrapper site-min-height">
<h2><i class="fa fa-angle-right"></i> Pakistan cricket spot-fixing Case</h2>
<!-- FIRST ROW: INTRO / LINE CHART / TAG CLOUD / INFOBOX -->
<div class="row mt">
<div class="col-lg-9 col-md-9 col-sm-9">
<!-- INTRO TO THE CASE -->
<div class="row">
<p class="intro intro-cases">
This scandal of 2010 centres on certain members of Pakistan’s national cricket team being convicted of taking bribes from a bookmaker,
Mazhar Majeed, to under-perform deliberately at certain times in a Test match at Lord's Cricket Ground, London, in 2010. More specifically,
some reporters videotaped the bookmaker accepting money and informing the reporters that some players would deliberately bowl no balls at
specific points in an over. Three cricket players were banned and convicted for this case; Salman Butt, Mohammad Asif and Mohammad Amir.
</p>
<p class="query-words">
Query Words:
<span class="label label-danger">cricket</span>
<span class="label label-danger">Asif</span>
<span class="label label-danger">Amir</span>
<span class="label label-info">fixing</span>
<span class="label label-info">betting</span>
<span class="label label-info">corruption</span>
<span class="label label-info">bet</span>
<span class="label label-info">fix</span>
<span class="label label-info">scandal</span>
</p>
</div>
<!-- TWEETS PER MONTH PLOT -->
<div class="row mt case-charts">
<h4><i class="fa fa-angle-right"></i> Tweets per Month <i class="fa fa-info-circle infopop-icon"></i> </h4>
<div class="infopop">
<p>Contains the count of tweets submitted every month during the researching period.</p>
</div>
<div class="panel-body">
<div id="date-graph" class="graph"></div>
</div>
</div>
<!-- SENTIMENT PER MONTH PLOT -->
<div class="row mt case-charts">
<h4><i class="fa fa-angle-right"></i> Sentiment per Month <i class="fa fa-info-circle infopop-icon"></i> </h4>
<div class="infopop">
<p>Contains information about the scores of six basic sentiments (Anger, Disgust, Fear, Joy, Sadness & Surprise), on each month.</p>
</div>
<div class="panel-body">
<div id="sentiment-graph" class="graph"></div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-3 col-sm-3">
<!-- GENERAL INFO -->
<div class="content-panel case-right">
<h4><i class="fa fa-angle-right"></i> Infobox</h4>
<div class="panel-body ">
<div class="row panel-body-less-padding">
<div class="box0 box1">
<span class="fa fa-twitter"></span>
<h3>2926</h3>
<p>2926 distinct tweets</p>
</div>
</div>
<div class="row">
<div class="box0 box1">
<span class="fa fa-youtube"></span>
<h3>401</h3>
<p>401 distinct Youtube comments</p>
</div>
</div>
<div class="row">
<div class="box0 box1">
<span class="fa fa-user"></span>
<h3>1371</h3>
<p>1371 distinct users (1010 from Twitter and 361 from YouTube)</p>
</div>
</div>
<div class="row">
<div class="box0 box1">
<span class="fa fa-list"></span>
<h3>4974</h3>
<p>4974 distinct words</p>
</div>
</div>
<div class="row">
<div class="box0 box1">
<span class="fa fa-calendar-o"></span>
<h4>31/08/2015 to 01/06/2016</h4>
<p>The time frame of the data is 9 months</p>
</div>
</div>
<!-- SENTIMENT ANALYSIS SCORES -->
<div class="row">
<div class="box0 box1 box-SA">
<h3>Sentiment: <span style="font-size: 32px; color: #ac92ec;">Fear</span></h3>
<p>The overall score of our sentiment analysis indicated the main sentiment of the users was Fear.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- SECOND ROW: TAG CLOUD - WORDS -->
<div class="row mt case-charts">
<h4><i class="fa fa-angle-right"></i> Most Frequent Words <i class="fa fa-info-circle infopop-icon"></i> </h4>
<div class="col-md-3">
<table class="table table-hover mt">
<thead>
<tr>
<th>#</th>
<th>Word</th>
<th>Frequency</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>cricket</td>
<td>4519</td>
</tr>
<tr>
<td>3</td>
<td>bet</td>
<td>3126</td>
</tr>
<tr>
<td>2</td>
<td>corruption</td>
<td>2085</td>
</tr>
<tr>
<td>5</td>
<td>fix</td>
<td>1630</td>
</tr>
<tr>
<td>4</td>
<td>pakistani</td>
<td>1299</td>
</tr>
<tr>
<td>6</td>
<td>match</td>
<td>768</td>
</tr>
<tr>
<td>7</td>
<td>free</td>
<td>676</td>
</tr>
<tr>
<td>8</td>
<td>pakistan</td>
<td>663</td>
</tr>
<tr>
<td>9</td>
<td>twitter</td>
<td>555</td>
</tr>
<tr>
<td>10</td>
<td>amir</td>
<td>520</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-9">
<div class="infopop">
<p>Contains the most frequent distinct words as extracted from the final data during the researching period.</p>
</div>
<div class="panel-body">
<div class="tag-cloud">
<script src="https://cdn.tagul.com/embed/d04h0iyqzkvm"></script>
</div>
</div>
</div>
</div>
<!-- THIRD ROW: TAG CLOUDS - HASHTAGS & MENTIONS / BUBBLE CHART / LOCATION MAP -->
<div class="row mt case-charts">
<!-- TAG CLOUD - HASHTAGS -->
<div class="col-md-9">
<h4><i class="fa fa-angle-right"></i> Most Frequent Hashtags <i class="fa fa-info-circle infopop-icon"></i> </h4>
<div class="infopop">
<p>Contains the most frequent distinct hashtags as extracted from the final data. The table shows the top10 of the hashtags along with their frequencies.</p>
</div>
<div class="tag-cloud">
<script src="https://cdn.tagul.com/embed/5a0mw0lmepat"></script>
</div>
</div>
<!-- TABLE OF MOST FREQUENT HASHTAGS -->
<div class="col-md-3">
<table class="table table-hover mt">
<thead>
<tr>
<th>#</th>
<th>Word</th>
<th>Frequency</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>#cricket</td>
<td>481</td>
</tr>
<tr>
<td>2</td>
<td>#pakistan</td>
<td>237</td>
</tr>
<tr>
<td>3</td>
<td>#IPL</td>
<td>197</td>
</tr>
<tr>
<td>4</td>
<td>#WT20</td>
<td>133</td>
</tr>
<tr>
<td>5</td>
<td>#news</td>
<td>126</td>
</tr>
<tr>
<td>6</td>
<td>#IPL2016</td>
<td>123</td>
</tr>
<tr>
<td>7</td>
<td>#T20</td>
<td>113</td>
</tr>
<tr>
<td>8</td>
<td>#inplaymagic</td>
<td>105</td>
</tr>
<tr>
<td>9</td>
<td>#bet</td>
<td>88</td>
</tr>
<tr>
<td>10</td>
<td>#TENNIS</td>
<td>81</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row mt case-charts">
<h4><i class="fa fa-angle-right"></i> Most Frequent Users & Mentions / Location Map <i class="fa fa-info-circle infopop-icon"></i> </h4>
<div class="infopop">
<p>The bubble chart contains the most frequent users that tweeted about the event, the tagcloud contains the most frequent mentions included in the tweets and the choropleth map shows the locations that interacted with the tweet.</p>
</div>
<!-- BUBBLE CHART - MENTIONS -->
<!-- <div class="col-lg-4">
<img src="images/users-freq.jpg"/>
</div> -->
<!-- TABLE OF MOST FREQUENT USERS -->
<div class="col-md-3 col-md-offset-1">
<table class="table table-hover mt">
<thead>
<tr>
<th>#</th>
<th>Word</th>
<th>Frequency</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>@TheRealPCB</td>
<td>12</td>
</tr>
<tr>
<td>2</td>
<td>@mak_asif</td>
<td>12</td>
</tr>
<tr>
<td>3</td>
<td>@YouTube</td>
<td>9</td>
</tr>
<tr>
<td>4</td>
<td>@ICC</td>
<td>8</td>
</tr>
<tr>
<td>5</td>
<td>@iamamirofficial</td>
<td>6</td>
</tr>
<tr>
<td>6</td>
<td>@MHafeez22</td>
<td>6</td>
</tr>
<tr>
<td>7</td>
<td>@AzharAli_</td>
<td>5</td>
</tr>
<tr>
<td>8</td>
<td>@faizanlakhani</td>
<td>5</td>
</tr>
<tr>
<td>9</td>
<td>@azkhawaja1</td>
<td>5</td>
</tr>
<tr>
<td>10</td>
<td>@karachikhatmal</td>
<td>5</td>
</tr>
</tbody>
</table>
</div>
<!-- TAG CLOUD - USERS -->
<div class="col-lg-8 tag-cloud">
<script src="https://cdn.tagul.com/embed/g4f6h65tlxv4"></script>
</div>
</div>
<div class="row mt case-charts">
<!-- BUBBLE CHART - MENTIONS -->
<div class="col-md-offset-1 col-md-8 bubble-chart">
<img src="images/bubble-cricket.png"/>
</div>
<!-- TABLE OF MOST FREQUENT MENTIONS -->
<div class="col-md-3">
<table class="table table-hover mt">
<thead>
<tr>
<th>#</th>
<th>Word</th>
<th>Frequency</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>@TheRealPCB</td>
<td>12</td>
</tr>
<tr>
<td>2</td>
<td>@mak_asif</td>
<td>12</td>
</tr>
<tr>
<td>3</td>
<td>@YouTube</td>
<td>9</td>
</tr>
<tr>
<td>4</td>
<td>@ICC</td>
<td>8</td>
</tr>
<tr>
<td>5</td>
<td>@iamamirofficial</td>
<td>6</td>
</tr>
<tr>
<td>6</td>
<td>@MHafeez22</td>
<td>6</td>
</tr>
<tr>
<td>7</td>
<td>@AzharAli_</td>
<td>5</td>
</tr>
<tr>
<td>8</td>
<td>@KP24</td>
<td>4</td>
</tr>
<tr>
<td>9</td>
<td>@mirzaiqbal80</td>
<td>4</td>
</tr>
<tr>
<td>10</td>
<td>@Saj_PakPassion</td>
<td>4</td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- FREQUENT LOCATIONS MAP -->
<div class="row mt case-charts">
<div class="map" id="map"></div>
<script>
anychart.onDocumentReady(
function() {
map = anychart.map();
// insert data
var dataSet = anychart.data.set([
{'id': 'US', 'value': 22},
{'id': 'IN', 'value': 8},
{'id': 'PK', 'value': 5},
{'id': 'ZA', 'value': 2},
{'id': 'NZ', 'value': 2},
{'id': 'GB', 'value': 1},
{'id': 'GH', 'value': 1},
{'id': 'NL', 'value': 1},
{'id': 'BW', 'value': 1},
{'id': 'CM', 'value': 1}
]);
// create choropleth series
series = map.choropleth(dataSet);
// set geoIdField to 'id', this field contains in geo data meta properties
series.geoIdField('id');
// set map color settings
series.colorScale(anychart.scales.linearColor('#effbfd', '#68dff0'));
series.hoverFill('#ed5565');
// disable countries' labels
series.labels(false);
// set map title
map.title().enabled(true).text('Most Frequent Locations talking about Match Fixing\n');
// set geo data, you can find this map in our geo maps collection
// https://cdn.anychart.com/#maps-collection
map.geoData(anychart.maps['world_source']);
//set map container id (div)
map.container('map');
//initiate map drawing
map.draw();
// anychart.installStyles('body{font-family:Verdana,\'Helvetica Neue\',Arial,Helvetica,Geneva,sans-serif;background-color:red;}');
});
</script>
</div>
</section><!--/wrapper -->
</section><!-- /MAIN CONTENT -->
<!--main content end-->
<!--footer start-->
<footer class="site-footer">
<div class="text-center">
© 2016 <a href="https://oswinds.csd.auth.gr" target="_blank">OSWINDS</a>, Source Code can be found <a href="https://github.com/OSWINDS/FixtheFixing-Twitter-Analytics-Results" target="_blank">here</a>
<a href="cricket.html#" class="go-top">
<i class="fa fa-angle-up"></i>
</a>
</div>
</footer>
<!--footer end-->
</section>
<!-- js placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/jquery-ui-1.9.2.custom.min.js"></script>
<script src="assets/js/jquery.ui.touch-punch.min.js"></script>
<script class="include" type="text/javascript" src="assets/js/jquery.dcjqaccordion.2.7.js"></script>
<script src="assets/js/jquery.scrollTo.min.js"></script>
<script src="assets/js/jquery.nicescroll.js" type="text/javascript"></script>
<!--common script for all pages-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/morris.js/0.5.1/morris.min.js"></script>
<script src="assets/js/common-scripts.js"></script>
<!--script for this page-->
<script src="assets/js/morris/morris-cricket.js"></script>
</body>
</html>