-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·177 lines (147 loc) · 5.69 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hairong Qi's Personal Homepage</title>
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<nav class="navbar has-shadow sticky" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="index.html">
<img src="aicip.jpg"> </a>
<a class="navbar-item" href="teaching.htm">
Teaching
</a>
<a class="navbar-item" href="research.htm">
Research
</a>
<a class="navbar-item" href="student.htm">
Students
</a>
<a class="navbar-item" href="publication.htm">
Publications
</a>
<a class="navbar-item" href="cv.pdf">
Vita
</a>
<a class="navbar-item" href="https://scholar.google.com/citations?hl=en&user=GqnNG-kAAAAJ&view_op=list_works&authuser=4&sortby=pubdate">
Google Scholar
</a>
</div>
</nav>
<section class="section">
<div class="columns">
<aside class="menu is-4-tablet is-3-desktop is-2-widescreen">
<div class="tile is-child is-vertical">
<!-- side bar -->
<figure class="image is-128x128 m-auto">
<img class="is-rounded" src="qi-sqare.jpg">
</figure>
<br/>
<div class="box is-size-7">
<p class="has-text-weight-bold">Dr. Hairong Qi </p>
<p>Gonzalez Family Professor </p>
<p>Department of EECS</p>
<br/>
<p>304 Min H. Kao Building </p>
<p>1520 Middle Drive</p>
<p>The University of Tennessee</p>
<p>Knoxville, TN 37996-2100</p>
<br/>
<p>Email: hqi AT utk.edu </p>
<p>Phone: (865)974-8527</p>
<p>Fax: (865)974-5483 </p>
</div>
</div>
</aside>
<!-- ### MAIN CONTENT STARTS -->
<div class="column">
<div class="content">
<blockquote>
Dr. Qi directs the Advanced Imaging and Collaborative Information
Processing (AICIP) Lab at the University of Tennessee, Knoxville. Her
research interests are in collaborative signal and information
processing, computer vision and machine learning, and remote sensing.
Dr. Qi's research has been supported by NSF, DARPA, IARPA, ONR, NASA,
DHS, etc.
Dr. Qi is the recipient of the NSF CAREER Award. She also received the
Best Paper Awards at the 18th International Conference on Pattern
Recognition (ICPR'06), the 3rd ACM/IEEE International Conference on
Distributed Smart Cameras (ICDSC'09), and IEEE Workshop on Hyperspectral
Image and Signal Processing: Evolution in Remote Sensor (WHISPERS'15).
She is awarded the Highest Impact Paper from the IEEE Geoscience and
Remote Sensing Society in 2012. Dr. Qi has published over 200 technical
papers in archival journals and refereed conference proceedings,
including two co-authored books with Dr. Wesley Snyder in Computer
Vision. Dr. Qi is a Fellow of IEEE.
</blockquote>
</div>
<div class="content">
<article class="message is-orange-invert">
<div class="message-header">
<p>News</p>
</div>
<div class="message-body">
<li>Guest Editor. Nature's Scientific Reports Collection on <a href="https://www.nature.com/collections/hcfcfdhfia/how-to-submit">Multimodal Learning and Applications</a> (Submission Deadline: April 30, 2023)
<li>UT's 2023-2025 Cluster Hiring Initiative, 7 projects announced including <a href="https://provost.utk.edu/it-takes-a-volunteer-2023-2025-cluster-hiring-initiative/">Foundational Artificial Intelligence – Closing the Gap to Human Intelligence, led by Hairong Qi (Tickle College of Engineering)</a>
</div>
</article>
</div>
<div class="tile is-parent is-vertical">
<article class="tile box is-child">
<div class="media">
<aside class="media-left">
<img src="assets/book1.jpg" width="80">
</aside>
<div class="media-content">
<p class="title is-5 is-spaced is-marginless">
<a href="https://amzn.to/3GOTftW"> Machine Vision</a>
</p>
<p class="subtitle is-marginless">
Wesley E. Snyder and Hairong Qi
</p>
<div class="content is-small">
452 pages
<br>
ISBN: 978-0521830461
<br>
February, 2004
<p></p>
</div>
</div>
</div>
</article>
<article class="tile box is-child">
<div class="media">
<aside class="media-left">
<img src="assets/book2.jpg" width="80">
</aside>
<div class="media-content">
<p class="title is-5 is-marginless">
<a href="https://amzn.to/3nAVrhb">
Fundamentals of Computer Vision</a>
</p>
<p class="subtitle is-marginless">
Wesley E. Snyder and Hairong Qi
</p>
<div class="content is-small">
390 pages
<br>
ISBN: 978-1107184886
<br>
November, 2017
<p></p>
</div>
</div>
</div>
</article>
</div>
</div>
</div> <!-- END columns -->
</section>
</body>
</html>