-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (41 loc) · 1.47 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
<!DOCTYPE html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<title>Sukanta Sen</title>
<style>
body {
font-family: sans-serif;
max-width: 600px;
margin: 0 auto;
padding: 0 8px;
}
a:link {
text-decoration: none;
}
@media (prefers-color-scheme: dark) {
html { background: #1c1c1c; color: white; }
a { color: #6bf; }
a:visited { color: #f8f; }
a:active { color: red; }
}
</style>
<h2>Sukanta Sen </h2>
<p>I am a research scientist at Zoom working on machine translation and based in Germany. Before Zoom, I was a postdoc in the <a href="https://www.wiki.ed.ac.uk/display/statmt/People"> StatMT </a>group at the University of Edinburgh. </p>
<p>I graduated with a Ph.D in Computer Science & Engineering from IIT Patna. My primary research interests are machine translation and speech translation.</p>
<h3>Links</h4>
<nav>
Email: sukanta sen 10 at gmail dot com
</nav>
<nav>
<a href="https://scholar.google.co.in/citations?hl=en&user=HZm_UrcAAAAJ&view_op=list_works&alert_preview_top_rm=2&sortby=pubdate">papers</a> |
<a href="https://github.com/sukantasen">github</a> |
<a href="https://twitter.com/__sukanta__">twitter</a>
<a href="dl/" hreflang="en"></a>
</nav>
<br/>
<nav>
<small><a href="https://www.youtube.com/watch?v=MBRqu0YOH14">There is so much to do!🌌</a></small>
</nav>
<nav>
<small>html/css <a href="https://sjmulder.nl/en">by</a></small>
</nav>