-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
137 lines (124 loc) · 4.41 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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Haidong Wang's Homepage">
<meta name="keywords" content="Haidong Wang, USD, Computer Vision, Face Recognition, Deep Learning, Image Processing">
<meta name="author" content="Haidong Wang">
</head>
<style type="text/css">
body {
background-color:#B9CDCF ;
font-family:georgia,sans-serif;
line-height:120%;
margin:auto;
text-align:left;
width:1000px;
}
.main {
background-color:#FFFFFF;
padding:10px 20px 20px 20px;
}
h2 {
font-family:georgia,sans-serif;
font-size:26px;
letter-spacing:1px;
margin-bottom:0;
}
h3 {
font-family:georgia,sans-serif;
font-size:20px;
letter-spacing:1px;
}
a, a:visited {
color:#0000EE;
outline:none;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
.thumbs {
width:800px;
margin-left:auto;
margin-right:auto;
text-align:justify;
text-justify:distribute-all-lines;
}
#thumbs a {
vertical-align:center;
display:inline-block;
*display:inline;
}
.stretch {
width:100%;
display:inline-block;
font-size:0;
line-height:0
}
</style>
<title>Haidong Wang's Homepage</title>
<body>
<div class="main">
<table width="700">
<tbody>
<tr>
<td align="center" width="120"><img src="docs/hd_pic.JPG" height="160" alt="Xi Yin"/></td>
<td align="left" nowrap="">
<dl>
<dd>
<h2>Haidong Wang</h2><br>
</dd>
<dd>
Graduate Student<br>
</dd>
<dd>
Univeristy of South Dakota<br><br>
</dd>
<dd>
Email: <a href="mailto:[email protected]">[email protected]</a> | <a href="mailto:[email protected]">[email protected]</a><br>
</dd>
<dd>
Phone: (605)202-1866
</dd>
<dd>
Address: 1305 E Clark Street, Apt 101, Vermillion, SD 57069
</dd>
<br style="margin-bottom:240px;"/>
<dd>
<a target="_blank" href="docs/Haidong Wang_CV.pdf">CV</a> | <a target="_blank" href="">Research Statement</a>
</dd>
</dl>
</td>
</tr>
</tbody>
</table>
<hr>
<h3>Brief Biography</h3>
<p>My name is Haidong Wang. I am a second year computer science master student at <a target="_blank" href="https://www.usd.edu/"> University of South Dakota</a> (graduate in December 2019), advised by <a target="_blank" href="http://kc-santosh.org/">Dr. KC Santosh.</a> I received my bachelor’s degree in computer science from University of South Dakota, Vermillion in 2017. From 2018 to 2019, I was a graduate research assistant under Dr. KC Santosh doing research related to Computer Vision, Machine Learning, Deep Learning and Medical Image. </p>
<br style="margin-bottom:240px;"/>
<h3>Research Interest</h3>
<ul>
<li>Computer Vision, Machine Learning, Deep Learning<br></li>
<li>Face recognition, Face Alignment, Object Detection, Semantic Segmentation, Medical Imaging<br></li>
</ul>
<br style="margin-bottom:240px;"/>
<h3>Publications</h3>
<ul>
<li>An empirical study of ELM on face matching.<br>
<b>H Wang</b>, Md Hussain, Himadri Mukherjee, KC Santosh, et al.<br>
Communications in computer and information sciences (CCIS), Springer (selected, recent trends in image
processing &pattern recognition), 2018 <a target="_blank" >[pdf]</a><br>
</li>
<br style="margin-bottom:240px;"/>
<li> Gray level face recognition using spatial features.<br>
MF Hussain,<b>H Wang</b>, KC Santosh. <br>
Communications in computer and information sciences (CCIS), Springer (selected, recent trends in image
processing &pattern recognition), 2018 <a target="_blank" >[pdf]</a><br>
</li>
</ul>
<hr>
<div align="center">@haidongwang
</div>
</body>
</html>