-
Notifications
You must be signed in to change notification settings - Fork 3
/
readers.html
81 lines (72 loc) · 3.27 KB
/
readers.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
<!DOCTYPE html>
<meta charset="utf-8">
<title>Indic Wikipedia: Readership</title>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="http://d3js.org/d3.v3.js"></script>
<script src="/indicwiki/lib/jquery/jquery.tipsy.js"></script>
<script type="text/javascript"src="/indicwiki/lib/select/select2.min.js"></script>
<script type="text/javascript" src="/indicwiki/lib/bootstrap/js/bootstrap.min.js"></script>
<link href="/indicwiki/css/tipsy.css" rel="stylesheet">
<link href="/indicwiki/lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/indicwiki/lib/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="/indicwiki/css/app.css" rel="stylesheet">
<link href="/indicwiki/css/readers.css" rel="stylesheet">
<link href="/indicwiki/lib/select/select2.css" rel="stylesheet"/>
</head>
<body data-spy="scroll">
<div id="wrap">
<div class="navbar-inner">
<div id ="navbar" class="navbar navbar-static-top">
<div class="container">
<a class="brand" href="#">The Indic Wikipedia Projects</a>
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
<li class="divider-vertical"></li>
</ul>
</div>
</div>
</div>
<div class="container graphs">
<div class="row-fluid copy">
<p>This interactive dashboard shows the readership performances of the Indic language Wikipedia projects against various parameters, like Total Articles, Total Editors etc. Blue line gives the movement of page views from 2008 to 2012. Gray bars at the background represent the selected parameter for the month concerned.
</p>
<p>If you want to rather compare the page views of all the Indic Wikipedia projects, you can find the <a href="http://geohacker.github.io/indicwiki/page-views">visualisation here</a>.</p>
<p>Select a language and select a parameters to study emerging patterns.</p>
</div>
<center>
<div class="row-fluid controls">
<div class="span2">
<select id="search">
<option></option>
</select>
</div>
<div class="span2">
<span id="new_articles" class="label label-inverse"><i class="icon-file icon-white"></i> New Articles</span>
</div>
<div class="span2">
<span id="new_editors" class="label label-inverse"><i class="icon-user icon-white"></i> New Editors</span>
</div>
<div class="span2">
<span id="total_articles" class="label label-inverse"><i class="icon-book icon-white"></i> Total Articles</span>
</div>
<div class="span2">
<span id="total_editors" class="label label-inverse"><i class="icon-user icon-white"></i> Total Editors</span>
</div>
<div class="span2">
<span id="mean_edits" class="label label-inverse"><i class="icon-pencil icon-white"></i> Mean Edits</span>
</div>
</div>
</center>
<div id="chart" class="row-fluid"></div>
</div>
<div id="push"></div>
</div>
<div id="footer">
<div class="container">
<p class="muted credit">© <a href="http://cis-india.org">The Centre for Internet and Society</a> | Built by <a href="http://twitter.com/geohacker">@geohacker</a> and <a href="http://twitter.com/ajantriks">@ajantriks</a>.</p>
</div>
</div>
</body>
<script type="text/javascript" src="/indicwiki/js/readers.js"></script>
</html>