-
Notifications
You must be signed in to change notification settings - Fork 0
/
research.html
47 lines (39 loc) · 1.35 KB
/
research.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
<!DOCTYPE html>
<html>
<head>
<script src = "main.js"></script>
<link rel="stylesheet" href="main.css">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">
</head>
<body>
<div class = "research-container">
<div class = "title">
Latest Research
<div style = "font-size: 15px; width: 12vw; color: #848587; text-align: justify;">
My main research areas are computer vision, machine learning,
and data mining. A large part of my current work focuses on
gesture and sign language recognition, human motion analysis,
and similarity-based retrieval in image, video and multimedia databases.
</div>
</div>
<div class = "paper-1" >
<img src = "images/research-a.jpg">
<div class = "paper-text-1">
Assessing cognitive skills in children through performance in physical and computer-based tasks
</div>
</div>
<div class = "paper-2">
<img src = "images/research-b.jpg">
<div class = "paper-text-2">
ASL dictionary search
</div>
</div>
<div class = "paper-3">
<img src = "images/research-c.png">
<div class = "paper-text-3">
Subsequence matching in large databases of time series and strings.
</div>
</div>
</div>
</body>
</html>