-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
321 lines (269 loc) · 11.1 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="author" content="Alexandre Rademaker" />
<meta name="keywords" content="matemática aplicada, matemática, EMAp, FGV, FGV-RJ, graduação, pós-graduação, pesquisa" />
<meta name="description" content="EMAp/FGV - Escola de Matemática Aplicada"/>
<meta http-equiv="Cache-Control" CONTENT="max-age=3600, must-revalidate" />
<meta name="robots" content="all" />
<meta name="language" content="English"/>
<title>EMAp/FGV - Escola de Matemática Aplicada</title>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico"/>
<link href="/css/stylesheet.css" rel="stylesheet" type="text/css"/>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<script type="text/javascript"
src="http://portal.fgv.br/sites/all/libraries/barrafgv/embed.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<!-- google analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18960726-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type="text/javascript" src="/js/jquery.cycle.all.js"></script>
<link href="/css/home.css" rel="stylesheet" type="text/css"/>
<!--[if IE]>
<style type="text/css">
#banner-caption {
background:transparent;
/* B2 0.7*255 to hexadecimal */
/* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2B30056,endColorstr=#B2B30056); */
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2BF5841,endColorstr=#B2BF5841);
zoom: 1;
}
</style>
<![endif]-->
<script type="text/javascript">
$(function() {
$('#slideshow').cycle({
fx: 'turnLeft',
speed: 'slow',
timeout: 5000,
pager: '#nav',
slideExpr: 'img',
after: function() {
var alink = "<a href=" + $(this).attr("link-url") + ">" + $(this).attr("link-title") +
"<img src='/images/seta.png'></a>";
$('#banner-caption-text').html($(this).attr("text"));
$('#banner-caption-link').html(alink);
$('#banner-caption-title').html($(this).attr("title"));
}
});
});
</script>
<script type="text/javascript">
setTimeout(function(){var a=document.createElement("script");
var b=document.getElementsByTagName("script")[0];
a.src=document.location.protocol + "//dnn506yrbagrg.cloudfront.net/pages/scripts/0013/7838.js?" +
Math.floor(new Date().getTime()/3600000);
a.async=true;a.type="text/javascript";b.parentNode.insertBefore(a,b)}, 1);
</script>
<script type="text/javascript">
function viewImage(img) {
imgsrc = img.src.split("-")[0] + "-big.png";
viewwin = window.open(imgsrc,'viewwin', 'width=1280,height=720');
}
</script>
</head>
<body class="home">
<div align="center" id="container">
<div id="wrapper">
<!--Header Starts Here-->
<div id="header">
<div id="logo">
<a href="/" title="Voltar à home"><img src="/images/logo.png"/></a>
</div>
<div id="menu">
<ul>
<li><a href="/">home</a></li>
<li>
<a href="/about/index.html">sobre</a>
<ul>
<li><a href="/about/index.html">apresentação</a></li>
<li><a href="/about/cpa.html">Comissão Própria de Avaliação</a></li>
<li><a href="/about/institucional.html">Insitucional</a></li>
<li><a href="/about/contact.html">contatos</a></li>
<li><a href="/about/recursos.html">recursos disponíveis</a></li>
</ul>
</li>
<li>
<a href="/graduacao/apresentacao.html">graduação</a>
<ul>
<li><a href="/graduacao/apresentacao.html">apresentação</a></li>
<li><a href="/graduacao/carreira.html">carreira em matemática aplicada</a></li>
<li><a href="/graduacao/disciplinas.html">grade de disciplinas</a></li>
<li><a href="/graduacao/colocacao-profissional.html">colocação profissional</a></li>
<li><a href="/graduacao/nap.html">núcleo de apoio pedagógico</a></li>
<li><a href="/graduacao/picme.html">programa PICME</a></li>
</ul>
</li>
<li><a href="/pos-graduacao/apresentacao.html">mestrado</a>
<ul>
<li><a href="/pos-graduacao/apresentacao.html">apresentação</a>
<li><a href="/pos-graduacao/selecao.html">processo seletivo</a></li>
<li><a href="/pos-graduacao/perfil-egressos.html">perfil egressos</a></li>
<li><a href="/pos-graduacao/disciplinas.html">grade de disciplinas</a></li>
</ul>
</li>
<li><a href="/research/pesquisa.html">Pesquisa</a></li>
<li><a href="/category/seminars/">Seminários</a></li>
<li><a href="/events.html">Eventos</a></li>
<li><a href="/equipe.html">Equipe</a>
<ul>
<li><a href="/equipe.html">Professores</a></li>
<li><a href="/equipe-admin.html">equipe administrativa</a></li>
</ul>
</li>
<li><a href="/about/fale-conosco.html">Fale Conosco</a></li>
</ul>
<!--
<div id="search">
<input name="" type="button" class="button">
<input name="" type="text">
</div>
-->
</div>
</div>
<!--Content Starts Here-->
<div id="content">
<div id="banner">
<div id="slideshow" class="pics">
<div id="nav"></div>
<img src="/images/banner-transferencia-2.jpg"
title="Graduação em Matemática Aplicada"
text="Processo Seletivo 2016: transferência externa e reingresso."
link-title="Inscrições abertas, saiba mais"
link-url="/graduacao/apresentacao.html"/>
<img src="/images/banner-mestrado.png"
title="Processo Seletivo 2016"
text="Inscrições abertas."
link-title="Saiba mais"
link-url="/pos-graduacao/selecao.html"/>
<img src="/images/banner-praia.jpg"
title="Por que estudar matemática aplicada?"
text="Descubra por que esta é uma área interessante."
link-title="Leia mais"
link-url="/about/porque-estudar-matematica.html" />
<div id="banner-caption">
<h1 id="banner-caption-title"></h1>
<p id="banner-caption-text"></p>
<p id="banner-caption-link"></p>
</div>
</div>
</div>
<div class="clear">
<div id="leftstrip">
<div id="blog">
<div class="title">
<h2>Notícias</h2>
<a href="/blog.xml" class="rss"><img src="/images/icon-rss.gif" alt="" /></a>
</div>
<div class="post">
<h3>
<a href="/blog/2015/12/12/curso-financas.html">Curso de Verão em Finanças Quantitativas: da teoria à pratica, com prof. Jorge Zubelli (IMPA)</a></h3>
<p class="text-type1"> 12 December 2015 </p>
</div>
<div class="post">
<h3>
<p> Defesa:
<a href="/blog/2015/10/30/defesa.html">Classificação de notícias econômicas utilizando Técnicas de mineração de textos</a></h3>
<p class="text-type1"> 30 October 2015 </p>
</div>
<div class="post">
<h3>
<p> Defesa:
<a href="/blog/2015/09/29/defesa.html">Aplicação de técnicas de mineração de texto na detecção de discrepâncias em documentos fiscais</a></h3>
<p class="text-type1"> 29 September 2015 </p>
</div>
<div class="post">
<h3>
<p> Defesa:
<a href="/blog/2015/08/31/defesa.html">Determinantes de intervenção do Banco Central do Brasil no mercado de câmbio: uma abordagem empírica por regressão logística e redes neurais</a></h3>
<p class="text-type1"> 31 August 2015 </p>
</div>
<a href="/category/blog/" class="linktype2">» mais posts</a>
</div>
<div id="seminars">
<div class="title">
<h2>Seminários</h2>
<a href="/seminars.xml" class="rss"><img src="/images/icon-rss.gif" alt="" /></a>
</div>
<div class="post">
<h3><a href="/seminars/2015/11/19/otimizacao.html">Otimização estocastica e planejamento energético de países e regiões</a></h3>
<p class="text-type1"> 19 November 2015 </p>
<p class="text-type1"> Mario Pereira </p>
</div>
<div class="post">
<h3><a href="/seminars/2015/11/12/bluemix.html">Bluemix: Plataforma de Inovação Digital da IBM</a></h3>
<p class="text-type1"> 12 November 2015 </p>
<p class="text-type1"> Wilson Magalhães (IBM) </p>
</div>
<div class="post">
<h3><a href="/seminars/2015/11/05/arvore-estrela.html">O Problema da Árvore-Estrela: aplicações, formulações e algoritmos</a></h3>
<p class="text-type1"> 05 November 2015 </p>
<p class="text-type1"> Abilio Lucena </p>
</div>
<div class="post">
<h3><a href="/seminars/2015/10/29/future-of-Healthcare.html">The Future of Healthcare; Using Data to Save Lives</a></h3>
<p class="text-type1"> 29 October 2015 </p>
<p class="text-type1"> Dhesi Baha Raja </p>
</div>
<a href="/category/seminars/" class="linktype2">» mais seminários</a>
</div>
</div>
<div id="rightstrip">
<div class="block2">
<a data-chrome="nofooter noborders transparent" class="twitter-timeline" href="https://twitter.com/search?q=%40fgv_emap" data-widget-id="618955895251300352">Tweets about @fgv_emap</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<div class="block3">
<p><a class="linktype2" target="_blank"
href="http://emapvirtual.fgv.br/">Moodle</a></p>
<p><a href="http://facebook.com/emap.fgv/"
target="_blank" class="linktype2">Facebook</a></p>
</div>
</div>
-->
</div>
</div>
<!--Content Ends Here-->
<!--Footer Starts Here-->
<div id="footer">
<div class="copyright vcard">
<p>
© 2011 <span class="fn org">EMAp/FGV</span> -
<a href="http://portal.fgv.br/politica-de-privacidade">Política de Privacidade</a>
</p>
<p>
made with <a href="http://jekyllrb.com/">Jekyll</a> -
hosted by <a href="https://github.com/">GitHub</a>
</p>
</div>
<div class="endereco adr">
<p>
<span class="street-address">Praia de Botafogo, 190</span>
(<a href="http://g.co/maps/nw6p6">mapa</a>)
</p>
<p>
<span class="locality">Rio de Janeiro</span> - <span class="region">RJ</span>,
22250-900. Tel: <span class="tel">+55 21 3799-5917</span>
</p>
<span class="geo">
<span class="latitude">
<span class="value-title" title="-22.941583" ></span>
</span>
<span class="longitude">
<span class="value-title" title="-43.180153"></span>
</span>
</span>
</div>
</div>
</div>
</div>
</body>
</html>