-
Notifications
You must be signed in to change notification settings - Fork 2
/
SCARINSTANT.html
397 lines (321 loc) · 14.4 KB
/
SCARINSTANT.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Laboratório de Estudos do Oceano e da Atmosfera</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="images/ocean.ico">
<!-- CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<link href="css/flexslider.css" rel="stylesheet" type="text/css" />
<link href="css/animate.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" type="text/css" />
<link href="css/colors/" rel="stylesheet" type="text/css" id="colors" />
<!-- FONTS -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500italic,700,500,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<!-- SCRIPTS -->
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if IE]><html class="ie" lang="en"> <![endif]-->
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/jquery.nicescroll.min.js" type="text/javascript"></script>
<script src="js/superfish.min.js" type="text/javascript"></script>
<script src="js/jquery.flexslider-min.js" type="text/javascript"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/animate.js" type="text/javascript"></script>
<script src="js/myscript.js" type="text/javascript"></script>
</head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MEX5MEP51V"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MEX5MEP51V');
</script>
<body>
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v9.0" nonce="CiRzM5kE"></script>
<!-- PRELOADER -->
<img id="preloader" src="images/preloader.gif" alt="" />
<!-- //PRELOADER -->
<div class="preloader_hide">
<!-- PAGE -->
<div id="page" class="single_page">
<!-- HEADER -->
<header>
<!-- MENU BLOCK -->
<div class="menu_block">
<!-- CONTAINER -->
<div class="container clearfix">
<!-- LANGUAGE-->
<style>
.dropbtn {
background-color: #243858;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}
.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown:hover .dropbtn {
background-color: #043c69;
}
</style>
</head>
<body>
<div class="dropdown">
<button class="dropbtn">Idioma</button>
<div class="dropdown-content">
<a href="/en/SCARINSTANT.html">English</a>
<a href="/SCARINSTANT.html">Português</a>
</div>
</div>
<!-- MENU -->
<div class="pull-right">
<nav class="navmenu center">
<ul>
<li class="first active scroll_btn"><a href="index.html" >Home</a></li>
<li class="scroll_btn"><a href="about.html" >Sobre</a></li>
<li class="sub-menu">
<a href="projects.html" >Projetos</a>
<ul>
<li><a href="atmos.html" >ATMOS</a></li>
<li><a href="interconf.html" >INTERCONF</a></li>
<li><a href="inct.html" >INCT da Criosfera</a></li>
<li><a href="cdm.html" >Ciências do Mar</a></li>
<li><a href="modbio.html" >Modelagem Biofísica</a></li>
<li><a href="goal.html" >GOAL</a></li>
<li><a href="http://dgp.cnpq.br/dgp/espelhogrupo/5350809461630125" >DGP Lattes - CNPq</a></li>
</ul>
<li class="sub-menu">
<a href="about.html#team" >Equipe</a>
<ul>
<li><a href="about.html#researchers" >Pesquisadores</a></li>
<li><a href="about.html#collaborators" >Colaboradores</a></li>
<li><a href="about.html#graduates" >Bolsistas e Pós-graduandos</a></li>
<li><a href="alumni.html" >Alumni</a></li>
</ul>
<li class="scroll_btn"><a href="news.html" >Notícias</a></li>
<li class="scroll_btn"><a href="publications.html" >Publicações</a></li>
<li class="scroll_btn"><a href="clipping.html" >Divulgação</a></li>
<li class="scroll_btn"><a href="#contacts" >Contato</a></li>
</ul>
</nav>
</div><!-- //MENU -->
</div><!-- //MENU BLOCK -->
</div><!-- //CONTAINER -->
</header><!-- //HEADER -->
<!-- BREADCRUMBS -->
<section class="breadcrumbs_block2 clearfix parallax">
<div class="container center">
<h2><b>Notícias</b></h2>
</div>
</section><!-- //BREADCRUMBS -->
<!-- BLOG -->
<section id="blog">
<!-- CONTAINER -->
<div class="container">
<!-- ROW -->
<div class="row">
<!-- BLOG BLOCK -->
<div class="blog_block col-lg-9 col-md-9 padbot50">
<!-- SINGLE BLOG POST -->
<div class="single_blog_post clearfix" data-animated="fadeInUp">
<div class="single_blog_post_descr">
<div class="single_blog_post_date">JUNHO 12 | 19:00</div>
<div class="single_blog_post_title">Doutoranda do LOA tem projeto aprovado pelo SCAR INSTANT
</div>
</div>
<div class="single_blog_post_content">
<p class="margbot30">
A doutoranda do Laboratório de Estudos do Oceano e da Atmosfera, Luciana Shigihara Lima, teve projeto aprovado pelo Scientific Comitee of Antarctic
Research, dentro do projeto INSTANT.
</p>
<p class="margbot30">
O projeto "Impacts of freshwater supply on the coastal dynamics of the
Antarctic Peninsula" visa ententer os principais impactos impactos da
introdução de água doce no oceano, proveniente do continente na região da Península
Antártica.
</p>
<p class="margbot30">
Estas bolsas tem como objetivo:
<p class="margbot30"> ➡️ aumentar o engajamento dos ECRs nas atividades do INSTANT</p>
<p class="margbot30"> ➡️ promover a participação de cientistas de regiões atualmente sub-representadas no INSTANT (América do Sul, Ásia e África)
</p>
<div class="single_blog_post_img"><img src="images/news/scarinstant.jpg" alt="" /></div>
<p class="margbot30">Para acompanhar e saber mais do Projeto INSTANT acesse <a href="https://www.scar-instant.org/index.php">https://www.scar-instant.org/index.php</a>
</div>
<div class="fb-comments" data-href="https://loa-inpe.github.io/artigo_aabc.html" data-mobile="Auto-detected" colorscheme="Dark" data-numposts="5" data-width="450"></div>
</div><!-- //SINGLE BLOG POST -->
<!-- SINGLE BLOG POST TAG -->
<div class="single_blog_post_tags margbot50" data-animated="fadeInUp">
<ul>
<li><a href="javascript:void(0);" >Modelagem Numérica</a></li>
<li><a href="javascript:void(0);" >Oceanografia</a></li>
<li><a href="javascript:void(0);" >Meteorologia</a></li>
</ul>
</div><!-- //SINGLE BLOG POST TAG -->
</div><!-- //BLOG BLOCK -->
<!-- SIDEBAR -->
<div class="sidebar col-lg-3 col-md-3 padbot50">
<!-- POPULAR POSTS WIDGET -->
<!-- POPULAR POSTS WIDGET -->
<div class="sidepanel widget_popular_posts">
<h3><b>Posts</b></h3>
<div class="recent_posts_widget clearfix">
<div class="post_item_img_widget">
<img src="images/banners/banner4.png" alt="" />
</div>
<div class="post_item_content_widget">
<a class="title" href="2_paper_cbm_rmets.html" >LOA/INPE publica artigo sobre as comparações dos fluxos de calor na Confluência Brasil-Malvinas e Plataforma Sul Continental Brasileira</a>
<ul class="post_item_inf_widget">
<li>JANEIRO 22 | 11:00</li>
</ul>
</div>
<div class="recent_posts_widget clearfix">
<div class="post_item_img_widget">
<img src="images/banners/banner3.png" alt="" />
</div>
<div class="post_item_content_widget">
<a class="title" href="1_buoy_drake_currents.html" >LOA/INPE lança cinco boias na Passagem de Drake para estudar a dispersão de ondas e correntes</a>
<ul class="post_item_inf_widget">
<li>DEZEMBRO 16 | 19:30</li>
</ul>
</div>
</div>
<div class="recent_posts_widget clearfix">
<div class="post_item_img_widget">
<a href="livro_cdm.html"><img src="images/news/livro_cdm.png" alt="" /></a>
</div>
<div class="post_item_content_widget">
<a class="title" href="livro_cdm.html" >LOA colabora em livro sobre as fronteiras do conhecimento em Ciências do Mar</a>
<ul class="post_item_inf_widget">
<li>DEZEMBRO 09 | 15:30</li>
</ul>
</div>
</div>
<div class="recent_posts_widget clearfix">
<div class="post_item_img_widget">
<a href="guia_coawst3.html"> <img src="images/news/guia_coawst3.png" alt="" /></a>
</div>
<div class="post_item_content_widget">
<a class="title" href="guia_coawst3.html" >Publicada a terceira edição do Guia do COAST, em inglês.</a>
<ul class="post_item_inf_widget">
<li>DEZEMBRO 09 | 15:30</li>
</ul>
</div>
</div>
<hr>
<h3><b>Divulgação</b></h3>
<div class="recent_posts_widget clearfix">
<div class="post_item_img_widget">
<a href="https://youtu.be/4OevFVTUQT8"><img src="images/clipping/pcdm.jpg" /></a>
</div>
<div class="post_item_content_widget">
<a class="title" href="https://youtu.be/4OevFVTUQT8" >Circulação Oceânica, Interação Oceano-Atmosfera e Variabilidade Climática - Seminários</a>
<ul class="post_item_inf_widget">
</ul>
</div>
</div>
<div class="recent_posts_widget clearfix">
<div class="post_item_img_widget">
<a href="https://youtu.be/4OevFVTUQT8"><img src="images/clipping/bcc56.jpg" alt="" /></a>
</div>
<div class="post_item_content_widget">
<a class="title" href="https://www.youtube.com/watch?v=dI_j-zA1SvY&ab_channel=BrasilcomCi%C3%AAncia" >#BCC56 - Nova estação comandante Ferraz na Antártica</a>
<ul class="post_item_inf_widget">
</ul>
</div>
</div>
</div>
<hr>
<!-- POPULAR TAGS WIDGET -->
<div class="sidepanel widget_tags">
<h3><b>Tags</b> Populares</h3>
<ul>
<li><a href="javascript:void(0);" >Ciência</a></li>
<li><a href="javascript:void(0);" >Oceanografia</a></li>
<li><a href="javascript:void(0);" >Meteorologia</a></li>
<li><a href="javascript:void(0);" >Modelagem Numérica</a></li>
</ul>
</div><!-- POPULAR TAGS WIDGET -->
<hr>
</div><!-- //POPULAR POSTS WIDGET -->
<hr>
</div><!-- //SIDEBAR --
</div><!-- //ROW -->
</div><!-- //CONTAINER -->
</section><!-- //BLOG -->
</div><!-- //PAGE -->
<!-- CONTACTS -->
<section id="contacts">
</section><!-- //CONTACTS -->
<!-- FOOTER -->
<footer>
<!-- CONTAINER -->
<div class="container">
<!-- ROW -->
<div class="row" data-appear-top-offset="-200" data-animated="fadeInUp">
<div class="col-lg-4 col-md-4 col-sm-6 padbot30">
<h4><b>Redes</b> sociais</h4>
<p>Visite nossa página para conhecer o nosso trabalho, atividades de pesquisa e a equipe do Laboratório de Estudos do Oceano e da Atmosfera.
</p>
<ul class="social">
<li><a href="https://www.facebook.com/loainpe" ><i class="fa fa-facebook"></i></a></li>
<li><a href="https://www.instagram.com/inpe_oceanography" ><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 padbot30">
</div>
<div class="respond_clear"></div>
<div class="col-lg-4 col-md-4 padbot30">
<h4><b>Entre em</b> contato</h4>
<!-- CONTACT FORM -->
<div class="span9 contact_form">
<div id="note"></div>
<div id="fields">
<form method="POST" action="https://formspree.io/xpvpnoax" id="contact-form-face" class="clearfix" action="#">
<input type="text" name="name" value="Nome" onFocus="if (this.value == 'Name') this.value = '';" onBlur="if (this.value == '') this.value = 'Name';" />
<textarea name="message" onFocus="if (this.value == 'Message') this.value = '';" onBlur="if (this.value == '') this.value = 'Mensagem';">Messagem</textarea>
<input class="contact_btn" type="submit" value="Enviar" />
</form>
</div>
</div><!-- //CONTACT FORM -->
</div>
<div id="copyright" style="text-align: center;">
© LOA/INPE. All rights reserved. | Template design by: <a href="https://github.com/toidicode">toidicode</a> | Edited by: <a href="https://www.uesleisutil.com.br">Ueslei Adriano Sutil</a> | Favicon by <a href="https://www.flaticon.com/authors/freepik">Freepik</a>.
</div>
</div><!-- //ROW -->
</div><!-- //CONTAINER -->
</footer><!-- //FOOTER -->
<script src="https://use.fontawesome.com/8da76d029b.js"></script> <script src="https://use.fontawesome.com/8da76d029b.js"></script>
</div>
</body>
</html>