-
Notifications
You must be signed in to change notification settings - Fork 0
/
clusters.html
372 lines (293 loc) · 80.2 KB
/
clusters.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
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
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<style>
.header { border-top: solid black 1px; border-left: solid black 1px; border-right: solid black 1px; }
a { color: black }
td { text-align: center; background: white}
th a { text-decoration:none; }
th { width: 35px; }
th a { text-decoration:none; font-size:8pt; background: white; }
th .r { color: red; }
th .d { color: blue; }
th .r a{ color: red; }
th .d a{ color: blue; }
a.r { color: red; }
a.d { color: blue; }
.PB a{ color: #CC6633; }
.PL a{ color: #333399; }
.donor { font-size:6pt; }
td.A{ background: yellow; }
td.C{ background: magenta;}
td.B{ background: salmon;}
td.E{ background: gray;}
td.D{ background: springgreen;}
td.F{ background: green;}
td.H{ background: purple;}
td.K{ background: orange;}
td.M{ background: firebrick;}
td.N{ background: brown;}
td.Q{ background: yellowgreen;}
td.P{ background: darkseagreen;}
td.W{ background: olive;}
td.Y{ background: navajowhite;}
td.X{ background: #F5EBEF;}
td.T{ background: #F3F5EB;}
td.G{ background: #EBF5F4;}
.A01{ background: #3366FF;}
.A02{ background: #ffb833;}
.A04{ background: #ffc333;}
.A05{ background: #ffce33;}
.A06{ background: #ffd933;}
.A07{ background: #ffe433;}
.A09{ background: #ffef33;}
.A10{ background: #fffa33;}
.A11{ background: #ff0633;}
.C01{ background: #CCCCCC;}
.C02{ background: #3316ff;}
.C03{ background: #3326ff;}
.C04{ background: #3336ff;}
.C05{ background: #3346ff;}
.B00{ background: #FF6633;}
.B01{ background: #cc64cc;}
.B02{ background: #cc72cc;}
.B08{ background: #cc80cc;}
.B09{ background: #cc8ecc;}
.B11{ background: #cc9ccc;}
.B12{ background: #ccaacc;}
.E01{ background: #000000;}
.E04{ background: #ffb833;}
.E07{ background: #ffc633;}
.E08{ background: #ffd433;}
.E09{ background: #ffe233;}
.E10{ background: #fff033;}
.E11{ background: #fffe33;}
.D01{ background: #00FF00;}
.D02{ background: #002000;}
.D03{ background: #004100;}
.F03{ background: #FF0000;}
.F04{ background: #004c00;}
.F05{ background: #005700;}
.F06{ background: #006200;}
.F07{ background: #006d00;}
.F09{ background: #007800;}
.F10{ background: #008300;}
.F11{ background: #008e00;}
.F13{ background: #009900;}
.H01{ background: #33FFCC;}
.H02{ background: #ffad00;}
.H03{ background: #ffc100;}
.H04{ background: #ffd500;}
.H05{ background: #ffe900;}
.K01{ background: #9966FF;}
.K02{ background: #331ccc;}
.M01{ background: #CCCFFF;}
.M02{ background: #992cff;}
.M03{ background: #993cff;}
.M04{ background: #994cff;}
.M05{ background: #995cff;}
.M06{ background: #996cff;}
.N00{ background: #0000FF;}
.N01{ background: #cc73ff;}
.N02{ background: #cc7aff;}
.N03{ background: #cc81ff;}
.N04{ background: #cc88ff;}
.N05{ background: #cc8fff;}
.N06{ background: #cc96ff;}
.N07{ background: #cc9dff;}
.N08{ background: #cca4ff;}
.N12{ background: #ccabff;}
.N13{ background: #ccb2ff;}
.N14{ background: #ccb9ff;}
.N15{ background: #ccc0ff;}
.N16{ background: #ccc7ff;}
.Q01{ background: #EEEEEE;}
.Q02{ background: #00ceff;}
.Q03{ background: #00d5ff;}
.Q04{ background: #00dcff;}
.Q05{ background: #00e3ff;}
.Q08{ background: #00eaff;}
.Q09{ background: #00f1ff;}
.Q10{ background: #00f8ff;}
.Q11{ background: #00ffff;}
.Q12{ background: #0007ff;}
.Q13{ background: #000eff;}
.Q14{ background: #0015ff;}
.Q15{ background: #001cff;}
.Q16{ background: #0023ff;}
.P01{ background: #FFFFFF;}
.P02{ background: #ee37ee;}
.P03{ background: #ee4bee;}
.P04{ background: #ee5fee;}
.P05{ background: #ee73ee;}
.W02{ background: #FFCCFF;}
.W03{ background: #ff83ff;}
.W04{ background: #ff93ff;}
.W05{ background: #ffa3ff;}
.W06{ background: #ffb3ff;}
.W07{ background: #ffc3ff;}
.Y00{ background: #996600;}
.Y01{ background: #ffd7ff;}
.Y02{ background: #ffebff;}
.Y03{ background: #ffffff;}
.Y04{ background: #ff14ff;}
</style>
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script type="text/javascript" src="https://s3.amazonaws.com/wtmedia/wikileaks/scripts/jquery.endless-scroll.js"></script>
<script type="text/javascript" src="http://craigsworks.com/projects/qtip2/packages/latest/jquery.qtip.min.js"></script>
<style type="text/css">
#slider { margin: 10px; width: 400px }
#tables div {padding-top: 20px }
</style>
<script>
var cats = {"F4600": {"sector": "Finance/Insur/RealEs", "industry": "Real Estate", "catorder": "F10", "name": "Mortgage bankers and brokers", "sectorlong": "Finance, Insurance & Real Estate"}, "H3700": {"sector": "Health", "industry": "Health Services/HMOs", "catorder": "H03", "name": "HMOs", "sectorlong": "Health"}, "E1100": {"sector": "Energy/Nat Resource", "industry": "Oil & Gas", "catorder": "E01", "name": "Oil & Gas", "sectorlong": "Energy & Natural Resources"}, "G2000": {"sector": "Agribusiness", "industry": "Food Processing & Sa", "catorder": "A09", "name": "Food & Beverage Products and Services", "sectorlong": "Agribusiness"}, "J2400": {"sector": "Ideology/Single-Issu", "industry": "Leadership PACs", "catorder": "Q03", "name": "Republican officials, candidates & former members", "sectorlong": "Ideological/Single-Issue"}, "G4800": {"sector": "Misc Business", "industry": "Retail Sales", "catorder": "N03", "name": "Direct sales", "sectorlong": "Misc Business"}, "T1200": {"sector": "Transportation", "industry": "Air Transport", "catorder": "M01", "name": "Aircraft manufacturers", "sectorlong": "Transportation"}, "T3100": {"sector": "Transportation", "industry": "Trucking", "catorder": "M03", "name": "Trucking companies & services", "sectorlong": "Transportation"}, "M9200": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Photographic equipment & supplies", "sectorlong": "Misc Business"}, "H1130": {"sector": "Health", "industry": "Health Professionals", "catorder": "H01", "name": "Other physician specialists", "sectorlong": "Health"}, "J7150": {"sector": "Ideology/Single-Issu", "industry": "Abortion Policy/Pro-", "catorder": "Q15", "name": "Abortion policy/Pro-Choice", "sectorlong": "Ideological/Single-Issue"}, "F2000": {"sector": "Finance/Insur/RealEs", "industry": "Securities & Investm", "catorder": "F07", "name": "Securities, commodities & investment", "sectorlong": "Finance, Insurance & Real Estate"}, "H1500": {"sector": "Health", "industry": "Health Professionals", "catorder": "H01", "name": "Chiropractors", "sectorlong": "Health"}, "G4200": {"sector": "Misc Business", "industry": "Retail Sales", "catorder": "N03", "name": "Consumer electronics & computer stores", "sectorlong": "Misc Business"}, "E1190": {"sector": "Energy/Nat Resource", "industry": "Oil & Gas", "catorder": "E01", "name": "LPG/Liquid Propane dealers & producers", "sectorlong": "Energy & Natural Resources"}, "G2850": {"sector": "Misc Business", "industry": "Beer, Wine & Liquor", "catorder": "N02", "name": "Liquor wholesalers", "sectorlong": "Misc Business"}, "C1100": {"sector": "Communic/Electronics", "industry": "Printing & Publishin", "catorder": "B01", "name": "Book, newspaper & periodical publishing", "sectorlong": "Communications/Electronics"}, "A1600": {"sector": "Agribusiness", "industry": "Crop Production & Ba", "catorder": "A01", "name": "Other commodities (incl rice, peanuts, honey)", "sectorlong": "Agribusiness"}, "G2910": {"sector": "Misc Business", "industry": "Food & Beverage", "catorder": "N01", "name": "Food catering & food services", "sectorlong": "Misc Business"}, "C5110": {"sector": "Communic/Electronics", "industry": "Computers/Internet", "catorder": "B12", "name": "Computers, components & accessories", "sectorlong": "Communications/Electronics"}, "A4000": {"sector": "Agribusiness", "industry": "Agricultural Service", "catorder": "A07", "name": "Agricultural services & related industries", "sectorlong": "Agribusiness"}, "F4500": {"sector": "Finance/Insur/RealEs", "industry": "Real Estate", "catorder": "F10", "name": "Building operators and managers", "sectorlong": "Finance, Insurance & Real Estate"}, "G6100": {"sector": "Misc Business", "industry": "Recreation/Live Ente", "catorder": "N06", "name": "Amusement/recreation centers", "sectorlong": "Misc Business"}, "C2000": {"sector": "Communic/Electronics", "industry": "TV/Movies/Music", "catorder": "B02", "name": "Entertainment Industry/Broadcast & Motion Pictures", "sectorlong": "Communications/Electronics"}, "T5300": {"sector": "Transportation", "industry": "Railroads", "catorder": "M04", "name": "Railroad services", "sectorlong": "Transportation"}, "Z9600": {"sector": "Non-contribution", "industry": "Non-contribution", "catorder": "Z09", "name": "Non-Contribution, Miscellaneous", "sectorlong": "Non-contribution"}, "Z4100": {"sector": "Joint Candidate Cmte", "industry": "Joint Candidate Cmte", "catorder": "Z04", "name": "Republican Joint Candidate Committee", "sectorlong": "Joint Candidate Cmtes"}, "G5240": {"sector": "Misc Business", "industry": "Business Services", "catorder": "N05", "name": "Commercial photography, art & graphic design", "sectorlong": "Misc Business"}, "G2350": {"sector": "Misc Business", "industry": "Food & Beverage", "catorder": "N01", "name": "Fish Processing", "sectorlong": "Misc Business"}, "H5100": {"sector": "Other", "industry": "Education", "catorder": "W04", "name": "Schools & colleges", "sectorlong": "Other"}, "M3000": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Personal products manufacturing", "sectorlong": "Misc Business"}, "E5000": {"sector": "Energy/Nat Resource", "industry": "Misc Energy", "catorder": "E07", "name": "Water Utilities", "sectorlong": "Energy & Natural Resources"}, "G4700": {"sector": "Misc Business", "industry": "Retail Sales", "catorder": "N03", "name": "Catalog & mail order houses", "sectorlong": "Misc Business"}, "C1400": {"sector": "Communic/Electronics", "industry": "Printing & Publishin", "catorder": "B01", "name": "Greeting card publishing", "sectorlong": "Communications/Electronics"}, "M1300": {"sector": "Misc Business", "industry": "Chemical & Related M", "catorder": "N13", "name": "Household cleansers & chemicals", "sectorlong": "Misc Business"}, "G5600": {"sector": "Misc Business", "industry": "Misc Services", "catorder": "N04", "name": "Miscellaneous repair services", "sectorlong": "Misc Business"}, "B5200": {"sector": "Construction", "industry": "Building Materials &", "catorder": "C05", "name": "Lumber and wood products", "sectorlong": "Construction"}, "Y0000": {"sector": "Unknown", "industry": "Unknown", "catorder": "Y00", "name": "Unknown", "sectorlong": "Unknown"}, "F2300": {"sector": "Finance/Insur/RealEs", "industry": "Securities & Investm", "catorder": "F07", "name": "Investment banking", "sectorlong": "Finance, Insurance & Real Estate"}, "M3500": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Toys", "sectorlong": "Misc Business"}, "A5200": {"sector": "Agribusiness", "industry": "Forestry & Forest Pr", "catorder": "A10", "name": "Paper & pulp mills and paper manufacturing", "sectorlong": "Agribusiness"}, "T9400": {"sector": "Misc Business", "industry": "Lodging/Tourism", "catorder": "N08", "name": "Travel agents", "sectorlong": "Misc Business"}, "LE200": {"sector": "Labor", "industry": "Industrial Unions", "catorder": "P02", "name": "Energy-related unions (non-mining)", "sectorlong": "Labor"}, "A3300": {"sector": "Agribusiness", "industry": "Livestock", "catorder": "A06", "name": "Feedlots & related livestock services", "sectorlong": "Agribusiness"}, "A6000": {"sector": "Agribusiness", "industry": "Agricultural Service", "catorder": "A07", "name": "Farm organizations & cooperatives", "sectorlong": "Agribusiness"}, "J2200": {"sector": "Ideology/Single-Issu", "industry": "Leadership PACs", "catorder": "Q03", "name": "Republican leadership PAC", "sectorlong": "Ideological/Single-Issue"}, "E1320": {"sector": "Energy/Nat Resource", "industry": "Electric Utilities", "catorder": "E08", "name": "Nuclear plant construction, equipment & svcs", "sectorlong": "Energy & Natural Resources"}, "M3400": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Jewelry", "sectorlong": "Misc Business"}, "F1420": {"sector": "Finance/Insur/RealEs", "industry": "Securities & Investm", "catorder": "F06", "name": "Payday lenders", "sectorlong": "Finance, Insurance & Real Estate"}, "LG100": {"sector": "Labor", "industry": "Misc Unions", "catorder": "P05", "name": "Food service & related unions", "sectorlong": "Labor"}, "H3800": {"sector": "Health", "industry": "Health Services/HMOs", "catorder": "H03", "name": "Mental Health Services", "sectorlong": "Health"}, "C4600": {"sector": "Communic/Electronics", "industry": "Telecom Services & E", "catorder": "B09", "name": "Telephone & communications equipment", "sectorlong": "Communications/Electronics"}, "G1310": {"sector": "Misc Business", "industry": "Business Association", "catorder": "N00", "name": "Business tax coalitions", "sectorlong": "Misc Business"}, "T3200": {"sector": "Transportation", "industry": "Trucking", "catorder": "M03", "name": "Truck & trailer manufacturers", "sectorlong": "Transportation"}, "J1110": {"sector": "Ideology/Single-Issu", "industry": "Republican/Conservat", "catorder": "Q01", "name": "Christian Conservative", "sectorlong": "Ideological/Single-Issue"}, "J4000": {"sector": "Ideology/Single-Issu", "industry": "Misc Issues", "catorder": "Q10", "name": "Fiscal & tax policy", "sectorlong": "Ideological/Single-Issue"}, "L1400": {"sector": "Labor", "industry": "Public Sector Unions", "catorder": "P04", "name": "Police & firefighters unions & associations", "sectorlong": "Labor"}, "H2200": {"sector": "Health", "industry": "Hospitals/Nursing Ho", "catorder": "H02", "name": "Nursing homes", "sectorlong": "Health"}, "E1140": {"sector": "Energy/Nat Resource", "industry": "Oil & Gas", "catorder": "E01", "name": "Natural Gas transmission & distribution", "sectorlong": "Energy & Natural Resources"}, "G6700": {"sector": "Misc Business", "industry": "Recreation/Live Ente", "catorder": "N06", "name": "Amusement parks", "sectorlong": "Misc Business"}, "T2000": {"sector": "Transportation", "industry": "Automotive", "catorder": "M02", "name": "Automotive, Misc", "sectorlong": "Transportation"}, "M8000": {"sector": "Misc Business", "industry": "Textiles", "catorder": "N16", "name": "Textiles & fabrics", "sectorlong": "Misc Business"}, "LG200": {"sector": "Labor", "industry": "Misc Unions", "catorder": "P05", "name": "Retail trade unions", "sectorlong": "Labor"}, "M7200": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Glass products", "sectorlong": "Misc Business"}, "C2600": {"sector": "Communic/Electronics", "industry": "TV/Movies/Music", "catorder": "B02", "name": "Recorded Music & music production", "sectorlong": "Communications/Electronics"}, "H4500": {"sector": "Health", "industry": "Pharmaceuticals/Heal", "catorder": "H04", "name": "Biotech products & research", "sectorlong": "Health"}, "D4000": {"sector": "Defense", "industry": "Misc Defense", "catorder": "D03", "name": "Defense Research & Development", "sectorlong": "Defense"}, "G7000": {"sector": "Misc Business", "industry": "Misc Business", "catorder": "N12", "name": "Correctional facilities constr & mgmt/for-profit", "sectorlong": "Misc Business"}, "B3400": {"sector": "Construction", "industry": "Special Trade Contra", "catorder": "C03", "name": "Plumbing, heating & air conditioning", "sectorlong": "Construction"}, "T9100": {"sector": "Misc Business", "industry": "Lodging/Tourism", "catorder": "N08", "name": "Hotels & motels", "sectorlong": "Misc Business"}, "E1240": {"sector": "Energy/Nat Resource", "industry": "Mining", "catorder": "E04", "name": "Mining services & equipment", "sectorlong": "Energy & Natural Resources"}, "F7000": {"sector": "Finance/Insur/RealEs", "industry": "Misc Finance", "catorder": "F13", "name": "Investors", "sectorlong": "Finance, Insurance & Real Estate"}, "JE300": {"sector": "Ideology/Single-Issu", "industry": "Environment", "catorder": "Q11", "name": "Environmental policy", "sectorlong": "Ideological/Single-Issue"}, "A1500": {"sector": "Agribusiness", "industry": "Crop Production & Ba", "catorder": "A01", "name": "Wheat, corn, soybeans and cash grain", "sectorlong": "Agribusiness"}, "C4300": {"sector": "Communic/Electronics", "industry": "Telecom Services & E", "catorder": "B09", "name": "Cellular systems and equipment", "sectorlong": "Communications/Electronics"}, "J7700": {"sector": "Ideology/Single-Issu", "industry": "Human Rights", "catorder": "Q09", "name": "Children's rights", "sectorlong": "Ideological/Single-Issue"}, "M1500": {"sector": "Misc Business", "industry": "Chemical & Related M", "catorder": "N13", "name": "Plastics & Rubber processing & products", "sectorlong": "Misc Business"}, "T2310": {"sector": "Transportation", "industry": "Automotive", "catorder": "M02", "name": "Auto dealers, foreign imports", "sectorlong": "Transportation"}, "J5000": {"sector": "Ideology/Single-Issu", "industry": "Foreign & Defense Po", "catorder": "Q04", "name": "Foreign policy", "sectorlong": "Ideological/Single-Issue"}, "LB100": {"sector": "Labor", "industry": "Building Trade Union", "catorder": "P01", "name": "Building trades unions", "sectorlong": "Labor"}, "M3300": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Toiletries & cosmetics", "sectorlong": "Misc Business"}, "M2100": {"sector": "Misc Business", "industry": "Steel Production", "catorder": "N14", "name": "Steel", "sectorlong": "Misc Business"}, "Z5100": {"sector": "Party Cmte", "industry": "Party Committees", "catorder": "Z02", "name": "Republican Party Committees", "sectorlong": "Party Cmtes"}, "G5200": {"sector": "Misc Business", "industry": "Business Services", "catorder": "N05", "name": "Business services", "sectorlong": "Misc Business"}, "D3000": {"sector": "Defense", "industry": "Defense Electronics", "catorder": "D02", "name": "Defense electronic contractors", "sectorlong": "Defense"}, "M1600": {"sector": "Misc Business", "industry": "Chemical & Related M", "catorder": "N13", "name": "Paints, Solvents & Coatings", "sectorlong": "Misc Business"}, "A1000": {"sector": "Agribusiness", "industry": "Crop Production & Ba", "catorder": "A01", "name": "Crop production & basic processing", "sectorlong": "Agribusiness"}, "J7200": {"sector": "Ideology/Single-Issu", "industry": "Misc Issues", "catorder": "Q10", "name": "Elderly issues/Social Security", "sectorlong": "Ideological/Single-Issue"}, "M9300": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Clocks & watches", "sectorlong": "Misc Business"}, "E3000": {"sector": "Energy/Nat Resource", "industry": "Waste Management", "catorder": "E10", "name": "Waste management", "sectorlong": "Energy & Natural Resources"}, "C5140": {"sector": "Communic/Electronics", "industry": "Computers/Internet", "catorder": "B12", "name": "Online computer services", "sectorlong": "Communications/Electronics"}, "T4100": {"sector": "Transportation", "industry": "Misc Transport", "catorder": "M06", "name": "Bus services", "sectorlong": "Transportation"}, "C4000": {"sector": "Communic/Electronics", "industry": "Telecom Services & E", "catorder": "B09", "name": "Telecommunications", "sectorlong": "Communications/Electronics"}, "K1000": {"sector": "Lawyers & Lobbyists", "industry": "Lawyers/Law Firms", "catorder": "K01", "name": "Attorneys & law firms", "sectorlong": "Lawyers & Lobbyists"}, "LT500": {"sector": "Labor", "industry": "Transportation Union", "catorder": "P03", "name": "Merchant marine & longshoremen unions", "sectorlong": "Labor"}, "J1300": {"sector": "Ideology/Single-Issu", "industry": "Misc Issues", "catorder": "Q10", "name": "Third-party committees", "sectorlong": "Ideological/Single-Issue"}, "Z1000": {"sector": "Ideology/Single-Issu", "industry": "Candidate Committees", "catorder": "Q16", "name": "Candidate Committees", "sectorlong": "Ideological/Single-Issue"}, "G2810": {"sector": "Misc Business", "industry": "Beer, Wine & Liquor", "catorder": "N02", "name": "Beer", "sectorlong": "Misc Business"}, "LH100": {"sector": "Labor", "industry": "Misc Unions", "catorder": "P05", "name": "Health worker unions", "sectorlong": "Labor"}, "T7000": {"sector": "Transportation", "industry": "Misc Transport", "catorder": "M06", "name": "Freight & delivery services", "sectorlong": "Transportation"}, "Y1000": {"sector": "Unknown", "industry": "Homemakers/Non-incom", "catorder": "Y01", "name": "Homemakers, students & other non-income earners", "sectorlong": "Unknown"}, "F5000": {"sector": "Finance/Insur/RealEs", "industry": "Misc Finance", "catorder": "F13", "name": "Financial services & consulting", "sectorlong": "Finance, Insurance & Real Estate"}, "H4300": {"sector": "Health", "industry": "Pharmaceuticals/Heal", "catorder": "H04", "name": "Pharmaceutical manufacturing", "sectorlong": "Health"}, "M2000": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Heavy industrial manufacturing", "sectorlong": "Misc Business"}, "X4200": {"sector": "Other", "industry": "Non-Profit Instituti", "catorder": "W02", "name": "Museums, art galleries, libraries, etc.", "sectorlong": "Other"}, "G5500": {"sector": "Misc Business", "industry": "Misc Services", "catorder": "N04", "name": "Laundries & dry cleaners", "sectorlong": "Misc Business"}, "Z5200": {"sector": "Party Cmte", "industry": "Party Committees", "catorder": "Z02", "name": "Democratic Party Committees", "sectorlong": "Party Cmtes"}, "B5300": {"sector": "Construction", "industry": "Building Materials &", "catorder": "C05", "name": "Plumbing & pipe products", "sectorlong": "Construction"}, "H2100": {"sector": "Health", "industry": "Hospitals/Nursing Ho", "catorder": "H02", "name": "Hospitals", "sectorlong": "Health"}, "M9100": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Optical instruments & lenses", "sectorlong": "Misc Business"}, "B0000": {"sector": "Construction", "industry": "General Contractors", "catorder": "C01", "name": "Construction & Public Works", "sectorlong": "Construction"}, "H4000": {"sector": "Health", "industry": "Pharmaceuticals/Heal", "catorder": "H04", "name": "Health care products", "sectorlong": "Health"}, "B4400": {"sector": "Construction", "industry": "Construction Service", "catorder": "C04", "name": "Engineers - type unknown", "sectorlong": "Construction"}, "T8000": {"sector": "Transportation", "industry": "Misc Transport", "catorder": "M06", "name": "Recreational transport", "sectorlong": "Transportation"}, "L1100": {"sector": "Labor", "industry": "Public Sector Unions", "catorder": "P04", "name": "Federal employees unions", "sectorlong": "Labor"}, "F3200": {"sector": "Finance/Insur/RealEs", "industry": "Insurance", "catorder": "F09", "name": "Accident & health insurance", "sectorlong": "Finance, Insurance & Real Estate"}, "M4300": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Household appliances", "sectorlong": "Misc Business"}, "M5300": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Small arms & ammunition", "sectorlong": "Misc Business"}, "LA100": {"sector": "Labor", "industry": "Misc Unions", "catorder": "P05", "name": "Agricultural labor unions", "sectorlong": "Labor"}, "K2100": {"sector": "Lawyers & Lobbyists", "industry": "Lobbyists", "catorder": "K02", "name": "Registered Foreign Agents", "sectorlong": "Lawyers & Lobbyists"}, "E1210": {"sector": "Energy/Nat Resource", "industry": "Mining", "catorder": "E04", "name": "Coal mining", "sectorlong": "Energy & Natural Resources"}, "F1100": {"sector": "Finance/Insur/RealEs", "industry": "Commercial Banks", "catorder": "F03", "name": "Commercial banks & bank holding companies", "sectorlong": "Finance, Insurance & Real Estate"}, "J7400": {"sector": "Ideology/Single-Issu", "industry": "Women's Issues", "catorder": "Q08", "name": "Women's issues", "sectorlong": "Ideological/Single-Issue"}, "F4200": {"sector": "Finance/Insur/RealEs", "industry": "Real Estate", "catorder": "F10", "name": "Real estate agents", "sectorlong": "Finance, Insurance & Real Estate"}, "T5000": {"sector": "Transportation", "industry": "Railroads", "catorder": "M04", "name": "Railroad transportation", "sectorlong": "Transportation"}, "G2400": {"sector": "Agribusiness", "industry": "Food Processing & Sa", "catorder": "A09", "name": "Food stores", "sectorlong": "Agribusiness"}, "T1600": {"sector": "Transportation", "industry": "Air Transport", "catorder": "M01", "name": "Aviation services & airports", "sectorlong": "Transportation"}, "G2820": {"sector": "Misc Business", "industry": "Beer, Wine & Liquor", "catorder": "N02", "name": "Wine & distilled spirits manufacturing", "sectorlong": "Misc Business"}, "H3300": {"sector": "Health", "industry": "Health Services/HMOs", "catorder": "H03", "name": "Optical services (glasses & contact lenses)", "sectorlong": "Health"}, "L0000": {"sector": "Labor", "industry": "Misc Unions", "catorder": "P05", "name": "Labor Unions", "sectorlong": "Labor"}, "D6000": {"sector": "Defense", "industry": "Misc Defense", "catorder": "D03", "name": "Homeland Security contractors", "sectorlong": "Defense"}, "X4110": {"sector": "Other", "industry": "Non-Profit Instituti", "catorder": "W02", "name": "Philanthropists", "sectorlong": "Other"}, "T8300": {"sector": "Transportation", "industry": "Misc Transport", "catorder": "M06", "name": "Pleasure boats", "sectorlong": "Transportation"}, "F1200": {"sector": "Finance/Insur/RealEs", "industry": "Savings & Loans", "catorder": "F04", "name": "Savings banks & Savings and Loans", "sectorlong": "Finance, Insurance & Real Estate"}, "G1000": {"sector": "Misc Business", "industry": "Business Association", "catorder": "N00", "name": "General business associations", "sectorlong": "Misc Business"}, "F2600": {"sector": "Finance/Insur/RealEs", "industry": "Securities & Investm", "catorder": "F07", "name": "Private Equity & Investment Firms", "sectorlong": "Finance, Insurance & Real Estate"}, "B4300": {"sector": "Construction", "industry": "Construction Service", "catorder": "C04", "name": "Surveying", "sectorlong": "Construction"}, "B2000": {"sector": "Construction", "industry": "Home Builders", "catorder": "C02", "name": "Residential construction", "sectorlong": "Construction"}, "G4400": {"sector": "Misc Business", "industry": "Retail Sales", "catorder": "N03", "name": "Furniture & appliance stores", "sectorlong": "Misc Business"}, "X3000": {"sector": "Other", "industry": "Civil Servants/Publi", "catorder": "W03", "name": "Civil servant/public employee", "sectorlong": "Other"}, "J7120": {"sector": "Ideology/Single-Issu", "industry": "Abortion Policy/Pro-", "catorder": "Q14", "name": "Abortion policy/Pro-Life", "sectorlong": "Ideological/Single-Issue"}, "E1620": {"sector": "Energy/Nat Resource", "industry": "Electric Utilities", "catorder": "E08", "name": "Gas & Electric Utilities", "sectorlong": "Energy & Natural Resources"}, "E1180": {"sector": "Energy/Nat Resource", "industry": "Oil & Gas", "catorder": "E01", "name": "Fuel oil dealers", "sectorlong": "Energy & Natural Resources"}, "H1100": {"sector": "Health", "industry": "Health Professionals", "catorder": "H01", "name": "Physicians", "sectorlong": "Health"}, "G2100": {"sector": "Agribusiness", "industry": "Food Processing & Sa", "catorder": "A09", "name": "Food and kindred products manufacturing", "sectorlong": "Agribusiness"}, "C5100": {"sector": "Communic/Electronics", "industry": "Computers/Internet", "catorder": "B12", "name": "Computer manufacture & services", "sectorlong": "Communications/Electronics"}, "J3000": {"sector": "Ideology/Single-Issu", "industry": "Misc Issues", "catorder": "Q10", "name": "Consumer groups", "sectorlong": "Ideological/Single-Issue"}, "G2840": {"sector": "Misc Business", "industry": "Beer, Wine & Liquor", "catorder": "N02", "name": "Liquor stores", "sectorlong": "Misc Business"}, "T1300": {"sector": "Transportation", "industry": "Air Transport", "catorder": "M01", "name": "Aircraft parts & equipment", "sectorlong": "Transportation"}, "F4100": {"sector": "Finance/Insur/RealEs", "industry": "Real Estate", "catorder": "F10", "name": "Real Estate developers & subdividers", "sectorlong": "Finance, Insurance & Real Estate"}, "E1110": {"sector": "Energy/Nat Resource", "industry": "Oil & Gas", "catorder": "E01", "name": "Major (multinational) oil & gas producers", "sectorlong": "Energy & Natural Resources"}, "M2200": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Smelting & non-petroleum refining", "sectorlong": "Misc Business"}, "G4300": {"sector": "Misc Business", "industry": "Retail Sales", "catorder": "N03", "name": "Department, variety & convenience stores", "sectorlong": "Misc Business"}, "M4000": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Household & office products", "sectorlong": "Misc Business"}, "G5250": {"sector": "Misc Business", "industry": "Business Services", "catorder": "N05", "name": "Employment agencies", "sectorlong": "Misc Business"}, "J6200": {"sector": "Ideology/Single-Issu", "industry": "Gun Rights", "catorder": "Q13", "name": "Pro-Guns", "sectorlong": "Ideological/Single-Issue"}, "X3500": {"sector": "Other", "industry": "Education", "catorder": "W04", "name": "Public school teachers, administrators & officials", "sectorlong": "Other"}, "J9000": {"sector": "Ideology/Single-Issu", "industry": "Misc Issues", "catorder": "Q10", "name": "Other single-issue or ideological groups", "sectorlong": "Ideological/Single-Issue"}, "H0000": {"sector": "Health", "industry": "Misc Health", "catorder": "H05", "name": "Health, Education & Human Resources", "sectorlong": "Health"}, "G4900": {"sector": "Misc Business", "industry": "Retail Sales", "catorder": "N03", "name": "Drug stores", "sectorlong": "Misc Business"}, "A4100": {"sector": "Agribusiness", "industry": "Agricultural Service", "catorder": "A07", "name": "Agricultural chemicals (fertilizers & pesticides)", "sectorlong": "Agribusiness"}, "F4400": {"sector": "Finance/Insur/RealEs", "industry": "Real Estate", "catorder": "F10", "name": "Mobile home dealers & parks", "sectorlong": "Finance, Insurance & Real Estate"}, "G2200": {"sector": "Misc Business", "industry": "Food & Beverage", "catorder": "N01", "name": "Confectionery processors & manufacturers", "sectorlong": "Misc Business"}, "C1000": {"sector": "Communic/Electronics", "industry": "Printing & Publishin", "catorder": "B01", "name": "Printing and publishing (printed & online)", "sectorlong": "Communications/Electronics"}, "M6000": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Electrical lighting products", "sectorlong": "Misc Business"}, "F0000": {"sector": "Finance/Insur/RealEs", "industry": "Misc Finance", "catorder": "F13", "name": "Finance, Insurance & Real Estate", "sectorlong": "Finance, Insurance & Real Estate"}, "C2100": {"sector": "Communic/Electronics", "industry": "TV/Movies/Music", "catorder": "B02", "name": "Commercial TV & radio stations", "sectorlong": "Communications/Electronics"}, "Z9700": {"sector": "Non-contribution", "industry": "Non-contribution", "catorder": "Z09", "name": "Unitemized (small) contributions", "sectorlong": "Non-contribution"}, "B1200": {"sector": "Construction", "industry": "General Contractors", "catorder": "C01", "name": "Dredging Contractors", "sectorlong": "Construction"}, "J6500": {"sector": "Ideology/Single-Issu", "industry": "Misc Issues", "catorder": "Q10", "name": "Militias & Anti-Government Groups", "sectorlong": "Ideological/Single-Issue"}, "LC100": {"sector": "Labor", "industry": "Industrial Unions", "catorder": "P02", "name": "Communications & hi-tech unions", "sectorlong": "Labor"}, "F1410": {"sector": "Finance/Insur/RealEs", "industry": "Securities & Investm", "catorder": "F06", "name": "Student loan companies", "sectorlong": "Finance, Insurance & Real Estate"}, "C1300": {"sector": "Communic/Electronics", "industry": "Printing & Publishin", "catorder": "B01", "name": "Commercial printing & typesetting", "sectorlong": "Communications/Electronics"}, "Y3000": {"sector": "Unknown", "industry": "Generic Occupation/C", "catorder": "Y03", "name": "Generic occupation - impossible to assign category", "sectorlong": "Unknown"}, "M9000": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Precision instruments", "sectorlong": "Misc Business"}, "F2200": {"sector": "Finance/Insur/RealEs", "industry": "Securities & Investm", "catorder": "F07", "name": "Commodity brokers/dealers", "sectorlong": "Finance, Insurance & Real Estate"}, "B2400": {"sector": "Construction", "industry": "Home Builders", "catorder": "C02", "name": "Mobile home construction", "sectorlong": "Construction"}, "G4000": {"sector": "Misc Business", "industry": "Retail Sales", "catorder": "N03", "name": "Retail trade", "sectorlong": "Misc Business"}, "H6000": {"sector": "Other", "industry": "Other", "catorder": "W07", "name": "Welfare & Social Work", "sectorlong": "Other"}, "G1300": {"sector": "Misc Business", "industry": "Business Association", "catorder": "N00", "name": "Pro-business associations", "sectorlong": "Misc Business"}, "B1500": {"sector": "Construction", "industry": "General Contractors", "catorder": "C01", "name": "Construction, unclassified", "sectorlong": "Construction"}, "A3200": {"sector": "Agribusiness", "industry": "Livestock", "catorder": "A06", "name": "Sheep and Wool Producers", "sectorlong": "Agribusiness"}, "H3400": {"sector": "Health", "industry": "Health Services/HMOs", "catorder": "H03", "name": "Medical laboratories", "sectorlong": "Health"}, "E1000": {"sector": "Energy/Nat Resource", "industry": "Misc Energy", "catorder": "E07", "name": "Energy production & distribution", "sectorlong": "Energy & Natural Resources"}, "D0000": {"sector": "Defense", "industry": "Misc Defense", "catorder": "D03", "name": "Defense", "sectorlong": "Defense"}, "LT100": {"sector": "Labor", "industry": "Transportation Union", "catorder": "P03", "name": "Air transport unions", "sectorlong": "Labor"}, "M0000": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Manufacturing", "sectorlong": "Misc Business"}, "G3000": {"sector": "Misc Business", "industry": "Misc Business", "catorder": "N12", "name": "Wholesale trade", "sectorlong": "Misc Business"}, "Z9000": {"sector": "Candidate", "industry": "Candidate Self-finan", "catorder": "Z07", "name": "Candidate contribution to his/her own campaign", "sectorlong": "Candidate"}, "C2200": {"sector": "Communic/Electronics", "industry": "TV/Movies/Music", "catorder": "B02", "name": "Cable & satellite TV production & distribution", "sectorlong": "Communications/Electronics"}, "G5280": {"sector": "Misc Business", "industry": "Business Services", "catorder": "N05", "name": "Marketing research services", "sectorlong": "Misc Business"}, "E1700": {"sector": "Energy/Nat Resource", "industry": "Misc Energy", "catorder": "E07", "name": "Power plant construction & equipment", "sectorlong": "Energy & Natural Resources"}, "X9000": {"sector": "Other", "industry": "Other", "catorder": "W07", "name": "Foreign Governments", "sectorlong": "Other"}, "G6400": {"sector": "Misc Business", "industry": "Recreation/Live Ente", "catorder": "N06", "name": "Professional sports, arenas & related equip & svcs", "sectorlong": "Misc Business"}, "D9000": {"sector": "Defense", "industry": "Misc Defense", "catorder": "D03", "name": "Defense-related services", "sectorlong": "Defense"}, "T2300": {"sector": "Transportation", "industry": "Automotive", "catorder": "M02", "name": "Auto dealers, new & used", "sectorlong": "Transportation"}, "J7300": {"sector": "Ideology/Single-Issu", "industry": "Human Rights", "catorder": "Q09", "name": "Gay & lesbian rights & issues", "sectorlong": "Ideological/Single-Issue"}, "M1100": {"sector": "Misc Business", "industry": "Chemical & Related M", "catorder": "N13", "name": "Explosives", "sectorlong": "Misc Business"}, "B5400": {"sector": "Construction", "industry": "Building Materials &", "catorder": "C05", "name": "Other construction-related products", "sectorlong": "Construction"}, "C2700": {"sector": "Communic/Electronics", "industry": "TV/Movies/Music", "catorder": "B02", "name": "Movie Theaters", "sectorlong": "Communications/Electronics"}, "H4400": {"sector": "Health", "industry": "Pharmaceuticals/Heal", "catorder": "H04", "name": "Pharmaceutical wholesale", "sectorlong": "Health"}, "F2500": {"sector": "Finance/Insur/RealEs", "industry": "Securities & Investm", "catorder": "F07", "name": "Venture capital", "sectorlong": "Finance, Insurance & Real Estate"}, "X5000": {"sector": "Other", "industry": "Other", "catorder": "W07", "name": "Military", "sectorlong": "Other"}, "G5800": {"sector": "Misc Business", "industry": "Misc Services", "catorder": "N04", "name": "Physical fitness centers", "sectorlong": "Misc Business"}, "G5210": {"sector": "Misc Business", "industry": "Business Services", "catorder": "N05", "name": "Advertising & public relations services", "sectorlong": "Misc Business"}, "M2400": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Recycling of metal, paper, plastics, etc.", "sectorlong": "Misc Business"}, "A5000": {"sector": "Agribusiness", "industry": "Forestry & Forest Pr", "catorder": "A10", "name": "Forestry & Forest Products", "sectorlong": "Agribusiness"}, "A3500": {"sector": "Agribusiness", "industry": "Livestock", "catorder": "A06", "name": "Horse breeders", "sectorlong": "Agribusiness"}, "M7100": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Paper packaging materials", "sectorlong": "Misc Business"}, "E1170": {"sector": "Energy/Nat Resource", "industry": "Oil & Gas", "catorder": "E01", "name": "Gasoline service stations", "sectorlong": "Energy & Natural Resources"}, "H5200": {"sector": "Other", "industry": "Education", "catorder": "W04", "name": "Technical, business and vocational schools & svcs", "sectorlong": "Other"}, "C5130": {"sector": "Communic/Electronics", "industry": "Computers/Internet", "catorder": "B12", "name": "Data processing & computer services", "sectorlong": "Communications/Electronics"}, "M1400": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Manmade fibers", "sectorlong": "Misc Business"}, "J7000": {"sector": "Ideology/Single-Issu", "industry": "Human Rights", "catorder": "Q09", "name": "Human Rights", "sectorlong": "Ideological/Single-Issue"}, "Z1100": {"sector": "Ideology/Single-Issu", "industry": "Candidate Committees", "catorder": "Q16", "name": "Republican Candidate Committees", "sectorlong": "Ideological/Single-Issue"}, "LG300": {"sector": "Labor", "industry": "Misc Unions", "catorder": "P05", "name": "Commercial service unions", "sectorlong": "Labor"}, "J5100": {"sector": "Ideology/Single-Issu", "industry": "Pro-Israel", "catorder": "Q05", "name": "Pro-Israel", "sectorlong": "Ideological/Single-Issue"}, "C4400": {"sector": "Communic/Electronics", "industry": "Telecom Services & E", "catorder": "B09", "name": "Satellite communications", "sectorlong": "Communications/Electronics"}, "T6200": {"sector": "Transportation", "industry": "Sea Transport", "catorder": "M05", "name": "Sea freight & passenger services", "sectorlong": "Transportation"}, "A8000": {"sector": "Agribusiness", "industry": "Agricultural Service", "catorder": "A07", "name": "Florists & Nursery Services", "sectorlong": "Agribusiness"}, "G2800": {"sector": "Misc Business", "industry": "Beer, Wine & Liquor", "catorder": "N02", "name": "Alcohol", "sectorlong": "Misc Business"}, "Z1400": {"sector": "Ideology/Single-Issu", "industry": "Candidate Committees", "catorder": "Q16", "name": "Unknown-Party Candidate Committees", "sectorlong": "Ideological/Single-Issue"}, "G5260": {"sector": "Misc Business", "industry": "Business Services", "catorder": "N05", "name": "Political consultants/advisers", "sectorlong": "Misc Business"}, "J2100": {"sector": "Ideology/Single-Issu", "industry": "Leadership PACs", "catorder": "Q03", "name": "Democratic leadership PAC", "sectorlong": "Ideological/Single-Issue"}, "M3200": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Shoes & leather products", "sectorlong": "Misc Business"}, "G5100": {"sector": "Misc Business", "industry": "Misc Services", "catorder": "N04", "name": "Beauty & barber shops", "sectorlong": "Misc Business"}, "LG400": {"sector": "Labor", "industry": "Misc Unions", "catorder": "P05", "name": "Entertainment unions", "sectorlong": "Labor"}, "A2300": {"sector": "Agribusiness", "industry": "Poultry & Eggs", "catorder": "A05", "name": "Poultry & eggs", "sectorlong": "Agribusiness"}, "B3200": {"sector": "Construction", "industry": "Special Trade Contra", "catorder": "C03", "name": "Electrical contractors", "sectorlong": "Construction"}, "C4100": {"sector": "Communic/Electronics", "industry": "Telephone Utilities", "catorder": "B08", "name": "Telephone utilities", "sectorlong": "Communications/Electronics"}, "A6500": {"sector": "Agribusiness", "industry": "Agricultural Service", "catorder": "A07", "name": "Farm bureaus", "sectorlong": "Agribusiness"}, "J1000": {"sector": "Ideology/Single-Issu", "industry": "Misc Issues", "catorder": "Q10", "name": "General Ideological", "sectorlong": "Ideological/Single-Issue"}, "LT400": {"sector": "Labor", "industry": "Transportation Union", "catorder": "P03", "name": "Railroad unions", "sectorlong": "Labor"}, "A1300": {"sector": "Agribusiness", "industry": "Tobacco", "catorder": "A02", "name": "Tobacco & Tobacco products", "sectorlong": "Agribusiness"}, "F3400": {"sector": "Finance/Insur/RealEs", "industry": "Insurance", "catorder": "F09", "name": "Property & casualty insurance", "sectorlong": "Finance, Insurance & Real Estate"}, "T4000": {"sector": "Transportation", "industry": "Misc Transport", "catorder": "M06", "name": "Buses & Taxis", "sectorlong": "Transportation"}, "H5150": {"sector": "Other", "industry": "Education", "catorder": "W04", "name": "Medical schools", "sectorlong": "Other"}, "T7100": {"sector": "Transportation", "industry": "Air Transport", "catorder": "M01", "name": "Express delivery services", "sectorlong": "Transportation"}, "T5100": {"sector": "Transportation", "industry": "Railroads", "catorder": "M04", "name": "Railroads", "sectorlong": "Transportation"}, "T8400": {"sector": "Transportation", "industry": "Misc Transport", "catorder": "M06", "name": "Bicycles & other non-motorized recreational transp", "sectorlong": "Transportation"}, "L1500": {"sector": "Labor", "industry": "Public Sector Unions", "catorder": "P04", "name": "US Postal Service unions & associations", "sectorlong": "Labor"}, "F5100": {"sector": "Finance/Insur/RealEs", "industry": "Accountants", "catorder": "F11", "name": "Accountants", "sectorlong": "Finance, Insurance & Real Estate"}, "T6100": {"sector": "Transportation", "industry": "Sea Transport", "catorder": "M05", "name": "Ship building & repair", "sectorlong": "Transportation"}, "H4200": {"sector": "Health", "industry": "Pharmaceuticals/Heal", "catorder": "H04", "name": "Personal health care products", "sectorlong": "Health"}, "E1220": {"sector": "Energy/Nat Resource", "industry": "Mining", "catorder": "E04", "name": "Metal mining & processing", "sectorlong": "Energy & Natural Resources"}, "J5200": {"sector": "Ideology/Single-Issu", "industry": "Foreign & Defense Po", "catorder": "Q04", "name": "Anti-Castro", "sectorlong": "Ideological/Single-Issue"}, "G5400": {"sector": "Misc Business", "industry": "Misc Services", "catorder": "N04", "name": "Funeral services", "sectorlong": "Misc Business"}, "B5000": {"sector": "Construction", "industry": "Building Materials &", "catorder": "C05", "name": "Building materials", "sectorlong": "Construction"}, "JH100": {"sector": "Ideology/Single-Issu", "industry": "Human Rights", "catorder": "Q09", "name": "Health & welfare policy", "sectorlong": "Ideological/Single-Issue"}, "Z5300": {"sector": "Party Cmte", "industry": "Party Committees", "catorder": "Z02", "name": "Third-Party Party Committees", "sectorlong": "Party Cmtes"}, "LC150": {"sector": "Labor", "industry": "Industrial Unions", "catorder": "P02", "name": "IBEW (Intl Brotherhood of Electrical Workers)", "sectorlong": "Labor"}, "G6800": {"sector": "Misc Business", "industry": "Misc Services", "catorder": "N04", "name": "Video tape rental", "sectorlong": "Misc Business"}, "T1000": {"sector": "Transportation", "industry": "Air Transport", "catorder": "M01", "name": "Air transport", "sectorlong": "Transportation"}, "L1200": {"sector": "Labor", "industry": "Public Sector Unions", "catorder": "P04", "name": "State & local govt employee unions", "sectorlong": "Labor"}, "C2800": {"sector": "Communic/Electronics", "industry": "TV/Movies/Music", "catorder": "B02", "name": "Bands, orchestras & other live music production", "sectorlong": "Communications/Electronics"}, "F3300": {"sector": "Finance/Insur/RealEs", "industry": "Insurance", "catorder": "F09", "name": "Life insurance", "sectorlong": "Finance, Insurance & Real Estate"}, "JD200": {"sector": "Ideology/Single-Issu", "industry": "Foreign & Defense Po", "catorder": "Q04", "name": "Defense policy, doves", "sectorlong": "Ideological/Single-Issue"}, "H2000": {"sector": "Health", "industry": "Hospitals/Nursing Ho", "catorder": "H02", "name": "Health care institutions", "sectorlong": "Health"}, "LD100": {"sector": "Labor", "industry": "Misc Unions", "catorder": "P05", "name": "Defense-related unions", "sectorlong": "Labor"}, "M5200": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Electroplating, polishing & related services", "sectorlong": "Misc Business"}, "X4100": {"sector": "Other", "industry": "Non-Profit Instituti", "catorder": "W02", "name": "Non-profit foundations", "sectorlong": "Other"}, "E1120": {"sector": "Energy/Nat Resource", "industry": "Oil & Gas", "catorder": "E01", "name": "Independent oil & gas producers", "sectorlong": "Energy & Natural Resources"}, "K1200": {"sector": "Lawyers & Lobbyists", "industry": "Lawyers/Law Firms", "catorder": "K01", "name": "Corporate Lawyers & law firms", "sectorlong": "Lawyers & Lobbyists"}, "F5200": {"sector": "Finance/Insur/RealEs", "industry": "Misc Finance", "catorder": "F13", "name": "Credit reporting services & collection agencies", "sectorlong": "Finance, Insurance & Real Estate"}, "G1400": {"sector": "Misc Business", "industry": "Business Association", "catorder": "N00", "name": "International trade associations", "sectorlong": "Misc Business"}, "L5000": {"sector": "Labor", "industry": "Misc Unions", "catorder": "P05", "name": "Other unions", "sectorlong": "Labor"}, "Y4000": {"sector": "Unknown", "industry": "Employer Listed/Cate", "catorder": "Y04", "name": "Employer listed but category unknown", "sectorlong": "Unknown"}, "Z1200": {"sector": "Ideology/Single-Issu", "industry": "Candidate Committees", "catorder": "Q16", "name": "Democratic Candidate Committees", "sectorlong": "Ideological/Single-Issue"}, "G2500": {"sector": "Agribusiness", "industry": "Food Processing & Sa", "catorder": "A09", "name": "Food wholesalers", "sectorlong": "Agribusiness"}, "A4200": {"sector": "Agribusiness", "industry": "Agricultural Service", "catorder": "A07", "name": "Farm machinery & equipment", "sectorlong": "Agribusiness"}, "T7200": {"sector": "Misc Business", "industry": "Misc Business", "catorder": "N12", "name": "Warehousing", "sectorlong": "Misc Business"}, "E1630": {"sector": "Energy/Nat Resource", "industry": "Electric Utilities", "catorder": "E08", "name": "Independent power generation & cogeneration", "sectorlong": "Energy & Natural Resources"}, "T2500": {"sector": "Transportation", "industry": "Automotive", "catorder": "M02", "name": "Car rental agencies", "sectorlong": "Transportation"}, "T1700": {"sector": "Transportation", "industry": "Air Transport", "catorder": "M01", "name": "Space vehicles & components", "sectorlong": "Transportation"}, "M2300": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Industrial/commercial equipment & materials", "sectorlong": "Misc Business"}, "H1110": {"sector": "Health", "industry": "Health Professionals", "catorder": "H01", "name": "Psychiatrists & psychologists", "sectorlong": "Health"}, "J7500": {"sector": "Ideology/Single-Issu", "industry": "Human Rights", "catorder": "Q09", "name": "Minority/Ethnic Groups", "sectorlong": "Ideological/Single-Issue"}, "LM100": {"sector": "Labor", "industry": "Industrial Unions", "catorder": "P02", "name": "Manufacturing unions", "sectorlong": "Labor"}, "G2110": {"sector": "Misc Business", "industry": "Food & Beverage", "catorder": "N01", "name": "Artificial sweeteners and food additives", "sectorlong": "Misc Business"}, "H1700": {"sector": "Health", "industry": "Health Professionals", "catorder": "H01", "name": "Other non-physician health practitioners", "sectorlong": "Health"}, "JD100": {"sector": "Ideology/Single-Issu", "industry": "Foreign & Defense Po", "catorder": "Q04", "name": "Defense policy, hawks", "sectorlong": "Ideological/Single-Issue"}, "B3600": {"sector": "Construction", "industry": "Special Trade Contra", "catorder": "C03", "name": "Landscaping & Excavation Svcs", "sectorlong": "Construction"}, "M5100": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Hardware & tools", "sectorlong": "Misc Business"}, "H3000": {"sector": "Health", "industry": "Health Services/HMOs", "catorder": "H03", "name": "Health care services", "sectorlong": "Health"}, "X0000": {"sector": "Other", "industry": "Other", "catorder": "W07", "name": "Other", "sectorlong": "Other"}, "B4200": {"sector": "Construction", "industry": "Construction Service", "catorder": "C04", "name": "Architectural services", "sectorlong": "Construction"}, "G4500": {"sector": "Misc Business", "industry": "Retail Sales", "catorder": "N03", "name": "Hardware & building materials stores", "sectorlong": "Misc Business"}, "X3100": {"sector": "Other", "industry": "Civil Servants/Publi", "catorder": "W03", "name": "Public official (elected or appointed)", "sectorlong": "Other"}, "T8200": {"sector": "Transportation", "industry": "Misc Transport", "catorder": "M06", "name": "Motor homes & camper trailers", "sectorlong": "Transportation"}, "E4000": {"sector": "Energy/Nat Resource", "industry": "Fisheries & Wildlife", "catorder": "E11", "name": "Fisheries & wildlife", "sectorlong": "Energy & Natural Resources"}, "F3000": {"sector": "Finance/Insur/RealEs", "industry": "Insurance", "catorder": "F09", "name": "Insurance", "sectorlong": "Finance, Insurance & Real Estate"}, "A4500": {"sector": "Agribusiness", "industry": "Agricultural Service", "catorder": "A07", "name": "Veterinarians", "sectorlong": "Agribusiness"}, "G5220": {"sector": "Misc Business", "industry": "Business Services", "catorder": "N05", "name": "Direct mail advertising services", "sectorlong": "Misc Business"}, "A2000": {"sector": "Agribusiness", "industry": "Dairy", "catorder": "A04", "name": "Milk & dairy producers", "sectorlong": "Agribusiness"}, "D2000": {"sector": "Defense", "industry": "Defense Aerospace", "catorder": "D01", "name": "Defense aerospace contractors", "sectorlong": "Defense"}, "Z4300": {"sector": "Joint Candidate Cmte", "industry": "Joint Candidate Cmte", "catorder": "Z04", "name": "Third-Party Joint Candidate Committee", "sectorlong": "Joint Candidate Cmtes"}, "C5000": {"sector": "Communic/Electronics", "industry": "Electronics Mfg & Se", "catorder": "B11", "name": "Electronics manufacturing & services", "sectorlong": "Communications/Electronics"}, "T2400": {"sector": "Transportation", "industry": "Automotive", "catorder": "M02", "name": "Auto repair", "sectorlong": "Transportation"}, "F1300": {"sector": "Finance/Insur/RealEs", "industry": "Credit Unions", "catorder": "F05", "name": "Credit unions", "sectorlong": "Finance, Insurance & Real Estate"}, "F4000": {"sector": "Finance/Insur/RealEs", "industry": "Real Estate", "catorder": "F10", "name": "Real estate", "sectorlong": "Finance, Insurance & Real Estate"}, "G2600": {"sector": "Misc Business", "industry": "Food & Beverage", "catorder": "N01", "name": "Beverages (non-alcoholic)", "sectorlong": "Misc Business"}, "T6250": {"sector": "Transportation", "industry": "Sea Transport", "catorder": "M05", "name": "Cruise ships & lines", "sectorlong": "Transportation"}, "T1400": {"sector": "Transportation", "industry": "Air Transport", "catorder": "M01", "name": "General aviation (private pilots)", "sectorlong": "Transportation"}, "X7000": {"sector": "Other", "industry": "Clergy & Religious O", "catorder": "W05", "name": "Churches, clergy & religious organizations", "sectorlong": "Other"}, "J6100": {"sector": "Ideology/Single-Issu", "industry": "Gun Control", "catorder": "Q12", "name": "Anti-Guns", "sectorlong": "Ideological/Single-Issue"}, "F1400": {"sector": "Finance/Insur/RealEs", "industry": "Finance/Credit Compa", "catorder": "F06", "name": "Credit agencies & finance companies", "sectorlong": "Finance, Insurance & Real Estate"}, "J9100": {"sector": "Ideology/Single-Issu", "industry": "Misc Issues", "catorder": "Q10", "name": "Term limits", "sectorlong": "Ideological/Single-Issue"}, "G1200": {"sector": "Misc Business", "industry": "Business Association", "catorder": "N00", "name": "Small business associations", "sectorlong": "Misc Business"}, "A3100": {"sector": "Agribusiness", "industry": "Agricultural Service", "catorder": "A07", "name": "Animal feed & health products", "sectorlong": "Agribusiness"}, "G2300": {"sector": "Agribusiness", "industry": "Food Processing & Sa", "catorder": "A09", "name": "Meat processing & products", "sectorlong": "Agribusiness"}, "X3200": {"sector": "Other", "industry": "Civil Servants/Publi", "catorder": "W03", "name": "Courts & Justice System", "sectorlong": "Other"}, "T3000": {"sector": "Transportation", "industry": "Trucking", "catorder": "M03", "name": "Trucking", "sectorlong": "Transportation"}, "F4700": {"sector": "Finance/Insur/RealEs", "industry": "Real Estate", "catorder": "F10", "name": "Other real estate services", "sectorlong": "Finance, Insurance & Real Estate"}, "E1600": {"sector": "Energy/Nat Resource", "industry": "Electric Utilities", "catorder": "E08", "name": "Electric Power utilities", "sectorlong": "Energy & Natural Resources"}, "X3700": {"sector": "Other", "industry": "Civil Servants/Publi", "catorder": "W03", "name": "US Postal Service", "sectorlong": "Other"}, "C0000": {"sector": "Communic/Electronics", "industry": "Misc Communications/", "catorder": "B00", "name": "Communications & Electronics", "sectorlong": "Communications/Electronics"}, "D5000": {"sector": "Defense", "industry": "Misc Defense", "catorder": "D03", "name": "Defense shipbuilders", "sectorlong": "Defense"}, "G5290": {"sector": "Misc Business", "industry": "Business Services", "catorder": "N05", "name": "Security services", "sectorlong": "Misc Business"}, "J2500": {"sector": "Ideology/Single-Issu", "industry": "Leadership PACs", "catorder": "Q03", "name": "Non-Federal candidate committees", "sectorlong": "Ideological/Single-Issue"}, "H1400": {"sector": "Health", "industry": "Health Professionals", "catorder": "H01", "name": "Dentists", "sectorlong": "Health"}, "G4100": {"sector": "Misc Business", "industry": "Retail Sales", "catorder": "N03", "name": "Apparel & accessory stores", "sectorlong": "Misc Business"}, "H3500": {"sector": "Health", "industry": "Health Services/HMOs", "catorder": "H03", "name": "AIDS treatment & testing", "sectorlong": "Health"}, "E1300": {"sector": "Energy/Nat Resource", "industry": "Electric Utilities", "catorder": "E08", "name": "Nuclear energy", "sectorlong": "Energy & Natural Resources"}, "F2100": {"sector": "Finance/Insur/RealEs", "industry": "Securities & Investm", "catorder": "F07", "name": "Security brokers & investment companies", "sectorlong": "Finance, Insurance & Real Estate"}, "G6000": {"sector": "Misc Business", "industry": "Recreation/Live Ente", "catorder": "N06", "name": "Recreation/Entertainment", "sectorlong": "Misc Business"}, "LT000": {"sector": "Labor", "industry": "Transportation Union", "catorder": "P03", "name": "Transportation unions", "sectorlong": "Labor"}, "Z9100": {"sector": "Non-contribution", "industry": "Party Committee Tran", "catorder": "Z08", "name": "Transfer between national party committees", "sectorlong": "Non-contribution"}, "T5200": {"sector": "Transportation", "industry": "Railroads", "catorder": "M04", "name": "Manufacturers of railroad equipment", "sectorlong": "Transportation"}, "C2300": {"sector": "Communic/Electronics", "industry": "TV/Movies/Music", "catorder": "B02", "name": "TV production & distribution", "sectorlong": "Communications/Electronics"}, "E1160": {"sector": "Energy/Nat Resource", "industry": "Oil & Gas", "catorder": "E01", "name": "Petroleum refining & marketing", "sectorlong": "Energy & Natural Resources"}, "H1120": {"sector": "Health", "industry": "Health Professionals", "catorder": "H01", "name": "Optometrists & Ophthalmologists", "sectorlong": "Health"}, "LM150": {"sector": "Labor", "industry": "Industrial Unions", "catorder": "P02", "name": "Automotive unions", "sectorlong": "Labor"}, "C5120": {"sector": "Communic/Electronics", "industry": "Computers/Internet", "catorder": "B12", "name": "Computer software", "sectorlong": "Communications/Electronics"}, "B6000": {"sector": "Construction", "industry": "Building Materials &", "catorder": "C05", "name": "Construction equipment", "sectorlong": "Construction"}, "H1750": {"sector": "Health", "industry": "Health Professionals", "catorder": "H01", "name": "Pharmacists", "sectorlong": "Health"}, "M1000": {"sector": "Misc Business", "industry": "Chemical & Related M", "catorder": "N13", "name": "Chemicals", "sectorlong": "Misc Business"}, "G2900": {"sector": "Misc Business", "industry": "Food & Beverage", "catorder": "N01", "name": "Restaurants & drinking establishments", "sectorlong": "Misc Business"}, "H5000": {"sector": "Other", "industry": "Education", "catorder": "W04", "name": "Education", "sectorlong": "Other"}, "F2400": {"sector": "Finance/Insur/RealEs", "industry": "Securities & Investm", "catorder": "F07", "name": "Stock exchanges", "sectorlong": "Finance, Insurance & Real Estate"}, "A0000": {"sector": "Agribusiness", "industry": "Misc Agriculture", "catorder": "A11", "name": "Agriculture", "sectorlong": "Agribusiness"}, "J8000": {"sector": "Ideology/Single-Issu", "industry": "Misc Issues", "catorder": "Q10", "name": "Labor, anti-union", "sectorlong": "Ideological/Single-Issue"}, "G4600": {"sector": "Misc Business", "industry": "Retail Sales", "catorder": "N03", "name": "Miscellaneous retail stores", "sectorlong": "Misc Business"}, "G6500": {"sector": "Misc Business", "industry": "Casinos/Gambling", "catorder": "N07", "name": "Casinos, racetracks & gambling", "sectorlong": "Misc Business"}, "E2000": {"sector": "Energy/Nat Resource", "industry": "Environmental Svcs/E", "catorder": "E09", "name": "Environmental services, equipment & consulting", "sectorlong": "Energy & Natural Resources"}, "T2200": {"sector": "Transportation", "industry": "Automotive", "catorder": "M02", "name": "Truck/Automotive parts & accessories", "sectorlong": "Transportation"}, "JW100": {"sector": "Ideology/Single-Issu", "industry": "Misc Issues", "catorder": "Q10", "name": "Pro-resource development groups", "sectorlong": "Ideological/Single-Issue"}, "M7000": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Paper, glass & packaging materials", "sectorlong": "Misc Business"}, "LE100": {"sector": "Labor", "industry": "Industrial Unions", "catorder": "P02", "name": "Mining unions", "sectorlong": "Labor"}, "B5500": {"sector": "Construction", "industry": "Building Materials &", "catorder": "C05", "name": "Electrical Supply", "sectorlong": "Construction"}, "G5700": {"sector": "Misc Business", "industry": "Misc Services", "catorder": "N04", "name": "Pest control", "sectorlong": "Misc Business"}, "H5300": {"sector": "Other", "industry": "Education", "catorder": "W04", "name": "For-profit education", "sectorlong": "Other"}, "G5270": {"sector": "Misc Business", "industry": "Business Services", "catorder": "N05", "name": "Management consultants & services", "sectorlong": "Misc Business"}, "T9300": {"sector": "Misc Business", "industry": "Lodging/Tourism", "catorder": "N08", "name": "Resorts", "sectorlong": "Misc Business"}, "M3600": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Sporting goods sales & manufacturing", "sectorlong": "Misc Business"}, "LG000": {"sector": "Labor", "industry": "Misc Unions", "catorder": "P05", "name": "General commercial unions", "sectorlong": "Labor"}, "X8000": {"sector": "Other", "industry": "Other", "catorder": "W07", "name": "International organizations", "sectorlong": "Other"}, "C2400": {"sector": "Communic/Electronics", "industry": "TV/Movies/Music", "catorder": "B02", "name": "Motion Picture production & distribution", "sectorlong": "Communications/Electronics"}, "J2300": {"sector": "Ideology/Single-Issu", "industry": "Leadership PACs", "catorder": "Q03", "name": "Democratic officials, candidates & former members", "sectorlong": "Ideological/Single-Issue"}, "A1400": {"sector": "Agribusiness", "industry": "Crop Production & Ba", "catorder": "A01", "name": "Vegetables, fruits and tree nut", "sectorlong": "Agribusiness"}, "T0000": {"sector": "Transportation", "industry": "Misc Transport", "catorder": "M06", "name": "Transportation", "sectorlong": "Transportation"}, "T2100": {"sector": "Transportation", "industry": "Automotive", "catorder": "M02", "name": "Auto manufacturers", "sectorlong": "Transportation"}, "C4500": {"sector": "Communic/Electronics", "industry": "Telecom Services & E", "catorder": "B09", "name": "Other Communications Services", "sectorlong": "Communications/Electronics"}, "K0000": {"sector": "Lawyers & Lobbyists", "industry": "Lawyers/Law Firms", "catorder": "K01", "name": "Legal Services", "sectorlong": "Lawyers & Lobbyists"}, "E1500": {"sector": "Energy/Nat Resource", "industry": "Misc Energy", "catorder": "E07", "name": "Alternate energy production & services", "sectorlong": "Energy & Natural Resources"}, "F5500": {"sector": "Finance/Insur/RealEs", "industry": "Misc Finance", "catorder": "F13", "name": "Other financial services", "sectorlong": "Finance, Insurance & Real Estate"}, "M3100": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Clothing & accessories", "sectorlong": "Misc Business"}, "J2000": {"sector": "Ideology/Single-Issu", "industry": "Leadership PACs", "catorder": "Q03", "name": "Leadership committees", "sectorlong": "Ideological/Single-Issue"}, "G5000": {"sector": "Misc Business", "industry": "Misc Services", "catorder": "N04", "name": "Services", "sectorlong": "Misc Business"}, "X1200": {"sector": "Other", "industry": "Retired", "catorder": "W06", "name": "Retired", "sectorlong": "Other"}, "H4600": {"sector": "Health", "industry": "Pharmaceuticals/Heal", "catorder": "H04", "name": "Nutritional & dietary supplements", "sectorlong": "Health"}, "L1300": {"sector": "Labor", "industry": "Public Sector Unions", "catorder": "P04", "name": "Teachers unions", "sectorlong": "Labor"}, "C2900": {"sector": "Communic/Electronics", "industry": "TV/Movies/Music", "catorder": "B02", "name": "Live theater & other entertainment productions", "sectorlong": "Communications/Electronics"}, "T9000": {"sector": "Misc Business", "industry": "Lodging/Tourism", "catorder": "N08", "name": "Lodging & tourism", "sectorlong": "Misc Business"}, "B1000": {"sector": "Construction", "industry": "General Contractors", "catorder": "C01", "name": "Public works, industrial & commercial construction", "sectorlong": "Construction"}, "LG500": {"sector": "Labor", "industry": "Misc Unions", "catorder": "P05", "name": "Other commercial unions", "sectorlong": "Labor"}, "G3500": {"sector": "Misc Business", "industry": "Misc Business", "catorder": "N12", "name": "Import/Export services", "sectorlong": "Misc Business"}, "M7300": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Metal cans & containers", "sectorlong": "Misc Business"}, "A1200": {"sector": "Agribusiness", "industry": "Crop Production & Ba", "catorder": "A01", "name": "Sugar cane & sugar beets", "sectorlong": "Agribusiness"}, "B0500": {"sector": "Construction", "industry": "General Contractors", "catorder": "C01", "name": "Builders associations", "sectorlong": "Construction"}, "J1100": {"sector": "Ideology/Single-Issu", "industry": "Republican/Conservat", "catorder": "Q01", "name": "Republican/Conservative", "sectorlong": "Ideological/Single-Issue"}, "LT300": {"sector": "Labor", "industry": "Transportation Union", "catorder": "P03", "name": "Teamsters union", "sectorlong": "Labor"}, "M4200": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Office machines", "sectorlong": "Misc Business"}, "J5300": {"sector": "Ideology/Single-Issu", "industry": "Foreign & Defense Po", "catorder": "Q04", "name": "Puerto Rico statehood policy", "sectorlong": "Ideological/Single-Issue"}, "C4200": {"sector": "Communic/Electronics", "industry": "Telephone Utilities", "catorder": "B08", "name": "Long-distance telephone & telegraph service", "sectorlong": "Communications/Electronics"}, "E1150": {"sector": "Energy/Nat Resource", "industry": "Oil & Gas", "catorder": "E01", "name": "Oilfield service, equipment & exploration", "sectorlong": "Energy & Natural Resources"}, "J7210": {"sector": "Ideology/Single-Issu", "industry": "Misc Issues", "catorder": "Q10", "name": "Legalization of Doctor-Assisted Suicide", "sectorlong": "Ideological/Single-Issue"}, "G4850": {"sector": "Misc Business", "industry": "Retail Sales", "catorder": "N03", "name": "Vending Machine Sales & Services", "sectorlong": "Misc Business"}, "T6000": {"sector": "Transportation", "industry": "Sea Transport", "catorder": "M05", "name": "Sea transport", "sectorlong": "Transportation"}, "T1100": {"sector": "Transportation", "industry": "Air Transport", "catorder": "M01", "name": "Airlines", "sectorlong": "Transportation"}, "D8000": {"sector": "Defense", "industry": "Misc Defense", "catorder": "D03", "name": "Ground-based & other weapons systems", "sectorlong": "Defense"}, "Z5000": {"sector": "Party Cmte", "industry": "Party Committees", "catorder": "Z02", "name": "Party Committees", "sectorlong": "Party Cmtes"}, "B5100": {"sector": "Construction", "industry": "Building Materials &", "catorder": "C05", "name": "Stone, clay, glass & concrete products", "sectorlong": "Construction"}, "G5300": {"sector": "Misc Business", "industry": "Misc Services", "catorder": "N04", "name": "Equipment rental & leasing", "sectorlong": "Misc Business"}, "H2300": {"sector": "Health", "industry": "Hospitals/Nursing Ho", "catorder": "H02", "name": "Drug & alcohol treatment hospitals", "sectorlong": "Health"}, "LT600": {"sector": "Labor", "industry": "Transportation Union", "catorder": "P03", "name": "Other transportation unions", "sectorlong": "Labor"}, "E1230": {"sector": "Energy/Nat Resource", "industry": "Mining", "catorder": "E04", "name": "Non-metallic mining", "sectorlong": "Energy & Natural Resources"}, "M1700": {"sector": "Misc Business", "industry": "Chemical & Related M", "catorder": "N13", "name": "Adhesives & Sealants", "sectorlong": "Misc Business"}, "A1100": {"sector": "Agribusiness", "industry": "Crop Production & Ba", "catorder": "A01", "name": "Cotton", "sectorlong": "Agribusiness"}, "X4000": {"sector": "Other", "industry": "Non-Profit Instituti", "catorder": "W02", "name": "Non-Profits", "sectorlong": "Other"}, "B3000": {"sector": "Construction", "industry": "Special Trade Contra", "catorder": "C03", "name": "Special trade contractors", "sectorlong": "Construction"}, "M2250": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Aluminum mining/processing", "sectorlong": "Misc Business"}, "H1710": {"sector": "Health", "industry": "Health Professionals", "catorder": "H01", "name": "Nurses", "sectorlong": "Health"}, "J1200": {"sector": "Ideology/Single-Issu", "industry": "Democratic/Liberal", "catorder": "Q02", "name": "Democratic/Liberal", "sectorlong": "Ideological/Single-Issue"}, "F5300": {"sector": "Finance/Insur/RealEs", "industry": "Misc Finance", "catorder": "F13", "name": "Tax return services", "sectorlong": "Finance, Insurance & Real Estate"}, "T4200": {"sector": "Transportation", "industry": "Misc Transport", "catorder": "M06", "name": "Taxicabs", "sectorlong": "Transportation"}, "A4300": {"sector": "Agribusiness", "industry": "Agricultural Service", "catorder": "A07", "name": "Grain traders & terminals", "sectorlong": "Agribusiness"}, "K1100": {"sector": "Lawyers & Lobbyists", "industry": "Lawyers/Law Firms", "catorder": "K01", "name": "Trial Lawyers & law firms", "sectorlong": "Lawyers & Lobbyists"}, "J7600": {"sector": "Ideology/Single-Issu", "industry": "Misc Issues", "catorder": "Q10", "name": "Animal Rights", "sectorlong": "Ideological/Single-Issue"}, "G5230": {"sector": "Misc Business", "industry": "Business Services", "catorder": "N05", "name": "Outdoor advertising services", "sectorlong": "Misc Business"}, "Z1300": {"sector": "Ideology/Single-Issu", "industry": "Candidate Committees", "catorder": "Q16", "name": "Third-Party Candidate Committees", "sectorlong": "Ideological/Single-Issue"}, "H1000": {"sector": "Health", "industry": "Health Professionals", "catorder": "H01", "name": "Health professionals", "sectorlong": "Health"}, "H5170": {"sector": "Other", "industry": "Education", "catorder": "W04", "name": "Law schools", "sectorlong": "Other"}, "M4100": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Furniture & wood products", "sectorlong": "Misc Business"}, "M5000": {"sector": "Misc Business", "industry": "Misc Manufacturing &", "catorder": "N15", "name": "Fabricated metal products", "sectorlong": "Misc Business"}, "H3100": {"sector": "Health", "industry": "Health Services/HMOs", "catorder": "H03", "name": "Home care services", "sectorlong": "Health"}, "G6550": {"sector": "Misc Business", "industry": "Casinos/Gambling", "catorder": "N07", "name": "Indian Gaming", "sectorlong": "Misc Business"}, "T8100": {"sector": "Transportation", "industry": "Misc Transport", "catorder": "M06", "name": "Motorcycles, snowmobiles & other motorized vehicle", "sectorlong": "Transportation"}, "L1000": {"sector": "Labor", "industry": "Public Sector Unions", "catorder": "P04", "name": "Civil service & government unions", "sectorlong": "Labor"}, "E4100": {"sector": "Energy/Nat Resource", "industry": "Fisheries & Wildlife", "catorder": "E11", "name": "Fishing", "sectorlong": "Energy & Natural Resources"}, "F3100": {"sector": "Finance/Insur/RealEs", "industry": "Insurance", "catorder": "F09", "name": "Insurance companies, brokers & agents", "sectorlong": "Finance, Insurance & Real Estate"}, "G0000": {"sector": "Misc Business", "industry": "Misc Business", "catorder": "N12", "name": "General commerce", "sectorlong": "Misc Business"}, "H4100": {"sector": "Health", "industry": "Pharmaceuticals/Heal", "catorder": "H04", "name": "Medical supplies manufacturing & sales", "sectorlong": "Health"}, "Z9999": {"sector": "Non-contribution", "industry": "Non-contribution", "catorder": "Z09", "name": "Internal Transfer and other non-contributions", "sectorlong": "Non-contribution"}, "F1000": {"sector": "Finance/Insur/RealEs", "industry": "Commercial Banks", "catorder": "F03", "name": "Banks & lending institutions", "sectorlong": "Finance, Insurance & Real Estate"}, "Y2000": {"sector": "Unknown", "industry": "No Employer Listed o", "catorder": "Y02", "name": "No employer listed or discovered", "sectorlong": "Unknown"}, "G2700": {"sector": "Misc Business", "industry": "Food & Beverage", "catorder": "N01", "name": "Beverage bottling & distribution", "sectorlong": "Misc Business"}, "Z4200": {"sector": "Joint Candidate Cmte", "industry": "Joint Candidate Cmte", "catorder": "Z04", "name": "Democratic Joint Candidate Committee", "sectorlong": "Joint Candidate Cmtes"}, "T1500": {"sector": "Transportation", "industry": "Air Transport", "catorder": "M01", "name": "Air freight", "sectorlong": "Transportation"}, "F4300": {"sector": "Finance/Insur/RealEs", "industry": "Real Estate", "catorder": "F10", "name": "Title insurance & title abstract offices", "sectorlong": "Finance, Insurance & Real Estate"}, "J0000": {"sector": "Ideology/Single-Issu", "industry": "Misc Issues", "catorder": "Q10", "name": "Ideological & Single Issue PACs", "sectorlong": "Ideological/Single-Issue"}, "E0000": {"sector": "Energy/Nat Resource", "industry": "Misc Energy", "catorder": "E07", "name": "Energy, Natural Resources and Environment", "sectorlong": "Energy & Natural Resources"}, "B4000": {"sector": "Construction", "industry": "Construction Service", "catorder": "C04", "name": "Engineering, architecture & construction mgmt svcs", "sectorlong": "Construction"}, "J5400": {"sector": "Ideology/Single-Issu", "industry": "Foreign & Defense Po", "catorder": "Q04", "name": "Pro-Arab", "sectorlong": "Ideological/Single-Issue"}, "G1100": {"sector": "Misc Business", "industry": "Business Association", "catorder": "N00", "name": "Chambers of commerce", "sectorlong": "Misc Business"}, "A3000": {"sector": "Agribusiness", "industry": "Livestock", "catorder": "A06", "name": "Livestock", "sectorlong": "Agribusiness"}, "E1610": {"sector": "Energy/Nat Resource", "industry": "Electric Utilities", "catorder": "E08", "name": "Rural electric cooperatives", "sectorlong": "Energy & Natural Resources"}, "E1200": {"sector": "Energy/Nat Resource", "industry": "Mining", "catorder": "E04", "name": "Mining", "sectorlong": "Energy & Natural Resources"}, "H3200": {"sector": "Health", "industry": "Health Services/HMOs", "catorder": "H03", "name": "Outpatient health services (incl drug & alcohol)", "sectorlong": "Health"}, "X3300": {"sector": "Other", "industry": "Civil Servants/Publi", "catorder": "W03", "name": "Municipal & county government organizations", "sectorlong": "Other"}, "E4200": {"sector": "Energy/Nat Resource", "industry": "Fisheries & Wildlife", "catorder": "E11", "name": "Hunting & wildlife", "sectorlong": "Energy & Natural Resources"}, "F2700": {"sector": "Finance/Insur/RealEs", "industry": "Securities & Investm", "catorder": "F07", "name": "Hedge Funds", "sectorlong": "Finance, Insurance & Real Estate"}, "K2000": {"sector": "Lawyers & Lobbyists", "industry": "Lobbyists", "catorder": "K02", "name": "Lobbyists & Public Relations", "sectorlong": "Lawyers & Lobbyists"}, "Z9500": {"sector": "Non-contribution", "industry": "Non-contribution", "catorder": "Z09", "name": "Transfer from intermediary ( type 24I or 24T)", "sectorlong": "Non-contribution"}}
//set defaults
var get = getQueryParams(document.location.search);
var page = 1;
var height = 10;
var bookmark = -1;
var alg='normal';
function getQueryParams(qs) {
qs = qs.split("+").join(" ");
var params = {},
tokens,
re = /[?&]?([^=]+)=([^&]*)/g;
while (tokens = re.exec(qs)) {
params[decodeURIComponent(tokens[1])]
= decodeURIComponent(tokens[2]);
}
return params;
}
function loadtables() {
height = $( "#slider" ).slider("value");
alg = $("input[name=alg]:checked").val() + '.';
console.log('loadval:'+alg);
if(alg=='normal.') { alg = '' ; }
url = 'http://s3.amazonaws.com/campaignclusters/squares/'+alg+'h'+ height + '.' + page + '.json?callback=?';
$.ajax({
type: "GET",
url: url,
dataType: 'jsonp',
contentType: 'application/json',
data: parseResults,
callback: 'parseResults',
});
}
$(document).ready(function () {
console.log('ready');
if(get['page']) { page = get['page']; }
if(get['height']) { height = get['height']; };
try{
bookmark = parseInt(get['idx']);
}catch(err) {
bookmark=-1;
}
if(get['alg'] && get['alg']!=undefined && get['alg']!='' && get['alg']!='.') {
alg = get['alg'];
}
$("input[name=alg][value='" + alg + "']").attr('checked', true);
console.log('setting ' + alg);
$( "#slider" ).slider({ max: 34, min: 6, value: 9, change: function(event, ui) {
page = 1;
//document.location.search='';
$('#tables').html('');
loadtables();
} });
$("input[name=alg]").change(function(){
console.log('changeval:'+ $("input[name=alg]:checked").val());
page = 1;
$('#tables').html('');
//document.location.search='';
//alg =
loadtables();
});
if(get['idx']) {
//don't scroll-reload if we're only displaying one bookmarked val
} else {
scroll = $(document).endlessScroll({
fireOnce: true,
insertAfter: "div#tables div:last",
loader: 'Loading...',
data: function(i) {
page += 1;
loadtables(i);
return '';
}
});
}
loadtables();
$('a[title]').qtip();
});
function parseResults(data) {
height = $( "#slider" ).slider("value");
alg = $("input[name=alg]:checked").val();
$.each(data, function(idx,tablejson) {
if(bookmark>-1 && idx!=bookmark) { return true; }
rendered = '<a href="?page='+page+'&height='+height+'&idx='+idx+'&alg='+alg+'">Link to this square</a><table>';
//congcmte headers
$.each(tablejson['congcmtes'], function(id, cmtejson) {
rendered += '<tr><td>' + cmtejson['name'] + '</td>';
$.each(tablejson['candorder'], function(i, candid) {
if(jQuery.inArray(cmtejson['committeeid'], tablejson['cands'][candid]['congcmtes'])>-1) {
rendered += '<td class="header"> </td>';
} else {
rendered += '<td></td>';
}
});
rendered += '<td></td></tr>';
});
//candidate headers
rendered += '<tr><th></th>';
$.each(tablejson['candorder'], function(i, candid) {
rendered += '<th class="' + tablejson['cands'][candid]['party'] + '"><a href="';
if(candid.substring(0,1)=='N') {
rendered += 'http://crp.org/politicians/summary.php?cid=' + candid + '&cycle=2012';
} else {
rendered += 'http://www.opensecrets.org/pacs/lookup2.php?strID=C00114371';
}
rendered += '" class="' + tablejson['cands'][candid]['party'] + '">' + tablejson['cands'][candid]['name'];
if(tablejson['cands'][candid]['district']!="") rendered += ' (' + tablejson['cands'][candid]['district'] + ')'
rendered += '</a></th>';
});
rendered += '<td></td></tr>';
//donor rows
$.each(tablejson['members'], function(id, membersjson) {
try{
industry = cats[membersjson['code']]['name']
}catch(err) {
industry = '';
}
rendered += '<tr><td><a title="'+industry+'">' + membersjson['name'] + ' (' + membersjson['state'] + ')<br/>' + membersjson['org'] + '</a></td>';
$.each(membersjson['contribs'], function(id, val) {
if(val==0) {
rendered += '<td></td>';
} else {
rendered += '<td class="'+ membersjson['code'].substring(0,1) + '"><a title="'+tablejson['cands'][tablejson['candorder'][id]]['name']+'">' + val + '</a></td>';
}
});
otherdonations = '';
for(var n=0;n<membersjson['otherdonations'];n++) { otherdonations += 'X'; }
rendered += '<td>'+otherdonations+'</td>';
rendered += '</tr>'
});
rendered += '</table>'
$('<div>', {
html: rendered
}).appendTo('#tables');
});
bookmark = -1;
}
</script>
<title>Campaign Clusters - by Luke Rosiak</title>
</head><body>
<h1>Campaign Clusters - by Luke Rosiak</h1>
Number of donors in cluster:
<div id="slider"></div>
Type of clusters:
<input type="radio" name="alg" value="normal" checked/><label>Normal</label>
<input type="radio" name="alg" value="tdif"/><label>Discount common recipients/find more unusual patterns</label>
<p>This tool finds people with very similar political contribution patterns in 2012. Use the slider above to find tight groups of nearly indentical donors or very large groups with similar preferences. Use the buttons below it to try different algorithms for identifying clusters.</p>
<p>Colors represent the industry of the donor's employer--orange is lawyers, for example. Hover over their name for more information about what kind of company they work for. Congressional committee assignments, where patterns are present, are indicated above the table. The numbers indicate dollars given by the donor to the candidate in the 2012 election cycle. X's to the right of the table represent donations by the donor to candidates not on the square. Data comes from <a href="http://www.crp.org">OpenSecrets.org</a>.</p>
<div id="tables"></div>
</body></html>