-
Notifications
You must be signed in to change notification settings - Fork 0
/
publishing_stats.html
176 lines (124 loc) · 6.12 KB
/
publishing_stats.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="//netdna.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="/style.css" />
<link rel="icon" href="/favicon.ico">
<title>Publishing Statistics – Code for IATI Analytics</title>
</head>
<body>
<div id="wrap">
<div class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<a href="#" class="navbar-brand" data-c4i-toggle="sidebar" aria-controls="c4i-sidebar" aria-expanded="false" aria-label="Toggle Code for IATI sidebar"><img src="https://codeforiati.org/assets/img/logo.png" alt="Code for IATI" /></a>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li ><a href="/">Home</a></li>
<li ><a href="/headlines.html">Headlines</a></li>
<li ><a href="/data_quality.html">Data Quality</a></li>
<li class="active"><a href="/publishing_stats.html">Publishing Statistics</a></li>
<li ><a href="/exploring_data.html">Exploring Data</a></li>
<li ><a href="/faq.html">FAQ</a></li>
</ul>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/timeliness.html">Timeliness</a></li>
<li><a href="/forwardlooking.html">Forward Looking</a></li>
<li><a href="/comprehensiveness.html">Comprehensiveness</a></li>
<li><a href="/summary_stats.html">Summary Statistics</a></li>
<li><a href="/humanitarian.html">Humanitarian Reporting</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div class="page-header">
<h1>Publishing Statistics</h1>
</div>
<div class="row">
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
About
</h3>
</div>
<div class="panel-body">
<p>The statistics on IATI data that are calculated routinely and displayed here allow publishers to better understand how to improve their data, and allow users to assess which data is likely to meet their particular needs.</p>
<p>Each of the pages in this section contains:</p>
<ul>
<li>a non-technical narrative explaining the thinking and methodology behind each dimension</li>
<li>a link to the IATI Consultation Forum where the methodology can be queried or challenged</li>
<li>pseudo-code, for technical readers, to explain in more detail the machine logic involved</li>
<li>a table of statistics - for all IATI publishers - that are used to derive an assessment</li>
<li>an assessment that interprets the statistics into a meaningful summary</li>
</ul>
<p>The statistics on these pages are refreshed frequently. The methodology is open to inspection and will be changed in response to feedback and discussion.</p>
<p>The overriding concern of the Technical Team is that the methodologies being tested here gain buy-in from our members and publishers so that they can be used as a credible benchmark in improving the quality of IATI data.</p>
</div>
</div>
</div>
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
Contents
</h3>
</div>
<ul class="list-group">
<li class="list-group-item">
<h4><a href="/timeliness.html">Timeliness</a></h4>
<p></p>
</li>
<li class="list-group-item">
<h4><a href="/forwardlooking.html">Forward Looking</a></h4>
<p></p>
</li>
<li class="list-group-item">
<h4><a href="/comprehensiveness.html">Comprehensiveness</a></h4>
<p></p>
</li>
<li class="list-group-item">
<h4><a href="/summary_stats.html">Summary Statistics</a></h4>
<p></p>
</li>
<li class="list-group-item">
<h4><a href="/humanitarian.html">Humanitarian Reporting</a></h4>
<p></p>
</li>
</ul>
</div>
</div>
</div>
</div><!-- /.container -->
</div>
<div id="footer">
<div class="container">
<p class="text-muted">
<a href="https://github.com/codeforIATI/analytics/tree/a6364195be46178a1dae3efb717a53fd84e167ff">Source code</a>.
<a href="https://github.com/codeforIATI/analytics/issues?state=open">Report bugs, and request features using Github issues</a>.<br/>
Generated on <em>8 December 2024 (at 06:51 UTC)</em> from data downloaded on <em>8 December 2024 (at 00:00 UTC)</em>.<br/>
(NB This is the time the download task started. Any changes made after this time may not be reflected).<br />
For details on how often these updates are applied, see the <a href="/faq.html">Code for IATI Analytics FAQ</a>.
</div>
</div>
<script src="//codeforiati.org/sidebar/sidebar.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.13.3/jquery.tablesorter.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.13.3/jquery.tablesorter.widgets.min.js"></script>
<script>$(function() { $("table.table").tablesorter({ widgets: ['stickyHeaders'] }); });</script>
</body>
</html>