-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublicacoes.html
More file actions
22 lines (21 loc) · 930 Bytes
/
publicacoes.html
File metadata and controls
22 lines (21 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<section id="publicacoes">
<h2>Publicações</h2>
<p>Para acessar todas as minhas publicações e métricas, veja meu perfil no <strong>Google Scholar</strong>:</p>
<p><a class="button" href="https://scholar.google.com/citations?user=7HDMJacAAAAJ&hl=pt-BR" target="_blank">Acessar Google Scholar</a></p>
<p>O Google Scholar não permite ser incorporado diretamente em um iframe, então o link abrirá em nova aba.</p>
<style>
#publicacoes { padding:20px; }
#publicacoes h2 { color:#2c3e50; border-bottom:2px solid #2980b9; padding-bottom:5px; margin-bottom:15px; }
#publicacoes p { margin-bottom:15px; font-size:1em; }
#publicacoes a.button {
display:inline-block;
padding:10px 15px;
background:#2980b9;
color:white;
text-decoration:none;
border-radius:5px;
font-weight:bold;
}
#publicacoes a.button:hover { background:#1abc9c; }
</style>
</section>