forked from the-utkarshjain/IEEE-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 4
/
events2017.html
executable file
·553 lines (517 loc) · 33.9 KB
/
events2017.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
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
<!DOCTYPE html>
<html lang="en">
<style>
header {
background-color: #404040;
padding: 20px;
text-align: center;
font-size: 35px;
color: white;
}
.navbar {
font-family: montserrat;
border-radius: 0;
opacity: 1;
background-color: black !important;
}
.navbar li a {
color: #d5d5d5 !important;
font-size: 17px;
padding: 18px !important;
transition: .3s;
}
.navbar-nav li a:hover {
color: white !important;
}
.navbar-nav li.active a {
color: #fff !important;
background-color: #29292c !important;
}
p {
color: black;
}
</style>
<head>
<title>Events 2017 | IEEE IIT Mandi</title>
<link rel="icon" href="img/Blog_Pic.jpg" type="image">
<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.7/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,500|Open+Sans" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/templatemo-style.css">
</head>
<body style="background-color: white">
<!-- NAVBAR STARTS-->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img src="img/ieee_logo.png" alt="Logo" style="height: 44px; transform: translate(0px,-10px);"
id="logo">
</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="index.html#resource">Resources</a></li>
<li><a href="index.html#events">Events</a></li>
<li><a href="awards.html">Awards</a></li>
<li><a href="index.html#membershere">Executive Council</a></li>
<li><a href="index.html#gallery">Gallery</a></li>
<li><a href="index.html#contact_us">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- NAVBAR ENDS -->
<br><br>
<div class="jumbotron">
<h1 style="color: black; text-align: center;">Events - 2017</h1>
</div>
<div class="container">
<div class="container tm-container-2">
<div class="row tm-section-mb">
<div class="col-lg-12">
<div class=" tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/talk.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark tm-timeline-description">
<h3 class="tm-text-yellow tm-font-400"><b>Talk:</b> Network Design with Parametric
Uncertainties</h3>
<p>India has by has developed an infrastructure that springs the nation as one of
the strong economies in the modern
world. An immediate approach to address aforementioned problems is to find
optimal solutions within the context of concerned systems. Dr Bharadwaj had
discussed both the aforementioned
issues : how to <strong>model uncertainty in robust optimization
problems</strong> and furthermore how to
<strong>find fast exact optimal solutions</strong> utilising geometrical and
combinatorial structure of the problem in context.</p>
<p class="tm-text-yellow float-right mb-0"><strong>Date:</strong><span>
18/12/2017</span><br>
<strong>Speaker:</strong><span>Dr. Avinash Bhardwaj from Center for Operations
Research and
Econometrics, UC Louvain, Belgium</span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/talk.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark-light tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>Talk:</b> Environmental Sustainability –
Myth OR Reality?</h3>
<p>Pollution from anthropogenic sources has led to widespread
environmental degradation. Development, which is environmentally unsustainable,
has potential to threaten the very existence of the human race on this planet
earth.
As a result, man must learn to live in an environmentally sustainable
way in order to limit the widespread damage to environment.</p>
<p class="tm-text-orange float-right mb-0"><strong>Date:</strong><span>
14/12/2017</span><br>
<strong>Speaker:</strong><span>Prof. Ajit P. Annachhatre</span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/talk.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark tm-timeline-description">
<h3 class="tm-text-yellow tm-font-400"><b>Talk:</b> Introduction to High Voltage
Engineering and Lightning Phenomenon</h3>
<p>A Technical Talk on Introduction to High Voltage Engineering and Lightning
Phenomenon being organized by <strong>IEEE PES-IAS</strong> and
<strong>PELS-IES</strong>
Delhi Section.</p>
<p class="tm-text-yellow float-right mb-0"> <strong>Date:</strong><span>
08/12/2017</span><br>
<strong>Speaker:</strong><span>Dr. Ravindra Arora, Professor Dr.-Ing. (Technical
University, Dresden, Germany)</span>.</p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/workshop.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark-light tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>Workshop:</b> Finite Element Modeling for
Engineering Applications</h3>
<p>A Workshop for YP and WIE on Finite Element Modeling for
Engineering Applications has been organized by <strong>IEEE PES-IAS </strong>and
<strong>IEEE PELS-IES</strong> Delhi Section.</p>
<p class="tm-text-orange float-right mb-0"><strong>Date:</strong><span> 04/11/2017
to 05/11/2017</span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/talk.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark tm-timeline-description">
<h3 class="tm-text-yellow tm-font-400"><b>Talk:</b> Real time simulation at Robert
Bosch Research Centre India</h3>
<p>Student Design Contest for An interactive talk on real time simulation at Robert
Bosch
Research Centre India with a team from Robert Bosch Research and Technology
Center, Bangalore has been schduled by IIT Mandi, <strong>IEEE PES-IAS</strong>
Chapter and <strong>IEEE PELS-IES</strong>.The Research and Technology Centre
India focuses on applied
research in Internet of Things, Computer Vision and Numerical
Methods with the vision to generate differentiating technologies and
innovative solutions for global and regional opportunities for Bosch
Business Units.</p>
<p class="tm-text-yellow float-right mb-0"><strong>Date:</strong><span> 10/11/2017
</span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/lecture.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark-light tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>Lecture:</b> Evolution of ANN,
architectures: From learning to deep learning</h3>
<p>This talk is organized by <strong>IEEE PES-IAS</strong> Delhi Section with
<strong>PELS- IES</strong> Chapter.</p>
<p class="tm-text-orange float-right mb-0"><strong>Date:</strong><span>
23/9/2016</span><br>
<strong>Date:</strong><span> 25/10/2017 </span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/fieldvisit.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark tm-timeline-description">
<h3 class="tm-text-yellow tm-font-400"><b>Outreach Activity:</b> Visit of Students
to Technical Labs at IIT Mandi</h3>
<p>Visit of students (non-technical) from Vallabh Degree college will be
held at IIT Mandi to see Technical/Science labs. Several IIT Mandi engineering
and science labs. visit was also be arranged. A lecture on
IT and Multimedia was held.</p>
<p class="tm-text-yellow float-right mb-0"><strong>Date:</strong><span> 25/10/2017
</span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/presentation.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark-light tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>Seminar:</b> Smart Grid Developments in
India - Path towards efficient and environmentally sustainable electricity
access</h3>
<p><strong>IEEE PES-IAS</strong> and <strong>IEEE PELS-IES</strong> conducted a
technical Seminar on
Smart Grid Developments in India which focusses on path towards efficient and
environmentally sustainable electricity access.</p>
<p class="tm-text-orange float-right mb-0"><strong>Date:</strong><span>
10/06/2017</span><br>
<strong>Time:</strong><span>9:00-10:30 AM</span><br>
<strong>Speaker:</strong><span>Prof. N. M. Pindoriya, Asst. Professor, IIT
Gandhinagar</span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/presentation.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark tm-timeline-description">
<h3 class="tm-text-yellow tm-font-400"><b>Seminar:</b> Integrating Distributed
Renewables and Energy Storage in Distribution Network</h3>
<p><strong>IEEE PES-IAS</strong> and <strong>IEEE PELS-IES</strong> Technical
Seminar on
Integrating Distributed Renewables and Energy Storage in Distribution Network.
</p>
<p class="tm-text-yellow float-right mb-0"> <strong>Date:</strong><span>
10/06/2017</span><br>
<strong>Time:</strong><span> 11:00-12:00 Noon</span><br>
<strong>Speaker:</strong><span>Prof. N. M. Pindoriya, Asst. Professor, IIT
Gandhinagar</span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/presentation.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark-light tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>Seminar:</b> Internet of Things -Basics
</h3>
<p>T<strong>IEEE PES-IAS</strong> and <strong>IEEE PELS-IES</strong> chapters
organised a technical Seminar on
Internet of Things (IOT) - Basics.</p>
<p class="tm-text-orange float-right mb-0"><strong>Date:</strong><span>
09/06/2017</span><br>
<strong>Time:</strong><span> 3:30-05:00 PM</span><br>
<strong>Speaker:</strong><span>Prof. Y. N. Singh, Professor, IIT Kanpur</span>
</p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/presentation.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark tm-timeline-description">
<h3 class="tm-text-yellow tm-font-400"><b>Seminar:</b> Role of Forecasting in Power
System Operation</h3>
<p>IEEE PES-IAS</strong> and <strong>IEEE PELS-IES</strong> chapters organised a
technical Seminar on
Role of Forecasting in Power System Operation.</p>
<p class="tm-text-yellow float-right mb-0"><strong>Date:</strong><span>
09/06/2017</span><br>
<strong>Time:</strong><span> 11-12:30 PM</span><br>
<strong>Speaker:</strong><span>Prof. S. N. Singh, Professor, IIT Kanpur</span>
</p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/presentation.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark-light tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>Seminar:</b> Smart Multi-Terminal DC
µ-Grid Control and Operation</h3>
<p><strong>IEEE PES-IAS</strong> and <strong>IEEE PELS-IES</strong> chapters
organised a technical Seminar on
smart Multi-Terminal DC µ-Grid Control and Operation.</p>
<p class="tm-text-orange float-right mb-0"><strong>Date:</strong><span>
09/06/2017</span><br>
<strong>Time:</strong><span> 9-10:30 AM</span><br>
<strong>Speaker:</strong><span>Prof. S. N. Singh, Professor, IIT Kanpur</span>
</p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/presentation.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark tm-timeline-description">
<h3 class="tm-text-yellow tm-font-400"><b>Seminar:</b> Future Power Systems:
Adapting to Future Challenges?</h3>
<p><strong>IEEE PES-IAS</strong> and <strong>IEEE PELS-IES</strong> chapters
organised a technical Seminar on
future power systems ,i.e, regarding adapting to future challenges?</p>
<p class="tm-text-yellow float-right mb-0"><strong>Date:</strong><span>
08/06/2017</span><br>
<strong>Time:</strong><span> 11-12:30 PM</span><br>
<strong>Speaker:</strong><span>Prof. K. N. Srivastava, Visiting Professor, IIT
Mandi</span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/talk.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark-light tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>Talk:</b> Power distribution systems</h3>
<p><strong> IEEE PES-IAS</strong> chapter organised a talk on topic: Product
manufacturing of power distribution equipment at
various voltage levels, application engineering for projects and general
discussions in related area.</p>
<p class="tm-text-orange float-right mb-0"> <strong>Date:</strong><span>
30/05/2017</span><br>
<strong>Time:</strong><span> 3-5 PM</span><br>
<strong>Visitor:</strong><span>Sh. B. R. Bharath, B.Tech (Electrical Power) from
IIT Madras in 1976.</span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/talk.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark tm-timeline-description">
<h3 class="tm-text-yellow tm-font-400"><b>Talk:</b> Why presentations matter?</h3>
<p><strong>IEEE PES-IAS</strong> chapter organised a talk on why presentations
matter and challenges in it? The main theme amd motive of this talk was to
spread the basic methodologies and ideas regarding right way to present.<br>
<strong>Date:</strong><span> 17/05/2017</span></p>
<p class="tm-text-yellow float-right mb-0"><strong>Time:</strong><span> 5-6
PM</span><br>
<strong>Speaker:</strong><span>Prof. K. N. Srivastava, Visiting Professor, IIT
Mandi</span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/workshop.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark-light tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>Workshop:</b> Teaching and Learing</h3>
<p> IIT Mandi and IEEE PES-IAS Delhi Section had conducted a half day
workshop on Teaching and Learning .The workshop was planned to
cover <br><strong>Date:</strong><span>
13/4/2016</span><br><strong>Speaker:</strong><span> Dr. Venkatesan</span>
1) general aspects good teaching and learning and <br>
2) those aspects that are particularly relevant to Teaching Assistants.
We encourage you to attend this workshop. Since the workshop will
be conducted in a small group discussion mode, the number of
participants will be limited to 25 or 30.</p>
<p class="tm-text-orange float-right mb-0"><strong>Date:</strong><span>
06/05/2017</span><br>
<strong>Time:</strong><span> 2-5 PM</span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/presentation.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark tm-timeline-description">
<h3 class="tm-text-yellow tm-font-400"><b>Seminar:</b> Can solar, batteries and EVs
disrupt energy industry?</h3>
<p><strong>IEEE PES-IAS Delhi</strong> chapter organised a seminar on topic: Can
solar, batteries and EVs disrupt energy industry? The main idea was to know the
effect of these solar, batteries and EVs on the energy industry and the related
areas.</p>
<p class="tm-text-yellow float-right mb-0"><strong>Date:</strong><span>
23/03/2017</span><br>
<strong>Time:</strong><span> 2-4 PM</span><br>
<strong>Speaker:</strong><span>Prof. K. N. Srivastava, Visiting Professor, IIT
Mandi</span></p>
</div>
</div>
</div>
<div class="tm-timeline-connector-vertical"></div>
</div>
<div class="tm-timeline-item">
<div class="tm-timeline-item-inner">
<img src="img/talk.jpg" alt="Image" class="rounded-circle tm-img-timeline">
<div class="tm-timeline-connector">
<p class="mb-0"> </p>
</div>
<div class="tm-timeline-description-wrap">
<div class="tm-bg-dark-light tm-timeline-description">
<h3 class="tm-text-orange tm-font-400"><b>Talk:</b> Sustainable Development</h3>
<p> <strong>IEEE PES-IAS Delhi</strong> chapter organised a talk on Topic:
Sustainable Development. A number of projects in sustainable development in
which the author
has been involved were discussed. He discussed his experices, his projects, his
problems and methods to overcome those.</p>
<p class="tm-text-orange float-right mb-0"><strong>Date:</strong><span>
23/02/2017</span><br>
<strong>Time:</strong><span> 3-4 PM</span><br>
<strong>Speaker:</strong><span>Prof. Alan Mickelson, Electrical, Computer and
Energy Engineering, University of Colorado at Boulder</span>
</div>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
<script src="js/jquery.min.js"></script>
<script src="js/templatemo-script.js"></script>
</body>
</html>