-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
102 lines (90 loc) · 4.15 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
<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>S. K. Mishra || Home</title>
<meta name="description" content="">
<meta name="keywords" content="">
<link href="./index_files/css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="./index_files/skel-noscript.css+style.css+style-desktop.css.pagespeed.cc.-qVnpZtKcQ.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<style>
html, body{
font-family: 'Montserrat' !important;
}
</style>
</head>
<body data-gr-c-s-loaded="true">
<!-- Header -->
<div id="header">
<div id="nav-wrapper">
<!-- Nav -->
<nav id="nav">
<ul>
<li class="active"><a href="#">Home</a></li>
<li><a href="./experience.html">Experience</a></li>
<li><a href="./services.html">Services</a></li>
<li><a href="./Publications.html">Publications</a></li>
<li><a href="./Teaching.html">Teaching</a></li>
<li><a href="./Contact.html">Contact</a></li>
</ul>
</nav>
</div>
<div class="container">
<!-- Logo -->
<div id="logo">
<h1><a href="#">Saroj Kanta Mishra</a></h1>
<span class="tag">IIT Delhi | CAS | DST Center of Excellence in Climate Modelling</span>
</div>
</div>
</div>
<!-- Header -->
<!-- Main -->
<div id="main">
<div class="container">
<div class="row">
<!-- Sidebar -->
<div id="sidebar" class="4u">
<section>
<header>
<h2> </h2>
</header>
<img src="images/author-img.png" style="padding-top: 100px">
<div style="font-size: 1.3em; margin-left: 15%;"><span style="color: black;">Professor S. K. Mishra
</span>
<br>
<span style="font-size: 0.8em !important; margin-left: 8%;">
Center of Excellence
</span>
</div>
</section>
</div>
<!-- Content -->
<div id="content" class="8u skel-cell-important" style="color: black !important; font-size: 1.2em; text-align: justify;">
<section>
<header>
<h2>Biography</h2>
<span class="byline">A Brief Intro</span>
</header>
Prof. Mishra is an assistant professor at the centre for atmospheric sciences, IIT Delhi. He is a graduate in mechanical engineering from UCE, Burla and holds a Ph.D in Atmospheric and Oceanic Sciences from IISc, Bangalore.
<br>
He has worked as a research faculty in department of computer science at University of Colorado, USA and was also a visiting scientist at NCAR, Boulder, Colorado, USA from 2008 through 2011. Prof. Mishra conducts research in Indian monsoon, regional climate of India, climate change and climate modeling, future climate projection, climate model development and improvement, and geo-engineering of climate for global warming mitigation. He is a codeveloper of High Order Method Modeling Environment (HOMME), a framework for building conservative and accurate climate models. He has been a member of the Community Earth System Model (CESM) working group since 2008, and since then contributing to the development of the model, which has been considered as one of the leading climate models.
<br>
He served as an Associate Editor of the Asia-Pacific Journal of Atmospheric Sciences, an international journal by the Korean Meteorological Society and published by the Springer journal for 2010-2015. He also serves as an editorial board member of the Global Meteorology journal - an international journal published by the PAGEPress Publisher. He has received the outstanding young faculty award from IIT Delhi.
</section>
</div>
</div>
</div>
</div>
<!-- /Main -->
<!-- Tweet -->
<div id="tweet">
<div class="container">
<section>
<blockquote>“The humble Cumulus humilis - never hurt a soul.”</blockquote>
<b style="font-size: 1.3em;font-weight: 500;"> ― Gavin Pretor-Pinney, The Cloudspotter's Guide.
</b>
</section>
</div>
</div>
</body>
</html>