-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
101 lines (79 loc) · 5.07 KB
/
about.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
<!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">
<h2> Work Experience</h2>
<table style="width:100%">
<colgroup>
<col span="1" style="width: 20%;">
<col span="1" style="width: 80%;">
</colgroup>
<tr valign="top">
<td>2021 - <i>now</i></td>
<td>Applied Speech Scientist, <a href="https://www.amazon.science/" class="simple" target="_blank">Amazon Alexa Speech</a>, Gdańsk, Poland.</td>
</tr>
<tr valign="top">
<td>2017 - 2020</td>
<td>Post Doctoral Research Associate/Senior Researcher, <a href="http://www.inf.ed.ac.uk/" class="simple" target="_blank">School of Informatics</a>, <a href="http://www.ed.ac.uk" class="simple" target="_blank">The University of Edinburgh</a>, Edinburgh, UK.</td>
</tr>
<tr valign="top">
<td>2016</td>
<td>Speech Synthesis Research Intern, <a href="http://www.apple.com/ios/siri" class="simple" target="_blank">Siri Speech</a>, Apple, Cupertino, US.</td>
</tr>
<tr valign="top">
<td>2011 - 2012</td>
<td>Computational Linguist/Researcher, <a href="http://www.microsoft.com/pt-pt/mldc/default.aspx" class="simple" target="_blank">Microsoft Language Development Center</a>, Microsoft Portugal, Lisbon, Portugal.</td>
</tr>
<tr valign="top">
<td>2007 - 2010</td>
<td>Language Expert/Program Manager, <a href="http://www.microsoft.com/pt-pt/mldc/default.aspx" class="simple" target="_blank">Microsoft Language Development Center</a>, Microsoft Portugal, Lisbon, Portugal.</td>
</tr>
</table>
</br>
<h2> Education</h2>
<table style="width:100%">
<colgroup>
<col span="1" style="width: 20%;">
<col span="1" style="width: 80%;">
</colgroup>
<tr valign="top">
<td>2013 - 2017</td>
<td><b>Doctor of Philosophy</b> (PhD), Speech and Language Processing, <a href="http://www.inf.ed.ac.uk/" class="simple" target="_blank">School of Informatics</a>, <a href="http://www.ed.ac.uk" class="simple" target="_blank">The University of Edinburgh</a>, Edinburgh, UK → <a href="http://homepages.inf.ed.ac.uk/s1250520/docs/ribeiro-phd-thesis.pdf" class="simple" target="_blank"><b>[Thesis].</b></a></td>
</tr>
<tr valign="top">
<td>2012 - 2013</td>
<td><b>Master of Science</b> (MSc), Speech and Language Processing, <a href="http://www.ppls.ed.ac.uk/" class="simple" target="_blank">School of Psychology, Philosophy, and Language Sciences</a>, <a href="http://www.ed.ac.uk" class="simple" target="_blank">The University of Edinburgh</a>, Edinburgh, UK → <a href="https://www.era.lib.ed.ac.uk/handle/1842/8616" class="simple" target="_blank"><b>[Dissertation].</b></a></td>
</tr>
<tr valign="top">
<td>2006 - 2010</td>
<td><b>Master of Arts</b> (MA), English Studies (Specialisation in Cinema and Literature), <a href="https://www.letras.ulisboa.pt/" class="simple" target="_blank">Faculty of Letters</a>, <a href="http://www.ulisboa.pt/" class="simple" target="_blank">University of Lisbon</a>, Lisbon, Portugal → <a href="http://hdl.handle.net/10451/1722" class="simple" target="_blank"><b>[Dissertation].</b></a></td>
</tr>
</table>
</div>
</div>
</main>
</div>
</body>
</html>