-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·494 lines (459 loc) · 29.5 KB
/
index.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
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
<!doctype html>
<html class="no-js" lang="pt-br">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Pesquisa 12/04/2015</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css">
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<!-- Main stylesheet -->
<link rel="stylesheet" href="css/main.css">
<!-- Modernizr -->
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header class="bg-info site-info site-header">
<div class="container">
<h1 class="site-title">Pesquisa com os participantes da manifestação do dia 12 de abril de 2015 sobre confiança no sistema político e fontes de informação</h1>
<p class="lead">
Foram realizadas 571 entrevistas com manifestantes maiores de 16 anos. As entrevistas foram conduzidas entre as 13:30 e as 17:30 do dia 12 de abril e distribuídas por toda a extensão da Avenida Paulista. Margens de erro de até <strong>4.1%</strong>.
<br><br>
</p>
</div>
</header>
<div class="disclaimer" role="alert">
<div class="container">
Esta página é apenas uma releitura da pesquisa coordenada pelo professor Pablo Ortellado (USP), pela professora Esther Solano (Unifesp) e <a class="alert-link" href="http://www.lage.ib.usp.br/manif/">originalmente hospedada</a> pela LAGE/USP. Para mais informações, veja os <a class="alert-link" href="#creditos">créditos</a>.
</div>
</div>
<div class="site-main">
<div class="container">
<div class="row">
<div class="col-lg-12">
<!-- Tabelas de dados -->
<div class="panel panel-info">
<div class="panel-heading"><i class="fa fa--spaced fa-transgender-alt"></i>Sexo</div>
<div class="panel-body">
<img src="img/sexo.png">
</div>
<div class="table-responsive">
<table class="table table-striped">
<tbody>
<tr><td>Não respondeu</td><td>0.40</td></tr>
<tr><td>Feminino</td><td>46.90</td></tr>
<tr><td>Masculino</td><td>52.70</td></tr>
</tbody>
</table>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading"><i class="fa fa--spaced fa-child"></i>Idade</div>
<div class="panel-body">
<img src="img/idade.png">
</div>
<div class="table-responsive">
<table class="table table-striped">
<tbody>
<tr><td>16-25</td><td>15.40</td></tr>
<tr><td>26-35</td><td>20.20</td></tr>
<tr><td>36-45</td><td>19.10</td></tr>
<tr><td>46-55</td><td>21.10</td></tr>
<tr><td>56-65</td><td>15.40</td></tr>
<tr><td>66-75</td><td>6.80</td></tr>
<tr><td>76-85</td><td>1.90</td></tr>
</tbody>
</table>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading"><i class="fa fa--spaced fa-money"></i>Renda</div>
<div class="panel-body">
<img src="img/renda.png">
</div>
<div class="table-responsive">
<table class="table table-striped">
<tbody>
<tr><td>Não respondeu</td><td>3.30</td></tr>
<tr><td>até R$ 1.576</td><td>4.70</td></tr>
<tr><td>de R$ 1.576 a R$ 2.364</td><td>4.70</td></tr>
<tr><td>de R$ 2.364 a R$ 3.940</td><td>14.40</td></tr>
<tr><td>de R$ 3.940 a R$ 7.880</td><td>24.80</td></tr>
<tr><td>de R$ 7.880 a R$ 15.760</td><td>28.50</td></tr>
<tr><td>acima de R$ 15.760</td><td>19.50</td></tr>
</tbody>
</table>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading"><i class="fa fa--spaced fa-mortar-board"></i>Escolaridade</div>
<div class="panel-body">
<img src="img/escolaridade.png">
</div>
<div class="table-responsive">
<table class="table table-striped">
<tbody>
<tr><td>Não respondeu</td><td>0.00</td></tr>
<tr><td>fundamental incompleto</td><td>0.90</td></tr>
<tr><td>fundamental completo</td><td>1.90</td></tr>
<tr><td>médio incompleto</td><td>3.70</td></tr>
<tr><td>médio completo</td><td>13.50</td></tr>
<tr><td>superior incompleto</td><td>11.60</td></tr>
<tr><td>superior completo</td><td>68.50</td></tr>
</tbody>
</table>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading"><i class="fa fa--spaced fa-user"></i>Cor</div>
<div class="panel-body">
<img src="img/cor.png">
</div>
<div class="table-responsive">
<table class="table table-striped">
<tbody>
<tr><td>Não respondeu</td><td>0.00</td></tr>
<tr><td>branca</td><td>77.40</td></tr>
<tr><td>parda</td><td>13.30</td></tr>
<tr><td>preta</td><td>4.90</td></tr>
<tr><td>amarela</td><td>3.00</td></tr>
<tr><td>indígena</td><td>0.40</td></tr>
<tr><td>outra</td><td>1.10</td></tr>
</tbody>
</table>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading"><i class="fa fa--spaced fa-camera-retro"></i>Confiança na imprensa</div>
<div class="panel-body">
<img src="img/confianca-imprensa.png">
</div>
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th></th>
<th>Imprensa</th>
<th>Folha de São Paulo</th>
<th>Estado de São Paulo</th>
<th>Veja</th>
<th>Carta Capital</th>
<th>Jornal Nacional</th>
<th>Jornal da Record</th>
<th>Globo News</th>
<th>El País</th>
<th>BBC</th>
</tr>
</thead>
<tbody>
<tr>
<td>Não respondeu</td>
<td>0.20</td>
<td>0.00</td>
<td>0.00</td>
<td>0.00</td>
<td>0.40</td>
<td>0.40</td>
<td>0.40</td>
<td>0.20</td>
<td>0.20</td>
<td>0.40</td></tr>
<tr>
<td>confia muito</td>
<td>21.00</td>
<td>26.00</td>
<td>40.20</td>
<td>51.80</td>
<td>16.80</td>
<td>16.30</td>
<td>14.90</td>
<td>34.50</td>
<td>9.50</td>
<td>31.70</td></tr>
<tr>
<td>confia pouco</td>
<td>57.80</td>
<td>42.30</td>
<td>41.90</td>
<td>31.90</td>
<td>19.50</td>
<td>45.70</td>
<td>42.00</td>
<td>38.90</td>
<td>17.20</td>
<td>23.60</td></tr>
<tr>
<td>não confia</td>
<td>20.80</td>
<td>29.80</td>
<td>14.70</td>
<td>14.70</td>
<td>32.60</td>
<td>37.10</td>
<td>31.30</td>
<td>22.60</td>
<td>14.70</td>
<td>9.10</td></tr>
<tr>
<td>não conhece</td>
<td>0.20</td>
<td>1.90</td>
<td>3.20</td>
<td>1.60</td>
<td>30.70</td>
<td>0.50</td>
<td>11.40</td>
<td>3.90</td>
<td>58.50</td>
<td>35.20</td></tr>
</tbody>
</table>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading"><i class="fa fa--spaced fa-bullhorn"></i>Confiança em partidos</div>
<div class="panel-body">
<img src="img/confianca-partidos.png">
</div>
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th></th>
<th>Partidos</th>
<th>PT</th>
<th>PSDB</th>
<th>PMDB</th>
<th>Rede</th>
<th>PSOL</th>
</tr>
</thead>
<tbody>
<tr>
<td>Não respondeu</td><td>0.50</td><td>0.20</td><td>0.20</td><td>0.20</td><td>0.70</td><td>0.20</td></tr>
<tr><td>confia muito</td><td>1.10</td><td>0.20</td><td>11.00</td><td>1.40</td><td>2.60</td><td>1.90</td></tr>
<tr><td>confia pouco</td><td>25.20</td><td>3.70</td><td>41.20</td><td>16.30</td><td>14.00</td><td>16.10</td></tr>
<tr><td>não confia</td><td>73.20</td><td>96.00</td><td>47.60</td><td>81.80</td><td>61.10</td><td>77.10</td></tr>
<tr><td>não conhece</td><td>0.00</td><td>0.00</td><td>0.00</td><td>0.40</td><td>21.50</td><td>4.70</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading"><i class="fa fa--spaced fa-users"></i>Confiança em ONGs e Movimentos Sociais</div>
<div class="panel-body">
<img src="img/confianca-movimentos.png">
</div>
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th></th>
<th>ONGs</th>
<th>Movimentos sociais</th>
<th>Vem pra rua</th>
<th>Brasil Livre</th>
<th>MPL</th>
<th>MST</th>
<th>Revoltados Online</th>
<th>MTST</th>
</tr>
</thead>
<tbody>
<tr><td>Não respondeu</td><td>0.70</td><td>0.20</td><td>0.20</td><td>0.20</td><td>0.20</td><td>0.20</td><td>0.20</td><td>0.20</td></tr>
<tr><td>confia muito</td><td>20.00</td><td>30.50</td><td>70.80</td><td>52.70</td><td>25.20</td><td>3.90</td><td>19.30</td><td>4.20</td></tr>
<tr><td>confia pouco</td><td>46.20</td><td>48.00</td><td>20.80</td><td>21.90</td><td>28.20</td><td>9.10</td><td>26.30</td><td>11.40</td></tr>
<tr><td>não confia</td><td>29.80</td><td>20.30</td><td>6.00</td><td>9.30</td><td>37.80</td><td>84.40</td><td>30.60</td><td>79.20</td></tr>
<tr><td>não conhece</td><td>3.30</td><td>1.10</td><td>2.30</td><td>15.90</td><td>8.60</td><td>2.50</td><td>23.60</td><td>5.10</td></tr>
</tbody>
</table>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading"><i class="fa fa--spaced fa-suitcase"></i>Confiança em políticos</div>
<div class="panel-body">
<img src="img/confianca-politicos.png">
</div>
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th></th>
<th>Políticos</th>
<th>Aécio Neves</th>
<th>Dilma Rousseff</th>
<th>Eduardo Cunha</th>
<th>Fernando Haddad</th>
<th>Geraldo Alckmin</th>
<th>Jair Bolsonaro</th>
<th>Jean Wyllys</th>
<th>José Serra</th>
<th>Luciana Genro</th>
<th>Lula</th>
<th>Marina Silva</th>
<th>Pastor Feliciano</th>
</tr>
</thead>
<tbody>
<tr><td>Não respondeu</td><td>0.90</td><td>0.40</td><td>0.40</td><td>0.40</td><td>0.50</td><td>0.50</td><td>0.50</td><td>0.50</td><td>0.50</td><td>0.50</td><td>0.50</td><td>0.70</td><td>0.70</td></tr>
<tr><td>confia muito</td><td>0.40</td><td>22.60</td><td>0.40</td><td>3.20</td><td>2.10</td><td>29.10</td><td>19.40</td><td>3.90</td><td>23.80</td><td>4.00</td><td>1.40</td><td>14.70</td><td>3.90</td></tr>
<tr><td>confia pouco</td><td>28.90</td><td>48.30</td><td>2.50</td><td>17.00</td><td>8.40</td><td>41.50</td><td>18.60</td><td>9.80</td><td>42.70</td><td>12.30</td><td>2.50</td><td>44.70</td><td>13.10</td></tr>
<tr><td>não confia</td><td>69.90</td><td>28.40</td><td>96.70</td><td>73.40</td><td>87.60</td><td>28.00</td><td>51.30</td><td>70.20</td><td>32.70</td><td>74.30</td><td>95.30</td><td>39.80</td><td>75.10</td></tr>
<tr><td>não conhece</td><td>0.00</td><td>0.40</td><td>0.20</td><td>6.10</td><td>1.40</td><td>0.90</td><td>10.20</td><td>15.60</td><td>0.20</td><td>8.90</td><td>0.40</td><td>0.20</td><td>7.20</td></tr>
</tbody>
</table>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading"><i class="fa fa--spaced fa-newspaper-o"></i>Fontes de informação sobre política</div>
<div class="panel-body">
<img src="img/fontes.png">
</div>
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th></th>
<th>Twitter</th>
<th>WhatsApp</th>
<th>Facebook</th>
<th>Sites de jornais, TVs etc</th>
<th>Blogs</th>
</tr>
</thead>
<tbody>
<tr><td>Não respondeu</td><td>13.00</td><td>13.80</td><td>13.80</td><td>12.40</td><td>12.80</td></tr>
<tr><td>muito</td><td>6.70</td><td>26.60</td><td>47.30</td><td>56.20</td><td>7.50</td></tr>
<tr><td>pouco</td><td>12.40</td><td>26.10</td><td>24.00</td><td>23.60</td><td>14.20</td></tr>
<tr><td>nada</td><td>68.00</td><td>33.50</td><td>14.90</td><td>7.70</td><td>65.40</td></tr>
</tbody>
</table>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading"><i class="fa fa--spaced fa-comments-o"></i>Confiança em comentaristas políticos</div>
<div class="panel-body">
<img src="img/confianca-comentaristas.png">
</div>
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th></th>
<th>Demétrio Magnoli</th>
<th>Guilherme Boulos</th>
<th>Gregório Duvivier</th>
<th>Jânio de Freitas</th>
<th>José Luiz Datena</th>
<th>Luis Nassif</th>
<th>Olavo de Carvalho</th>
<th>Paulo H. Amorim</th>
<th>Rachel Sheherazade</th>
<th>Reinaldo Azevedo</th>
<th>William Bonner</th>
<th>Vladimir Safatle</th>
</tr>
</thead>
<tbody>
<tr><td>Não respondeu</td><td>1.10</td><td>0.90</td><td>1.10</td><td>0.90</td><td>0.90</td><td>0.90</td><td>0.70</td><td>0.90</td><td>0.90</td><td>1.10</td><td>0.90</td><td>0.90</td></tr>
<tr><td>confia muito</td><td>9.50</td><td>2.50</td><td>4.00</td><td>7.20</td><td>18.20</td><td>12.10</td><td>17.20</td><td>28.00</td><td>49.40</td><td>39.60</td><td>25.20</td><td>4.20</td></tr>
<tr><td>confia pouco</td><td>11.70</td><td>10.90</td><td>14.90</td><td>17.50</td><td>33.10</td><td>23.10</td><td>17.90</td><td>38.50</td><td>21.70</td><td>19.80</td><td>45.00</td><td>17.30</td></tr>
<tr><td>não confia</td><td>6.70</td><td>18.90</td><td>17.50</td><td>11.70</td><td>43.80</td><td>25.40</td><td>10.70</td><td>25.00</td><td>11.40</td><td>9.80</td><td>27.70</td><td>16.50</td></tr>
<tr><td>não conhece</td><td>71.10</td><td>66.80</td><td>62.50</td><td>62.70</td><td>4.00</td><td>38.50</td><td>53.60</td><td>7.50</td><td>16.60</td><td>29.80</td><td>1.20</td><td>61.10</td></tr>
</tbody>
</table>
</div>
</div>
<div class="panel panel-info">
<div class="panel-heading"><i class="fa fa--spaced fa-quote-right"></i>Concordância com as frases</div>
<div class="panel-body">
<img src="img/frases.png">
</div>
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th></th>
<th>O PT quer implantar um regime comunista no Brasil</th>
<th>Fabio Luis Lula da Silva, o Lulinha, é sócio da Friboi</th>
<th>Os desvios da Petrobrás são o maior caso de corrupção da história do Brasil</th>
<th>O Foro de São Paulo quer criar uma ditadura bolivariana no Brasil</th>
<th>Cotas nas universidades geram mais racismo</th>
<th>O PCC é um braço armado do PT</th>
<th>O bolsa-família só financia preguiçoso</th>
<th>O PT trouxe 50 mil haitianos para votar na Dilma nas últimas eleições</th>
</tr>
</thead>
<tbody>
<tr><td>Não respondeu</td><td>1.40</td><td>0.70</td><td>0.70</td><td>1.10</td><td>1.20</td><td>1.20</td><td>1.10</td><td>1.20</td></tr>
<tr><td>concorda</td><td>64.10</td><td>71.30</td><td>85.30</td><td>55.90</td><td>70.90</td><td>53.20</td><td>60.40</td><td>42.60</td></tr>
<tr><td>não sei</td><td>4.60</td><td>17.30</td><td>2.30</td><td>21.90</td><td>6.30</td><td>17.90</td><td>5.30</td><td>29.20</td></tr>
<tr><td>não concorda</td><td>29.90</td><td>10.70</td><td>11.70</td><td>21.20</td><td>21.50</td><td>27.70</td><td>33.30</td><td>27.00</td></tr>
</tbody>
</table>
</div>
</div>
<h2 class="page-header" id="creditos">Créditos</h2>
<dl>
<dt>Coordenação da pesquisa</dt>
<dd><a href="mailto:[email protected]">Pablo Ortellado</a> (USP), <a href="mailto:[email protected]">Esther Solano</a> (Unifesp)</dd>
<dt>Entrevistadores</dt>
<dd>Alencar Mattje, Beatriz Candiotto, Bruno Lourenço,
Caique Duarte, Carol Tomás, Carolina Martins, Felipe Cesar, Giovana
Beltrame, Guilherme Gomes, Guilherme Tacini, Hércules Laino, Julia
Castilho, Julia Jubileu, Késia Pereira, Klaus Hermann, Leonardo Simioni,
Lucas Marques, Maria Cláudia Barbesco, Marina Moreira, Marina Rongo,
Mateus Ferreira, Matheus Fava, Paula Cappelletti, Paulo Lugoboni, Pedro
Grote, Pedro Henrique Costa, Petrus Valeriani, Raquel Tiemi, Rayane
Lima, Vitos Torsani
</dd>
<dt>Digitadores</dt>
<dd>Andressa Almeida, Beatriz Candiotto, Caique Duarte,
Felipe Cesar, Heidy Motta, Helena Curan, Késia Pereira, Larissa
Gattei, Maria Cláudia Barbesco</dd>
<dt>Tratamento estatístico</dt>
<dd><a href="mailto:[email protected]">André Chalom</a></dd>
<dt>Apoio</dt>
<dd>Fundação Ford e Lucia Nader</dd>
<dt>Agradecimento</dt>
<dd>Matilha Cultural</dd>
</dl>
</div>
</div>
</div>
</div>
<footer class="bg-info site-info site-footer">
<div class="container">
<p>
Pesquisa <a href="http://www.lage.ib.usp.br/manif/">originalmente hospedada</a> pela LAGE/USP.<br>
Página criada com <a href="http://html5boilerplate.com">HTML5 Boilerplate</a>, <a href="http://getbootstrap.com">Bootstrap</a> e <a href="http://fortawesome.github.io/Font-Awesome">Font Awesome</a>. Reporte erros e veja o código no <a href="http://github.com/eduardozulian/12deabril"><i class="fa fa--spaced fa-github-alt"></i>GitHub</a>.
</p>
</div>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-62229328-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>