-
Notifications
You must be signed in to change notification settings - Fork 0
/
academicreport.html
347 lines (330 loc) · 13.4 KB
/
academicreport.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
<!DOCTYPE html>
<html>
<head>
<title>Google Charts Example</title>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script src="https://d3js.org/d3.v5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3-cloud/1.2.5/d3.layout.cloud.min.js"></script>
<script type="text/javascript">
google.charts.load('current', {'packages':['corechart']});
google.charts.setOnLoadCallback(drawCharts);
function drawCharts() {
drawTeachingChart();
drawSubjectSemesterChart();
drawProjectsChart();
drawProductionChart();
drawQualisChart();
drawProductionYearChart();
drawWordCloud();
drawParticipationsChart();
drawParticipationsTotalChart();
drawSupervisionsChart();
drawSupervisionsTotalChart();
}
// Teaching Chart
function drawTeachingChart() {
var data = google.visualization.arrayToDataTable([
['Course', 'Unique Disciplines'],
['Engenharia de Telecomunicações - 290 e 1290', 9],
['Análise e Desenvolvimento de Sistemas - 786', 2],
['Técnico Integrado de Telecomunicações (diurno) - 608', 6],
['Técnico Subsequente de Telecomunicações (noturno) - 111', 2],
['Superior de Tecnologia em Sistemas de Telecomunicações - 207', 2],
['Técnico de Telecomunicações (redes) - 125', 1]
]);
var options = { title: 'Unique Subjects by Course', pieHole: 0.4 };
var chart = new google.visualization.PieChart(document.getElementById('teaching_chart'));
chart.draw(data, options);
}
// Projects Chart
function drawProjectsChart() {
var data = google.visualization.arrayToDataTable([
['Type of Project', 'Quantity'],
['Projetos de Pesquisa', 14],
['Projetos de Extensão', 6]
]);
var options = { title: 'Projects', pieHole: 0.4 };
var chart = new google.visualization.PieChart(document.getElementById('projects_chart'));
chart.draw(data, options);
}
// Production Chart
function drawProductionChart() {
var data = google.visualization.arrayToDataTable([
['Type of Production', 'Quantity'],
['Livro', 3],
['Capítulo de Livro', 2],
['Tutorial', 2],
['Artigo', 31],
['Divulgação Cientifica', 7],
['Relatório Técnico', 4],
['Registro de Software/Propriedade Intelectual', 1]
]);
var options = { title: 'Scientific Production', pieHole: 0.4 };
var chart = new google.visualization.PieChart(document.getElementById('production_chart'));
chart.draw(data, options);
}
// Qualis Chart
function drawQualisChart() {
var data = google.visualization.arrayToDataTable([
['Qualis', 'Quantity'],
['A1', 10],
['A2', 1],
['A3', 3],
['A4', 5],
['B1', 1],
['B2', 1],
['B4', 3],
['under attribution', 2],
['no attribution', 12]
]);
var options = {
title: 'Scientific Production: Qualis',
pieHole: 0.4,
slices: {
8: { color: '#d3d3d3' }
}
};
var chart = new google.visualization.PieChart(document.getElementById('qualis_chart'));
chart.draw(data, options);
}
//subject x no semester
function drawSubjectSemesterChart() {
var data = google.visualization.arrayToDataTable([
['Disciplina', 'Nº de Semestres', { role: 'annotation' }],
['Antenas e Propagação', 11, '11'],
['Circuitos de Rádio Frequência', 8, '8'],
['Radiotransmissão', 8, '8'],
['Sistemas de Telecomunicações', 5, '5'],
['Projeto Integrador 1', 4, '4'],
['Instalação de Equipamentos de Redes', 2, '2'],
['Comunicações Sem Fio', 2, '2'],
['Cabeamento Estruturado', 2, '2'],
['Economia para Engenharia', 1, '1'],
['Administração para Engenharia', 1, '1'],
['Programação 1', 2, '2'],
['Programação Orientada a Objetos', 2, '1'],
['Pensamento Computacional e Algoritmos', 1, '1'],
['Princípios de Telecomunicações', 1, '1'],
['Redes de Computadores', 1, '1'],
['Telefonia IP', 1, '1'],
['Projetos de Redes Metálicas', 1, '1'],
['Análise de Circuitos 2', 1, '1'],
['Telefonia 1', 1, '1']
]);
var options = {
title: 'Subject x No semester',
hAxis: { title: 'Nº de Semestres' },
vAxis: { title: 'Disciplina' },
bars: 'horizontal',
chartArea: { width: '30%', height: '70%' },
width: 1000,
annotations: {
alwaysOutside: true,
textStyle: {
fontSize: 12,
bold: true,
color: '#000'
}
}
};
var chart = new google.visualization.BarChart(document.getElementById('subject_semester_chart'));
chart.draw(data, options);
}
// Scientific Production x Year Chart
function drawProductionYearChart() {
var data = google.visualization.arrayToDataTable([
['Year', 'Quantity'],
['2014', 2],
['2015', 2],
['2016', 7],
['2017', 5],
['2018', 5],
['2019', 0],
['2020', 4],
['2021', 1],
['2022', 9],
['2023', 11],
['2024', 6]
]);
var options = {
title: 'Scientific Production x Year',
hAxis: { title: 'Year' },
vAxis: { title: 'Quantity', minValue: 0 },
curveType: 'function',
legend: { position: 'bottom' }
};
var chart = new google.visualization.LineChart(document.getElementById('production_year_chart'));
chart.draw(data, options);
}
// Word Cloud using d3-cloud
function drawWordCloud() {
var wordList = [
{text: 'Artificial Intelligence', size: 30},
{text: 'Machine Learning', size: 70},
{text: 'Ethics', size: 20},
{text: 'Middle and High School', size: 70},
{text: 'Analysis', size: 70},
{text: 'Teaching', size: 50},
{text: 'Learning', size: 30},
{text: 'Image classification', size: 20},
{text: 'Assessment', size: 30},
{text: 'Radio', size: 60},
{text: 'Speech Recognition', size: 30},
{text: 'Low SES', size: 30},
{text: 'Artificial Neural Network', size: 20},
{text: 'Cubesat', size: 20},
{text: 'Dataset', size: 20},
{text: 'Critical Thiking', size: 20}
];
var width = 700;
var height = 400;
var svg = d3.select("#wordcloud_chart").append("svg")
.attr("width", width)
.attr("height", height);
d3.layout.cloud().size([width, height])
.words(wordList)
.padding(5)
.rotate(function() { return ~~(Math.random() * 2) * 90; })
.font("Times New Roman")
.fontSize(function(d) { return d.size; })
.on("end", draw)
.start();
function draw(words) {
svg.append("g")
.attr("transform", "translate(" + width / 2 + "," + height / 2 + ")")
.selectAll("text")
.data(words)
.enter().append("text")
.style("font-size", function(d) { return d.size + "px"; })
.style("font-family", "Times New Roman")
.style("fill", function() { return d3.schemeCategory10[Math.floor(Math.random() * 10)]; })
.attr("text-anchor", "middle")
.attr("transform", function(d) {
return "translate(" + [d.x, d.y] + ")rotate(" + d.rotate + ")";
})
.text(function(d) { return d.text; });
}
}
// Participations in Committees Chart
function drawParticipationsChart() {
var data = google.visualization.arrayToDataTable([
['Year', 'Graduação', 'Pós-Graduação'],
['2015', 4, 0],
['2017', 7, 0],
['2018', 11, 0],
['2019', 3, 1],
['2021', 2, 0],
['2022', 7, 0],
['2023', 4, 0],
['2024', 5, 0]
]);
var options = {
title: 'Participações em Bancas',
hAxis: { title: 'Year' },
vAxis: { title: 'Quantidade', minValue: 0 },
isStacked: true,
legend: { position: 'bottom' }
};
var chart = new google.visualization.ColumnChart(document.getElementById('participations_chart'));
chart.draw(data, options);
}
// Participations in Committees Total Chart
function drawParticipationsTotalChart() {
var data = google.visualization.arrayToDataTable([
['Type', 'Quantity'],
['Graduação', 40],
['Pós-Graduação', 7]
]);
var options = {
title: 'Total de Participações em Bancas',
pieHole: 0.4
};
var chart = new google.visualization.PieChart(document.getElementById('participations_total_chart'));
chart.draw(data, options);
}
// Supervisions and Co-supervisions Chart
function drawSupervisionsChart() {
var data = google.visualization.arrayToDataTable([
['Year', 'Graduação', 'Pós-Graduação'],
['2015', 0, 0],
['2017', 4, 0],
['2018', 8, 6],
['2019', 1, 0],
['2021', 0, 0],
['2022', 4, 0],
['2023', 1, 0],
['2024', 0, 0]
]);
var options = {
title: 'Orientações e Coorientações',
hAxis: { title: 'Year' },
vAxis: { title: 'Quantidade', minValue: 0 },
isStacked: true,
legend: { position: 'bottom' }
};
var chart = new google.visualization.ColumnChart(document.getElementById('supervisions_chart'));
chart.draw(data, options);
}
// Supervisions and Co-supervisions Total Chart
function drawSupervisionsTotalChart() {
var data = google.visualization.arrayToDataTable([
['Type', 'Quantity'],
['Graduação', 18],
['Pós-Graduação', 6]
]);
var options = {
title: 'Total de Orientações e Coorientações',
pieHole: 0.4
};
var chart = new google.visualization.PieChart(document.getElementById('supervisions_total_chart'));
chart.draw(data, options);
}
</script>
<style>
.section-title {
font-size: 24px;
font-weight: bold;
margin-top: 30px;
}
.separator {
border-bottom: 2px solid black;
margin: 20px 0;
}
#wordcloud_chart {
width: 900px;
height: 500px;
}
.chart-title {
font-family: Arial, sans-serif;
font-size: 18px;
font-weight: bold;
text-align: left; /* Alinhando o título à esquerda */
margin-bottom: 10px;
}
</style>
</head>
<body>
<!-- Ensino Section -->
<div class="section-title">Teaching</div>
<div class="separator"></div>
<div id="teaching_chart" style="width: 900px; height: 500px;"></div>
<div id="subject_semester_chart" style="width: 900px; height: 500px;"></div>
<!-- Pesquisa e Extensão Section -->
<div class="section-title">Research-Extension</div>
<div class="separator"></div>
<div id="projects_chart" style="width: 900px; height: 500px;"></div>
<div id="production_chart" style="width: 900px; height: 500px;"></div>
<div id="qualis_chart" style="width: 900px; height: 500px;"></div>
<div id="production_year_chart" style="width: 900px; height: 500px;"></div>
<!-- Título da Nuvem de Palavras -->
<div class="chart-title">Research Wordcloud</div>
<div id="wordcloud_chart" style="width: 500px; height: 500px;"></div>
<!-- Orientações e Bancas Section -->
<div class="section-title">Advising and Examining board</div>
<div class="separator"></div>
<div id="participations_chart" style="width: 900px; height: 500px;"></div>
<div id="participations_total_chart" style="width: 900px; height: 500px;"></div>
<div id="supervisions_chart" style="width: 900px; height: 500px;"></div>
<div id="supervisions_total_chart" style="width: 900px; height: 500px;"></div>
</body>
</html>