-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecognision.html
347 lines (335 loc) · 15.6 KB
/
recognision.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
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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> Dr. Chandan Bose </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Personal Website - Dr. Chandan Bose">
<meta name="author" content="Dr. Chandan Bose">
<meta name="keywords" content="Chandan Bose">
<link rel="icon" href="\images\CB_logo.png">
<!-- Le styles -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/theme.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!--link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"-->
<style>
.btncls{
background-color:#B80C4D;
border: #2e6da4;
font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
font-size: 15px;
color: #fff;
letter-spacing: 1px;
padding: 8px 12px;
font-size: 14px;
font-weight: normal;
border-radius: 4px;
line-height: 1.5;
text-decoration:none;
}
.btncls:hover{
background-color:#F773A5;
border: #2e6da4;
font-family: Arial, Geneva, Arial, Helvetica, sans-serif;
font-size: 15px;
color: #000;
letter-spacing: 1px;
padding: 8px 12px;
font-size: 14px;
font-weight: normal;
border-radius: 4px;
line-height: 1.5;
text-decoration:none;
}
div button{
display:inline-block;
}
</style>
</head>
<body>
<div class="container">
<a href="#">
<img src="\images\vor_1.png" class="img-responsive animated pulse">
</a>
<!--header class="jumbotron subhead" id="overview">
<h1> Dr. Chandan Bose </h1-->
<!--p class="lead"> Postdoctoral Research Associate </p>
<h> University of Liège </h -->
<!--/header-->
<!--div class="masthead">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<ul class="nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="biography.html">Profile</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="awards.html">Recognitions</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="gallery.html">Gallery</a></li>
</ul>
</div>
</div>
</div>
</div-->
<div class="container">
<section id="intro">
<ul class="nav_ul">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="biography.html">Profile</a></li>
<li><a href="research.html">Research</a>
<ul>
<li><a href="academic_projects.html">Academic Projects</a></li>
<li><a href="funded_projects.html">Funded Projects</a></li>
<li><a href="collaborators.html">Collaborators</a></li>
</ul>
</li>
<li><a href="publications.html">Publications</a>
<ul>
<li><a href="journals.html">Journal Articles</a></li>
<li><a href="proceedings.html">Proceedings</a></li>
<li><a href="chapters.html">Book Chapters</a></li>
<li><a href="conferences.html">Conference Presentations</a></li>
</ul>
</li>
<li><a href="recognision.html">Recognitions</a>
<ul>
<li><a href="awards.html">Awards/ Honors</a></li>
<li><a href="reviewer.html">Academic Service</a></li>
<li><a href="invited.html">Invited Talks</a></li>
</ul>
</li>
<li><a href="teaching.html">Teaching</a>
<ul>
<li><a href="course_teaching.html">Assisting Courses</a></li>
<li><a href="mentoring.html">Mentoring</a></li>
<li><a href="codes.html">Codes/ Tutorials</a></li>
</ul>
</li>
<li><a href="gallery.html">Gallery</a></li>
</ul>
</section>
</div>
<br/>
<div class="btn-group-sm centered" role="group" aria-label="Basic example">
<!--a class="btn btn-primary" data-toggle="collapse" href="#awards" role="button" aria-expanded="false" aria-controls="collapseExample">
<h3>Awards and Honors</h3>
</a-->
<button class="btncls" type="button" data-toggle="collapse" data-target="#awards" aria-expanded="false" aria-controls="collapseExample">
<h4>Awards and Honors</h4>
</button>
<button class="btncls" type="button" data-toggle="collapse" data-target="#acadservice" aria-expanded="false" aria-controls="collapseExample">
<h4>Academic Services</h4>
</button>
<button class="btncls" type="button" data-toggle="collapse" data-target="#talks" aria-expanded="false" aria-controls="collapseExample">
<h4>Invited Talks</h4>
</button>
</div>
<!--hr size="5" noshade-->
<div class="collapse" id="awards" style="font-size: 15px">
<h3>Awards and Honors</h3>
<ul>
<li>
2019: <a href="http://www.wbi.be/"> Wallonie Bruxelles International Excellence Postdoctoral Fellowship </a>, <a href="https://www.uliege.be/"> University of Liege </a>, Belgium
<li>
2019: Institute Research Award, IIT Madras.
</li>
<li>
2018: Outstanding reviewer recognition by International Journal of Non-Linear Mechanics.
</li>
<li>
2018: Innovative Research Project Grant (2018-19) as PI from IC&SR, IIT Madras.
</li>
<li>
2018: DST - SERB International Travel Support Grant for attending IUTAM Symposium 2018.
</li>
<li>
2018: American Physical Society FGSA Travel Award for Excellence in Graduate Studies.
</li>
<li>
2018: Most Read Article in International Journal of Non-Linear Mechanics (March, 2018): ‘Transition to chaos in the flow-induced vibration of a pitching-plunging airfoil at low Reynolds numbers : Ruelle-Takens-Newhouse scenario’.
</li>
<li>
2018: Editor’s Pick in Physics of Fluids: ‘Investigating chaotic wake dynamics past a flapping airfoil and the role of vortex interactions behind the chaotic transition’.
</li>
<li>
2018: ‘Top Reviewer Status’ in SciPy 2018.
</li>
<li>
2017: Boeing Travel Grant for attending AIAA Aviation, 2017.
</li>
<li>
2015: Excellent Poster Award by European Physical Society in XVII IUPAP Conference of Computational Physics, IIT Guwahati, 2015.
</li>
<li>
2013: Jadavpur University Gold Medal for standing First in order of merit in B.E. Civil Final Examination, 2013.
</li>
<li>
2013: Prof. Santimoy Niyogi Memorial Gold Medal by Society of Civil Engineers, J.U. for standing first in Civil Engineering Department, J.U. 2013 Batch.
</li>
<li>
2013: Swapan Chandra Memorial Bronze Medal for securing the highest marks in 'Design of Concrete Structures II' and 'Design of Metal Structures II'.
</li>
<li>
2013: Parthasarathi Ghosh Memorial Award for securing highest aggregate of marks at the Bachelor of Civil Engineering Final Examination.
</li>
<li>
2013: Sunit Kundu Memorial Gold Centered Silver Medal.
</li>
<li>
2012: Meera Rani Mitra Memorial Award, awarded a gold plated silver medal for being topper in 3rd year in the department of Civil Engg., J.U.
</li>
<li>
2011: Indu Bhusan Putatunda and Santi Sudha Putatundu Memorial Award, awarded a gold plated silver medal for being topper in 2nd year in the department of Civil Engg., J.U.
</li>
<li>
2009: West Bengal Merit-Cum-Means Scholarship by West Bengal Government for commendable result in XII standard.
</li>
<li>
2009: National Scholarship by Government of India for commendable result in XII standard.
</li>
<li>
2007: Medha Puraskar by West Bengal Government for commendable result in X standard.
</li>
</ul>
<hr size="5" noshade>
</div>
<div class="collapse" id="acadservice" style="font-size: 15px">
<h3> Service to Scientific Community </h3>
<!--a href="https://publons.com/researcher/1367624/chandan-bose"><img src="\images\publons.png" style="width:100px; height:50px" title="PUBLONS" alt=""></a-->
<h4> Journal Reviewer: </h4>
<ul>
<li>
2018 - Present: Physics of Fluids, AIP.
</li>
<li>
2018 - Present: Journal of Fluids and Structures, Elsevier.
</li>
<li>
2018 - Present: AIAA Journal, AIAA Inc.
</li>
<li>
2018 - Present: Fluid Dynamics Research, IOP.
</li>
<li>
2018 - Present: Journal of Fluids Engineering, ASME.
</li>
<li>
2018 - Present: Nonlinear Dynamics, Springer - Nature.
</li>
<li>
2018 - Present: International Journal of Non-Linear Mechanics, Elsevier.
</li>
<li>
2018 - Present: Journal of Computational and Nonlinear Dynamics, ASME.
</li>
<li>
2019 - Present: Communications in Nonlinear Sciences and Numerical Simulations, Elsevier.
</li>
<li>
2019 - Present: Aerospace Science and Technology, Elsevier.
</li>
<li>
2018 - Present: Advances in Mechanical Engineering, SAGE.
</li>
<li>
2018 - Present: Proceedings of Institute of Mechanical Engineers - Part G: Journal of Aerospace Engineering, SAGE.
</li>
<li>
2019 - Present: Proceedings of Institute of Mechanical Engineers - Part C: Journal of Mechanical Engineering Sciences, SAGE.
</li>
<li>
2020 - Present: Shock and Vibrations, Hindawi.
</li>
</ul>
<h4> Conference Reviewer: </h4>
<ul>
<li>
Fluid Mechanics and Fluid Power 2018, IIT Bombay, India.
</li>
<li>
SciPy 2018, SciPy 2019, SciPy 2020, Texas, USA.
</li>
</ul>
<h4> Student Member: </h4>
<ul>
<li>
American Institute of Aeronautics and Astronautics: 2017, 2018, 2019.
</li>
<li>
American Physical Society: 2018, 2019.
</li>
<li>
American Society of Mecanical Engineers: 2018, 2019.
</li>
<li>
Society of Civil Engineers, Jadavpur University (Life Member).
</li>
</ul>
<hr size="5" noshade>
</div>
<div class="collapse" id="talks" style="font-size: 15px">
<h3>Invited Talks</h3>
<ul>
<li>
January 2020: <b style="color:Tomato;">"Dynamical Analysis of the Unsteady Flow Phenomena around a Flapping Wing"</b>, Mechanical Engineering Department, Jadavpur University, Kolkata, India.
</li>
<li>
March 2019: <b style="color:Tomato;">"Exploiting fluid-structure interactions!"</b>, AMSA Lecture Series, Applied Mechanics Student Association, IIT Madras, Chennai, India.
</li>
<li>
September 2018: <b style="color:Tomato;">"Chaotic foot-prints of a flapping wing"</b>, Dept. of Mechanical Engineering, National Institute of Engineering, Mysuru, India.
</li>
<li>
February 2018: <b style="color:Tomato;">"Fascinating flapping flights: unraveling the unpredictability"</b>, Open Seminar Series, Dept. of Physics, IIT Madras, Chennai, India.
</li>
</ul>
</div>
<!--div id="footer">
<span> @2019 Chandan Bose - All rights reserved! </span>
</div-->
<footer id="footer">
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<h5><b style="color:Tomato;"> @2019 Chandan Bose - All rights reserved! </b></h5>
</div>
</div>
</div>
</footer>
<!--footer id="footer">
<div class="container-fluid">
<div class="row-fluid">
<div class="span5">
<h3>Contact Information</h3>
<p><b>Lab: </b>Fluid-Structure Interaction and Experimental Aerodynamics Laboratory, <b>
Department of Aerospace and Mechanical Engineering, <b>
University of Liège</p>
<p><b>Cell: </b>+32491304776</p>
<p><b>Email: </b>cb.ju.1991@gmail.com (or) chandan.bose@uliege.be
</div>
<div class="span2">
<a href="www.chandanbose.com"><img src = "ulg.gif" alt=""/></a-->
<!--iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2533.206740669341!2d5.556417115278075!3d50.58611057949426!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47c0f83288ec6ab1%3A0x7e703c699d255eb5!2sAll%C3%A9e%20de%20la%20D%C3%A9couverte%20b52%2C%204000%20Li%C3%A8ge!5e0!3m2!1sen!2sbe!4v1585957912207!5m2!1sen!2sbe" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe -->
</div>
<!--div class="span5">
<h3>Address</h3>
<p> Office: B52/3, Quartier Polytech 1,<br>
Allée de la Découverte 9,<br>
4000 Liège 1,<br>
Belgium.
</p>
</div>
</div>
</div>
</footer-->
<!-- Javascript files -->
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script> $('#main-carousel').carousel(); </script>
</body>
</html>