-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_prog.html
386 lines (299 loc) · 18.3 KB
/
index_prog.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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Programação do SBQS 2024</title>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin=""/>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<button class="floating-button" >
<a href="index.html"><i class="fas fa-arrow-left icon"></i> </a>
</button>
<!-- Botão de selecionar língua -->
<button id="float-button-pt" style="display: block;" class="floating-button-lang" onclick="switchLanguage('en')">
<a href="index_en.html"><img src="https://upload.wikimedia.org/wikipedia/en/a/a4/Flag_of_the_United_States.svg" class="flag-icon" alt="USA"></a>
</button>
<button id="float-button-mapa" style="display: block;" class="float-button-mapa">
<a href="pt/mapa.html"><i class="fas fa-location-arrow icon"></i></a>
</button>
<header>
<a href="index.html"><img src="img/LOGO_SBQS.png" alt="Logo do Evento" class="logo"/></a>
</header>
<section class="programacao">
<!-- Botões de Data -->
<div id='botoes-dias-pt' class="botoes-dias">
<h1 id="programa-h1-pt">Programação do Evento</h1>
<a href="index.html"><button id="programacao-geral" class="activeSchedule" >Programação geral</button></a>
<a href="pt/programacao-detalhada.html"><button id="programacao-detalhada" >Programação detalhada</button></a>
<h4 id="programa-info-pt" > Toque em cada evento para saber mais informações.</h4>
<button id="dia-um-pt" class="active" onclick="mostrarDia('dia1', this)">05/11/2024</button>
<button id="dia-dois-pt" onclick="mostrarDia('dia2', this)">06/11/2024</button>
<button id="dia-tres-pt" onclick="mostrarDia('dia3', this)">07/11/2024</button>
<button id="dia-quatro-pt" onclick="mostrarDia('dia4', this)">08/11/2024</button>
</div>
<div id='botoes-dias-en' style="display: none;" class="botoes-dias">
<h1 id="programa-h1-en" >Event Schedule</h1>
<h4 id="programa-info-en" style="display: none;"> Tap each event to learn more information.</h4>
<button id="dia-um-en" class="active" onclick="mostrarDia('dia1', this)">11/05/2024</button>
<button id="dia-dois-en" onclick="mostrarDia('dia2', this)">11/06/2024</button>
<button id="dia-tres-en" onclick="mostrarDia('dia3', this)">11/07/2024</button>
<button id="dia-quatro-en" onclick="mostrarDia('dia4', this)">11/08/2024</button>
</div>
<!-- Tabela de Programação PT -->
<div id="table-shedule-pt" class="tabelas-programacao" >
<table id="dia1" class="tabela-programacao">
<thead>
<tr>
<th >Horário</th>
<th>Espaço Raul Chaves <br/> (Fac. Direito)</th>
</tr>
</thead>
<tbody>
<tr >
<td><strong>08:00 às 08:30</strong></td>
<td colspan="1" style="background-color: #59575757">Credenciamento</td>
</tr>
<tr>
<td><strong>08:30 às 10:00</strong></td>
<td style="background-color: #6df79f72"><a href="pt/wtdqs.html">WTDQS</a></td>
</tr>
<tr>
<td><strong>10:00 às 10:30</strong></td>
<td colspan="1" style="background-color: #59575757">Coffee break</td>
</tr>
<tr>
<td><strong>10:30 às 12:00</strong></td>
<td style="background-color: #efe94a72"><a href="pt/cticqs.html">CTICQS</a></td>
</tr>
<tr>
<td><strong>12:00 às 12:30</strong></td>
<td colspan="1" style="background-color: #59575757">Almoço</td>
</tr>
<tr>
<td><strong>13:30 às 15:00</strong></td>
<td style="background-color: #4ad1ef72"><a href="pt/ctdqs-1.html">CTDQS</a></td>
</tr>
<tr>
<td><strong>15:00 às 16:00</strong></td>
<td colspan="1" style="background-color: #59575757">Coffee break</td>
</tr>
<tr>
<td><strong>16:00 às 17:30</strong></td>
<td style="background-color: #4ad1ef72"><a href="pt/ctdqs-2.html">CTDQS</a></td>
</tr>
</tbody>
<table id="dia2" class="tabela-programacao">
<thead>
<tr>
<th>Horário</th>
<th>Espaço Raul Chaves <br/> (Fac. Direito)</th>
<th>Auditório da Escola de Administração</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>08:00 às 09:00</strong></td>
<td colspan="2" style="background-color: #59575757">Credenciamento</td>
</tr>
<tr>
<td><strong>09:00 às 10:00</strong></td>
<td colspan="2" style="background-color: #6df7e25f">Abertura</td>
</tr>
<tr>
<td><strong>10:00 às 10:30</strong></td>
<td colspan="2" style="background-color: #59575757">Coffee break</td>
</tr>
<tr>
<td><strong>10:30 às 12:00</strong></td>
<td onclick="openModal('Palestra_Marcio')" colspan="2" style="background-color: #ef9a4a72"><a>Palestra - Márcio Ribeiro</a></td>
</tr>
<tr>
<td><strong>12:00 às 13:30</strong></td>
<td colspan="2" style="background-color: #59575757">Almoço</td>
</tr>
<tr>
<td><strong>13:30 às 15:30</strong></td>
<td style="background-color: #d3ef4a72"><a href="pt/sessao-tecnica-1A.html">Sessão Técnica 1A - Inteligência Artificial, Ciência de Dados e Qualidade de Software</a> </td>
<td style="background-color: #d3ef4a72"><a href="pt/sessao-tecnica-1B.html">Sessão Técnica 1B - Testes</a> </td>
</tr>
<tr>
<td><strong>15:30 às 16:00</strong></td>
<td colspan="2" style="background-color: #59575757">Coffee break</td>
</tr>
<tr>
<td><strong>16:00 às 17:40</strong></td>
<td style="background-color: #b24aef72"><a href="pt/sessao-tecnica-2A.html">Sessão Técnica 2A - Educação em Qualidade de Software - Técnicas, Métodos e Ferramentas</a></td>
<td style="background-color: #b24aef72"><a href="pt/sessao-tecnica-2B.html">Sessão Técnica 2B - Qualidade do código</a></td>
</tr>
<tr>
<td><strong>17:40 às 19:00</strong></td>
<td></td>
<td></td>
</tr>
<tr>
<td><strong>19:00 às 22:00</strong></td>
<td colspan="2" style="background-color: #43434372"><a href="pt/mapa-jantar.html" >Jantar (por adesão) </a></td>
</tr>
</tbody>
<table id="dia3" class="tabela-programacao">
<thead>
<tr>
<th>Horário</th>
<th>Espaço Raul Chaves <br/> (Fac. Direito)</th>
<th>Auditório da Escola de Administração</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>08:00 às 08:30</strong></td>
<td colspan="2" style="background-color: #59575757">Credenciamento</td>
</tr>
<tr>
<td><strong>08:30 às 09:30</strong></td>
<td style="background-color: #98a4f972"><a href="pt/sessao-tecnica-3A.html">Sessão Técnica 3A - Educação em Qualidade de Software</a></td>
<td style="background-color: #98a4f972"><a href="pt/sessao-tecnica-3B.html">Sessão Técnica 3B - Code and Low Code</a></td>
</tr>
<tr>
<td><strong>09:30 às 10:30</strong></td>
<td colspan="2" style="background-color: #59575757">Coffee break</td>
</tr>
<tr>
<td><strong>10:30 às 12:00</strong></td>
<td onclick="openModal('Palestra_Alexander')" colspan="2" style="background-color: #ef9a4a72"><a>Palestra - Alexander Serebrenik</a></td>
</tr>
<tr>
<td><strong>12:00 às 13:30</strong></td>
<td colspan="2" style="background-color: #59575757">Almoço</td>
</tr>
<tr>
<td><strong>13:30 às 15:30</strong></td>
<td style="background-color: #d6ef4a72"><a href="pt/sessao-tecnica-4A.html">Sessão Técnica 4A - Novas Perspectivas na Gestão de Organizações de Software</a></td>
<td style="background-color: #d6ef4a72"><a href="pt/sessao-tecnica-4B.html">Sessão Técnica 4B - Requisitos e Qualidade de Software</a> </td>
</tr>
<tr>
<td><strong>15:30 às 16:00</strong></td>
<td colspan="2" style="background-color: #59575757">Coffee break</td>
</tr>
<tr>
<td><strong>16:00 às 18:00</strong></td>
<td style="background-color: #efc64a72"><a href="pt/sessao-tecnica-5A.html">Sessão Técnica 5A - Engenharia de Requisitos - Práticas, Soluções e Educação</a></td>
<td style="background-color: #efc64a72"><a href="pt/sessao-tecnica-5B.html">Sessão Técnica 5B - Gestão Ágil e de Software</a></td>
</tr>
<tr>
<td><strong>18:00 às 19:30</strong></td>
<td colspan="2" style="background-color: #1d7d4d72">Reunião do Comitê Diretivo</td>
</tr>
</tbody>
</table>
<table id="dia4" class="tabela-programacao">
<thead>
<tr>
<th>Horário</th>
<th>Espaço Raul Chaves <br/> (Fac. Direito)</th>
<th>Auditório da Escola de Administração</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>08:00 às 08:30</strong></td>
<td colspan="2" style="background-color: #59575757">Credenciamento</td>
</tr>
<tr>
<td><strong>08:30 às 09:30</strong></td>
<td style="background-color: #4a60ef72"><a href="pt/sessao-tecnica-6A.html">Sessão Técnica 6A - Integrando ChatGPT na Educação em Qualidade de Software</a></td>
<td style="background-color: #4a60ef72"><a href="pt/sessao-tecnica-6B.html">Sessão Técnica 6B - Indústria e Academia</a></td>
</tr>
<tr>
<td><strong>09:30 às 10:30</strong></td>
<td colspan="2" style="background-color: #59575757">Coffee break</td>
</tr>
<tr>
<td><strong>10:30 às 12:00</strong></td>
<td onclick="openModal('Palestra_Sheila')" colspan="2" style="background-color: #ef9a4a72"><a>Palestra - Sheila Reinehr</a></td>
</tr>
<tr>
<td><strong>12:00 às 13:00</strong></td>
<td colspan="2" style="background-color: #59575757">Encerramento</td>
</tr>
</tbody>
</table>
<!-- Adicione mais tabelas para os outros dias aqui -->
</div>
</section>
<footer class="footnote-text">
<p > © Criado pelo Aries Lab por Joselito Júnior - 2024 </p>
</footer>
<!-- Modal -->
<div id="myModal" class="modal">
<div class="modal-content">
<span class="close" onclick="closeModal()">×</span>
<img id="modalImage" src="" alt="Foto do Palestrante">
<h3 id="modalName">Nome do Palestrante</h3>
<h4 id="modalTitle">Título da Palestra</h4>
<h4 >Mais informações <a id="seemore" href="/">aqui</a> </h4>
</div>
</div>
<script>
function mostrarDia(dia, botao) {
// Ocultar todas as tabelas
var dias = document.querySelectorAll('.tabela-programacao');
dias.forEach(function(el) {
el.style.display = 'none';
});
// Mostrar a tabela correspondente ao botão clicado
document.getElementById(dia).style.display = 'table';
// Remover a classe "active" de todos os botões
var botoes = document.querySelectorAll('.botoes-dias button');
botoes.forEach(function(btn) {
btn.classList.remove('active');
});
// Adicionar a classe "active" ao botão clicado
botao.classList.add('active');
}
// Mostrar o primeiro dia por padrão
window.onload = function() {
mostrarDia('dia1', document.querySelector('.botoes-dias button.active'));
};
function openModal(palestrante) {
const modal = document.getElementById("myModal");
const image = document.getElementById("modalImage");
const name = document.getElementById("modalName");
const title = document.getElementById("modalTitle");
const summary = document.getElementById("modalSummary");
const seemore = document.getElementById("seemore");
if (palestrante === 'Palestra_Alexander') {
image.src = 'img/Alexander_Palestra.jpeg'; // URL da foto
name.innerText = 'Alexander Serebrenik';
title.innerText = 'Emotions and Software Developers';
seemore.href = "https://arieslab.github.io/sbqs2024/en/palestra-2.html";
} else if (palestrante === 'Palestra_Marcio') {
image.src = 'img/Marcio_Ribeiro_Palestra.jpeg'; // URL da foto
name.innerText = 'Márcio Ribeiro';
title.innerText = 'Test Smells: Light to Expose, Camera to Analyze, Action to Remove';
seemore.href = "https://arieslab.github.io/sbqs2024/en/palestra-1.html";
} else if (palestrante === 'Palestra_Sheila') {
image.src = 'img/Sheila_Palestra.jpeg'; // URL da foto
name.innerText = 'Sheila Reinehr';
title.innerText = 'Let’s talk about quality: a multidimensional point of view';
seemore.href = "https://arieslab.github.io/sbqs2024/en/palestra-3.html";
}
modal.style.display = "block";
}
function closeModal() {
document.getElementById("myModal").style.display = "none";
}
// Função para alternar o menu de idiomas
function toggleLanguageMenu() {
var menu = document.getElementById('languageMenu');
if (menu.style.display === 'block') {
menu.style.display = 'none';
} else {
menu.style.display = 'block';
}
}
</script>
</body>
</html>