-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
588 lines (385 loc) · 14.1 KB
/
index.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
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="theme" content="hugo-academic">
<meta name="generator" content="Hugo 0.17" />
<meta name="author" content="DOMDO & SIGMDO 2017">
<meta name="description" content="18-20 January, 2017 & 21-22 January, 2017">
<link rel="stylesheet" href="/domdo/css/highlight.min.css">
<link rel="stylesheet" href="/domdo/css/bootstrap.min.css">
<link rel="stylesheet" href="/domdo/css/font-awesome.min.css">
<link rel="stylesheet" href="/domdo/css/academicons.min.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:400,700|Merriweather|Roboto+Mono">
<link rel="stylesheet" href="/domdo/css/hugo-academic.css">
<link rel="alternate" href="https://devendra-ghate.github.io/domdo/index.xml" type="application/rss+xml" title="DOMDO & SIGMDO 2017">
<link rel="feed" href="https://devendra-ghate.github.io/domdo/index.xml" type="application/rss+xml" title="DOMDO & SIGMDO 2017">
<link rel="icon" type="image/png" href="/domdo/img/icon.png">
<link rel="apple-touch-icon" type="image/png" href="/domdo/img/apple-touch-icon.png">
<link rel="canonical" href="https://devendra-ghate.github.io/domdo/">
<title>DOMDO & SIGMDO 2017</title>
</head>
<body id="top" data-spy="scroll" data-target="#navbar-main" data-offset="71">
<nav class="navbar navbar-default navbar-fixed-top" id="navbar-main">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target=".navbar-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/domdo/">DOMDO & SIGMDO 2017</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="nav-item">
<a href="/domdo/#readme" data-target="#readme">
Home
</a>
</li>
<li class="nav-item">
<a href="/domdo/#domdo" data-target="#domdo">
DOMDO
</a>
</li>
<li class="nav-item">
<a href="/domdo/#sigmdo" data-target="#sigmdo">
SIGMDO
</a>
</li>
<li class="nav-item">
<a href="/domdo/#registration" data-target="#registration">
Registration
</a>
</li>
<li class="nav-item">
<a href="/domdo/#organisers" data-target="#organisers">
Team
</a>
</li>
<li class="nav-item">
<a href="/domdo/#contact" data-target="#contact">
Contact
</a>
</li>
</ul>
</div>
</div>
</nav>
<span id="homepage" style="display: none"></span>
<section id="readme" class="home-section">
<div class="container">
<div class="row" itemprop="author" itemscope itemtype="http://schema.org/Person">
<div class="col-xs-12 col-md-4">
<div id="profile">
<div class="portrait" itemprop="image"
style="background-image: url('/domdo/img/mdoLogo.png');">
</div>
<div class="portrait-title">
<h2 itemprop="name">DOMDO & SIGMDO 2017</h2>
<h3 itemprop="jobTitle">18-20 January, 2017 & 21-22 January, 2017</h3>
<h3 itemprop="worksFor">ATF, VSSC, Thiruvananthapuram</h3>
</div>
<ul class="social-icon" aria-hidden="true">
<li>
<a href="mailto:[email protected]">
<i class="fa fa-envelope big-icon"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-xs-12 col-md-8" itemprop="description">
<p><br></p>
<p>Last date of registration extended to <strong>9th December, 2016</strong>.</p>
<ul>
<li><strong>Design Optimization & Introduction to MDO</strong> (18, 19 & 20, January, 2017)<br /></li>
<li><strong>2-Day Meeting of the Special Interest Group on MDO</strong> (21 & 22, January, 2017)<br /></li>
<li><strong>Venue</strong>: ATF, VSSC, Thiruvananthapuram</li>
</ul>
<p><strong>Organisers</strong>:</p>
<ul>
<li>Indian Institute of Space Science & Technology (<a href="http://www.iist.ac.in">IIST</a>), Thiruvananthapuram</li>
<li>Vikram Sarabhai Space Centre (<a href="http://www.vssc.gov.in">VSSC</a>), Thiruvananthapuram</li>
<li>Centre for Aerospace Systems Design and Engineering (<a href="http://www.casde.iitb.ac.in">CASDE</a>), IIT-Bombay</li>
</ul>
<p><img src="img/logos.png" alt="Organisers" /></p>
<p>The flyer for both the events can be found <a href="./domdo-2017.pdf">here</a>.</p>
<hr />
<div class="row">
</div>
</div>
</div>
</div>
</section>
<section id="domdo" class="home-section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-4 section-heading">
<h1></h1>
</div>
<div class="col-xs-12 col-md-8">
<h1 id="design-optimisation-introduction-to-mdo">Design Optimisation & Introduction to MDO</h1>
<p><strong>(18, 19 & 20 January, 2017)</strong></p>
<p>The Workshop is conceived, designed and delivered jointly by researchers
from academia and professionals from the industry.</p>
<h3 id="who-should-attend">Who should attend?</h3>
<ul>
<li><p>Young engineers who are involved in the design of
engineering systems.</p></li>
<li><p>Middle level designers who do not have any formal exposure to design
optimization</p></li>
</ul>
<p>Attendee shall be reasonably tech-savvy in using computers and in using
new applications and shall report for the workshop with a laptop or can
share a laptop with one other delegate.</p>
<h3 id="outcome">Outcome</h3>
<p>The workshop shall be outcome oriented as opposed to content driven. A
delegate who undergoes this 3-Day workshop shall be able to do the
following:</p>
<p>1) See the design problem (s)he is working on as an Optimization
Problem</p>
<p>2) Cast the design problem (s)he is working on as an Optimization
Problem</p>
<p>3) Use an open-source Optimization frame work to pose and solve his/her
design problem.</p>
<p>4) Present results of his design exercise for the benefit
general community.</p>
<p>5) Appreciate how ‘his/her design’ is just an element of a larger
system and the need for optimizing the system rather than
the element.</p>
<p>6) Appreciate a few main issues/complexities involved in System Design
through MDO</p>
<h3 id="tentative-schedule">Tentative Schedule</h3>
<p>Apart from the theory sessions outlined below, there will be hands-on
session every day. This will consist of illustrative optimisation test
problems in <a href="http://www.julialang.org"><code>Julia</code></a> clarify key concepts from
the theory sessions. <code>Julia</code> is used as a high-level interface to access
various industry standard opensource optimisation libraries.</p>
<table>
<thead>
<tr>
<th>Day</th>
<th>Session</th>
<th>Topic</th>
<th>Speaker</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>1</td>
<td>Introduction</td>
<td></td>
</tr>
<tr>
<td>1</td>
<td>2</td>
<td>Optimality Conditions</td>
<td></td>
</tr>
<tr>
<td>1</td>
<td>3</td>
<td>Gradient Methods & Associated Complexities</td>
<td></td>
</tr>
<tr>
<td>2</td>
<td>1</td>
<td>Genetic Algorithms</td>
<td></td>
</tr>
<tr>
<td>2</td>
<td>2</td>
<td>Multi-Objective Optimisation</td>
<td></td>
</tr>
<tr>
<td>2</td>
<td>3</td>
<td>Surrogate Modelling</td>
<td></td>
</tr>
<tr>
<td>3</td>
<td>1</td>
<td>Introduction to MDO</td>
<td></td>
</tr>
<tr>
<td>3</td>
<td>2</td>
<td>MDO Architectures</td>
<td></td>
</tr>
<tr>
<td>3</td>
<td>3</td>
<td>MDO Case Studeis</td>
<td></td>
</tr>
</tbody>
</table>
<!---
vim: filetype=pandoc:textwidth=72:
--->
</div>
</div>
</div>
</section>
<section id="sigmdo" class="home-section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-4 section-heading">
<h1></h1>
</div>
<div class="col-xs-12 col-md-8">
<h1 id="meeting-of-special-interest-group-on-mdo">Meeting of Special Interest Group on MDO</h1>
<p>(<strong>21 & 22 January, 2017</strong>)</p>
<p>Special Interest Group on MDO (SIG-MDO) is a group of people drawn from
various organizations in India and whose activities are coordinated by
ARDB Centre for Aerospace Systems Design & Engineering, IIT Bombay,
Mumbai. SIG-MDO meets frequently (once in a year or in two years) to
offer a platform for professionals to talk about MDO problems that they
have tackled or are tackling or even formulating.</p>
<h2 id="who-should-attend">Who should attend</h2>
<ul>
<li><p>Technology heads, Project Directors</p></li>
<li><p>Researchers in the area of Design Optimization</p></li>
</ul>
<h2 id="benefits">Benefits</h2>
<ul>
<li><p>Listen to technology heads, project directors on how they have posed
complex design problems and exploited optimization to solve them</p></li>
<li><p>Listen to researchers on research problems they are tackling</p></li>
<li><p>Listen to design service providers on their capability</p></li>
</ul>
<h2 id="regsitration">Regsitration</h2>
<p>There is no registration fee for those working for Government or
Non-profit organisations.</p>
<p>Registration fee for those working for For-Profit organisations is Rs
25,000.</p>
<p>Registration fee does not include lodging/boarding charges and local
conveyance (pick-up/drop from airport/railway station etc.).</p>
<hr />
<!---
vim: filetype=pandoc:textwidth=72:
--->
</div>
</div>
</div>
</section>
<section id="registration" class="home-section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-4 section-heading">
<h1></h1>
</div>
<div class="col-xs-12 col-md-8">
<h1 id="registration">Registration</h1>
<h3 id="registration-fees">Registration fees:</h3>
<ul>
<li><p>Rs 5,000 for participants from government or Non-Profit organisations</p></li>
<li><p>Rs 25,000 for participants from For-profit organisations</p></li>
</ul>
<h3 id="registration-fee-includes">Registration fee includes</h3>
<ul>
<li>Lecture material (Soft copy of slides used in presentation after removing slides that may contain propriety
information)</li>
</ul>
<h3 id="registration-fee-does-not-include">Registration fee does not include</h3>
<ul>
<li><p>lodging/boarding charges</p></li>
<li><p>local conveyance (pick-up/drop from airport/railway station etc.).</p></li>
</ul>
<blockquote>
<p>Registered delegates to the 3-Day Workshop are strongly encouraged to
attend the 2-Day SIG-MDO meeting on ensuing 2 days at <strong>no extra</strong>
registration fee.</p>
</blockquote>
<p>Registration fee may kindly be remitted by Demand Draft drawn in favour
of “<strong>Registrar, IIST</strong>” payable at <strong>Thiruvananthapuram</strong>.</p>
<!---
vim: filetype=pandoc:textwidth=72:
--->
</div>
</div>
</div>
</section>
<section id="organisers" class="home-section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-4 section-heading">
<h1></h1>
</div>
<div class="col-xs-12 col-md-8">
<h1 id="organisers">Organisers</h1>
<p>1) Prof Devendra Ghate, Visiting Faculty, Dept of Aerospace Engineering, IIST</p>
<p>2) Dr Pankaj Priyadarshi, Head ADSD, Aero Entity, VSSC, ISRO</p>
<p>3) Dr Indira N, MSRSAS, Bangalore</p>
<p>4) Dr AS Shaja, Bangalore</p>
<p>5) Prof K Sudhakar, IIT Bombay (Retired)</p>
<h1 id="patrons">Patrons</h1>
<p>1) Dr Kota Harinarayana, DRDO (Retired)</p>
<p>2) Prof. PM Mujumdar, Dept of Aerospace Engineering, IIT Bombay, Mumbai</p>
<p>3) Prof Hemendra Arya, ARDB CASDE, IIT Bombay, Mumbai.</p>
<p>4) Prof Kurien Isaac, Senior Professor, Dept of Aerospace Engineering, IIST</p>
<p>5) Dr. V K Dadhwal, Director, IIST</p>
<p>6) Shri. S Padian, Deputy Director, AERO, VSSC, ISRO</p>
<p>7) Dr. V Ashok, Group Director, ADTG, VSSC, ISRO</p>
<!---
vim: filetype=pandoc:textwidth=72:
--->
</div>
</div>
</div>
</section>
<section id="contact" class="home-section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-4 section-heading">
<h1>Contact</h1>
</div>
<div class="col-xs-12 col-md-8">
<ul>
<li><p>For DoMDO workshop related queries : <a href="mailto:[email protected]">[email protected]</a></p></li>
<li><p>For SIG-MDO related queries : <a href="mailto:[email protected]">[email protected]</a></p></li>
<li><p>Prof Devendra Ghate: <a href="mailto:[email protected]">[email protected]</a></p></li>
<li><p>Prof K Sudhakar: <a href="mailto:[email protected]">[email protected]</a> Mob. 8111850987</p></li>
</ul>
</div>
</div>
</div>
</section>
<footer class="site-footer">
<div class="container">
<p class="powered-by">
© 2016 Devendra Ghate ·
Powered by the <a href="https://github.com/gcushen/hugo-academic" target="_blank">Academic
theme</a> for <a href="http://gohugo.io" target="_blank">Hugo</a>.
<span class="pull-right" aria-hidden="true">
<a href="#" id="back_to_top">
<span class="button_icon">
<i class="fa fa-chevron-up fa-2x"></i>
</span>
</a>
</span>
</p>
</div>
</footer>
<script src="//cdnjs.cloudflare.com/ajax/libs/gsap/1.18.4/TweenMax.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/gsap/latest/plugins/ScrollToPlugin.min.js"></script>
<script src="/domdo/js/jquery-1.12.3.min.js"></script>
<script src="/domdo/js/bootstrap.min.js"></script>
<script src="/domdo/js/isotope.pkgd.min.js"></script>
<script src="/domdo/js/hugo-academic.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.3.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>