-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (37 loc) · 2.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
34
35
36
37
38
39
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Chonglin Zhang's Personal Website</title>
<script type="text/javascript" src="head.js"> </script>
</head>
<body>
<script type="text/javascript" src="nav.js"> </script>
<!--main body-->
<h2>Home</h2>
<div id="titletable">
<table style="margin-left: auto; margin-right: auto">
<tr>
<td><img src="img/portrait.jpg" height="300px"/></td>
<td width=50px></td>
<td style="text-align: center">
<p style="font-size: 18pt">Chonglin Zhang</p>
<p>Assistant Professor</p>
<p style="font-style:italic">University of North Dakota</p>
<p>chonglin.zhang [the magic symbol] und.edu</p>
<p style="margin-top: 50px">
<a href="http://scholar.google.com/citations?user=FmT3ZewAAAAJ&hl" target="_blank">Google MyCitations</a>
</p>
</td>
</tr>
</table>
</div>
<br>
<p style="margin-left: 5px; text-align: justify">
I am currently an Assistant Professor of Mechanical Engineering at
<a href="https://und.edu/" target="_blank">the University of North Dakota</a>.
My research focuses on the kinetic theory and its application in aerospace and mechanical engineering problems. I primarily use computational methods in my research, particularly particle based simulation method, including the direct simulation Monte Carlo (DSMC) method and the particle-in-cell (PIC) method. I employ these methods in diverse applications including rarefied gas dynamics, hypersonic flow, aerothermodynamics, microscale and nanoscale flows, and plasma physics. I use high performance computing in my research. Additionally, I am also interested and experienced in computational fluid dynamics (CFD) methods solving the continumm fluid dynamics equations.
</p><br>
<script type="text/javascript" src="copyright.js"> </script>
</body>
</html>