-
Notifications
You must be signed in to change notification settings - Fork 3
/
visao_longitudinal.html
280 lines (243 loc) · 14.7 KB
/
visao_longitudinal.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="descripition" content="Raio-X" />
<meta name="author" content="Mariana Nascimento" />
<meta name="keywords" content="data-visualization" />
<title>Raio-X</title>
<!-- styles -->
<link rel="stylesheet" type="text/css" href="project/styles/main.css" />
<link rel="stylesheet" href="project/styles/back_to_top.css" />
<link rel="stylesheet" href="project/styles/responsive.css" />
<!-- font -->
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet" />
<!-- bootstrap -->
<link rel="stylesheet" href="project/bootstrap/bootstrap.min.css" />
<!-- vegalite -->
<script src="https://cdn.jsdelivr.net/npm/vega@5.17.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-lite@4.17.0"></script>
<script src="https://cdn.jsdelivr.net/npm/vega-embed@6.12.2"></script>
<!--icones-->
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="project/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="project/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="project/favicon/favicon-16x16.png">
</head>
<body>
<section onmousemove="mouseMonitoring(event)" id="section-header" class="container-fluid">
<header>
<nav class="navbar fixed-top smart-scroll justify-content-between navbar-expand flex-nowrap flex-row topnav"
id="topnav">
<ul class="navbar-nav float-left">
<li class="nav-item">
<a class="nav-link" id="topnav-home" href="index.html">
<img src="project/assets/logo-elas-horizontal.png" style="height: 50px"
alt="Logo Elas Computação" />
</a>
</li>
</ul>
<ul class="nav navbar-nav flex-row float-right">
<li class="nav-item">
<a class="nav-link" id="topnav-sobre" href="index.html">Sobre</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="topnav-navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Raio-X
</a>
<div class="dropdown-menu" aria-labelledby="topnav-navbarDropdown">
<a class="dropdown-item" href="index.html">Visão Geral</a>
<a class="dropdown-item" href="#content">Visão Longitudinal</a>
<!-- Add more items as needed -->
</div>
</li>
<li class="nav-item">
<a class="nav-link" id="topnav-banco-de-ideias" href="#banco-de-ideias">Banco de ideias</a>
</li>
<li class="nav-item">
<a class="nav-link" id="topnav-contato" href="#contato">Contato</a>
</li>
</ul>
</nav>
</header>
</section>
<div id="main">
<section id="background">
<div id="background-raio-x" class="img-fluid img-responsive">
</div>
<h3 class="text-center">Raio-X Longitudinal</h3>
<h6 class="text-center">Resgate histórico das mulheres de Computação@UFCG</h6>
</section>
<div id="content">
<section id="raio-x" class="container-fluid">
<h1 class="text-left">Raio-X Longitudinal</h1><br>
<div class="visualization d-flex justify-content-center">
<iframe width="1300" height="700" src="https://app.powerbi.com/view?r=eyJrIjoiMjEwMTE1YTAtMjI0MS00ZWFhLWFkMTctZTVlMGQ0NGRkYTkwIiwidCI6ImE2MThjNzBhLTIzYTYtNDNiMy04MDA1LWYyMTMzNzI3ZWZiZSJ9" frameborder="0" allowFullScreen="true"></iframe>
</div>
<h3>Como essa visão foi construída?</h3>
<h6>
A princípio, é importante observar quantas mulheres entraram no curso ao longo dos períodos. Para
visualizar o ingresso geral dos alunos no curso, foi analisada a quantidade de homens e mulheres que
entram a cada período.
</h6>
</section>
<section id="banco-de-ideias" class="container-fluid">
<h1 class="text-left">Banco de ideias</h1>
<h6>
Que Raio-X você gostaria de ver sobre a participação de mulheres no nosso curso? <br>
O banco de ideias tem como objetivo ser um espaço aberto para contribuição da comunidade acadêmica
sobre a continuidade do Raio-X. O Elas@Computação enquanto organização iniciou esse projeto e
pretende realizar novas análises de dados sobre a participação de mulheres no curso. Para isso, é
importante a participação de todos a respeito de melhorias e aprimoramentos que podem ser realizados
no futuro. Para contribuir com o futuro das análises do Raio-X, acesse nosso Banco de ideias e crie
sua issue no github com sugestões. Acesse todos os dados utilizados nas visualizações e as
estatísticas apresentadas nesta análise e contribua com o nosso banco de ideias:
</h6>
<div class="d-flex justify-content-left">
<a id="btn-banco-de-dados" class="btn-banco-de-ideias" alt="Base de dados" target="_blank"
title="Base de dados" href="https://github.com/elasComputacao/raio-x-dados" type="button">
Base de dados
</a>
<a id="btn-contribuir" class="btn-banco-de-ideias" alt="Contribuir com o banco de ideias"
target="_blank" title="Contribuir com o banco de ideias"
href="https://github.com/elasComputacao/raio-x/projects/2">
Contribuir com o banco de ideias
</a>
</div>
</section>
</div>
</div>
<!-- Back to top button -->
<a id="button"></a>
<section class="container-fluid" id="contato">
<footer>
<div id="footer-raio-x" class="img-fluid img-responsive">
<div class="row">
<div class="col-lg-1 col-md-0 col-sm-0"></div>
<div class="col-lg-11">
<h1 class="text-left">Contato</h1>
</div>
</div>
<div class="row">
<div class="col-lg-1 col-md-0 col-sm-0"></div>
<div class="col-lg-3">
<div class="row no-gutters">
<div class="card col-12">
<a href="mailto:elas@computacao.ufcg.edu.br">
<div class="row no-gutters">
<div class="col-2 d-flex justify-content-center">
<svg class="align-self-center justify-content-center"
xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path
d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
</path>
<polyline points="22,6 12,13 2,6"></polyline>
</svg>
</div>
<div class="col-10">
<div class="card-body">
<h6 class="card-text">elas@computacao.ufcg.edu.br</h6>
</div>
</div>
</div>
</a>
</div>
</div>
<div class="row no-gutters">
<div class="card col-12">
<a href="https://goo.gl/maps/xx1zhPUttKVzUSTQ6" target="_blank">
<div class="row no-gutters">
<div class="col-2 d-flex justify-content-center">
<svg class="align-self-center justify-content-center"
xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
stroke-linecap="round" stroke-linejoin="round">
<path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path>
<circle cx="12" cy="10" r="3"></circle>
</svg>
</div>
<div class="col-10">
<div class="card-body">
<h6 class="card-text">
UFCG - Campus Sede
</h6>
</div>
</div>
</div>
</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-0 col-sm-0"></div>
<div class="col-lg-3 col-md-12 col-sm-12">
<div class="row d-flex float-left">
<a href="https://www.instagram.com/elascomputacao" class="icon" target="_blank">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-instagram fa-stack-1x fa-inverse"></i>
</span>
</a>
<a href="https://github.com/elasComputacao" class="icon" target="_blank">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
<a href="linkedin.com/company/elas-computacao" class="icon" target="_blank">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
<a href="https://dev.to/elascomputacao" class="icon" target="_blank">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fab fa-dev fa-stack-1x fa-inverse"></i>
</span>
</a>
</div>
</div>
<div class="col-lg-1 col-md-0 col-sm-0"></div>
</div>
<div class="row" style="padding-bottom: 2vh;">
<div class="col d-flex justify-content-center align-items-end">
<img src="project/assets/elas-logo.png" style="height: 4vh; padding: 0 0 1vh 0;" />
<h6>© 2021 Elas@Computação</h6>
</div>
</div>
</div>
</footer>
</section>
</body>
<!-- bootstrap -->
<script type="text/javascript" src="project/bootstrap/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="project/bootstrap/bootstrap.bundle.min.js"></script>
<!-- functions -->
<script type="text/javascript" src="project/functions/back_to_top.js"></script>
<script type="text/javascript" src="project/functions/smartscroll.js"></script>
<script type="text/javascript" src="project/functions/popover.js"></script>
<script type="text/javascript" src="project/functions/smothscroll.js"></script>
<!-- visualizations -->
<script type="text/javascript" src="project/visus/ingresso.js"></script>
<script type="text/javascript" src="project/visus/raca.js"></script>
<script type="text/javascript" src="project/visus/nota.js"></script>
<script type="text/javascript" src="project/visus/cota.js"></script>
<script type="text/javascript" src="project/visus/idade.js"></script>
<script type="text/javascript" src="project/visus/conclusao-homens.js"></script>
<script type="text/javascript" src="project/visus/conclusao-mulheres.js"></script>
<script type="text/javascript" src="project/visus/evasao.js"></script>
<script type="text/javascript" src="project/visus/situacao_academica.js"></script>
<script type="text/javascript" src="project/visus/desempenho.js"></script>
<script type="text/javascript" src="project/visus/sucesso.js"></script>
</html>