-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
837 lines (665 loc) · 42.1 KB
/
index.html
File metadata and controls
837 lines (665 loc) · 42.1 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
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
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>DST Centre in Climate Modeling</title>
<link rel="shortcut icon" type="image/jpg" href="images/logo.jpg"/>
<!-- core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/owl.carousel.css" rel="stylesheet">
<link href="css/owl.transitions.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<script type="text/javascript" src="js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="js/jquery.scrollTo-min.js"></script>
<script type="text/javascript" src="js/jquery.localscroll-min.js"></script>
<script>
// Cache selectors
var lastId,
topMenu = $("#top-menu"),
topMenuHeight = topMenu.outerHeight()+15,
// All list items
menuItems = topMenu.find("a"),
// Anchors corresponding to menu items
scrollItems = menuItems.map(function(){
var item = $($(this).attr("href"));
if (item.length) { return item; }
});
// Bind click handler to menu items
// so we can get a fancy scroll animation
menuItems.click(function(e){
var href = $(this).attr("href"),
offsetTop = href === "#" ? 0 : $(href).offset().top-topMenuHeight+1;
$('html, body').stop().animate({
scrollTop: offsetTop
}, 300);
e.preventDefault();
});
// Bind to scroll
$(window).scroll(function(){
// Get container scroll position
var fromTop = $(this).scrollTop()+topMenuHeight;
// Get id of current scroll item
var cur = scrollItems.map(function(){
if ($(this).offset().top < fromTop)
return this;
});
// Get the id of the current element
cur = cur[cur.length-1];
var id = cur && cur.length ? cur[0].id : "";
if (lastId !== id) {
lastId = id;
// Set/remove active class
menuItems
.parent().removeClass("active")
.end().filter("[href='#"+id+"']").parent().addClass("active");
}
});
</script>
</head><!--/head-->
<body id="home" class="homepage">
<header id="header">
<nav id="main-menu" class="navbar navbar-default navbar-fixed-top top-nav-collapse" role="banner" style="padding-bottom: 0px;padding-top: 0px;">
<div class="container">
<div class="navbar-header" style="margin-left: -4em;">
<!--<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">-->
<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="http://www.iitd.ac.in/" target="_blank"><h4>IIT Delhi</h4></a>-->
<div class="navbar-brand" style="float: right;color: #7866C0; font-weight: 800; font-size: 1.5em; margin-left: 5em;"><span style="color: grey !important;"><a href="http://www.iitd.ac.in" target="_blank" style="color: grey;">IIT Delhi</a> | <a href="http://cas.iitd.ac.in/" target="_blank" style="color: grey;">CAS</a> |</span> DST Centre of Excellence in Climate Modeling</div></div>
<div class="collapse navbar-collapse navbar-right">
<ul class="nav navbar-nav top-menu">
<li class="scroll active"><a href="#">Home</a></li>
<li class="scroll"><a href="#services">Background</a></li>
<li class="scroll"><a href="#blog">Research</a></li>
<li class="scroll"><a href="#animated-number">People</a></li>
<li class="scroll"><a href="#portfolio">Fundraising</a></li>
<!--<li class="scroll"><a href="#meet-team">Career</a></li>-->
<li class="scroll"><a href="#pricing">Careers</a></li>
<li class="scroll"><a href="#testimonial">Testimonials</a></li>
<li class="scroll"><a href="#news">News & Events</a></li>
<li class="scroll"><a href="#get-in-touch">Contact Us</a></li>
<li class="scroll"><a href="http://www.iitd.ac.in/" target="_blank"> IIT Delhi</a></li>
</ul>
</div>
</div><!--/.container-->
</nav><!--/nav-->
</header><!--/header-->
<section id="main-slider">
<div class="owl-carousel">
<div class="item" style="background-image: url(images/bg1.jpg);">
<div class="slider-inner">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<div class="carousel-content">
<h2 style="text-transform: None!important;">DST Centre of Excellence in Climate Modeling</h2>
<p style="text-transform: None!important; font-size: 1.4em;">A major initiative for skillful simulation and projection of India’s climate </p>
</div>
</div>
</div>
</div>
</div>
</div><!--/.item-->
<div class="item" style="background-image: url(images/bg2.jpg);">
<div class="slider-inner">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<div class="carousel-content">
<h2 style="text-transform: None!important;">DST Centre of Excellence in Climate Modeling</h2>
<p style="text-transform: None!important; font-size: 1.4em;">Developing a modeling framework for fine scale projections of India’s future climate to assess the impact of climate change on different sectors</p>
</div>
</div>
</div>
</div>
</div>
</div><!--/.item-->
<div class="item" style="background-image: url(images/bg.jpg);">
<div class="slider-inner">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<div>
<h2 style="text-transform: None!important;">DST Centre of Excellence in Climate Modeling</h2>
<p style="text-transform: None!important; font-size: 1.4em;">Addressing unique issues of climate variability, change and sectoral impacts in India</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="item" style="background-image: url(images/bg4.jpg);">
<div class="slider-inner">
<div class="container">
<div class="row">
<div class="col-sm-12 text-center">
<div class="carousel-content">
<h2 style="text-transform: None!important;">DST Centre of Excellence in Climate Modeling</h2>
<p style="text-transform: None!important; font-size: 1.4em;">Educating a new generation of researchers in numerical modeling of the Earth’s system </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div><!--/.owl-carousel-->
</section><!--/#main-slider-->
<section id="services">
<div class="container">
<div class="section-header">
<h2 class="section-title text-center wow fadeInDown" >Background</h2>
<p class="text-justify wow fadeInDown"> DST Centre of Excellence in climate modeling is a major initiative taken at IIT Delhi and funded by the Department of Science and Technology, Government of India to develop an India-Centric Climate Model (ICCM) to address certain pressing issues of climate change in India, and to educate manpower in numerical modeling of the Earth system and climate.
The country needs reliable climate projection for future planning and policy making to make informed decisions against the backdrop of global warming and climate change.
This is deliverable only when we have a reliable model - a model successful in capturing the present-day climate of India. Reliable future projections of climate demand a satisfactory numerical global model. However, all the available models possess unacceptably large biases, especially with rainfall over India, even though they are doing reasonably good jobs over other regions and at global scale. The researchers at IIT Delhi propose to perform the required upgrades to an existing climate model and build a better model for the Indian region through improved physical
and computational implementations. They aim to develop the ICCM through process improvements and region-specific customization that can simulate the
regional climate of India and can be used for future climate projections at district level to assess the impacts of climate change on agriculture, health, water resources as well as the
energy sectors.</p>
</div>
<center><img class="img-responsive" src="images/es_6.JPG" alt=""></center>
<p><center><a href="https://earth.nullschool.net/">Source : Earth Nullschool</a></p></center>
<!--<p><center><a href="https://earth.nullschool.net/" class="btn btn-default small-button red-button"></a></center></p>-->
</div>
</div><!--/.row-->
</div><!--/.container-->
</section><!--/#services-->
<section id="blog">
<div class="container">
<div class="section-header">
<h2 class="section-title text-center wow fadeInDown">Research</h2>
<p class="text-center wow fadeInDown"><center>The figures below show that large biases exist in regional climate simulations over India by the available global climate models
used in the Intergovernmental Panel on Climate Change (IPCC) Assessment Reports. We thus need a climate model that is India centric and can be used for reliable climate projections.</center></p>
</div>
<div class="row">
<div id="owl-example" class="owl-carousel">
<div class="text-center item">
<div class="blog-post blog-large wow fadeInLeft" data-wow-duration="300ms" data-wow-delay="0ms">
<article>
<header class="entry-header">
<div class="entry-thumbnail">
<img src="images/blog1.jpg" alt="">
</div>
<h2 class="entry-title"><a href="href="images/Figure-1.pdf">Bias in JJAS Rainfall</a></h2>
</header>
<div class="entry-content">
<P>JJAS mean rainfall for the period 1975-2005 from IMD data and its difference from 28 CMIP5 models. (click on figure for PDF view)</P>
<a class="btn btn-primary"href="images/Figure-1.pdf">Click to View</a>
</div>
</article>
</div>
</div>
<div class="text-center item">
<div class="blog-post blog-large wow fadeInLeft" data-wow-duration="300ms" data-wow-delay="0ms">
<article>
<header class="entry-header">
<div class="entry-thumbnail">
<img src="images/blog2.jpg" alt="">
</div>
<h2 class="entry-title"><a href="images/Figure-2.pdf">NRMSE vs PCC of JJAS Tas</a></h2>
</header>
<div class="entry-content">
<P>Pattern correlation coefficient versus the normalized root mean square error of the CMIP5 models for JJAS surface air temperature.</P>
<a class="btn btn-primary" href="images/Figure-2.pdf">Click to View</a>
</div>
</article>
</div>
</div>
<div class="text-center item">
<div class="blog-post blog-large wow fadeInLeft" data-wow-duration="300ms" data-wow-delay="0ms">
<article>
<header class="entry-header">
<div class="entry-thumbnail">
<img src="images/blog3.jpg" alt="">
</div>
<h2 class="entry-title"><a href="images/Figure-3.pdf">NRMSE vs PCC of JJAS Rainfall</a></h2>
</header>
<div class="entry-content">
<P>Pattern correlation coefficient versus the normalized root mean square error of the CMIP5 models for JJAS rainfall (as compared to IMD).</P>
<a class="btn btn-primary" href="images/Figure-3.pdf">Click to View</a>
</div>
</article>
</div>
</div>
<!-- <div class="text-center item">
<div class="blog-post blog-large wow fadeInLeft" data-wow-duration="300ms" data-wow-delay="0ms">
<article>
<header class="entry-header">
<div class="entry-thumbnail">
<img src="images/blog1.jpg" alt="">
</div>
<div class="entry-date">25 November 2014</div>
<h2 class="entry-title"><a href="#">NRMSE vs PCC of JJAS Tas</a></h2>
</header>
<div class="entry-content">
<P>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</P>
<a class="btn btn-primary" href="#">View</a>
</div>
</article>
</div>
</div>
<div class="text-center item">
<div class="blog-post blog-large wow fadeInLeft" data-wow-duration="300ms" data-wow-delay="0ms">
<article>
<header class="entry-header">
<div class="entry-thumbnail">
<img src="images/blog2.jpg" alt="">
</div>
<div class="entry-date">25 November 2014</div>
<h2 class="entry-title"><a href="#">NRMSE vs PCC of JJAS Rainfall</a></h2>
</header>
<div class="entry-content">
<P>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</P>
<a class="btn btn-primary" href="#">View</a>
</div>
</article>
</div>
</div>
<div class="text-center item">
<div class="blog-post blog-large wow fadeInLeft" data-wow-duration="300ms" data-wow-delay="0ms">
<article>
<header class="entry-header">
<div class="entry-thumbnail">
<img src="images/blog3.jpg" alt="">
</div>
<div class="entry-date">25 November 2014</div>
<h2 class="entry-title"><a href="#">Lorem ipsum dolor sit amet</a></h2>
</header>
<div class="entry-content">
<P>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</P>
<a class="btn btn-primary" href="#">View</a>
</div>
</article>
</div>
</div>
<div class="text-center item">
<div class="blog-post blog-large wow fadeInLeft" data-wow-duration="300ms" data-wow-delay="0ms">
<article>
<header class="entry-header">
<div class="entry-thumbnail">
<img src="images/blog1.jpg" alt="">
</div>
<div class="entry-date">25 November 2014</div>
<h2 class="entry-title"><a href="#">NRMSE vs PCC of JJAS Tas</a></h2>
</header>
<div class="entry-content">
<P>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</P>
<a class="btn btn-primary" href="#">BUY NOW</a>
</div>
</article>
</div>
</div>
<div class="text-center item">
<div class="blog-post blog-large wow fadeInLeft" data-wow-duration="300ms" data-wow-delay="0ms">
<article>
<header class="entry-header">
<div class="entry-thumbnail">
<img src="images/blog2.jpg" alt="">
</div>
<div class="entry-date">25 November 2014</div>
<h2 class="entry-title"><a href="#">NRMSE vs PCC of JJAS Tas</a></h2>
</header>
<div class="entry-content">
<P>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</P>
<a class="btn btn-primary" href="#">BUY NOW</a>
</div>
</article>
</div>
</div>
<div class="text-center item">
<div class="blog-post blog-large wow fadeInLeft" data-wow-duration="300ms" data-wow-delay="0ms">
<article>
<header class="entry-header">
<div class="entry-thumbnail">
<img src="images/blog3.jpg" alt="">
</div>
<div class="entry-date">25 November 2014</div>
<h2 class="entry-title"><a href="#">Lorem ipsum dolor sit amet</a></h2>
</header>
<div class="entry-content">
<P>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</P>
<a class="btn btn-primary" href="#">View</a>
</div>
</article>
</div>
</div> -->
</div>
<p><center><a class="btn btn-primary btn-lg" href="publications.html">Find Out More</a></p></center>
</div>
</div>
</section>
<!--/#blog-->
<section id="animated-number">
<div class="container">
<div class="section-header">
<h2 class="section-title text-center wow fadeInDown">PEOPLE</h2>
</div>
<div class="row text-center">
<div class="col-sm-3 col-xs-6">
<div class="wow fadeInUp" data-wow-duration="400ms" data-wow-delay="0ms">
<div class="animated-number" data-digit="24" data-duration="1000"></div>
<strong>PI, Co-PIs & <br /> Associate Faculty </strong>
<p><center><a class="btn btn-primary btn-lg" href="team.html#services1">View People</a></p></center>
</div>
</div>
<div class="col-sm-3 col-xs-6">
<div class="wow fadeInUp" data-wow-duration="400ms" data-wow-delay="100ms">
<div class="animated-number" data-digit="31" data-duration="1000"></div>
<strong>Students & Staff </strong> <br />
<p><center><a class="btn btn-primary btn-lg" href="team.html#blog1">View People</a></p></center>
</div>
</div>
<div class="col-sm-3 col-xs-6">
<div class="wow fadeInUp" data-wow-duration="400ms" data-wow-delay="200ms">
<div class="animated-number" data-digit="6" data-duration="1000"></div>
<strong>Executive Committee </strong> <br />
<p><center><a class="btn btn-primary btn-lg" href="team.html#pricing1">View People</a></p></center>
</div>
</div>
<div class="col-sm-3 col-xs-6">
<div class="wow fadeInUp" data-wow-duration="400ms" data-wow-delay="300ms">
<div class="animated-number" data-digit="17" data-duration="1000"></div>
<strong style="padding-bottom: 35px">Advisory Commitee</strong>
<p><center><a class="btn btn-primary btn-lg" href="team.html#portfolio1">View People</a></p></center>
</div>
</div>
</div>
</div>
</section><!--/#animated-number-->
<section id="portfolio">
<div class="container">
<div class="section-header">
<h2 class="section-title text-center wow fadeInDown">corporate fundraising</h2>
<p class="text-center wow fadeInDown"><center>The Centre is funded by the Department of Science and Technology, Government of India for an initial 5-year term starting from 2017. Corporate funding is welcome for strengthening its activities and broadening its horizon. We are looking for additional funds to conduct topical research, high impact workshops, advanced training programs, outreach activities and similar other activities along this line that will be mutually rewarding for CoE and the Sponsor Corporate House.</center></p>
</div>
</div>
</div>
</div><!--/.portfolio-item-->
</div>
</div><!--/.container-->
</section><!--/#portfolio-->
<!--<section id="meet-team">
<div class="container">
<div class="section-header">
<h2 class="section-title text-center wow fadeInDown">People & corporate fundraising</h2>
<p class="text-center wow fadeInDown"><center>Presently this is funded (for 5-years) by the Department of Science and Technology, Government of India, for 5-years starting
from 2017. Corporate funding is welcome for strengthening its activities and/or for broadening its horizon. We are looking for additional funds to conduct topical research, high impact
workshops, advanced training programs, outreach activities and activities along this line that will be mutually rewarding for the centre of excellence and the sponsor corporate house.</center></p>
</div>
<div class="row">
<div class="col-sm-6 col-md-3">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="0ms">
<div class="team-img">
<img src="images/team_1.jpg" alt="">
</div>
<div class="team-info">
<h4><center>SAROJ KANTA MISHRA</center></h4>
<span><center>Principal Investigator (PI)</center></span>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="100ms">
<div class="team-img">
<img src="images/team_1.jpg" alt="">
</div>
<div class="team-info">
<h4><center>Saroj Kanta Mishra</center></h4>
<span><center>Principal Investigator (PI)</center></span>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="200ms">
<div class="team-img">
<img src="images/team_1.jpg" alt="">
</div>
<div class="team-info">
<h4><center>Saroj Kanta Mishra</center></h4>
<span><center>Principal Investigator (PI)</center></span>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="team-member wow fadeInUp" data-wow-duration="400ms" data-wow-delay="300ms">
<div class="team-img">
<img src="images/team_1.jpg" alt="">
</div>
<div class="team-info">
<h4><center>Saroj Kanta Mishra</center></h4>
<span><center>Principal Investigator (PI)</center></span>
</div>
</div>
</div>
</div>
</div>
</section>--><!--/#meet-team-->
<section id="pricing">
<div class="container">
<div class="section-header">
<h2 class="section-title text-center wow fadeInDown">Career in DST COE in Climate Modeling</h2>
<p class="text-center wow fadeInDown"><center>Candidates interested in climate modeling and looking for Internship, JRF, SRF, Ph.D. studentship, Post Doctoral
Fellowship, or long term visitor position are highly encouraged to contact Dr. Saroj Kanta Mishra (skm@iitd.ac.in).</center></p>
</div>
<!-- <strong> Advertisement No.: IITD/IRD/107/2017 </strong><br />
<strong>Title of the Project : </strong>DST’s Centre of Excellence in Climate Modeling (under Climate Change Programme)-(SPLICE) (RP03350) <br /><br /> -->
<strong>Project Assistant (Tech.) </strong> <br />
Consolidated Pay-slab/Fellowship : Rs.22,000/- per month (consolidated) <br />
Qualifications : Graduation in Engineering/Medicine/Pharma or graduation in Science with minimum one year of experience.
<br /><br />
<strong> Jr. Research Fellow </strong><br />
Consolidated Pay-slab/Fellowship : Rs.25,000/- per month plus HRA @ 30% <br />
Qualifications : Post Graduate Degree in Basic Science with NET qualification or Graduate Degree in Professional Course with NET qualification or Post
Graduate Degree in Professional Course. <br /><br />
<strong> Sr. Research Fellow </strong> <br />
Consolidated Pay-slab/Fellowship : Rs.28,000/- per month plus HRA @ 30% <br />
Qualifications : Post Graduate Degree in Basic Science with NET qualification with two years of research experience or Graduate Degree in Professional Course with
NET qualification with two years of research experience or Post Graduate Degree in Professional Course with two years of research experience.
<br /><br />
<strong>Research Associate </strong> <br />
Consolidated Pay-slab/Fellowship : Rs.36,000/- per month plus HRA @ 30% <br />
Qualifications : Doctorate [Ph.D/MD/MS/MDS] or equivalent degree or having 3 years of research, teaching and design and development experience after MVSc/M.Pharmn/ME/M.Tech. with at least one research paper in Science citation indexed (SCI) journal.
<br /><br />
</p>
</div>
</div>
</section><!--/#pricing-->
<section id="testimonial" style="margin-top: 10%;">
<div class="container">
<div class="section-header">
<h2 class="section-title text-center wow fadeInDown">TESTIMONIALS</h2>
<div class="col-sm-8 col-sm-offset-2">
<div id="carousel-testimonial" class="carousel slide text-center" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="item active">
<p><img class="img-square img-thumbnail" src="images/testimonial/pvm.jpg" alt=""></p>
<h4>Prof. V. Ramgopal Rao</h4>
<small><strong>Director, Indian Institute of Technology Delhi</strong></small>
<p>The CoE is established to develop models, methods and
skills to address burning issues of climate change in
India. It is a highly interdisciplinary centre that is
impressively scaling up and successfully attracting
talents from diverse backgrounds. I am glad to see the
centre doing very well and will be more than happy to
support the team in taking it to greater heights.
</p>
</div>
<div class="item">
<p><img class="img-square img-thumbnail" src="images/testimonial/JagadishShukla.jpg" alt=""></p>
<h4>Prof. Jagadish Shukla</h4>
<small><strong>University Professor, George Mason University, USA</strong></small>
<p>It was a pleasure to visit the newly established Center of Excellence at IIT Delhi. I would like to commend the Department of Science and Technology (DST) and IIT Delhi for their vision to launch such an important and timely initiative with young and brilliant leaders. Such a center in an academic environment will not only advance the science of climate change, but will also help train a new generation of climate scientists, and will contribute to science-based policy formulations for adaptation to, and mitigation of, climate change.
</p>
</div>
<div class="item">
<p><img class="img-square img-thumbnail" src="images/testimonial/Rajagopalan_Balaji.jpg" alt=""></p>
<h4>Prof. Balaji Rajagopalan</h4>
<small><strong>Professor & Chair, Department of Civil, Environmental, and Architectural Engineering, University of Colorado, Boulder, USA</strong></small>
<p>This is an initiative of great importance in enabling socio-economic sustainability and resiliency for India. The
vision articulated for this endeavor by a dynamic team of researchers – to enable skillful projection of future Indian climate
for robust policy making in various sectors to mitigate the impacts and; build the future generation of researchers in various climate related fields – is highly commendable and impactful. I am delighted to collaborate in this endeavor with the team in making
this is a success.</p>
</div>
</div>
<!-- Controls -->
<div class="btns">
<a class="btn btn-primary btn-lg" href="#carousel-testimonial" role="button" data-slide="prev">
<span aria-hidden="true"></span>
<span>Prev</span>
</a>
<a class="btn btn-primary btn-lg" href="#carousel-testimonial" role="button" data-slide="next">
<span aria-hidden="true"></span>
<span id="news">Next</span>
</a>
</div>
</div>
</div>
</div><!--/.row-->
</div><!--/.container-->
</section><!--/#services-->
<section style="margin-top: 7%;"">
<div class="container">
<div class="section-header">
<h2 class="section-title text-center wow fadeInDown">News & Events</h2></div>
<table style="line-height:2.1vw; font-size: 1.7vw; color: #000; text-align:justify; background-color:#fff;" width=100%; ">
<tr>
<td width=48%; style="padding:3%; border: solid 2px;">
<span style="line-height:1.6vw; font-size: 1.1vw; text-align:justify;">
<p>SPECIAL EVENT</p>
<p>Special Lecture on Monday, the 19th of February 2018, from 4:00 PM to 5:00 PM, in CAS Seminar Room (412 Block VI)</p>
<p>Speaker: Padma Shri Prof. Jagadish Shukla, Distinguished University Professor at George Mason University, and Managing Director of the Center for Ocean-Land-Atmosphere Studies (COLA), USA </p>
<p>Lecture Title: Introduction to Weather and Climate: Learning by Socratic Questioning </p>
<td width=4%; style="padding:3%; border: none"></td>
<td width=48%; style="padding:3%; border: solid 2px;">
<span style="line-height:1.6vw; font-size: 1.1vw; text-align:justify;">
<p>SPECIAL EVENT</p>
<p>Seminar on Monday, the 11th of December 2017, from 3:30 PM to 4:30 PM, in CAS Seminar Room</p>
<p>Speaker: Prof. Prakash Kashwan, Department of Political Science, University of Connecticut, Storrs, USA</p>
<p>Seminar Title: Inequality, Environment, and the Future of Global Climate Governance </p>
<br /> </span></td></tr>
</table><br /><br />
<!--TESTING CODES-->
<p><center><a class="btn btn-primary btn-lg" href="events.html">View More</a>
</p></center>
</div><!--/.row-->
</div><!--/.container-->
</section><!--/#services-->
<section id="get-in-touch" style="padding-top: 8%;">
<div class="container">
<div class="section-header">
<h2 class="section-title text-center wow fadeInDown">CONTACT US</h2>
<!-- <p class="text-center wow fadeInDown">DST Centre of Excellence in Climate Modeling is a major new initiative taken by IIT Delhi and funded by DST, Government of India, to develop an India centric climate model to address
certain pressing issues of climate change in India, and to educate manpower in numerical modeling of the Earth system and climate.</p> -->
</div>
<div class="row">
<div class="col-sm-6">
<div class="address">
<h4>Address</h4>
<!--<p>DST Centre of Excellence in Climate Modeling,</p>-->
<p>Block VI, Indian Institute of Technology Delhi,</p>
<p>Hauz Khas, New Delhi-110016, India.</p>
</div>
<div class="address">
<h4>Phone </h4>
<p>+91-11-2659-6053</p>
</div>
<div class="address">
<h4>Email</h4>
<p>climo@iitd.ac.in</p>
</div>
<!-- <div class="address">
<h4>Contact Us</h4>
<p>Dr. Saroj Kanta Mishra, Principal Investigator (PI)</p>
<p>DST Centre of Excellence in Climate Modeling, IIT Delhi</p>
-->
<!--<p><a href="mailto:skm@iitd.ac.in"><i class="fa fa-facebook"></i></a> <a href="#"><i class="fa fa-twitter"></i></a> <a href="#"><i class="fa fa-google-plus"></i></a></p>-->
<!-- </div> -->
</div>
<div class="col-sm-6">
<form action="mailto:skm@iitd.ac.in" method="post" name="contact-form" id="main-contact-form">
<div class="form-group">
<input type="text" required placeholder="Name" class="form-control" name="name">
</div>
<div class="form-group">
<input type="email" required placeholder="Email" class="form-control" name="email">
</div>
<div class="form-group">
<input type="text" required placeholder="Subject" class="form-control" name="subject">
</div>
<div class="form-group">
<textarea required placeholder="Message" rows="8" class="form-control" name="message"></textarea>
</div>
<button class="btn btn-primary" type="submit">SUBMIT</button>
</form>
</div>
</div>
</div>
<!-- <div id="disqus_thread" style="margin-left: 20%; margin-right: 20%;"></div> -->
</section>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://https-devitconsultancy-com-dcecm-iitd-ac-in.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<div class="mapouter"><div class="gmap_canvas"><iframe width=100% height="300" id="gmap_canvas" src="https://maps.google.com/maps?q=DST CoE in Climate Modeling,IIT Delhi&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="5" scrolling="no" marginheight="0" marginwidth="0"></iframe>webseite erstellen lassen <a href="http://www.pureblack.de">pure black gmbh</a></div><style>.mapouter{overflow:hidden;height:300px;width:100%;}.gmap_canvas {background:none!important;height:300px; width:100%;}</style></div>
<footer id="footer">
<div class="container text-center">
<div id="visit-count">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12">
Website Visitors : <img src="https://counter3.fcs.ovh/private/freecounterstat.php?c=qxr5yh34asdt18jfd2kkyn77ue1j5mmc" border="0">
</div>
</div>
</div>
</div>
<font color = #ff641b>All rights reserved © 2017 | DST Centre of Excellence in Climate Modeling.</font>
</div>
</footer><!--/#footer-->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="http://maps.google.com/maps/api/js?sensor=true"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/mousescroll.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/jquery.inview.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/main.js"></script>
<script src="js/scrolling-nav.js"></script>
<script>
$(document).ready(function($) {
$("#owl-example").owlCarousel();
});
$("body").data("page", "frontpage");
$("#owl-example").owlCarousel({
items:3,
/* itemsDesktop : [1199,3],
itemsDesktopSmall : [980,9],
itemsTablet: [768,5],
itemsTabletSmall: false,
itemsMobile : [479,4]*/
})
</script>
</body>
</html>