-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (49 loc) · 2.3 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Sam Ribeiro</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,500,700,900" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
<body>
<header id="header">
<!-- <img src="images/profile.jpg"> -->
<h1 style="text-align:center">Sam Ribeiro</h1>
</header>
<header id="nav">
<table>
<tr>
<td><a href="index.html">Home</a></td>
<td><a href="about.html">About</a></td>
<td><a href="research.html">Research</a></td>
</tr>
</table>
</header>
<div id="wrapper">
<main>
<div id="content">
<div class="innertube">
<p>
I am an Applied Speech Scientist with Amazon Alexa. I am currently based in Gdańsk, Poland. My research interests are <b>Artificial Intelligence</b> and <b>Machine Learning</b> with <b>Speech and Language Processing</b> applications. You can find more details in my <a href="about.html"> Short Bio</a>.
</p>
<p>My full publication list is available on <a href="https://scholar.google.com/citations?user=VdV_-40AAAAJ" target="_blank">Google Scholar</a>. For academic research projects and public speech corpora, please check my earlier <a href="research.html"> Research</a> page. There are some open-source projects on <a href="https://github.com/msamribeiro" target="_blank">Github</a>. Note that all research, corpora, and code linked here is a product of work done prior to my current employment.
</p>
<h3>Contact</h3></p>
<p>
Feel free to reach out to me on <a href="https://www.linkedin.com/in/msambentoribeiro" target="_blank">LinkedIn</a>.
</p>
<br>
</div>
</div>
</main>
</div>
<!--
<footer id="footer">
<div class="innertube">
<p>Footer...</p>
</div>
</footer>
-->
</body>
</html>