-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_en.html
377 lines (296 loc) · 17.7 KB
/
index_en.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
<!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="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> <!-- Ícone de voltar -->
</button>
<!-- Botão de selecionar língua -->
<button id="float-button-en" class="floating-button-lang" onclick="switchLanguage('pt')">
<a href="index_prog.html"><img src="https://upload.wikimedia.org/wikipedia/commons/0/05/Flag_of_Brazil.svg" class="flag-icon" alt="Brasil"></a>
</button>
<button id="float-button-mapa" style="display: block;" class="float-button-mapa">
<a href="en/maps.html"><i class="fas fa-location-arrow icon"></i></a>
</button>
<header>
<a href="index_en.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">Event Schedule</h1>
<h4 id="programa-info-pt">Tap each event to see more information.</h4>
<button id="dia-um-pt" class="active" onclick="mostrarDia('dia1', this)">11/05/2024</button>
<button id="dia-dois-pt" onclick="mostrarDia('dia2', this)">11/06/2024</button>
<button id="dia-tres-pt" onclick="mostrarDia('dia3', this)">11/07/2024</button>
<button id="dia-quatro-pt" onclick="mostrarDia('dia4', this)">11/08/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" style="width: 94%;" >
<table id="dia1" class="tabela-programacao">
<thead>
<tr>
<th>Time</th>
<th>Raul Chaves Space</th>
</tr>
</thead>
<tbody>
<tr >
<td><strong>08:00 AM to 09:00 AM</strong></td>
<td colspan="1" style="background-color: #59575757">Registration</td>
</tr>
<tr>
<td><strong>09:00 AM to 10:00 AM</strong></td>
<td style="background-color: #6df79f72"><a href="en/wtdqs.html">WTDQS</a></td>
</tr>
<tr>
<td><strong>10:00 AM to 10:30 AM</strong></td>
<td colspan="1" style="background-color: #59575757">Coffee break</td>
</tr>
<tr>
<td><strong>10:30 AM to 12:00 AM</strong></td>
<td style="background-color: #efe94a72"><a href="en/cticqs.html">CTICQS</a></td>
</tr>
<tr>
<td><strong>12:00 PM to 12:30 PM</strong></td>
<td colspan="2" style="background-color: #59575757">Lunch</td>
</tr>
<tr>
<td><strong>01:30 PM to 03:00 PM</strong></td>
<td style="background-color: #4ad1ef72"><a href="en/ctdqs-1.html">CTDQS</a></td>
</tr>
<tr>
<td><strong>03:00 PM to 04:00 PM</strong></td>
<td colspan="1" style="background-color: #59575757">Coffee break</td>
</tr>
<tr>
<td><strong>04:00 PM to 05:30 PM</strong></td>
<td style="background-color: #4ad1ef72"><a href="en/ctdqs-2.html">CTDQS</a></td>
</tr>
</tbody>
<table id="dia2" class="tabela-programacao">
<thead>
<tr>
<th>Time</th>
<th>Raul Chaves Space</th>
<th>Auditorium 02</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>08:00 AM to 09:00 AM</strong></td>
<td colspan="2" style="background-color: #59575757">Registration</td>
</tr>
<tr>
<td><strong>09:00 AM to 10:00 AM</strong></td>
<td colspan="2" style="background-color: #6df7e25f">Opening</td>
</tr>
<tr>
<td><strong>10:00 AM to 10:30 AM</strong></td>
<td colspan="2" style="background-color: #59575757">Coffee break</td>
</tr>
<tr>
<td><strong>10:30 AM to 12:00 AM</strong></td>
<td onclick="openModal('Palestra_Marcio')" colspan="2" style="background-color: #ef9a4a72"><a>Keynote - Márcio Ribeiro</a></td>
</tr>
<tr>
<td><strong>12:00 PM to 01:30 PM</strong></td>
<td colspan="2" style="background-color: #59575757">Lunch</td>
</tr>
<tr>
<td><strong>01:30 PM to 03:30 PM</strong></td>
<td style="background-color: #d3ef4a72"><a href="en/technical-session-1A.html">Technical Session 1A - Artificial Intelligence, Data Science and Software Quality</a> </td>
<td style="background-color: #d3ef4a72"><a href="en/technical-session-1B.html">Technical Session 1B - Test</a> </td>
</tr>
<tr>
<td><strong>03:30 PM to 04:00 PM</strong></td>
<td colspan="2" style="background-color: #59575757">Coffee break</td>
</tr>
<tr>
<td><strong>04:00 PM to 05:40 PM</strong></td>
<td style="background-color: #b24aef72"><a href="en/technical-session-2A.html">Technical Session 2A - Software Quality Education - Techniques, Methods, and Tools</a></td>
<td style="background-color: #b24aef72"><a href="en/technical-session-2B.html">Technical Session 2B - Code Quality</a></td>
</tr>
<tr>
<td><strong>05:40 PM to 07:00 PM</strong></td>
<td></td>
<td></td>
</tr>
<tr>
<td><strong>07:00 PM to 07:30 PM</strong></td>
<td colspan="2" style="background-color: #43434372"><a href="en/maps-dinner.html" >Dinner</a></td>
</tr>
</tbody>
<table id="dia3" class="tabela-programacao">
<thead>
<tr>
<th>Time</th>
<th>Raul Chaves Space</th>
<th>Auditorium 02</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>08:00 AM to 08:30 AM</strong></td>
<td colspan="2" style="background-color: #59575757">Registration</td>
</tr>
<tr>
<td><strong>08:30 AM to 09:30 AM</strong></td>
<td style="background-color: #98a4f972"><a href="en/technical-session-3A.html">Technical Session 3A - Software Quality Education</a></td>
<td style="background-color: #98a4f972"><a href="en/technical-session-3B.html">Technical Session 3B - Code and Low Code</a></td>
</tr>
<tr>
<td><strong>09:30 AM to 10:30 AM</strong></td>
<td colspan="2" style="background-color: #59575757">Coffee break</td>
</tr>
<tr>
<td><strong>10:30 AM to 12:00 PM</strong></td>
<td onclick="openModal('Palestra_Alexander')" colspan="2" style="background-color: #ef9a4a72"><a>Keynote - Alexander Serebrenik</a></td>
</tr>
<tr>
<td><strong>12:00 PM to 01:30 PM</strong></td>
<td colspan="2" style="background-color: #59575757">Lunch</td>
</tr>
<tr>
<td><strong>01:30 PM to 03:10 PM</strong></td>
<td style="background-color: #d6ef4a72"><a href="en/technical-session-4A.html">Technical Session 4A - New Perspectives in Software Organizations Management</a></td>
<td style="background-color: #d6ef4a72"><a href="en/technical-session-4B.html">Technical Session 4B - Requirements & Software Quality</a> </td>
</tr>
<tr>
<td><strong>03:30 PM to 04:00 PM</strong></td>
<td colspan="2" style="background-color: #59575757">Coffee break</td>
</tr>
<tr>
<td><strong>04:00 PM to 06:00 PM</strong></td>
<td style="background-color: #efc64a72"><a href="en/technical-session-5A.html">Technical Session 5A - Requirements Engineering - Practices, Solutions, and Education</a></td>
<td style="background-color: #efc64a72"><a href="en/technical-session-5B.html">Technical Session 5B - Agile and Software Management</a></td>
</tr>
<tr>
<td><strong>06:00 PM to 07:30 PM</strong></td>
<td colspan="2" style="background-color: #1d7d4d72">Steering Committee Meeting</td>
</tr>
</tbody>
</table>
<table id="dia4" class="tabela-programacao">
<thead>
<tr>
<th>Time</th>
<th>Raul Chaves Space</th>
<th>Auditorium 02</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>08:00 AM to 08:30 AM </strong></td>
<td colspan="2" style="background-color: #59575757">Registration</td>
</tr>
<tr>
<td><strong>08:30 AM to 09:30 AM </strong></td>
<td style="background-color: #4a60ef72"><a href="en/technical-session-6A.html">Technical Session 6A - Integrating ChatGPT in Software Quality Education</a></td>
<td style="background-color: #4a60ef72"><a href="en/technical-session-6B.html">Technical Session 6B - Industry and Academia</a></td>
</tr>
<tr>
<td><strong>09:30 AM to 10:30 AM</strong></td>
<td colspan="2" style="background-color: #59575757">Coffee break</td>
</tr>
<tr>
<td><strong>10:30 AM to 12:00 PM</strong></td>
<td onclick="openModal('Palestra_Sheila')" colspan="2" style="background-color: #ef9a4a72"><a>Keynote - Sheila Reinehr</a></td>
</tr>
<tr>
<td><strong>12:00 PM to 01:00 PM</strong></td>
<td ></td>
<td ></td>
</tr>
</tbody>
</table>
<!-- Adicione mais tabelas para os outros dias aqui -->
</div>
</section>
<footer class="footnote-text">
<p > © Created by Aries Lab by 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 >More info <a id="seemore" href="/">here</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");
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>