-
Notifications
You must be signed in to change notification settings - Fork 0
/
equipe.html
490 lines (384 loc) · 20.5 KB
/
equipe.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
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
<!DOCTYPE html>
<html lang="pt">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Pessoas no GESAR</title>
<!-- Font Awesome Plugin -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<link href="css/navbar-fixed-top.css" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/style.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/navbar-style.css" rel="stylesheet">
<!-- Small page icon -->
<link rel="icon" href="images/header/gesar-logo.png">
</head>
<body>
<header class="page-header">
<h1 id="title">Pessoas no GESAR</h1>
<div class="container hidden-xs">
<div class="row">
<div class="col-sm-3" >
<a href="http://www.uerj.br/">
<img src="images/Header/logouerj.png" class=" headerfiguerj" alt="UERJ"></a>
</div>
<div class="col-sm-5">
<a href="index.html">
<img src="images/Header/gesar-logo-pt.png" class=" headerfigmecan" alt="GESAR">
</a>
</div>
<div class="col-sm-3">
<a href="http://www.eng.uerj.br/">
<img src="images/Header/logofen2.png" class=" headerfigfen" alt="Faculdade de Engenharia"> </a>
</div>
</div>
</div>
<div class="container visible-xs">
<a href="index.html">
<img src="images/Header/logoPPGEM-UERJ.png" class=" headerfigmecanuerj" alt="Pós Graduação em Engenharia Mecânica - UERJ"/></a>
</div>
</header>
<nav id="navbar-main" class="navbar navbar-blue-bg2">
<div class="container">
<div class="navbar-header">
<!-- collapsed Button toggle-->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Navbar Logo-->
<!-- <a class="navbar-brand logonavbar" href="index.html"><span class="glyphicon glyphicon-cog" aria-hidden="true"></span><sup><span class="glyphicon glyphicon-cog" aria-hidden="true"></span></sup><i><b>GESAR</b></i></a>-->
<a class="navbar-brand logonavbar" href="index.html"> <img src="images/Header/gesar-logo.png" class=" headerfigmecan" Style="font-size:0.1px;" alt="GESAR"></a>
<!-- items that will show collapsed-->
<div class="visible-xs">
<a class="navbar-brand" target="_blank" href="https://www.facebook.com/"> <i class="fa fa-facebook-square" aria-hidden="true"></i></a>
<a class="navbar-brand" href="contato.html"> <span class="glyphicon glyphicon-envelope" aria-hidden="true"></span></a>
</div>
</div>
<!-- _________________________________________ -->
<!-- items that will not show collapsed -->
<!-- Items marked should be set -->
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<!----><li id="Pesquisa" class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Pesquisa<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li><a href="pesquisa.html">Pesquisa</a></li>
<li><a href="projetos.html">Projetos</a></li>
<li><a href="sobre.html">Sobre o GESAR</a></li>
</ul>
</li>
<!----><li id="Equipe"><a href="equipe.html"> Equipe </a></li>
<!----><li id="Laboratorios"><a href="laboratorios.html"> Laboratórios </a></li>
<!----><li id="Cursos"><a href="cursos.html"> Cursos </a></li>
<!----><li id="Publicacoes" class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Publicações<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li><a href="#.html">Publicações do GESAR</a></li>
<li><a href="#">Seminários PPG-EM</a></li>
<li><a href="#">Teses</a></li>
</ul>
</li>
<!----><li id="Noticias"><a href="#.html"> Notícias </a></li>
<!----><li id="Info"><a href="info.html"> Info </a></li>
<!--<li id="Info" class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Info<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li><a href="#unidades-academicas.html">Unidades Acadêmicas</a></li>
<li><a href="#periodicos.html">Busca de Periódicos/Plataforma Lattes</a></li>
<li><a href="#agencias-fomento.html">Agências de Fomento</a></li>
<li><a href="links.html">Links úteis</a></li>
</ul>
</li>-->
<!----><li id="Servicos" class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Serviços<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
<li><a href="#.html">Serviços</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="#.html">Portfolio</a></li>
<li><a href="#.html">Reciclagem</a></li>
</ul>
</li>
<li id="Contato"><a href="contato.html"> <span class="glyphicon glyphicon-envelope" Style="font-size:17px; margin-bottom:-5px;" aria-hidden="true"></span> </a></li>
<li><a target="_blank" href="https://www.youtube.com/channel/UCbZFD12YYJlObVXluCAvyMg"><i class="fa fa-youtube-square "Style="font-size:17px; margin-bottom:-5px;" aria-hidden="true"></i> </a></li>
<li><a target="_blank" href="https://www.facebook.com/gesar.uerj"><i class="fa fa-facebook-square "Style="font-size:17px; margin-bottom:-5px;" aria-hidden="true"></i> </a></li>
<li class="dropdown hidden-xs">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><i class="fa fa-globe fa-lg" aria-hidden="true"></i><span class="caret"></span></a>
<ul class="dropdown-menu">
<li id="NotCollapsedEN"><a href="index-en.html">English</a></li>
<li id="NotCollapsedPT"><a href="index.html">Português</a></li>
</ul>
</li>
<li class="dropdown visible-xs">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"> Language / Idioma <span class="caret"></span></a>
<ul class="dropdown-menu">
<li id="CollapsedEN" class="english"><a href="index-en.html">English</a></li>
<li id="CollapsedPT"><a href="index.html">Português</a></li>
</ul>
</li>
</ul>
<!-- Right menu that will only show not collapsed-->
<!-- <ul class="nav navbar-nav navbar-right hidden-xs" Style="font-size:17px; margin-bottom:-5px;">
<li><a target="_blank" href="https://www.facebook.com/"><i class="fa fa-facebook-square " aria-hidden="true"></i> </a></li>
<li id="Contato" ><a href="contato.html"> <span class="glyphicon glyphicon-envelope" aria-hidden="true"></span> </a></li>
</ul>-->
</div><!--/.nav-collapse -->
</div><!--/.container -->
</nav>
<!--Pessoal-->
<!--main containers -->
<main class="container">
<div class="container2">
<!-- ####################################################### -->
<!-- ####################################################### -->
<!-- MAIN PAGE CONTENT STARTS HERE -->
<!-- ####################################################### -->
<!-- ####################################################### -->
<p style="margin-top:-20px; font-size:14px;color:#7d2427;">
<a href="index.html"style= "color:#7d2427;">GESAR</a> >>
<a href="equipe.html"style= "color:#7d2427;">Equipe</a>
</p>
<hr>
<h2>Professores:</h2>
<hr>
<br><br>
<div class="row">
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-thumbnail img-responsive img-professor" src="images/equipe/norberto.png" alt="Prof. Norberto Mangiavacchi">
<h4>
Prof. Norberto Mangiavacchi
</h4>
<p><a href="professor-norberto-mangiavacchi.html" class="btn btn-default"style= "color:#7d2427;" role="button">Saber mais</a></p>
</div>
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-responsive img-thumbnail img-professor" src="images/equipe/pontes.jpg" alt="Prof. José da R. M. Pontes">
<h4>
Prof. José da R. M. Pontes
</h4>
<p><a href="professor-jose-pontes.html" class="btn btn-default" role="button" style= "color:#7d2427;">Saber mais</a></p>
</div>
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-responsive img-thumbnail img-professor" src="images/equipe/rabello.jpg" alt="Prof. Gustavo R. dos Anjos">
<h4>
Prof. Gustavo R. dos Anjos
</h4>
<p><a href="professor-gustavo-dos-anjos.html" class="btn btn-default" style= "color:#7d2427;"role="button">Saber mais</a></p>
</div>
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-responsive img-thumbnail img-professor" src="images/equipe/chalhub.jpg" alt="Prof. Daniel Chalhub">
<h4>
Prof. Daniel J. N. M. Chalhub
</h4>
<p><a href="professor-daniel-chalhub.html" class="btn btn-default"style= "color:#7d2427;" role="button">Saber mais</a></p>
</div>
</div>
<!-- /.row -->
<!-- Projects Row -->
<h2>Apoio à Pesquisa:</h2>
<hr>
<br><br>
<div class="row">
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-thumbnail img-responsive img-professor" src="images/equipe//norberto.jpg" alt="Nome">
<h4>
Sonia Nina
</h4>
<p><a href="#.html" class="btn btn-default"style= "color:#7d2427;" role="button">Saber mais</a></p>
</div>
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-thumbnail img-responsive img-professor" src="images/equipe/norberto.jpg" alt="Nome">
<h4>
Jorge Martins
</h4>
<p><a href="#.html" class="btn btn-default" style= "color:#7d2427;"role="button">Saber mais</a></p>
</div>
</div>
<h2>Pesquisadores:</h2>
<hr>
<br><br>
<div class="row">
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-thumbnail img-responsive img-professor" src="images/equipe/norberto.jpg" alt="Nome">
<h4>
Cristiane Marques M. Pimenta
</h4>
<p><a href="#.html" class="btn btn-default" style= "color:#7d2427;"role="button">Saber mais</a></p>
</div>
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-thumbnail img-responsive img-professor" src="images/equipe/norberto.jpg" alt="Nome">
<h4>
Mariana Erthal Rocha
</h4>
<p><a href="professor-norberto-mangiavacchi.html"style= "color:#7d2427;" class="btn btn-default" role="button">Saber mais</a></p>
</div>
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-thumbnail img-responsive img-professor" src="images/equipe/norberto.jpg" alt="Nome">
<h4>
Melissa Medeiros F. Hatherly
</h4>
<p><a href="#.html" class="btn btn-default" style= "color:#7d2427;" role="button">Saber mais</a></p>
</div>
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-thumbnail img-responsive img-professor" src="images/equipe/norberto.jpg" alt="Nome">
<h4>
Rachel M. de Lucena
</h4>
<p><a href="#.html" class="btn btn-default" style= "color:#7d2427;" role="button">Saber mais</a></p>
</div>
</div>
<!-- /.row -->
<h2>Mestrado:</h2>
<hr>
<br><br>
<div class="row">
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-thumbnail img-responsive img-professor" src="images/equipe/norberto.jpg" alt="Nome">
<h4>
Gabriel Guimarães Oliveira
</h4>
<p><a href="#.html" class="btn btn-default" style= "color:#7d2427;" role="button">Saber mais</a></p>
</div>
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-thumbnail img-responsive img-professor" src="images/equipe/norberto.jpg" alt="Nome">
<h4>
Leandro Marques dos Santos
</h4>
<p><a href="#.html" class="btn btn-default" style= "color:#7d2427;" role="button">Saber mais</a></p>
</div>
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-thumbnail img-responsive img-professor" src="images/equipe/livia.jpg" alt="Lívia Corrêa">
<h4>
Lívia Mantuano Corrêa
</h4>
<p><a href="livia-correa.html" class="btn btn-default" style= "color:#7d2427;" role="button">Saber mais</a></p>
</div>
</div>
<!-- /.row -->
<div class="row">
<h2>Estagiário:</h2>
<hr>
<br><br>
<div class="row">
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-thumbnail img-responsive img-professor" src="images/equipe/norberto.jpg" alt="Nome">
<h4>
Thais Lazarino
</h4>
<p><a href="#.html" class="btn btn-default"style= "color:#7d2427;" role="button">Saber mais</a></p>
</div>
</div>
<!-- /.row -->
<h2>Iniciação científica:</h2>
<hr>
<br><br>
<div class="row">
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-thumbnail img-responsive img-professor" src="images/equipe/norberto.jpg" alt="Nome">
<h4>
Daniel Lessa Coelho
</h4>
<p><a href="#.html" class="btn btn-default" style= "color:#7d2427;"role="button">Saber mais</a></p>
</div>
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-thumbnail img-responsive img-professor" src="images/equipe/norberto.jpg" alt="Nome">
<h4>
Kellen Venancio dos Santos
</h4>
<p><a href="#.html" class="btn btn-default" style= "color:#7d2427;"role="button">Saber mais</a></p>
</div>
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-thumbnail img-responsive img-professor" src="images/equipe/norberto.jpg" alt="Nome">
<h4>
Luís Henrique Carnevale da Cunha
</h4>
<p><a href="#.html" class="btn btn-default" style= "color:#7d2427;"role="button">Saber mais</a></p>
</div>
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-thumbnail img-responsive img-professor" src="images/equipe/norberto.jpg" alt="Nome">
<h4>
Ygor Ares Monteiro
</h4>
<p><a href="#.html" class="btn btn-default" style= "color:#7d2427;"role="button">Saber mais</a></p>
</div>
</div>
<!-- /.row -->
<h2>Alumni:</h2>
<hr>
<div class="row">
<div class="row">
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-thumbnail img-responsive img-professor" src="images/equipe/norberto.jpg" alt="Nome">
<h4>
Danillo Soares
</h4>
<p><a href="#.html" class="btn btn-default" style= "color:#7d2427;"role="button">Saber mais</a></p>
</div>
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-thumbnail img-responsive img-professor" src="images/equipe/norberto.jpg" alt="Nome">
<h4>
Alcestes
</h4>
<p><a href="#.html" class="btn btn-default" style= "color:#7d2427;"role="button">Saber mais</a></p>
</div>
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-thumbnail img-responsive img-professor" src="images/equipe/norberto.jpg" alt="Nome">
<h4>
João Pedro Tinoco
</h4>
<p><a href="#.html" class="btn btn-default" style= "color:#7d2427;"role="button">Saber mais</a></p>
</div>
<div class="col-md-4 portfolio-item professor" align="center">
<img class="img-thumbnail img-responsive img-professor" src="images/equipe/norberto.jpg" alt="Nome">
<h4>
Lucas Coelho
</h4>
<p><a href="#.html" class="btn btn-default" style= "color:#7d2427;"role="button">Saber mais</a></p>
</div>
</div>
<!-- /.row -->
<div class="row">
</div>
<!-- /.row -->
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->
<!-- MAIN PAGE CONTENT ENDS HERE -->
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->
</div> <!-- Container2 -->
</main> <!-- Main container -->
<!-- Footer -->
<footer class="footer">
<div class="container hidden-xs">
<p class="text-muted"> Grupo de Estudos e Simulações Ambientais em Reservatórios - Universidade do Estado do Rio de Janeiro <br>
Rua Fonseca Teles, 121, São Cristóvão, Rio de Janeiro, tel: +55 (21) 2332-4733
</p>
</div>
<!-- <div class="container visible-xs">
<p class="text-muted">GESAR - UERJ <br>
Rua Fonseca Teles, 121, São Cristóvão, Rio de Janeiro
</p>
</div>-->
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<!-- script to keep navbar on top-->
<script src="js/topnavbar.js"></script>
<!-- script to set the right Pt/EN links in the menu-->
<script src="js/SetLanguageLinks.js"></script>
</body>
</html>