-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
67 lines (55 loc) · 3.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="icons/icons8-neural-64.png">
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Attapol Rutherford - Chulalongkorn University</title>
</head>
<body>
<div id="included_navbar"> </div>
<div class="container">
<div class="row my-5">
<div class="col-md-4">
<img src="image/me-sarnies.jpeg" width="300" >
</div>
<div class="col-md-8">
<h1>Attapol Rutherford | อรรถพล ธำรงรัตนฤทธิ์</h1>
<h4>attapolrutherford@gmail.com  
<a href="https://scholar.google.co.th/citations?user=7SsloT4AAAAJ&hl=en"><img src="icons/gscholar.png" width=20></a>
</h4>
<p>I am an Associate Professor at the Department of Linguistics at Faculty of Arts Chulalongkorn University in Bangkok, Thailand.
My work is about Natural Language Processing (NLP), the technology that enables computers to understand languages and perform langugage tasks like answering questions, translating texts, and reading a large amount of text.
My current research interests are Thai core NLP infrastructure, discourse phenomena, and NLP in data science and text analytics.</p>
<p>You can call me Te or อรรถพล. Thamrongrattanarit is my Thai last name. Rutherford is the last name I use in the US and in the academic world. This is confusing, I know.</p>
<ul>
<li> <a href="https://www.linkedin.com/in/terutherford/"><img src="icons/linkedin.png" width=20> terutherford</a></li>
<li> <a href="https://www.instagram.com/terutherford/"><img src="icons/instagram.png" width=20> terutherford</a></li>
<li> <a href="https://www.youtube.com/@teattapol"><img src="icons/youtube.png" width=20> teattapol</a></li>
</ul>
</div> <!--col-->
</div>
<footer class="page-footer font-small">
<div class="container">
<div class="row">
<div class="col-md-12 py-3">
<div class="flex-center">
<hr/>
</div>
</div>
</div>
<div class="footer-copyright text-right py-3 mb-5">© 2020 Copyright: Attapol Thamrongrattanarit </div>
</div>
</footer>
</div> <!-- /container -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script> $(function(){ $("#included_navbar").load("nav.htm"); }); </script>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>