-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublications.html
36 lines (35 loc) · 1.62 KB
/
publications.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
<!DOCTYPE html>
<html>
<head>
<title>Joao Meirelles</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<div class="container">
<div class="blurb">
<h1>Joao Meirelles</h1>
<p>head to <a href="#" onclick="window.open('https://www.researchgate.net/profile/Joao_Meirelles2/contributions')">Researchgate</a> to find my publications.</p>
<p>head to <a href="#" onclick="window.open('https://drive.google.com/open?id=0BwAe8MzHO4jcaUpxSzVXZDBkU1U')">this folder</a> to find some of my PPTs.</p>
<p>find my Msc dissertation <a href="#" onclick="window.open('http://www.teses.usp.br/teses/disponiveis/100/100132/tde-21012016-134950/pt-br.php')"> here </a> (pt).</p>
<p> <br> </p>
<pre style="word-wrap: break-word; white-space: pre-wrap;">
___ _ ___
\|/|/ |===| (_) __ |===|
\|\\|//|/ |= =|__ _|==|_ __|= =|
\\|// |= =|::| |.|:|==| |::|= =|
______________|____\|/_____\|/__________|=|=|::|_|.|:|==|_|::|=|=|__________\|/_______\|/_________________
</pre>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<ul>
<li><a href="/index.html">home</a></li>
<li><a href="mailto:joaovitormeirelles@gmail.com">email</a></li>
<li><a href="#" onclick="window.open('https://drive.google.com/file/d/0BwAe8MzHO4jcSk1qc2lUbUxTOEE/view?usp=sharing')">cv</a></li>
<li><a href="/publications.html">publications</a></li>
<li><a href="#" onclick="window.open('http://urbancomplexity.tumblr.com/')">blog</a></li>
</ul>
</footer>
</body>
</html>