-
Notifications
You must be signed in to change notification settings - Fork 1
/
home.html
executable file
·181 lines (157 loc) · 8.67 KB
/
home.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
178
179
180
181
<!DOCTYPE html>
<head>
<title>Pan's Lab Research Demonstration</title>
<link rel = "stylesheet" type = "text/css" href = "home.css"></link>
<link rel = "stylesheet" type = "text/css" href = "bootstrap.css"></link>
<script type = "text/javascript" src = "jquery.js"></script>
<style>
a:hover {
text-decoration: none;
}
</style>
</head>
<body>
<h1><a href = "home.html"></a>Pan's Lab Research Demonstration</h1>
<nav class = "navbar navbar-light" style = "background-color: #e3f2fd;">
<div class = "navbar-header">
<a href = "https://pan.labs.wisc.edu/" class = "navbar-brand">Pan's Research Group</a>
</div>
<ul class="nav navbar-nav">
<li><a href = "#FD">Fluid Dynamics</a></li>
<li><a href = "#R">Research</a></li>
<li><a href = "#M">Mathematics</a></li>
</ul>
</nav>
<!-- <div class = "jumbotron"> -->
<img id = "frontPage" src = 'photos/L.gif' width = '360px' height = '360px'>
<br>
<!-- <div id = "LTS" class = "container"> -->
<!-- <div id = "LTS" > -->
<div id = "LTS" class="btn-group btn-group-toggle" data-toggle="buttons">
<label class="btn btn-primary">
<input type = "radio" id = "L" name = "g1" value = "photos/L.gif" autocomplete="off" checked> L-shape
</label>
<label class="btn btn-primary">
<input type = "radio" id = "three" name = "g1" value = "photos/three_snow_man.gif" autocomplete="off"> Three Snowmen
</label>
<label class="btn btn-primary">
<input type = "radio" id = "six" name = "g1" value = "photos/six_snow_man.gif" autocomplete="off"> Six Snowmen
</label>
</div>
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<section class = section>
<div class = "inner">
<h2><a id = "FD">Fluid Dynamics</a></h2>
<div class = "grid col-3 heir-width-1-3">
<div class="thumbnailtable">
<table border="0" cellpadding='0' cellspacing='5' width='100%' class='searchresult-table'>
<tbody>
<tr>
<td>
<a href = "./Introduction/introduction.html">
<b>Properties of Fluid</b>
</a>
</td>
<td width='20%' valign='bottom' align='left'>
<a href = "./pressure distribution/pressure distribution.html">
<b>Pressure Distribution</b>
</a>
</td>
<td width='20%' valign='bottom' align='left'>
<a href = "./integral_relationship/ir.html">
<b>Integral Relations</b>
</a>
</td>
<td width='20%' valign='bottom' align='left'>
<a href = "#">
<b>Differential Relations</b>
</a>
</td>
<td width='20%' valign='bottom' align='left'>
<a href = "#">
<b>Dimensional Analysis</b>
</a>
</td>
</tr>
<tr>
<td width='20%' style = "vertical-align:top">
<a href = "#">
<img src = "photos/viscosity.png" width = "50" height = "50">
</a>
</td>
<td width='20%' style = "vertical-align:top">
<a href = "#">
<img src = "photos/pressure.jpg" width = "50" height = "50">
</a>
</td>
<td width='20%' style = "vertical-align:top">
<a href = "#">
<img src = "photos/orifice.jpeg" width = "50" height = "50">
</a>
</td>
<td width='20%' style = "vertical-align:top">
<a href = "#">
<img src = "photos/vorticity.png" width = "50" height = "50">
</a>
</td>
<td width='20%' style = "vertical-align:top">
<a href = "#">
<img src = "photos/fuselage.jpg" width = "50" height = "50">
</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<h2><a id = "R">Research</a></h2>
<nav class = "navbar navbar-default">
<div class = "navbar navbar-header">
<a href = "#" class = "navbar-brand">Numerical Methods</a>
</div>
</nav>
<div class = "container">
<div class = 'row'>
<div class = "col-lg-4">
<img src = 'photos/numerical 1.JPG'>
</div>
<div class = "col-lg-4">
<img src = 'photos/numerical 2.JPG'>
</div>
<div class = "col-lg-4">
<img src = 'photos/numerical 3.JPG'>
</div>
</div>
<div class = 'row'>
<div class = "col-lg-4">Mori-Zwanzig formalism</div>
<div class = "col-lg-4">Anisotropic single-particle</div>
<div class = "col-lg-4">human blood viscosity in silico</div>
</div>
</div>
<nav class = "navbar navbar-default">
<div class = "navbar navbar-header">
<a href = "#" class = "navbar-brand">Applications</a>
</div>
</nav>
<div class = "container">
<div class = 'row'>
<div class = "col-lg-4">
<img src = 'photos/applications 1.JPG'>
</div>
<div class = "col-lg-4">
<img src = 'photos/applications 2.JPG'>
</div>
</div>
<div class = 'row'>
<div class = "col-lg-4">Colloid transport in porous media</div>
<div class = "col-lg-4">Predicting dynamics and rheology of blood flow</div>
</div>
</div>
<script type = "text/javascript" src = "home.js"></script>
<h2><a id = "M">Mathematics</a></h2>
</body>
</html>