-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutme.html
67 lines (61 loc) · 3.9 KB
/
aboutme.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me</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 align="center">
<img src="images/me.jpeg" style="width:30%;" alt="Me presenting at DSFD-2019">
</p>
<p align="center">
<img src="https://github-readme-stats.vercel.app/api?username=hsbasu&custom_title=My%20GitHub%20stats:&show_icons=true&theme=tokyonight&count_private=1" alt="My GitHub stats">
<img src="https://github-readme-stats.vercel.app/api/top-langs/?username=hsbasu&langs_count=8&theme=tokyonight&layout=compact&bg_color=B0E0E6&text_color=2C001E" alt="Language Card">
</p>
<p>I am Himadri Sekhar Basu. At present, I am working as a JRF at <a href='https://www.iitbbs.ac.in/'>Indian Institute of Technology Bhubaneswar</a>. I went to <a href='https://jgec.ac.in/'>Jalpaiguri Government Engineering College</a> for my graduation in Mechanical Engineering from 2010 to 2014. I joined <a href='https://www.iitbbs.ac.in/'>IIT Bhubaneswar</a> as post-graduate student in Thermal Science and Engineering in 2015. After completing my M.Tech. in June,2017, I joined here as a JRF.</p>
<p>My career objective is to utilize my potential skills and knowledge, as a research scholar, in the best possible way towards the betterment and development of humanity by joining a research institute. To achieve this, in the near future, I want to acquire more knowledge on flow through microchannels. So, I am planning to join a doctoral program, where I can deepen my knowledge on this topic.</p>
<p>My research interest includes, but not limited to, Microfluidics, Electrokinetics, Flow Instabilities, Turbulence, Non-conventional Energy, Fuel cell, Heat Transfer, Experimental, and Numerical techniques in Fluid Mechanics.</p>
<p>I have hands on experience in <a href='https://en.wikipedia.org/wiki/Lattice_Boltzmann_methods'>
lattice Boltzmann method</a>, <a href='https://en.wikipedia.org/wiki/Electrokinetic_phenomena'>electrokinetics</a>, and lattice Boltzmann modelling of electrokinetic instabilities.</p>
<p align="center">
<object data="https://hsbasu.github.io/docs/cv_hsbasu.pdf" type="application/pdf" style="height:800px;width:60%;" title="My Resume"></object>
</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/aboutme.html">
<img class="services" src="https://api.visitorbadge.io/api/visitors?path=hsbasu.github.io/aboutme.html&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/aboutme.html">
<img class="services" src="https://api.visitorbadge.io/api/daily?path=hsbasu.github.io/aboutme.html&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>