-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrabalhos.html
55 lines (53 loc) · 3.45 KB
/
trabalhos.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
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Trabalhos</title>
</head>
<body>
<main>
<h1 align="center">Trabalhos desenvolvidos</h1>
<section>
<h2>Análises de Dados</h2>
<p align="justify">As análises e dashboards foram realizados para a organização<a href="https://datalabe.org/"> datalabe</a>,que promove a democratização de dados, com foco em raça,gênero e território.<br>
O software utilizado foi o Google Colab e o Tableau.
<ul>
<li><a href="https://colab.research.google.com/drive/1vHQyCcMvzrdtl-ev9diTQhUqR149joQk?usp=sharing" target="_blank">Eleições</a></li>
<li><a href="https://drive.google.com/file/d/1i3d-sdwZ8dC4OrobVgwsu3CNzVjNyBEg/view?usp=sharing" target="_blank">CAGED 2019</a></li>
</ul>
<br>
<h2>Dashboards</h2>
<p align = "justify">O Tableau public é uma ferramenta gratuita, que possibilita a criação de dashboards.<br>
Com a bibliotaca Streamlit e a biblioteca Altair e a linguagem python,podemos criar dashboards, que podem ser visualizados como página da web.</p>
<ul>
<li><a href="https://public.tableau.com/views/Eleicoes1822/Eleicoes?:language=pt-BR&:display_count=n&:origin=viz_share_link" target="_blank">Eleições</a></li>
<li><a href="https://public.tableau.com/views/Categoriasqueixas/Categorias?:language=pt-BR&:display_count=n&:origin=viz_share_link" target="_blank">Cocozap</a></li>
<li><a href="https://drive.google.com/file/d/1GLnfqtc6Jbt9f5rBhZRgAbfz3IP6fV2c/view?usp=drive_link" target="_blank">Queixas de Saneamento</a></li>
</ul>
</section>
<section>
<br>
<h2>Mapas</h2>
<p align="justify">Os mapas fazem parte de um relatório apresentado como exigência do Curso Técnico de Vigilância em Saúde, da <a href="https://www.epsjv.fiocruz.br">EPSJV-Fiocruz.</a><br>
O software utilizado para fazer os mapas foi o Google Earth.</p>
<td><th><img src= ./Mapas/DomicíliosSetorCensitário.jpg width="300" height="200"></th>
<th><img src= ./Mapas/Entrevistas.jpg width="300" height="200"></th>
<th><img src= ./Mapas/EstruturaSanitária.jpg width="300" height="200"></th>
<th><img src= ./Mapas/FaixaEtária.jpg width="300" height="200"></th></td>
<td>
<th><img src= ./Mapas/Gênero.jpg width="300" height="200"></th>
<th><img src= ./Mapas/Hidrografia.jpg width="300" height="200"></th>
<th><img src= ./Mapas/PopulaçãoAbsoluta.jpg width="300" height="200"></th>
<th><img src= ./Mapas/Praças.jpg width="300" height="200"></th>
</td>
<th><img src= ./Mapas/Rios.jpg width="300" height="200"></th>
<th><img src= ./Mapas/TaxadeAlfabetizaçãodeAdultos.jpg width="300" height="200"></th>
<th><img src= ./Mapas/Vacinação.jpg width="300" height="200"></th>
<th><img src= ./Mapas/Vegetação.jpg width="300" height="200"></th>
</td>
</section>
</main>
</body>