-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpenBudgets.html
More file actions
424 lines (297 loc) · 21.2 KB
/
Copy pathOpenBudgets.html
File metadata and controls
424 lines (297 loc) · 21.2 KB
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
<!DOCTYPE html>
<!-- saved from url=(0022)http://openbudgets.eu/ -->
<html class=" js flexbox canvas canvastext webgl touch geolocation postmessage websqldatabase indexeddb hashchange history draganddrop websockets rgba hsla multiplebgs backgroundsize borderimage borderradius boxshadow textshadow opacity cssanimations csscolumns cssgradients cssreflections csstransforms csstransforms3d csstransitions fontface generatedcontent video audio localstorage sessionstorage webworkers applicationcache svg inlinesvg smil svgclippaths" lang="">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>OpenBudgets</title>
<meta name="description" content="Upload, Visualize, Analyse public budget and spending data. Start exploring and learn stories behind budgets.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="http://openbudgets.eu/apple-touch-icon.png">
<link href="css/css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/main.css">
<script src="js/analytics.js"></script>
<script src="js/modernizr-2.8.3.min.js"></script>
</head>
<script language="JavaScript">
function openURL(id) {
parent.open(document.getElementById(id).href)
}
</script>
<script>
function copyToClipboard(id) {
window.prompt("Copy to clipboard: Ctrl+C, Enter", document.getElementById(id).href);
}
</script>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header class="site-header">
<div class="wrapper">
<a href="http://openbudgets.eu/" class="logo">
<img src="img/openbudgets-logo-white.png" alt="OpenBudgets.eu">
</a>
<div class="cd-navigation socials">
<a class="cd-facebook cd-img-replace" href="https://facebook.com/openbudgets" rel="external">Facebook</a>
<a class="cd-twitter cd-img-replace" href="https://twitter.com/openbudgetseu" rel="external">Twitter</a>
<a class="cd-linkedin cd-img-replace" href="https://www.linkedin.com/company/open-budgets" rel="external">LinkedIn</a>
<a class="cd-github cd-img-replace" href="https://github.com/openbudgets" rel="external">Git Hub</a>
</div> <!-- socials -->
<nav>
<ul>
<li class=" has-children">
<a href="http://openbudgets.eu/about/">About</a>
<ul>
<li><a href="http://openbudgets.eu/about/objectives/">Objectives</a></li>
<li><a href="http://openbudgets.eu/about/technical-structure/">Technical structure</a></li>
<li><a href="http://openbudgets.eu/about/work-packages/">Work Packages</a></li>
<li><a href="http://openbudgets.eu/about/deliverables/">Deliverables</a></li>
<li><a href="http://openbudgets.eu/about/partners/">Partners</a></li>
</ul>
</li>
<li>
<a href="http://openbudgets.eu/blog">Blog</a>
</li>
<li>
<a href="http://openbudgets.eu/tools">Tools</a>
</li>
<li>
<a href="http://openbudgets.eu/contact">Contact</a>
</li>
<li>
<a href="http://openbudgets.eu/press">Press</a>
</li>
</ul>
</nav>
</div>
<a id="cd-menu-trigger" href="http://openbudgets.eu/#0"><span class="cd-menu-text">Menu</span><span class="cd-menu-icon"></span></a>
</header>
<main class="cd-main-content">
<div class="home">
<div class="banner">
<div class="wrapper">
<span>
<h1>Upload, Visualize, Analyse public budget and spending data. Start exploring and learn stories behind budgets.
</h1>
</span>
</div>
</div>
<div class="aside wrapper">
<article>
<h2>Module Index</h2>
<table style="width:100%">
<tr>
<th><ul><li><a id="a1" href="https://next.openspending.org/">OS Packager</a><div class="box"><iframe src="https://next.openspending.org/" width = "500px" height = "500px"></iframe></div></li></ul></th>
<th><button type="button" onclick="copyToClipboard('a1')">copy URL</button></th>
<th><button type="button" onclick="parent.open('https://github.com/openspending/os-packager')">visit github</button></th>
</tr>
<tr>
<th><ul><li><a id="a2" href="http://eis-openbudgets.iais.fraunhofer.de/explorer/">OS Explorer</a><div class="box"><iframe src="http://eis-openbudgets.iais.fraunhofer.de/explorer/" width = "500px" height = "500px"></iframe></div></li></ul></th>
<th><button type="button" onclick="copyToClipboard('a2')">copy URL</button></th>
<th><button type="button" onclick="parent.open('https://github.com/openspending/os-explorer')">visit github</button></th>
</tr>
<th><ul>
<li><a id="a4" href="http://etl.linkedpipes.com/">LinkedPipes</a><div class="box"><iframe src="http://etl.linkedpipes.com/" width = "500px" height = "500px"></iframe></div></li>
</ul></th>
<th><button type="button" onclick="copyToClipboard('a4')">copy URL</button></th>
<th><button type="button" onclick="parent.open('https://github.com/linkedpipes/etl')">visit github</button></th>
</tr>
<tr>
<th><ul>
<li><a id="a5" href="http://eis-openbudgets.iais.fraunhofer.de/viewer/budget-athens-expenditure-2007__5d543?lang=en">OS Viewer</a><div class="box"><iframe src="http://eis-openbudgets.iais.fraunhofer.de/viewer/budget-athens-expenditure-2007__5d543?lang=en" width = "500px" height = "500px"></iframe></div></li>
</ul></th>
<th><button type="button" onclick="copyToClipboard('a5')">copy URL</button></th>
<th><button type="button" onclick="parent.open('https://github.com/openspending/os-viewer')">visit github</button></th>
</tr>
<tr>
<th><ul>
<li><a id="a7" href="http://alignment-obeu.iais.fraunhofer.de/">Alignment UI</a><div class="box"><iframe src="http://alignment-obeu.iais.fraunhofer.de/" width = "500px" height = "500px"></iframe></div></li>
</ul></th>
<th><button type="button" onclick="copyToClipboard('a7')">copy URL</button></th>
<th><button type="button" onclick="parent.open('https://github.com/okgreece/Alignment')">visit github</button></th>
</tr>
<tr>
<th><ul>
<li><a id="a9" href="http://eis-openbudgets.iais.fraunhofer.de/indigo/">Indigo</a><div class="box"><iframe src="http://eis-openbudgets.iais.fraunhofer.de/indigo/" width = "500px" height = "500px"></iframe></div></li>
</ul></th>
<th><button type="button" onclick="copyToClipboard('a9')">copy URL</button></th>
<th><button type="button" onclick="parent.open('https://github.com/okgreece/indigo')">visit github</button></th>
</tr>
<tr>
<th><ul>
<li><a id="a10" href="http://openbudgets-voting-sample.herokuapp.com/">Participatory Budgeting</a></li>
</ul></th>
<th><button type="button" onclick="copyToClipboard('a10')">copy URL</button></th>
<th><button type="button" onclick="parent.open('https://github.com/openbudgets/participatory-budgeting')">visit github</button></th>
</tr>
</table>
</article>
<aside>
<section>
<h4>Stay in the loop</h4>
<p>
Don't miss an important update - sign up for our newsletter.
</p>
<a href="http://eepurl.com/bObmsT">Sign up</a>
</section>
<section class="twitter-feed">
<h4>Twitter Feed</h4>
<div id="twitter"><ul><li><div class="user">
<div data-scribe="component:author">
<a data-scribe="element:user_link" href="https://twitter.com/okfde" aria-label="OKF DE (screen name: okfde)" target="_blank">
<span>
<img data-scribe="element:avatar" data-src-2x="https://pbs.twimg.com/profile_images/560117963311702016/tm6LD8mj_bigger.png" alt="" data-src-1x="https://pbs.twimg.com/profile_images/560117963311702016/tm6LD8mj_normal.jpeg" src="img/tm6LD8mj_bigger.jpeg">
</span>
<span title="OKF DE" data-scribe="element:name">OKF DE</span>
<span title="@okfde" data-scribe="element:screen_name">@okfde</span>
</a>
</div>
</div><p class="tweet">Join 'The Story Hunt - Uncover the EU' by <a href="https://twitter.com/OpenBudgetsEU" data-mentioned-user-id="3320897369" data-scribe="element:mention" target="_blank"><span>@</span><span>OpenBudgetsEU</span></a> and <a href="https://twitter.com/datenschule" data-mentioned-user-id="4884983397" data-scribe="element:mention" target="_blank"><span>@</span><span>datenschule</span></a>!
5 Workshops
1 Expedition Weekend
<a href="https://t.co/D5fRY5phuc" data-expanded-url="https://storyhunt.de/" target="_blank" title="https://storyhunt.de/" data-scribe="element:url"><span>https://</span>storyhunt.de<span>/ </span></a></p><p class="interact"><a href="https://twitter.com/intent/tweet?in_reply_to=857151052608671744" class="twitter_reply_icon" target="_blank">Reply</a><a href="https://twitter.com/intent/retweet?tweet_id=857151052608671744" class="twitter_retweet_icon" target="_blank">Retweet</a><a href="https://twitter.com/intent/favorite?tweet_id=857151052608671744" class="twitter_fav_icon" target="_blank">Favorite</a></p></li><li><div class="user">
<div data-scribe="component:author">
<a data-scribe="element:user_link" href="https://twitter.com/OpenBudgetsEU" aria-label="Open Budgets EU (screen name: OpenBudgetsEU)" target="_blank">
<span>
<img data-scribe="element:avatar" data-src-2x="https://pbs.twimg.com/profile_images/654638053290602500/9XhCpjrM_bigger.png" alt="" data-src-1x="https://pbs.twimg.com/profile_images/654638053290602500/9XhCpjrM_normal.png" src="img/9XhCpjrM_bigger.png">
</span>
<span title="Open Budgets EU" data-scribe="element:name">Open Budgets EU</span>
<span title="@OpenBudgetsEU" data-scribe="element:screen_name">@OpenBudgetsEU</span>
</a>
</div>
</div><p class="tweet">Due to <a href="https://twitter.com/hashtag/brexit?src=hash" data-scribe="element:hashtag" target="_blank"><span>#</span><span>brexit</span></a> UK will lose 20 billion € of EU <a href="https://twitter.com/hashtag/ESIF?src=hash" data-scribe="element:hashtag" target="_blank"><span>#</span><span>ESIF</span></a> funding. See what was financed in our new data @ <a href="https://t.co/GXTmvbpFaL" data-expanded-url="http://subsidystories.eu/" target="_blank" title="http://subsidystories.eu/" data-scribe="element:url"><span>http://</span>subsidystories.eu<span>/ </span></a> <a href="https://twitter.com/hashtag/transparency?src=hash" data-scribe="element:hashtag" target="_blank"><span>#</span><span>transparency</span></a></p><p class="interact"><a href="https://twitter.com/intent/tweet?in_reply_to=857150876280119296" class="twitter_reply_icon" target="_blank">Reply</a><a href="https://twitter.com/intent/retweet?tweet_id=857150876280119296" class="twitter_retweet_icon" target="_blank">Retweet</a><a href="https://twitter.com/intent/favorite?tweet_id=857150876280119296" class="twitter_fav_icon" target="_blank">Favorite</a></p></li><li><div class="user">
<div data-scribe="component:author">
<a data-scribe="element:user_link" href="https://twitter.com/OpenBudgetsEU" aria-label="Open Budgets EU (screen name: OpenBudgetsEU)" target="_blank">
<span>
<img data-scribe="element:avatar" data-src-2x="https://pbs.twimg.com/profile_images/654638053290602500/9XhCpjrM_bigger.png" alt="" data-src-1x="https://pbs.twimg.com/profile_images/654638053290602500/9XhCpjrM_normal.png" src="img/9XhCpjrM_bigger.png">
</span>
<span title="Open Budgets EU" data-scribe="element:name">Open Budgets EU</span>
<span title="@OpenBudgetsEU" data-scribe="element:screen_name">@OpenBudgetsEU</span>
</a>
</div>
</div><p class="tweet">Interesting event on EU Cohesion Policy: 9 - 12 October</p><p class="interact"><a href="https://twitter.com/intent/tweet?in_reply_to=856821491102621696" class="twitter_reply_icon" target="_blank">Reply</a><a href="https://twitter.com/intent/retweet?tweet_id=856821491102621696" class="twitter_retweet_icon" target="_blank">Retweet</a><a href="https://twitter.com/intent/favorite?tweet_id=856821491102621696" class="twitter_fav_icon" target="_blank">Favorite</a></p></li><li><div class="user">
<div data-scribe="component:author">
<a data-scribe="element:user_link" href="https://twitter.com/EUauditors" aria-label="EU Court of Auditors (screen name: EUauditors)" target="_blank">
<span>
<img data-scribe="element:avatar" data-src-2x="https://pbs.twimg.com/profile_images/755695201725939712/BzgDmcC3_bigger.jpg" alt="" data-src-1x="https://pbs.twimg.com/profile_images/755695201725939712/BzgDmcC3_normal.jpg" src="img/BzgDmcC3_bigger.jpg">
</span>
<span title="EU Court of Auditors" data-scribe="element:name">EU Court of Auditors</span>
<span data-scribe="element:verified_badge"><div aria-label="Verified Account" title="Verified Account" role="img"></div>✔</span>
<span title="@EUauditors" data-scribe="element:screen_name">@EUauditors</span>
</a>
</div>
</div><p class="tweet">Is EU effectively protecting <a href="https://twitter.com/hashtag/EUbudget?src=hash" data-scribe="element:hashtag" target="_blank"><span>#</span><span>EUbudget</span></a> <a href="https://twitter.com/hashtag/CohesionPolicy?src=hash" data-scribe="element:hashtag" target="_blank"><span>#</span><span>CohesionPolicy</span></a> from irregular spending? In our special report this Thursday <a href="https://t.co/5IN8w2pPsH" data-expanded-url="http://ow.ly/WLHE30b7jbJ" target="_blank" title="http://ow.ly/WLHE30b7jbJ" data-scribe="element:url"><span>http://</span>ow.ly/WLHE30b7jbJ<span> </span></a></p><p class="interact"><a href="https://twitter.com/intent/tweet?in_reply_to=856539736739065856" class="twitter_reply_icon" target="_blank">Reply</a><a href="https://twitter.com/intent/retweet?tweet_id=856539736739065856" class="twitter_retweet_icon" target="_blank">Retweet</a><a href="https://twitter.com/intent/favorite?tweet_id=856539736739065856" class="twitter_fav_icon" target="_blank">Favorite</a></p></li><li><div class="user">
<div data-scribe="component:author">
<a data-scribe="element:user_link" href="https://twitter.com/OpenBudgetsEU" aria-label="Open Budgets EU (screen name: OpenBudgetsEU)" target="_blank">
<span>
<img data-scribe="element:avatar" data-src-2x="https://pbs.twimg.com/profile_images/654638053290602500/9XhCpjrM_bigger.png" alt="" data-src-1x="https://pbs.twimg.com/profile_images/654638053290602500/9XhCpjrM_normal.png" src="img/9XhCpjrM_bigger.png">
</span>
<span title="Open Budgets EU" data-scribe="element:name">Open Budgets EU</span>
<span title="@OpenBudgetsEU" data-scribe="element:screen_name">@OpenBudgetsEU</span>
</a>
</div>
</div><p class="tweet">New Blog by <a href="https://twitter.com/miguelitoj89" data-mentioned-user-id="793740696352063488" data-scribe="element:mention" target="_blank"><span>@</span><span>miguelitoj89</span></a> <a href="https://twitter.com/okfde" data-mentioned-user-id="255123777" data-scribe="element:mention" target="_blank"><span>@</span><span>okfde</span></a> on EU Subsidy Data-wrangling for <a href="https://t.co/zDwmfYsbsW" data-expanded-url="http://subsidystories.eu" target="_blank" title="http://subsidystories.eu" data-scribe="element:url"><span>http://</span>subsidystories.eu<span> </span></a> Read it at: <a href="https://t.co/EwxYAnlbfR" data-expanded-url="http://openbudgets.eu/post/2017/04/23/Making-EU-Data-Open/" target="_blank" title="http://openbudgets.eu/post/2017/04/23/Making-EU-Data-Open/" data-scribe="element:url"><span>http://</span>openbudgets.eu/post/2017/04/2<span>3/Making-EU-Data-Open/ </span>…</a></p><p class="interact"><a href="https://twitter.com/intent/tweet?in_reply_to=856493254434357249" class="twitter_reply_icon" target="_blank">Reply</a><a href="https://twitter.com/intent/retweet?tweet_id=856493254434357249" class="twitter_retweet_icon" target="_blank">Retweet</a><a href="https://twitter.com/intent/favorite?tweet_id=856493254434357249" class="twitter_fav_icon" target="_blank">Favorite</a></p></li></ul></div>
</section>
</aside>
</div>
</div>
<nav class="footer-nav">
<ul>
<li>
<a href="http://openbudgets.eu/about/work-packages">Work Packages</a>
</li>
<li>
<a href="http://openbudgets.eu/about/deliverables">Deliverables</a>
</li>
<li>
<a href="http://openbudgets.eu/about/technical-structure">Technical Structure</a>
</li>
<li>
<a href="http://openbudgets.eu/about/partners">Partners</a>
</li>
<li>
<a href="http://openbudgets.eu/resources">Resources</a>
</li>
</ul>
</nav>
<footer class="site-footer">
<div class="wrapper">
<a class="footer-logo" href="http://openbudgets.eu/">
<img src="img/openbudgets-logo-white.png" alt="OpenBudgets.eu">
</a>
<ul class="footer-primary-links">
<li><a href="https://okfn.org/about/">About</a></li>
</ul>
<div class="footer-secondary-links">
<ul class="footer-social">
<li>
<a href="https://facebook.com/openbudgets" class="facebook" rel="external">
Facebook
</a>
</li>
<li>
<a href="https://twitter.com/openbudgetseu" class="twitter" rel="external">
Twitter
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/open-budgets" class="linkedin" rel="external">
LinkedIn
</a>
</li>
<li>
<a href="https://github.com/openbudgets" class="github" rel="external">
GitHub
</a>
</li>
</ul>
</div>
<hr>
<p>OpenBudget.eu has received funding from the European Union’s <a href="https://ec.europa.eu/programmes/horizon2020/">H2020 EU research and innovation programme</a> under grant agreement <a href="http://cordis.europa.eu/project/rcn/194394_en.html">No 645833</a>.</p>
</div>
</footer>
</main>
<nav id="cd-lateral-nav">
<ul class="cd-navigation">
<li class="item-has-children">
<a href="http://openbudgets.eu/about/">About</a>
<ul class="sub-menu">
<li><a href="http://openbudgets.eu/about/objectives/">Objectives</a></li>
<li><a href="http://openbudgets.eu/about/technical-structure/">Technical structure</a></li>
<li><a href="http://openbudgets.eu/about/work-packages/">Work Packages</a></li>
<li><a href="http://openbudgets.eu/about/deliverables/">Deliverables</a></li>
<li><a href="http://openbudgets.eu/about/partners/">Partners</a></li>
</ul>
</li>
<li>
<a href="http://openbudgets.eu/blog">Blog</a>
</li>
<li>
<a href="http://openbudgets.eu/tools">Tools</a>
</li>
<li>
<a href="http://openbudgets.eu/contact">Contact</a>
</li>
<li>
<a href="http://openbudgets.eu/press">Press</a>
</li>
</ul>
<div class="cd-navigation socials">
<a class="cd-facebook cd-img-replace" href="https://facebook.com/openbudgets" rel="external">Facebook</a>
<a class="cd-twitter cd-img-replace" href="https://twitter.com/openbudgetseu" rel="external">Twitter</a>
<a class="cd-linkedin cd-img-replace" href="https://www.linkedin.com/company/open-budgets" rel="external">LinkedIn</a>
<a class="cd-github cd-img-replace" href="https://github.com/openbudgets" rel="external">Git Hub</a>
</div> <!-- socials -->
</nav>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-48682838-7','auto');ga('send','pageview');
</script>
</body></html>