-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexploring_data.html
169 lines (121 loc) · 5.61 KB
/
exploring_data.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
<!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>Exploring Data – 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 ><a href="/publishing_stats.html">Publishing Statistics</a></li>
<li class="active"><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="/elements.html">Elements</a></li>
<li><a href="/codelists.html">Codelists</a></li>
<li><a href="/booleans.html">Booleans</a></li>
<li><a href="/dates.html">Dates</a></li>
<li><a href="/traceability.html">Traceability</a></li>
<li><a href="/org_ids.html">Organisation Identifiers</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div class="page-header">
<h1>Exploring Data</h1>
<p class="lead">Which parts of the IATI Standard are being used?</p>
</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">
This section tracks the various elements, attributes and codelists within published IATI data.
For every instance of these properties, a report is made available.
</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="/elements.html">Elements</a></h4>
<p>How are the IATI Standard elements used by publishers?</p>
</li>
<li class="list-group-item">
<h4><a href="/codelists.html">Codelists</a></h4>
<p>How are codelists used in IATI data?</p>
</li>
<li class="list-group-item">
<h4><a href="/booleans.html">Booleans</a></h4>
<p>How are booleans used in IATI data?</p>
</li>
<li class="list-group-item">
<h4><a href="/dates.html">Dates</a></h4>
<p>What date ranges do publishers publish data for?</p>
</li>
<li class="list-group-item">
<h4><a href="/traceability.html">Traceability</a></h4>
<p>How much of a publisher’s spending is traceable to other publishers’ activities?</p>
</li>
<li class="list-group-item">
<h4><a href="/org_ids.html">Organisation Identifiers</a></h4>
<p>Are organisation identifiers being used correctly?</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/8b9e94612e0dade8b91dbc338e0ac41881e4bf94">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>11 February 2025 (at 06:24 UTC)</em> from data downloaded on <em>11 February 2025 (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>