table_setter 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/.document +5 -0
- data/.gitignore +20 -0
- data/LICENSE +20 -0
- data/README +10 -0
- data/Rakefile +66 -0
- data/TODO +3 -0
- data/VERSION.yml +5 -0
- data/bin/table-setter +5 -0
- data/doc/TableFu/Formatting.html +178 -0
- data/doc/TableSetter/App.html +176 -0
- data/doc/TableSetter/Command.html +376 -0
- data/doc/TableSetter/Table.html +1813 -0
- data/doc/TableSetter.html +292 -0
- data/doc/_index.html +146 -0
- data/doc/class_list.html +36 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +50 -0
- data/doc/css/style.css +268 -0
- data/doc/file.README.html +68 -0
- data/doc/file_list.html +38 -0
- data/doc/frames.html +13 -0
- data/doc/index.html +68 -0
- data/doc/js/app.js +99 -0
- data/doc/js/full_list.js +106 -0
- data/doc/js/jquery.js +19 -0
- data/doc/method_list.html +291 -0
- data/doc/top-level-namespace.html +85 -0
- data/documentation/css/dawn.css +121 -0
- data/documentation/css/styles.css +63 -0
- data/documentation/images/folder.png +0 -0
- data/documentation/images/key.png +0 -0
- data/documentation/images/proplogo.png +0 -0
- data/documentation/images/publish.png +0 -0
- data/documentation/images/text-x-generic.png +0 -0
- data/documentation/index.html.erb +221 -0
- data/documentation/tables/example/index.html +4074 -0
- data/documentation/tables/example_faceted/index.html +17239 -0
- data/documentation/tables/example_formatted/index.html +861 -0
- data/documentation/tables/example_local/1/index.html +6084 -0
- data/documentation/tables/example_local/10/index.html +6084 -0
- data/documentation/tables/example_local/11/index.html +6084 -0
- data/documentation/tables/example_local/12/index.html +6084 -0
- data/documentation/tables/example_local/13/index.html +6084 -0
- data/documentation/tables/example_local/14/index.html +6084 -0
- data/documentation/tables/example_local/15/index.html +6084 -0
- data/documentation/tables/example_local/16/index.html +6084 -0
- data/documentation/tables/example_local/17/index.html +6084 -0
- data/documentation/tables/example_local/18/index.html +6084 -0
- data/documentation/tables/example_local/19/index.html +6084 -0
- data/documentation/tables/example_local/2/index.html +6084 -0
- data/documentation/tables/example_local/20/index.html +6084 -0
- data/documentation/tables/example_local/21/index.html +6084 -0
- data/documentation/tables/example_local/22/index.html +6084 -0
- data/documentation/tables/example_local/23/index.html +6084 -0
- data/documentation/tables/example_local/24/index.html +1404 -0
- data/documentation/tables/example_local/3/index.html +6084 -0
- data/documentation/tables/example_local/4/index.html +6084 -0
- data/documentation/tables/example_local/5/index.html +6084 -0
- data/documentation/tables/example_local/6/index.html +6084 -0
- data/documentation/tables/example_local/7/index.html +6084 -0
- data/documentation/tables/example_local/8/index.html +6084 -0
- data/documentation/tables/example_local/9/index.html +6084 -0
- data/documentation/tables/example_local/index.html +6084 -0
- data/documentation/tables/favicon.ico +0 -0
- data/documentation/tables/images/th_arrow_asc.gif +0 -0
- data/documentation/tables/images/th_arrow_desc.gif +0 -0
- data/documentation/tables/index.html +48 -0
- data/documentation/tables/javascripts/application.js +32 -0
- data/documentation/tables/javascripts/jquery.tablesorter.js +852 -0
- data/documentation/tables/javascripts/jquery.tablesorter.multipagefilter.js +111 -0
- data/documentation/tables/javascripts/jquery.tablesorter.pager.js +183 -0
- data/documentation/tables/stylesheets/stylesheet.css +67 -0
- data/index.html +238 -0
- data/lib/table_setter/app.rb +54 -0
- data/lib/table_setter/command.rb +139 -0
- data/lib/table_setter/table.rb +226 -0
- data/lib/table_setter.rb +32 -0
- data/spec/spec.opts +1 -0
- data/spec/spec_helper.rb +11 -0
- data/spec/table-setter-app_spec.rb +24 -0
- data/spec/table-setter_spec.rb +179 -0
- data/table_setter.gemspec +171 -0
- data/template/config.ru +33 -0
- data/template/public/favicon.ico +0 -0
- data/template/public/images/th_arrow_asc.gif +0 -0
- data/template/public/images/th_arrow_desc.gif +0 -0
- data/template/public/javascripts/application.js +32 -0
- data/template/public/javascripts/jquery.tablesorter.js +852 -0
- data/template/public/javascripts/jquery.tablesorter.multipagefilter.js +111 -0
- data/template/public/javascripts/jquery.tablesorter.pager.js +183 -0
- data/template/public/stylesheets/stylesheet.css +74 -0
- data/template/tables/example.yml +21 -0
- data/template/tables/example_faceted.yml +27 -0
- data/template/tables/example_formatted.csv +1 -0
- data/template/tables/example_formatted.yml +27 -0
- data/template/tables/example_local.csv +5806 -0
- data/template/tables/example_local.yml +27 -0
- data/template/views/404.erb +4 -0
- data/template/views/500.erb +4 -0
- data/template/views/index.erb +7 -0
- data/template/views/layout.erb +34 -0
- data/template/views/table.erb +78 -0
- metadata +240 -0
@@ -0,0 +1,861 @@
|
|
1
|
+
|
2
|
+
<!DOCTYPE html>
|
3
|
+
<html>
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
6
|
+
<title>Stimulus Progress</title>
|
7
|
+
<script type="text/javascript"
|
8
|
+
src="http://www.google.com/jsapi"></script>
|
9
|
+
<script type="text/javascript">
|
10
|
+
google.load("jquery", "1", {uncompressed:true})
|
11
|
+
</script>
|
12
|
+
<script charset="utf-8" src="/table-setter/documentation/tables/javascripts/jquery.tablesorter.js" type="text/javascript"></script>
|
13
|
+
<script charset="utf-8" src="/table-setter/documentation/tables/javascripts/jquery.tablesorter.pager.js" type="text/javascript"></script>
|
14
|
+
<script charset="utf-8" src="/table-setter/documentation/tables/javascripts/jquery.tablesorter.multipagefilter.js" type="text/javascript"></script>
|
15
|
+
<script charset="utf-8" src="/table-setter/documentation/tables/javascripts/application.js" type="text/javascript"></script>
|
16
|
+
<link charset="utf-8" href="/table-setter/documentation/tables/stylesheets/stylesheet.css" media="screen" rel="stylesheet" type="text/css">
|
17
|
+
|
18
|
+
<script>
|
19
|
+
|
20
|
+
var sortPlease = true;
|
21
|
+
var sortOrder = [[5, 1]];
|
22
|
+
|
23
|
+
</script>
|
24
|
+
|
25
|
+
</head>
|
26
|
+
<body>
|
27
|
+
<div id="table_fu">
|
28
|
+
<div id="table_title">Stimulus Progress</div>
|
29
|
+
<div id="deck"><p>The success of the federal stimulus program may hinge on the speed with which the government is able to distribute the billions authorized by Congress. Unlike some other estimates of the cost of the stimulus, which are based on spending projections, we took our numbers from the actual budget authority issued by Congress — $792 billion and change. We'll be tracking the progress of stimulus payments made by federal agencies weekly.</p></div>
|
30
|
+
<div id="controls">
|
31
|
+
|
32
|
+
|
33
|
+
<div id="filter">Filter: <input type="text"></div>
|
34
|
+
|
35
|
+
<div id="pager" class="pager">
|
36
|
+
<form>
|
37
|
+
<a href="" class="prev">prev</a>
|
38
|
+
<span class="pagedisplay"/></span>
|
39
|
+
<a href="" class="next">next</a>
|
40
|
+
|
41
|
+
<select class="pagesize">
|
42
|
+
|
43
|
+
<option value="20">
|
44
|
+
20</option>
|
45
|
+
|
46
|
+
<option value="40">
|
47
|
+
40</option>
|
48
|
+
|
49
|
+
<option value="60">
|
50
|
+
60</option>
|
51
|
+
|
52
|
+
<option value="80">
|
53
|
+
80</option>
|
54
|
+
|
55
|
+
</select>
|
56
|
+
|
57
|
+
</form>
|
58
|
+
</div>
|
59
|
+
|
60
|
+
</div>
|
61
|
+
<table id="data" class="tabular">
|
62
|
+
<thead>
|
63
|
+
<tr>
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
<th style="">Agency Webpage</th>
|
68
|
+
|
69
|
+
|
70
|
+
|
71
|
+
<th style="">Spent (Thousands)</th>
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
<th style="">In Process (Thousands)</th>
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
<th style="">Left to Spend (Thousands)</th>
|
80
|
+
|
81
|
+
|
82
|
+
|
83
|
+
<th style="">Total (Thousands)</th>
|
84
|
+
|
85
|
+
|
86
|
+
|
87
|
+
<th style="width: 200px;">Spent (%)</th>
|
88
|
+
|
89
|
+
|
90
|
+
</tr>
|
91
|
+
</thead>
|
92
|
+
<tbody>
|
93
|
+
|
94
|
+
|
95
|
+
<tr>
|
96
|
+
|
97
|
+
|
98
|
+
<td style=""><a href='http://www.ed.gov/news/pressreleases/2009/02/02182009.html' title='Department of Education'>Department of Education</a></td>
|
99
|
+
|
100
|
+
|
101
|
+
|
102
|
+
<td style="">34188561.00</td>
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
<td style="">36506496.00</td>
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
<td style="">27542943.00</td>
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
<td style="">98238000.00</td>
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
<td style="width: 200px;"><div class="bar" style="width:35.0%">35.0%</div></td>
|
119
|
+
|
120
|
+
|
121
|
+
</tr>
|
122
|
+
|
123
|
+
<tr>
|
124
|
+
|
125
|
+
|
126
|
+
<td style=""><a href='http://www.hhs.gov/recovery/' title='Health and Human Services'>Health and Human Services</a></td>
|
127
|
+
|
128
|
+
|
129
|
+
|
130
|
+
<td style="">51778995.00</td>
|
131
|
+
|
132
|
+
|
133
|
+
|
134
|
+
<td style="">19073401.00</td>
|
135
|
+
|
136
|
+
|
137
|
+
|
138
|
+
<td style="">51940605.00</td>
|
139
|
+
|
140
|
+
|
141
|
+
|
142
|
+
<td style="">122793000.00</td>
|
143
|
+
|
144
|
+
|
145
|
+
|
146
|
+
<td style="width: 200px;"><div class="bar" style="width:42.0%">42.0%</div></td>
|
147
|
+
|
148
|
+
|
149
|
+
</tr>
|
150
|
+
|
151
|
+
<tr>
|
152
|
+
|
153
|
+
|
154
|
+
<td style=""><a href='http://www.dol.gov/recovery/map/index.htm' title='Department of Labor'>Department of Labor</a></td>
|
155
|
+
|
156
|
+
|
157
|
+
|
158
|
+
<td style="">55874880.00</td>
|
159
|
+
|
160
|
+
|
161
|
+
|
162
|
+
<td style="">5977688.00</td>
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
<td style="">8725433.00</td>
|
167
|
+
|
168
|
+
|
169
|
+
|
170
|
+
<td style="">70578000.00</td>
|
171
|
+
|
172
|
+
|
173
|
+
|
174
|
+
<td style="width: 200px;"><div class="bar" style="width:79.0%">79.0%</div></td>
|
175
|
+
|
176
|
+
|
177
|
+
</tr>
|
178
|
+
|
179
|
+
<tr>
|
180
|
+
|
181
|
+
|
182
|
+
<td style=""><a href='http://www.dot.gov/affairs/dot2509.htm' title='Department of Transportation'>Department of Transportation</a></td>
|
183
|
+
|
184
|
+
|
185
|
+
|
186
|
+
<td style="">9138186.00</td>
|
187
|
+
|
188
|
+
|
189
|
+
|
190
|
+
<td style="">27044255.00</td>
|
191
|
+
|
192
|
+
|
193
|
+
|
194
|
+
<td style="">11937559.00</td>
|
195
|
+
|
196
|
+
|
197
|
+
|
198
|
+
<td style="">48120000.00</td>
|
199
|
+
|
200
|
+
|
201
|
+
|
202
|
+
<td style="width: 200px;"><div class="bar" style="width:19.0%">19.0%</div></td>
|
203
|
+
|
204
|
+
|
205
|
+
</tr>
|
206
|
+
|
207
|
+
<tr>
|
208
|
+
|
209
|
+
|
210
|
+
<td style=""><a href='http://www.ssa.gov/recovery/' title='Social Security Administration'>Social Security Administration</a></td>
|
211
|
+
|
212
|
+
|
213
|
+
|
214
|
+
<td style="">13420859.00</td>
|
215
|
+
|
216
|
+
|
217
|
+
|
218
|
+
<td style="">21397.00</td>
|
219
|
+
|
220
|
+
|
221
|
+
|
222
|
+
<td style="">1784744.00</td>
|
223
|
+
|
224
|
+
|
225
|
+
|
226
|
+
<td style="">15227000.00</td>
|
227
|
+
|
228
|
+
|
229
|
+
|
230
|
+
<td style="width: 200px;"><div class="bar" style="width:88.0%">88.0%</div></td>
|
231
|
+
|
232
|
+
|
233
|
+
</tr>
|
234
|
+
|
235
|
+
<tr>
|
236
|
+
|
237
|
+
|
238
|
+
<td style=""><a href='http://www.energy.gov/recovery/' title='Department of Energy'>Department of Energy</a></td>
|
239
|
+
|
240
|
+
|
241
|
+
|
242
|
+
<td style="">2474085.00</td>
|
243
|
+
|
244
|
+
|
245
|
+
|
246
|
+
<td style="">23339945.00</td>
|
247
|
+
|
248
|
+
|
249
|
+
|
250
|
+
<td style="">19410970.00</td>
|
251
|
+
|
252
|
+
|
253
|
+
|
254
|
+
<td style="">45225000.00</td>
|
255
|
+
|
256
|
+
|
257
|
+
|
258
|
+
<td style="width: 200px;"><div class="bar" style="width:5.0%">5.0%</div></td>
|
259
|
+
|
260
|
+
|
261
|
+
</tr>
|
262
|
+
|
263
|
+
<tr>
|
264
|
+
|
265
|
+
|
266
|
+
<td style=""><a href='http://portal.hud.gov/portal/page?_pageid=153,7936136&_dad=portal&_schema=PORTAL' title='Housing and Urban Development'>Housing and Urban Development</a></td>
|
267
|
+
|
268
|
+
|
269
|
+
|
270
|
+
<td style="">3071423.00</td>
|
271
|
+
|
272
|
+
|
273
|
+
|
274
|
+
<td style="">10252762.00</td>
|
275
|
+
|
276
|
+
|
277
|
+
|
278
|
+
<td style="">350815.00</td>
|
279
|
+
|
280
|
+
|
281
|
+
|
282
|
+
<td style="">13675000.00</td>
|
283
|
+
|
284
|
+
|
285
|
+
|
286
|
+
<td style="width: 200px;"><div class="bar" style="width:22.0%">22.0%</div></td>
|
287
|
+
|
288
|
+
|
289
|
+
</tr>
|
290
|
+
|
291
|
+
<tr>
|
292
|
+
|
293
|
+
|
294
|
+
<td style=""><a href='http://www.epa.gov/recovery/basic.html#overview' title='Environmental Protection Agency'>Environmental Protection Agency</a></td>
|
295
|
+
|
296
|
+
|
297
|
+
|
298
|
+
<td style="">1148834.00</td>
|
299
|
+
|
300
|
+
|
301
|
+
|
302
|
+
<td style="">5962484.00</td>
|
303
|
+
|
304
|
+
|
305
|
+
|
306
|
+
<td style="">108683.00</td>
|
307
|
+
|
308
|
+
|
309
|
+
|
310
|
+
<td style="">7220000.00</td>
|
311
|
+
|
312
|
+
|
313
|
+
|
314
|
+
<td style="width: 200px;"><div class="bar" style="width:16.0%">16.0%</div></td>
|
315
|
+
|
316
|
+
|
317
|
+
</tr>
|
318
|
+
|
319
|
+
<tr>
|
320
|
+
|
321
|
+
|
322
|
+
<td style=""><a href='http://www.usda.gov/wps/portal/arrapie?navid=USDA_ARRA_OVEW' title='Department of Agriculture'>Department of Agriculture</a></td>
|
323
|
+
|
324
|
+
|
325
|
+
|
326
|
+
<td style="">9492977.00</td>
|
327
|
+
|
328
|
+
|
329
|
+
|
330
|
+
<td style="">2470442.00</td>
|
331
|
+
|
332
|
+
|
333
|
+
|
334
|
+
<td style="">15617580.00</td>
|
335
|
+
|
336
|
+
|
337
|
+
|
338
|
+
<td style="">27581000.00</td>
|
339
|
+
|
340
|
+
|
341
|
+
|
342
|
+
<td style="width: 200px;"><div class="bar" style="width:34.0%">34.0%</div></td>
|
343
|
+
|
344
|
+
|
345
|
+
</tr>
|
346
|
+
|
347
|
+
<tr>
|
348
|
+
|
349
|
+
|
350
|
+
<td style=""><a href='http://www.treas.gov/recovery/' title='Department of the Treasury'>Department of the Treasury</a></td>
|
351
|
+
|
352
|
+
|
353
|
+
|
354
|
+
<td style="">2983249.00</td>
|
355
|
+
|
356
|
+
|
357
|
+
|
358
|
+
<td style="">4827554.00</td>
|
359
|
+
|
360
|
+
|
361
|
+
|
362
|
+
<td style="">81402196.00</td>
|
363
|
+
|
364
|
+
|
365
|
+
|
366
|
+
<td style="">89213000.00</td>
|
367
|
+
|
368
|
+
|
369
|
+
|
370
|
+
<td style="width: 200px;"><div class="bar" style="width:3.0%">3.0%</div></td>
|
371
|
+
|
372
|
+
|
373
|
+
</tr>
|
374
|
+
|
375
|
+
<tr>
|
376
|
+
|
377
|
+
|
378
|
+
<td style=""><a href='http://www.usdoj.gov/recovery/' title='Department of Justice'>Department of Justice</a></td>
|
379
|
+
|
380
|
+
|
381
|
+
|
382
|
+
<td style="">1587973.00</td>
|
383
|
+
|
384
|
+
|
385
|
+
|
386
|
+
<td style="">2378153.00</td>
|
387
|
+
|
388
|
+
|
389
|
+
|
390
|
+
<td style="">35874.00</td>
|
391
|
+
|
392
|
+
|
393
|
+
|
394
|
+
<td style="">4002000.00</td>
|
395
|
+
|
396
|
+
|
397
|
+
|
398
|
+
<td style="width: 200px;"><div class="bar" style="width:40.0%">40.0%</div></td>
|
399
|
+
|
400
|
+
|
401
|
+
</tr>
|
402
|
+
|
403
|
+
<tr>
|
404
|
+
|
405
|
+
|
406
|
+
<td style=""><a href='http://www.defenselink.mil/RECOVERY/' title='Department of Defense'>Department of Defense</a></td>
|
407
|
+
|
408
|
+
|
409
|
+
|
410
|
+
<td style="">1065050.00</td>
|
411
|
+
|
412
|
+
|
413
|
+
|
414
|
+
<td style="">3119672.00</td>
|
415
|
+
|
416
|
+
|
417
|
+
|
418
|
+
<td style="">3250279.00</td>
|
419
|
+
|
420
|
+
|
421
|
+
|
422
|
+
<td style="">7435000.00</td>
|
423
|
+
|
424
|
+
|
425
|
+
|
426
|
+
<td style="width: 200px;"><div class="bar" style="width:14.0%">14.0%</div></td>
|
427
|
+
|
428
|
+
|
429
|
+
</tr>
|
430
|
+
|
431
|
+
<tr>
|
432
|
+
|
433
|
+
|
434
|
+
<td style=""><a href='http://recovery.commerce.gov/featured/79-billion-us-job-creation-and-economic-growth' title='Department of Commerce'>Department of Commerce</a></td>
|
435
|
+
|
436
|
+
|
437
|
+
|
438
|
+
<td style="">647563.00</td>
|
439
|
+
|
440
|
+
|
441
|
+
|
442
|
+
<td style="">1400769.00</td>
|
443
|
+
|
444
|
+
|
445
|
+
|
446
|
+
<td style="">5867667.00</td>
|
447
|
+
|
448
|
+
|
449
|
+
|
450
|
+
<td style="">7916000.00</td>
|
451
|
+
|
452
|
+
|
453
|
+
|
454
|
+
<td style="width: 200px;"><div class="bar" style="width:8.0%">8.0%</div></td>
|
455
|
+
|
456
|
+
|
457
|
+
</tr>
|
458
|
+
|
459
|
+
<tr>
|
460
|
+
|
461
|
+
|
462
|
+
<td style=""><a href='http://www.nsf.gov/news/news_summ.jsp?cntn_id=114277' title='National Science Foundation'>National Science Foundation</a></td>
|
463
|
+
|
464
|
+
|
465
|
+
|
466
|
+
<td style="">217987.00</td>
|
467
|
+
|
468
|
+
|
469
|
+
|
470
|
+
<td style="">2406635.00</td>
|
471
|
+
|
472
|
+
|
473
|
+
|
474
|
+
<td style="">377378.00</td>
|
475
|
+
|
476
|
+
|
477
|
+
|
478
|
+
<td style="">3002000.00</td>
|
479
|
+
|
480
|
+
|
481
|
+
|
482
|
+
<td style="width: 200px;"><div class="bar" style="width:7.0%">7.0%</div></td>
|
483
|
+
|
484
|
+
|
485
|
+
</tr>
|
486
|
+
|
487
|
+
<tr>
|
488
|
+
|
489
|
+
|
490
|
+
<td style=""><a href='http://www.gsa.gov/Portal/gsa/ep/contentView.do?pageTypeId=8199&channelId=-24825&P=&contentId=25806&contentType=GSA_BASIC' title='General Services Administration'>General Services Administration</a></td>
|
491
|
+
|
492
|
+
|
493
|
+
|
494
|
+
<td style="">495139.00</td>
|
495
|
+
|
496
|
+
|
497
|
+
|
498
|
+
<td style="">2228841.00</td>
|
499
|
+
|
500
|
+
|
501
|
+
|
502
|
+
<td style="">3133020.00</td>
|
503
|
+
|
504
|
+
|
505
|
+
|
506
|
+
<td style="">5857000.00</td>
|
507
|
+
|
508
|
+
|
509
|
+
|
510
|
+
<td style="width: 200px;"><div class="bar" style="width:8.0%">8.0%</div></td>
|
511
|
+
|
512
|
+
|
513
|
+
</tr>
|
514
|
+
|
515
|
+
<tr>
|
516
|
+
|
517
|
+
|
518
|
+
<td style=""><a href='http://www.dhs.gov/xopnbiz/gc_1235067544334.shtm' title='Department of Homeland Security'>Department of Homeland Security</a></td>
|
519
|
+
|
520
|
+
|
521
|
+
|
522
|
+
<td style="">188426.00</td>
|
523
|
+
|
524
|
+
|
525
|
+
|
526
|
+
<td style="">1174193.00</td>
|
527
|
+
|
528
|
+
|
529
|
+
|
530
|
+
<td style="">1392380.00</td>
|
531
|
+
|
532
|
+
|
533
|
+
|
534
|
+
<td style="">2755000.00</td>
|
535
|
+
|
536
|
+
|
537
|
+
|
538
|
+
<td style="width: 200px;"><div class="bar" style="width:7.0%">7.0%</div></td>
|
539
|
+
|
540
|
+
|
541
|
+
</tr>
|
542
|
+
|
543
|
+
<tr>
|
544
|
+
|
545
|
+
|
546
|
+
<td style=""><a href='http://www.usace.army.mil/recovery/Pages/CWProjectsReleased.aspx' title='Army Corps of Engineers'>Army Corps of Engineers</a></td>
|
547
|
+
|
548
|
+
|
549
|
+
|
550
|
+
<td style="">866635.00</td>
|
551
|
+
|
552
|
+
|
553
|
+
|
554
|
+
<td style="">2151377.00</td>
|
555
|
+
|
556
|
+
|
557
|
+
|
558
|
+
<td style="">1581989.00</td>
|
559
|
+
|
560
|
+
|
561
|
+
|
562
|
+
<td style="">4600000.00</td>
|
563
|
+
|
564
|
+
|
565
|
+
|
566
|
+
<td style="width: 200px;"><div class="bar" style="width:19.0%">19.0%</div></td>
|
567
|
+
|
568
|
+
|
569
|
+
</tr>
|
570
|
+
|
571
|
+
<tr>
|
572
|
+
|
573
|
+
|
574
|
+
<td style=""><a href='http://www.va.gov/recovery/Implementing_the_Recovery_Act.asp' title='Veterans Affairs'>Veterans Affairs</a></td>
|
575
|
+
|
576
|
+
|
577
|
+
|
578
|
+
<td style="">594719.00</td>
|
579
|
+
|
580
|
+
|
581
|
+
|
582
|
+
<td style="">565716.00</td>
|
583
|
+
|
584
|
+
|
585
|
+
|
586
|
+
<td style="">240565.00</td>
|
587
|
+
|
588
|
+
|
589
|
+
|
590
|
+
<td style="">1401000.00</td>
|
591
|
+
|
592
|
+
|
593
|
+
|
594
|
+
<td style="width: 200px;"><div class="bar" style="width:42.0%">42.0%</div></td>
|
595
|
+
|
596
|
+
|
597
|
+
</tr>
|
598
|
+
|
599
|
+
<tr>
|
600
|
+
|
601
|
+
|
602
|
+
<td style=""><a href='http://recovery.doi.gov/' title='Department of the Interior'>Department of the Interior</a></td>
|
603
|
+
|
604
|
+
|
605
|
+
|
606
|
+
<td style="">335877.00</td>
|
607
|
+
|
608
|
+
|
609
|
+
|
610
|
+
<td style="">1032986.00</td>
|
611
|
+
|
612
|
+
|
613
|
+
|
614
|
+
<td style="">1636136.00</td>
|
615
|
+
|
616
|
+
|
617
|
+
|
618
|
+
<td style="">3005000.00</td>
|
619
|
+
|
620
|
+
|
621
|
+
|
622
|
+
<td style="width: 200px;"><div class="bar" style="width:11.0%">11.0%</div></td>
|
623
|
+
|
624
|
+
|
625
|
+
</tr>
|
626
|
+
|
627
|
+
<tr>
|
628
|
+
|
629
|
+
|
630
|
+
<td style=""><a href='http://www.rrb.gov/' title='Railroad Retirement Board'>Railroad Retirement Board</a></td>
|
631
|
+
|
632
|
+
|
633
|
+
|
634
|
+
<td style="">141395.00</td>
|
635
|
+
|
636
|
+
|
637
|
+
|
638
|
+
<td style="">1.00</td>
|
639
|
+
|
640
|
+
|
641
|
+
|
642
|
+
<td style="">15004.00</td>
|
643
|
+
|
644
|
+
|
645
|
+
|
646
|
+
<td style="">156400.00</td>
|
647
|
+
|
648
|
+
|
649
|
+
|
650
|
+
<td style="width: 200px;"><div class="bar" style="width:90.0%">90.0%</div></td>
|
651
|
+
|
652
|
+
|
653
|
+
</tr>
|
654
|
+
|
655
|
+
<tr>
|
656
|
+
|
657
|
+
|
658
|
+
<td style=""><a href='http://www.nationalservice.gov/about/recovery/index.asp' title='Corporation for National and Community Service'>Corporation for National and Community Service</a></td>
|
659
|
+
|
660
|
+
|
661
|
+
|
662
|
+
<td style="">66055.00</td>
|
663
|
+
|
664
|
+
|
665
|
+
|
666
|
+
<td style="">105679.00</td>
|
667
|
+
|
668
|
+
|
669
|
+
|
670
|
+
<td style="">29266.00</td>
|
671
|
+
|
672
|
+
|
673
|
+
|
674
|
+
<td style="">201000.00</td>
|
675
|
+
|
676
|
+
|
677
|
+
|
678
|
+
<td style="width: 200px;"><div class="bar" style="width:33.0%">33.0%</div></td>
|
679
|
+
|
680
|
+
|
681
|
+
</tr>
|
682
|
+
|
683
|
+
<tr>
|
684
|
+
|
685
|
+
|
686
|
+
<td style=""><a href='http://www.sba.gov/idc/groups/public/documents/sba_homepage/news_release_09-10.pdf' title='Small Business Administration'>Small Business Administration</a></td>
|
687
|
+
|
688
|
+
|
689
|
+
|
690
|
+
<td style="">310525.00</td>
|
691
|
+
|
692
|
+
|
693
|
+
|
694
|
+
<td style="">337709.00</td>
|
695
|
+
|
696
|
+
|
697
|
+
|
698
|
+
<td style="">81766.00</td>
|
699
|
+
|
700
|
+
|
701
|
+
|
702
|
+
<td style="">730000.00</td>
|
703
|
+
|
704
|
+
|
705
|
+
|
706
|
+
<td style="width: 200px;"><div class="bar" style="width:43.0%">43.0%</div></td>
|
707
|
+
|
708
|
+
|
709
|
+
</tr>
|
710
|
+
|
711
|
+
<tr>
|
712
|
+
|
713
|
+
|
714
|
+
<td style=""><a href='http://www.state.gov/recovery/' title='Department of State'>Department of State</a></td>
|
715
|
+
|
716
|
+
|
717
|
+
|
718
|
+
<td style="">67799.00</td>
|
719
|
+
|
720
|
+
|
721
|
+
|
722
|
+
<td style="">168031.00</td>
|
723
|
+
|
724
|
+
|
725
|
+
|
726
|
+
<td style="">366170.00</td>
|
727
|
+
|
728
|
+
|
729
|
+
|
730
|
+
<td style="">602000.00</td>
|
731
|
+
|
732
|
+
|
733
|
+
|
734
|
+
<td style="width: 200px;"><div class="bar" style="width:11.0%">11.0%</div></td>
|
735
|
+
|
736
|
+
|
737
|
+
</tr>
|
738
|
+
|
739
|
+
<tr>
|
740
|
+
|
741
|
+
|
742
|
+
<td style=""><a href='http://www.nea.gov/recovery/NEA-recovery-agency-plan.html' title='National Endowment for the Arts'>National Endowment for the Arts</a></td>
|
743
|
+
|
744
|
+
|
745
|
+
|
746
|
+
<td style="">23224.00</td>
|
747
|
+
|
748
|
+
|
749
|
+
|
750
|
+
<td style="">26749.00</td>
|
751
|
+
|
752
|
+
|
753
|
+
|
754
|
+
<td style="">26.00</td>
|
755
|
+
|
756
|
+
|
757
|
+
|
758
|
+
<td style="">50000.00</td>
|
759
|
+
|
760
|
+
|
761
|
+
|
762
|
+
<td style="width: 200px;"><div class="bar" style="width:46.0%">46.0%</div></td>
|
763
|
+
|
764
|
+
|
765
|
+
</tr>
|
766
|
+
|
767
|
+
<tr>
|
768
|
+
|
769
|
+
|
770
|
+
<td style=""><a href='http://www.si.edu/recovery/docs/Smithsonian_Recovery_Act_Agency-wide_and_Program-specific_plan.pdf' title='Smithsonian'>Smithsonian</a></td>
|
771
|
+
|
772
|
+
|
773
|
+
|
774
|
+
<td style="">11619.00</td>
|
775
|
+
|
776
|
+
|
777
|
+
|
778
|
+
<td style="">10249.00</td>
|
779
|
+
|
780
|
+
|
781
|
+
|
782
|
+
<td style="">3132.00</td>
|
783
|
+
|
784
|
+
|
785
|
+
|
786
|
+
<td style="">25000.00</td>
|
787
|
+
|
788
|
+
|
789
|
+
|
790
|
+
<td style="width: 200px;"><div class="bar" style="width:46.0%">46.0%</div></td>
|
791
|
+
|
792
|
+
|
793
|
+
</tr>
|
794
|
+
|
795
|
+
<tr>
|
796
|
+
|
797
|
+
|
798
|
+
<td style=""><a href='http://www.nasa.gov/recovery/' title='NASA'>NASA</a></td>
|
799
|
+
|
800
|
+
|
801
|
+
|
802
|
+
<td style="">185384.00</td>
|
803
|
+
|
804
|
+
|
805
|
+
|
806
|
+
<td style="">533411.00</td>
|
807
|
+
|
808
|
+
|
809
|
+
|
810
|
+
<td style="">283205.00</td>
|
811
|
+
|
812
|
+
|
813
|
+
|
814
|
+
<td style="">1002000.00</td>
|
815
|
+
|
816
|
+
|
817
|
+
|
818
|
+
<td style="width: 200px;"><div class="bar" style="width:19.0%">19.0%</div></td>
|
819
|
+
|
820
|
+
|
821
|
+
</tr>
|
822
|
+
|
823
|
+
<tr>
|
824
|
+
|
825
|
+
|
826
|
+
<td style=""><a href='http://www.usaid.gov/recovery/2009/05/15/plan/USAID_Recovery_Act_Plan.pdf' title='US Agency for International Development'>US Agency for International Development</a></td>
|
827
|
+
|
828
|
+
|
829
|
+
|
830
|
+
<td style="">10076.00</td>
|
831
|
+
|
832
|
+
|
833
|
+
|
834
|
+
<td style="">12413.00</td>
|
835
|
+
|
836
|
+
|
837
|
+
|
838
|
+
<td style="">15511.00</td>
|
839
|
+
|
840
|
+
|
841
|
+
|
842
|
+
<td style="">38000.00</td>
|
843
|
+
|
844
|
+
|
845
|
+
|
846
|
+
<td style="width: 200px;"><div class="bar" style="width:27.0%">27.0%</div></td>
|
847
|
+
|
848
|
+
|
849
|
+
</tr>
|
850
|
+
|
851
|
+
|
852
|
+
</tbody>
|
853
|
+
<tfoot>
|
854
|
+
</tfoot>
|
855
|
+
</table>
|
856
|
+
<div><p>This chart and other stories are part of Eye on the Stimulus, our blog dedicated to tracking the stimulus from bill to building.</p></div>
|
857
|
+
</div>
|
858
|
+
|
859
|
+
</div>
|
860
|
+
</body>
|
861
|
+
</html>
|