-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (57 loc) · 2.59 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to The Showcase of Himadri Sekhar Basu</title>
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="https://hsbasu.github.io/styles/jscripts/head.js"></script>
</head>
<body>
<div id="header"></div>
<!-- Begin Navigation -->
<nav class="stickey bar">
<div class="topnav" id="myTopnav"></div>
</nav>
<!-- End Navigation -->
<!-- Begin Content -->
<section>
<!-- Begin Sidebar -->
<div class="sidebar" id="newsbar">
<h3>News</h3>
</div>
<!-- End Sidebar -->
<div class="article-content" id="articles">
<p class="center">
<img src="images/myworks/sigma_E380_posner.gif" style="width:80%;" alt="EKI">
</p>
<h2 class="center">Welcome to the showcase of my research!</h2>
<div class="line"></div>
<p> At present, I am experimenting on <a href='https://wins.engr.wisc.edu/teaching/mpfBook/node26.html'> <strong>Pool Boiling</strong></a>. Objective of this research is to enhance <a href='https://en.wikipedia.org/wiki/Critical_heat_flux'> <em>critical heat flux</em>(CHF)</a> in pool boiling applications. Enhancement of CHF can be performed in a number of ways.</p>
<ul>
<li>Surface Modification</li>
<li>Nano-fluid addition</li>
</ul>
<p>Surface modifications are done by providing nano-particle coating of different thickness, and externally installed structures.</p>
</div>
</section>
<!-- End Content -->
<!-- Begin Footer -->
<footer class="w3-center bar">
<div id="footer"></div>
<div class="w3-center">
<p class="services">
<a class="badges" href="https://visitorbadge.io/status?path=hsbasu.github.io">
<img class="services" src="https://api.visitorbadge.io/api/visitors?path=hsbasu.github.io&label=Visits(Total)&labelColor=%23dce775&countColor=%23263759&style=flat" alt="Visits(Total)">
</a>
<a class="badges" href="https://visitorbadge.io/status?path=hsbasu.github.io">
<img class="services" src="https://api.visitorbadge.io/api/daily?path=hsbasu.github.io&label=Visits(Today)&labelColor=%2337d67a&countColor=%23263759&style=flat" alt="Visits(Today)">
</a>
</p>
</div>
</footer>
<!-- End Footer -->
<div id="render_md"></div>
<script type="text/javascript" src="styles/jscripts/main.js"></script>
</body>
</html>