-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
33 lines (30 loc) · 3.09 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
<!DOCTYPE html>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet">
<html>
<head>
<title>Yao-Yi Chiang</title>
</head>
<body>
<h2><strong>Yao-Yi Chiang</strong></h2>
<img src="cold.png" width="200">
<p><b>I</b> am an Associate Professor at the <a href="https://cse.umn.edu/cs" target="_blank">Computer Science & Engineering Department</a>, <a href="https://twin-cities.umn.edu/" target="_blank">University of Minnesota</a> </p>
<p><b>I</b> was an Associate Professor (Research) at the <a href="https://spatial.usc.edu/" target="_blank">Spatial Sciences Institute</a>, <a href="https://www.usc.edu/" target="_blank">University of Southern California</a> (2011 - 2021).</p>
<p><b>Reach</b> me by email at <a href="mailto:[email protected]">[email protected]</a> or <a href="mailto:[email protected]">[email protected].</a></p>
<br>
<p><b>I</b> work on Spatial AI topics. I am interested in developing data-driven methods that can take advantage of domain knowledge to solve complex problems. For example, we built machine learning algorithms that incorporate spatial science techniques for air quality prediction and imagery recognition. I also enjoy building working systems with my students and doing consulting work related to my research.</p>
<br>
<p><b>I</b> used to teach <a href="inf553.pdf">data mining</a>, <a href="ssci680.pdf">advanced spatial computing</a>, <a href="ssci582.pdf">spatial databases</a>, and <a href="csci599.pdf">geospatial data integration</a> at USC.</p>
<br>
<p><b>N</b>ew course at UMN: <a href="spatial-ai.html" target="_blank">Spatial Enabled Artificial Intelligence</a></p>
<br>
<p><b>S</b>prin 2023 CSCI-5523 at UMN: <a href="https://docs.google.com/document/d/1t__DLGHZczG0VqcSQqExvOmmq_9Z0Vhd5FW3xVSHWE4/edit?usp=sharing" target="_blank">Introduction to Data Mining</a></p>
<br>
<p><b>Some</b> links about me: <a href="chiang-bio.html" target="_blank" rel="noopener">bio</a>, <a href="https://docs.google.com/document/d/1SP8bWrbNDhXkP_MVXM_HvWgWXkoO-UtS-71_v-v1vL0/edit?usp=sharing">cv</a>, <a href="https://knowledge-computing.github.io/" target="_blank" rel="noopener">lab</a>, <a href="https://spatial-computing.github.io/" target="_blank" rel="noopener">lab (old USC one)</a>, <a href="https://scholar.google.com/citations?user=Xf3M93cAAAAJ&hl=en" target="_blank" rel="noopener">google scholar</a>, <a href="https://linkedin.com/in/yao-yi-chiang-a90b681/" target="_blank" rel="noopener">Linkedin</a></p>
<br>
<p><b>Publications/Presentations:</b></p>
<p>Please see my <a href="https://docs.google.com/document/d/1SP8bWrbNDhXkP_MVXM_HvWgWXkoO-UtS-71_v-v1vL0/edit?usp=sharing">cv</a> for the latest publications.</p>
<p></p>
<p></p>
<p>If you have scrolled all the way to see this sentence, you might as well check out my <a href="chiang10thesis.pdf" target="_black">PhD thesis</a> and <a href="chiang10thesis_ppt.pdf" target="_black">defense presentation</a>. (My PhD supervisor is <a href="https://usc-isi-i2.github.io/knoblock/" target="_black">Craig Knoblock</a>, to whom I am eternally grateful.)</p>
</body>