-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.html
More file actions
76 lines (71 loc) · 3.12 KB
/
Copy pathlinks.html
File metadata and controls
76 lines (71 loc) · 3.12 KB
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
<!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 - Links</title>
<script type="text/javascript" src="head.js"> </script>
</head>
<body>
<script type="text/javascript" src="nav.js"> </script>
<!--
main body
-->
<h2>Links</h2>
<div id="bio">
<h3>Universities</h3>
<ul>
<li>
University of Minnesota - <a href="http://www.umn.edu/" target="_blank">[link]</a>
</li>
<li>
Beijing University of Aeronautics and Astronautics - <a href="http://www.buaa.edu.cn/" target="_blank">[link]</a>
</li>
</ul>
<h3>Useful Websites</h3>
<ul>
<li>
Molecular Gas Dynamics Simulations Research Group <a href="http://www.aem.umn.edu/people/faculty/schwartz/Site/Home.html" target="_blank">[link]</a>
</li>
<li>
Department of Aerospace Engineering and Mechanics at the University of Minnesota <a href="http://www.aem.umn.edu/" target="_blank">[link]</a>
</li>
<li>
Multi-scale Molecular Simulation Group <a href="https://sites.google.com/a/umich.edu/violigroup/home" target="_blank">[link]</a>
</li>
<li>
Website of Professor Graeme Bird (the inventor of the DSMC method) <a href="http://www.gab.com.au/" target="_blank">[link]</a>
</li>
<li>
Dr. Paolo Valentini (collaborator) <a href="https://ghinditacco.wordpress.com/" target="_blank">[link]</a>
</li>
<li>
Professor Chris Hogan <a href="http://www.me.umn.edu/people/hogan.shtml" target="_blank">[link]</a>
</li>
<li>
iMechanica - web of mechanics and mechanicians <a href="http://imechanica.org/" target="_blank">[link]</a>
</li>
<li>
Energy Fact Check - information of renewable energy in US <a href="http://www.energyfactcheck.org/" target="_blank">
[link]</a>
</li>
<li>
Crystal Lattice Structures - a database of ball-sticks<a href="http://cst-www.nrl.navy.mil/lattice/index.html" target="_blank">
[link]</a>
</li>
<li>
Scientific Papers of J. W. Gibbs (Google Books) <a href="http://play.google.com/books/reader?id=-neYVEbAm4oC&printsec=frontcover&output=reader&hl=en&pg=GBS.PR5-IA1" target="_blank">[link]</a>
</li>
<li>
SI Unit rules and style conventions <a href="http://physics.nist.gov/cuu/Units/checklist.html" target="_blank">
[link]</a>
</li>
<li>
TikZ and PGF examples - drawing graphs in LaTex <a href="http://www.texample.net/tikz/examples/" target="_blank">
[link]</a>
</li>
</ul>
</div>
<br>
<script type="text/javascript" src="copyright.js"> </script>
</body>
</html>