-
Notifications
You must be signed in to change notification settings - Fork 0
/
comites.html
218 lines (195 loc) · 8.05 KB
/
comites.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
<!DOCTYPE html>
<html>
<head>
<!-- Standard Meta -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<!-- Site Properties -->
<title>Comitês</title>
<link rel="stylesheet" type="text/css" href="./semantic/dist/semantic.min.css">
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script src="./semantic/dist/semantic.min.js"></script>
<script>
$(document)
.ready(function() {
// fix main menu to page on passing
$('.main.menu').visibility({
type: 'fixed'
});
$('.overlay').visibility({
type: 'fixed',
offset: 80
});
// lazy load images
$('.image').visibility({
type: 'image',
transition: 'vertical flip in',
duration: 500
});
// show dropdown on hover
$('.main.menu .ui.dropdown').dropdown({
on: 'hover'
});
});
</script>
<link rel="stylesheet" type="text/css" href="./custom.css">
</head>
<body>
<div id="head" class="ui container">
<h1 class="ui header centered" style="background-color: rgba(255, 255, 255, 0.66);color: #000;">7a ESCOLA REGIONAL DE ALTO DESEMPENHO DE SÃO PAULO
ERAD-SP 2016</h1>
<h3 class="ui header centered" style="background-color: rgba(255, 255, 255, 0.66);color: #000;">03 a 05 de Agosto de 2016, Universidade Mackenzie, São Paulo(SP)</h3>
<h5 class="ui header centered" style="background-color: rgba(255, 255, 255, 0.66);color: #000;">Campus Higienópolis - Rua da Consolação, 930 - Consolação - (011) 2114-8000</h5>
</div>
<div class="ui bordeless ten item main menu">
<div class="ui container">
<a href="./index.html" class="item">Home</a>
<a href="./programacao.html" class="item">Programação</a>
<a href="./chamada-de-trabalhos.html" class="item">Artigos</a>
<a href="./submissao-de-minicursos.html" class="item">Tutoriais</a>
<a href="./datas-importantes.html" class="item">Palestras</a>
<a href="./desafio-de-programacao-paralela.html" class="item">Desafio Prog</a>
<a href="./comites.html" class="item">Comitês</a>
<a href="./inscricoes.html" class="item">Inscrição</a>
<a href="./local.html" class="item">Local</a>
</div>
</div>
<div id="bd" class="ui text container">
<h1>Comitês</h1>
<ul class="ui list">
<li><strong>Coordenação Geral</strong>
<ul>
<li>Calebe de Paula Bianchini (MACKENZIE)</li>
<li>Liria Matsumoto Sato (EPUSP/USP)</li>
</ul>
</li>
<li><strong>Coordenação Geral de Programa</strong>
<ul>
<li>Paulo Sérgio Lopes de Souza (ICMC/USP)</li>
</ul>
</li>
<li><strong>Coordenação de Minicursos</strong>
<ul>
<li>Denise Stringhini (UNIFESP)</li>
</ul>
</li>
<li><strong>Coordenação Local</strong>
<ul>
<li>Luciano Silva (MACKENZIE)</li>
<li>Takato Kurihara (MACKENZIE)</li>
</ul>
</li>
<li><strong>Coordenação de Patrocínios</strong>
<ul>
<li>Vivaldo José Breternitz (MACKENZIE)</li>
</ul>
</li>
<li><strong>Desafio de Programação Paralela</strong>
<ul>
<li>Álvaro Fazenda (UNIFESP)</li>
<li>Raphael Camargo (UFABC)</li>
</ul>
</li>
<li><strong>Comitê Científico</strong>
<ul>
<li>Aleardo Manacero Jr. (UNESP)
</li>
<li>Alexandre Rocha (UNESP)
</li>
<li>Alexandro Baldassin (IGCE/UNESP)
</li>
<li>Alfredo Goldman (IME-USP)
</li>
<li>Álvaro Fazenda (UNIFESP)
</li>
<li>Arlindo da Conceição (ICT/UNIFESP)
</li>
<li>Calebe Bianchini (MACKENZIE)
</li>
<li>Celso Hirata (ITA)
</li>
<li>Celso Mendes (UNIVERSITY OF ILLINOIS)
</li>
<li>Daniel Cordeiro (USP)
</li>
<li>Daniel Pedronette (UNESP)
</li>
<li>Denise Stringhini (UNIFESP)
</li>
<li>Eduardo Rodrigues (IBM Research Brazil)
</li>
<li>Emilio Francesquini (UNICAMP)
</li>
<li>Francisco Massetto (UFABC)
</li>
<li>Francisco Monaco (ICMC-USP)
</li>
<li>Hélio Guardia (UFSCAR)
</li>
<li>Hermes Senger (UFSCAR)
</li>
<li>Igor Freitas (INTEL)
</li>
<li>Jairo Panetta (ITA)
</li>
<li>Jó Ueyama (USP)
</li>
<li>Júlio Estrella (ICMC-USP)
</li>
<li>Juarez da Silva (USP)
</li>
<li>Liria Sato (EPUSP-USP)
</li>
<li>Luciano Silva (MACKENZIE)
</li>
<li>Luis Scott (UFABC)
</li>
<li>Luiz Bovolenta (UNESP)
</li>
<li>Luiz Fernando Bittencourt (UNICAMP)
</li>
<li>Marcio Castro (UFSC)
</li>
<li>Marco Netto (IBM Research)
</li>
<li>Norian Marranghello (UNESP)
</li>
<li>Paulo Lopes de Souza (ICMC-USP)
</li>
<li>Philippe Olivier Alexandre Navaux (UFRGS)
</li>
<li>Raphael Camargo (UFABC)
</li>
<li>Renata Spolon Lobato (UNESP)
</li>
<li>Renato Ishii (UFMS)
</li>
<li>Ricardo Menotti (UFSCAR)
</li>
<li>Ricardo Ribeiro dos Santos (UFMS)
</li>
<li>Roberta Spolon (UNESP)
</li>
<li>Rodolfo Azevedo (UNICAMP)
</li>
<li>Rodrigo Mello (USP)
</li>
<li>Sandro Rigo (UNICAMP)
</li>
<li>Sarita Burschi (ICMC-USP)
</li>
<li>Siang Wun Song (USP)
</li>
<li>Vanderlei Bonato (USP)
</li>
</ul>
</li>
</ul>
</div>
<div class="ui inverted vertical footer segment">
<div class="centered ui tiny header">Grupo de Computação Paralela e Sistemas Distribuídos</div>
<div class="centered ui tiny header">Faculdade de Computação e Informática - Universidade Mackenzie</div>
</div>
</body>
</html>