-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
130 lines (90 loc) · 5.23 KB
/
index.html
File metadata and controls
130 lines (90 loc) · 5.23 KB
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
<!DOCTYPE html>
<!--
Plain-Academic by Vasilios Mavroudis
Released under the Simplified BSD License/FreeBSD (2-clause) License.
https://github.com/mavroudisv/plain-academic
-->
<html lang="en">
<head>
<title>J.P. Panda</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Oswald:700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/jpswalsh/academicons/master/css/academicons.min.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-inverse">
<div class="container">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research </a></li> -->
<li><a href="publications.html">Publications</a></li> -->
<li><a href="gallery.html">Photo Gallery</a></li> -->
<li><a href="Dr_Panda_CV.pdf">CV</a></li>
</ul>
</div>
</nav>
<!-- Page Content -->
<div class="container">
<!-- Entries Column -->
<div class="col-md-offset-0" class="col-md-6" style="margin-bottom: 5vh;">
<center>
<div style="font-family: 'Calibri', sans-serif; font-size: 32px;">
<!-- <b>Dr. J.P. Panda <br> </b> -->
</div><br>
</center>
<!-- Main Image -->
<center>
<p class="aligncenter">
<img class="img-responsive" src="jp.jpg" width="700" height="434" class="center">
<!-- </p> -->
<div style="font-family: 'Calibri', sans-serif; font-size: 20px;">
<p>Dr. J.P. Panda</b><br>
<b>[email protected]</b><br>
<b>Scientific Researcher</b><br>
<a href="https://www.uc.edu/">Department of Mechanical and Materials Engineering</a><br>
<a href="https://www.uc.edu/">University of Cincinnati, USA</a><br>
<a href="https://scholar.google.com/citations?user=TG8lHgsAAAAJ&hl=en"><i class="ai ai-google-scholar-square ai-3x" style="font-size: 4em;"></i></a>
<a href="https://www.linkedin.com/in/j-p-panda-8a451482/"><i class="fa fa-linkedin ai-3x" style="font-size: 4em;"></i></a>
<a href="https://www.researchgate.net/profile/J-Panda-4"><i class="ai ai-researchgate-square ai-3x" style="font-size: 4em;"></i></a>
<a href="https://github.com/dr-jppanda"><i class="fa fa-github ai-3x" style="font-size: 4em;"></i></a>
<a href="https://www.youtube.com/@dr-jppanda"><i class="fa fa-youtube ai-3x" style="font-size: 4em;"></i></a>
</center>
</div>
</div>
<div class="container">
<div class="col-md-offset-0" class="col-md-6" style="font-family: 'Calibri', sans-serif; font-size: 20px;">
<p> Welcome to the web page of the Dr. Jyoti Prakash Panda (J P Panda). Dr. Panda performs research on turbulent flows, data driven turbulence modeling, gas dynamics, computational thermofluid dynamics, multiphase flows, computational acoustics and machine learning. His publications can be found on <a href="https://scholar.google.com/citations?user=TG8lHgsAAAAJ&hl=en">Google Scholar</a>.
</p>
</ul>
<br>
<h1><u>Research information</u></h1>
<p class="aligncenter">
<figure>
<img class="img-responsive" src="dns_hit.gif" width="300" height="300" class="center">
<figcaption> DNS (Direct Numerical Simulation) simulation of decaying homogeneous isotropic turbulence (HIT).</figcaption>
</figure>
</p>
<figure>
<img class="img-responsive" src="dns_sti.gif" width="850" height="570" class="center">
<figcaption> DNS (Direct Numerical Simulation) simulation of canonical shock- turbulence interaction (STI).</figcaption>
</figure>
</p>
<figure>
<img class="img-responsive" src="dsmc_shock.gif" width="500" height="250" class="center">
<figcaption>DSMC (Direct Simulation of Monte Carlo) simulation of moving shock wave.</figcaption>
</figure>
</p>
<br>
</div>
</div>
<!-- /.container -->
<!-- Other people may like it too! -->
<a style="color:#b5bec9;font-size:0.8em; float:right;" href="https://github.com/mavroudisv/plain-academic">Plain Academic</a>
</body>
</html>