-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
101 lines (85 loc) · 3.39 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
<html lang="en">
<head>
<title>Rafael Nonato</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
body { font-family:"Times New Roman" }
p { margin-top: 5pt;
margin-bottom: 0pt; }
table { width:800px; }
td { word-wrap:break-word }
h4 { margin-top: 0pt;
margin-bottom: 5pt; }
hr { width:800px; float:left }
.square { border-style: solid;
border-width: 1px;
padding: 5px;
max-width: 800px; }
hr { border: 0;
height: .5px;
background: #333;
background-image: linear-gradient(to right, #ccc, #333, #ccc); }
#wrapper { max-width: 800px;
margin: 0 auto; }
</style>
</head>
<body>
<div id="wrapper">
<table style="text-align:center">
<tr border=1>
<td style="width:20%"><a href="index.html"><b>Home</b></a></td>
<td style="width:20%"><a href="papers.html">Papers</a></td>
<td style="width:20%"><a href="talks.html">Presentations</a></td>
<td style="width:20%"><a href="classes.html">Classes</a></td>
<td style="width:20%"><a href="etc.html">Tools</a></td>
</tr>
</table>
<hr/><br/>
<table>
<tr>
<td rowspan="5" style="text-align:center">
<img src="face.jpg" alt="Wanho ngô katátxi" height="260px">
</td>
<td rowspan="5" style="width:4px"></td>
<td><b>e-mail:</b></td>
<td>rafael.nonato<img src="at.gif">ufpe.br</td>
<td><a href=http://web.mit.edu/newsoffice/2013/student-profile-rafael-nonato-0722.html>Profile at MIT News</a></td>
</tr>
<tr>
<td rowspan="2" style="vertical-align:top"><b>paper-mail:</b>
<td rowspan="2">Departamento de Letras - CAC - UFPE<br/>
Cidade Universitária, Recife, PE<br/>
CEP 50670-420, Brasil
</td>
<td style="vertical-align:middle"><a href="https://scholar.google.com/citations?user=CIv27iEAAAAJ&hl=en&oi=ao">Google Scholar</a>
</tr>
<tr>
<td style="vertical-align:top"><a href=files/cv.pdf>Curriculum Vitae</a></td>
</tr>
<tr>
<td height="5px">
</tr>
<tr>
<td colspan="4" class="square">I am an Assistant Professor with the Languages Department at the Federal University of Pernambuco. I became a linguist out of fascination for weird languages. Nowadays I don't think there are weird languages anymore, and I spend my academic time arguing that languages only seem weird if you don't look at them the right way. I got my Bachelor's and Master's from Unicamp, in Brazil, and my PhD from MIT, in the US. I have been working on the documentation of Brazilian Indigenous languages since I was a sophomore. I specialized in Brazilian languages Bororo (topic of my Master's thesis) and Kĩsêdjê (topic of my Phd thesis). My main theoretical interests are the argument structure of clauses and the syntax of clause combining.</td>
</tr>
</table>
<hr/>
<br/>
<div class="square">
<h4>2020.1. <a href="classes/2020.1/LE428/index.html">LE428 - Inglês Instrumental 1 (Estatística)</a></h4>
</div>
<br/>
<div class="square">
<h4>2020.1. <a href="classes/2020.1/LE530/index.html">LE530 - Inglês para computação (Ciências e Engenharia da Computação)</a></h4>
</div>
<br/>
<div class="square">
<h4>2020.1. <a href="classes/2020.1/LE657/index.html">LE878 - Língua Estrangeira Instrumental II - Inglês (Letras)</a></h4>
</div>
<br/>
<div class="square">
<h4>2020.1. <a href="classes/2020.1/LE732/index.html">LE732 - Inglês para computação (Sistemas de Informação)</a></h4>
</div>
</div>
</body>
</html>