-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
95 lines (66 loc) · 3.34 KB
/
gallery.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
<!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>Dr. 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">
<div class="row">
<!-- Entries Column -->
<div class="col-md-8" style="height: 100vh; font-size: 18px;">
<div style="height: 100vh;">
<!-- <h2 id="publications">Research</h2>
<!-- <strong>Research verticals</strong><br/>
<ol>
<li>Data-driven closure modeling for Reynolds-Averaged Navier-Stokes and large eddy simulations of turbulence.</li>
<li>Reduced-order modeling for advective partial differential equations using data-driven compression and time-series evolution techniques.</li>
<li>Scalable integration of data science tools within scientific computing workflows.</li>
<li>Interpretable machine learning for fluid flow reconstruction and model order reduction.</li>
</ol> -->
<strong>Poster presentation at ISSW34, Daegu, South Korea</strong><br/>
<ol>
<br>
<p class="aligncenter">
<figure>
<img class="img-responsive" src="issw1.png" width="467" height="167" class="center">
<!-- <figcaption>Direct numerical simulation of shock-turbulence interaction.</figcaption>-->
</figure>
<br>
</ol>
<!-- </ol> -->
</div>
</div>
</div>
</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>