-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 952 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Research Home</title>
</head>
<body>
<h1>HOME SWEET HOME</h1>
<h3>Knife Edge Viscosimeter Cylinder</h3>
<ul>
<li>
<a href="knifeEdgeFD2D/monitor_alpha0e0.html">FD 2D</a>
</li>
<li>
<a href="knifeEdgeSpectral3D/monitor_Gamma100e-2_eta75e-2_Ro0e-2.html">Spectral 3D</a>
</li>
<li>
<a href="knifeEdgeSpectral3DAxisym/monitor_Gamma100e-2_eta50e-2_Ro0e-2.html">Spectral 3D Axisymmetric</a>
</li>
</ul>
<h3>Free Surface Bottom Driven Cylinder</h3>
<ul>
<li>
<a href="#">FD 2D</a>
</li>
<li>
<a href="#">Spectral 3D</a>
</li>
<li>
<a href="#">Spectral 3D Axisymmetric</a>
</li>
</ul>
<br>
<h3>See <a href="jobs.html">Scheduled Jobs</a></h3>
</body>
</html>