-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
382 lines (336 loc) · 11.7 KB
/
index.html
File metadata and controls
382 lines (336 loc) · 11.7 KB
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
<!--Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html>
<head>
<title>Logics, Artificial Intelligence and Formal Methods Lab - IME-USP</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- css links -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" media="all">
<link href="css/slider.css" rel="stylesheet" type="text/css" media="all">
<link rel="stylesheet" type="text/css" href="css/facultystyle.css" />
<link href="css/style.css" rel="stylesheet" type="text/css" media="all">
<!-- /css links -->
<link href="https://fonts.googleapis.com/css?family=Anton" rel="stylesheet">
<script src="js/SmoothScroll.min.js"></script>
<script type="text/javascript" src="js/modernizr.custom.js"></script>
</head>
<body id="home" data-spy="scroll" data-target=".navbar" data-offset="60">
<!-- Fixed navbar -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<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>
<a class="navbar-brand" href="index.html"><img src="images/logos/logo1white.svg" alt="logo"
class="navbar-logo"></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#home">HOME</a></li>
<li><a href="#about">ABOUT</a></li>
<li class="navbar-submenu"><a href="#seminars">SEMINARS</a>
<ul class="submenu">
<li><a href="snail.html">SNAIL</a></li>
</ul>
</li>
<li><a href="#faculty">FACULTY</a></li>
<li><a href="#members">MEMBERS</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</nav>
<!-- /Fixed navbar -->
<!-- Banner -->
<div class="slider">
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-3">The Logics, Artificial Intelligence <br>and Formal Methods Lab</h1>
<p class="lead">
We develop scientific research on the topics of knowledge representation and reasoning,
machine learning, automated planning, probabilistic graphical models, natural language
processing and formal methods. The lab has been around since 2000 and is part of the
Computer Science Department of the University of São Paulo.
</p>
<p>
If you are interested in learning more about AI, don't hesitate to contact us or attend
one of our seminars!
</p>
</div>
</div>
<div id="top" class="callbacks_container-wrap">
<ul class="rslides" id="slider3">
<li>
<div class="slider1"></div>
</li>
<li>
<div class="slider1 slider2"></div>
</li>
<li>
<div class="slider1 slider3"></div>
</li>
<li>
<div class="slider1 slider4"></div>
</li>
</ul>
</div>
</div>
<!-- /Banner -->
<!-- About -->
<section id="about">
<div class="about">
<div class="container">
<div class="abouttop">
<h3>ABOUT</h3>
<label class="line"></label>
<h6>
The Logics, Artificial Intelligence and Formal Methods Lab (LIAMF) was created in
2000 and currently consists of six faculty members and their graduate and undergraduate
students. We are involved in research funded by the Brazilian government and/or
institutional funding agencies, international agencies as well as industry. We offer
regular courses at graduate and undergraduate levels and short courses on specific
topics, usually related to ongoing projects. We hold regular meetings where members of
the group or their guests can present their ongoing research.
</h6>
<div class="clearfix"></div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</section>
<!-- /About -->
<!-- Seminars -->
<section id="seminars">
<div class="seminars">
<div class="container">
<div class="abouttop">
<h3>SEMINARS</h3>
<label class="line"></label>
<iframe
src="https://calendar.google.com/calendar/embed?height=720&wkst=1&bgcolor=%23ffffff&ctz=America%2FSao_Paulo&src=NzBlNjlkYTE5NWJkYjRhNzFmZDY5YTFhMzYxYjM3NGQxNjQwYTJmYThiMDRjZDc5YzY0NDhiMTQxZTNmMzAxMEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&src=bGlhbWYuaW1lLnVzcEBnbWFpbC5jb20&color=%23D81B60&color=%23D50000"
style="border-width:0" width="90%" height="720" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</section>
<!-- /Seminars -->
<!-- Faculty Section -->
<div class="faculty" id="faculty">
<div class="container">
<div class="ftop">
<h3>FACULTY</h3>
<label class="line"></label>
</div>
<div class="col-md-2 col-sm-2 faculty-thumbnail">
<div class="thumbnail">
<img src="images/faculty/ana.jpeg" class="img-thumbnail" />
</div>
<div class="caption ftext">
<h4><a href="https://www.ime.usp.br/~acvm">Ana C. Vieira de Melo</a></h4>
<label class="fline"></label>
<h5>MODEL <br> CHECKING</h5>
</div>
</div>
<div class="col-md-2 col-sm-2 faculty-thumbnail">
<div class="thumbnail">
<img src="images/faculty/denis.jpeg" class="img-thumbnail" />
</div>
<div class="caption ftext">
<h4><a href="https://www.ime.usp.br/~ddm">Denis Deratani Maua</a></h4>
<label class="fline"></label>
<h5>PROBABILISTIC GRAPHICAL MODELS</h5>
</div>
</div>
<div class="col-md-2 col-sm-2 faculty-thumbnail">
<div class="thumbnail">
<img src="images/faculty/flavio.jpeg" class="img-thumbnail" />
</div>
<div class="caption ftext">
<h4><a href="https://www.ime.usp.br/~fcs">Flávio Soares C. da Silva</a></h4>
<label class="fline"></label>
<h5>SOCIAL <br> MACHINE</h5>
</div>
</div>
<div class="col-md-2 col-sm-2 faculty-thumbnail">
<div class="thumbnail">
<img src="images/faculty/leliane.jpeg" class="img-thumbnail" />
</div>
<div class="caption ftext">
<h4><a href="https://www.ime.usp.br/~leliane">Leliane Nunes de Barros</a></h4>
<label class="fline"></label>
<h5>AUTOMATED <br> PLANNING</h5>
</div>
</div>
<div class="col-md-2 col-sm-2 faculty-thumbnail">
<div class="thumbnail">
<img src="images/faculty/finger.jpeg" class="img-thumbnail" />
</div>
<div class="caption ftext">
<h4><a href="https://www.ime.usp.br/~mfinger">Marcelo <br> Finger</a></h4>
<label class="fline"></label>
<h5>LOGIC AND <br> PROBABILITIES</h5>
</div>
</div>
<div class="col-md-2 col-sm-2 faculty-thumbnail">
<div class="thumbnail">
<img src="images/faculty/renata.jpeg" class="img-thumbnail" />
</div>
<div class="caption ftext">
<h4><a href="https://www.ime.usp.br/~renata">Renata Wassermann</a></h4>
<label class="fline"></label>
<h5>BELIEF REVISION <br> LOGIC</h5>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
<!-- //Faculty Section -->
<!-- Students Section -->
<div class="students" id="members">
<div class="container">
<div class="ftop">
<h3>MEMBERS</h3>
<label class="line"></label>
</div>
<div class="ftop">
<h2>Postdocs</h2>
</div>
<br>
<div id="postdoc"></div>
<div class="clearfix"></div>
<div class="ftop">
<h2>PhD Students</h2>
</div>
<br>
<div id="phd"></div>
<div class="clearfix"></div>
<br>
<div class="ftop">
<h2>MSc Students</h2>
</div>
<br>
<div id="msc"></div>
</div>
<div class="clearfix"></div>
<div class="ftop">
<h2>Alumni</h2>
</div>
<div class="alumni-container">
<!-- Will be populated by js/alumni.js -->
<div class="alumni-box" id="alumni-column-a">
</div>
<div class="alumni-box" id="alumni-column-b">
</div>
</div>
<div class="clearfix"></div>
</div>
<!-- //Students Section -->
<!-- Contact Section -->
<div class="contact" id="contact">
<div class="container">
<div class="ctop">
<h3>CONTACT</h3>
<label class="line"></label>
<p>We are located at the <a href="http://www.ime.usp.br">Institute of Mathematics and Statistics</a> of
the <a href="http://www.usp.br/">University of São Paulo</a>.</p>
</div>
<div class="cbottom">
<div class="col-md-6 col-sm-6 cbr">
<img src="images/logos/logo0.svg" alt="logo LIAMF" class="contact-logo">
<h4>OUR ADDRESS:</h4>
<h5>Rua Matão 1010, <br> <a href="http://ccsl.ime.usp.br/en">CCSL</a>, Lab 17 <br>
<a href="https://www.ime.usp.br/">Institute of Mathematics and Statistics (IME)</a><br>
University of São Paulo (USP)<br>
São Paulo - SP, Brazil
</h5>
</div>
<div class="col-md-6 col-sm-6 contact-right">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3657.2444610141783!2d-46.73418848550184!3d-23.559662067413534!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x36912fc036ce7e20!2sDepartamento+de+Ci%C3%AAncia+da+Computa%C3%A7%C3%A3o+%2F+IME-USP!5e0!3m2!1ses!2sbr!4v1487975603553">
</iframe>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!-- //Contact Section -->
<!-- Footer Section -->
<div class="footer">
<div class="container">
<p> © 2017 LIAMF</p>
</div>
</div>
<!-- //Footer Section -->
<!-- js files -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- Scripts For Navbar -->
<script src="js/jquery.scrollTo.min.js"></script>
<!--// Scripts For Navbar -->
<!-- Scripts For Gallery Section -->
<script src="js/jquery.localScroll.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/common.js"></script>
<!--// Scripts For Gallery Section -->
<script>
$(document).ready(function () {
// Add smooth scrolling to all links in navbar + footer link
$(".navbar a, footer a[href='#home']").on('click', function (event) {
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (900) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top,
}, 900, function () {
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
});
})
</script>
<!-- /js files -->
<!-- Script For Number Scrolling -->
<script type="text/javascript" src="js/numscroller-1.0.js"></script>
<!-- //Script For Number Scrolling -->
<script src="js/responsiveslides.min.js"></script>
<script>
// You can also use "$(window).load(function() {"
$(function () {
// Slideshow 4
$("#slider3").responsiveSlides({
auto: true,
pager: true,
nav: false,
speed: 500,
namespace: "callbacks",
before: function () {
$('.events').append();
},
after: function () {
$('.events').append();
}
});
});
</script>
<!-- Script for members. -->
<script src="js/members.js"></script>
<!-- Script for alumni. -->
<script src="js/alumni.js"></script>
</body>
</html>