-
Notifications
You must be signed in to change notification settings - Fork 0
/
funprojects.html
78 lines (52 loc) · 2.93 KB
/
funprojects.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
<!DOCTYPE html>
<html>
<head>
<title>Amrapalli Garanaik</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body style="background-image:url('images/GLOBE_stripes.png'); background-repeat: no-repeat; background-size: 100% 4%;">
<br/> <br/> <br/> <br/>
<div id="rotating">
<h3><p style="text-align: center; color: royalblue;"> Fun experiments with rotating table </p></h3>
<img src="images/rotating_table.jpg" width= "400" height="450" alt=" contact me"
style="float:left; margin-right:5%; margin-top: 1% ; margin-bottom: 1% " />
<img src="images/baroclinic_instability.jpg" width= "220" height="220" alt=" contact me"
style="float:left; margin-right:5%; margin-top: 1% ; margin-bottom: 1% " />
<img src="images/taylorcolumn.jpg" width= "220" height="220" alt=" contact me"
style="float:left; margin-right:5%; margin-top: 1% ; margin-bottom: 1% " />
<p>
Understanding geophysical flows through turn table experiments. Earth in a box: Effects of stratification and rotation. I conducted all these experiments in our
environmental fluid mechanics laboratory at Colorado State University as a side project fun learning exercise during my PhD.
</p>
</div>
<br/> <br/> <br/> <br/> <br/> <br/>
<div id="salt">
<h3><p style="text-align: center; color: royalblue;"> Story of two different diffusivities before mixing </p></h3>
<img src="images/salt1.jpg" width= "350" height="300" alt=" contact me"
style="float:left; margin-right:5%; margin-top: 1% ; margin-bottom: 1% " />
<p>
Salt fingering is a mixing process, example of double diffusive instability, that occurs when relatively warm, salty water (red) overlies
relatively colder, fresher water. It is driven by the fact that heated water diffuses more readily than salty water.
These experiments are result of curiosity with small science experiments that I love to explore in my spare time.
</p>
</div>
<!-- <br/> <br/> <br/> <br/> <br/> <br/> <br/>
<div id="laser">
<h3><p style="text-align: center; color: royalblue;">Dont play with Lasers, but it is fun </p></h3>
<img src="images/laser.jpg" width= "350" height="300" alt=" contact me"
style="float:left; margin-right:5%; margin-top: 1% ; margin-bottom: 1% " />
<p>
</p>
</div>
<br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/>
<div id="laser">
<h3><p style="text-align: center; color: royalblue;">Research-cruise experience at BoB </p></h3>
<img src="images/cruise.jpg" width= "350" height="300" alt=" contact me"
style="float:left; margin-right:5%; margin-top: 1% ; margin-bottom: 1% " />
<p>
</p>
</div> -->
</div>
</body>
</html>