-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
216 lines (195 loc) · 7.76 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
<!DOCTYPE HTML>
<!--
Written by <a href="http://github.com/shiv3679
" target="_blank">Shiv</a>
Website created for EES405 course at IISER Mohali
<EMAIL> [email protected]</EMAIL>
-->
<html>
<head>
<title>EES405-IISER M</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body class="landing is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">EES405</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="resources.html">Courses/Syllabus and Resources</a></li>
<li><a href="discussion.html">Discussion Forum</a></li>
<li><a href="#">Interactive Terminal</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2>EES405- Climate Data Analysis and Visualisation</h2>
<p>Course Website (Trying something new)</p>
<ul class="actions special">
<li><a href="#" class="button primary">Skip to interactive terminal</a></li>
</ul>
</div>
<a href="#one" class="more scrolly">Learn More</a>
</section>
<!-- One -->
<section id="resources" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>Resources</h2>
<p>Here you'll find various resources for the EES405 course, including reports, slides, and codes.
These materials are designed to assist you in mastering the course content.</p>
</header>
<ul class="icons major">
<li>
<a href="/reports">
<span class="icon fa-file major style1"><span class="label">Reports</span></span>
<p>Access all course reports here.</p>
</a>
</li>
<li>
<a href="/slides">
<span class="icon fa-folder major style2"><span class="label">Slides</span></span>
<p>Access all course slides here.</p>
</a>
</li>
<li>
<a href="/codes">
<span class="icon fa-file major style3"><span class="label">Codes</span></span>
<p>Access all course codes here.</p>
</a>
</li>
</ul>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt style2">
<section class="spotlight">
<div class="content">
<h2>Course at a Glance </h2>
<hr>
<h2>General Circulation of Atmosphere</h2>
<p>Understand the large-scale movements of air and the means by which heat is distributed on the
surface of the Earth. Explore wind patterns, atmospheric pressure systems, and the impact of the
rotation of the Earth on the atmosphere.</p>
</div>
<div class="image"><img src="images/general-circulation.png" alt="General Circulation of Atmosphere" /></div>
</section>
<section class="spotlight">
<div class="content">
<h2>Indian Monsoon System</h2>
<p>Discover the complex and fascinating Indian Monsoon System. Unpack the seasonal changes in wind
patterns and precipitation that impact agriculture, economy, and life in India.</p>
</div>
<div class="image"><img src="images/india_spatial.png" alt="Indian Monsoon System" /></div>
</section>
<section class="spotlight">
<div class="content">
<h2>Extreme Weather/Climate Index</h2>
<p>Delve into the Extreme Weather/Climate Index and its significance. Learn how it's used to monitor
and measure the frequency, duration, and intensity of extreme weather and climate events.</p>
</div>
<div class="image"><img src="images/tx10p.north_india_fut.png" alt="Extreme Weather/Climate Index" /></div>
</section>
</section>
<!-- Three -->
<section id="three" class="wrapper style3 special">
<div class="inner">
<header class="major">
<h2>Explore various coding tools to be used in the course</h2>
<p>Each of these tools serves a unique purpose in data analysis, modelling, and visualization in
atmospheric sciences. Feel free to explore them to find the one that suits your specific
requirements the best.</p>
</header>
<ul class="features">
<li class="icon fa-file">
<h3>MATLAB</h3>
<p>MATLAB is a high-performance language for technical computing. It integrates computation,
visualization, and programming in an easy-to-use environment.</p>
<a href="matlab.html" class="button special">Learn More</a>
</li>
<li class="icon solid fa-laptop">
<h3>Python</h3>
<p>Python is an interpreted, high-level, general-purpose programming language. It supports
multiple programming paradigms and has a large standard library.</p>
<a href="python.html" class="button special">Learn More</a>
</li>
<li class="icon solid fa-code">
<h3>CDO (Climate Data Operator)</h3>
<p>CDO is a collection of command line operators to manipulate and analyze Climate and NWP model
Data. It is simple to use and has a large model support.</p>
<a href="cli.html" class="button special">Learn More</a>
</li>
<li class="icon solid fa-globe">
<h3>NCL</h3>
<p>NCL (NCAR Command Language) is a free interpreted language designed specifically for
scientific data analysis and visualization.</p>
<a href="ncl.html" class="button special">Learn More</a>
</li>
<li class="icon fa-file">
<h3>GrADS</h3>
<p>GrADS (Grid Analysis and Display System) is an interactive desktop tool that is used for easy
access, manipulation, and visualization of earth science data.</p>
<a href="grads.html" class="button special">Learn More</a>
</li>
<li class="icon fa-file">
<h3>Command Line (Ubuntu)</h3>
<p>The Ubuntu command line, the Terminal is where you'll execute commands. It allows you to
navigate the file system and run different applications.</p>
<a href="cli.html" class="button special">Learn More</a>
</li>
</ul>
</div>
</section>
<!-- CTA -->
<!-- <section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2>Arcue ut vel commodo</h2>
<p>Aliquam ut ex ut augue consectetur interdum endrerit imperdiet amet eleifend fringilla.</p>
</header>
<ul class="actions stacked">
<li><a href="#" class="button fit primary">Activate</a></li>
<li><a href="#" class="button fit">Learn More</a></li>
</ul>
</div>
</section> -->
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<!-- <li><a href="#" class="icon fas fa-globe"><span class="label">Website</span></a></li> -->
<li><a href="#" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© Weather and Climate Modelling Research Group (IISER Mohali)</li>
<li>Design: <a href="https://github.com/shiv3679/EES405">Shiv Shankar Singh</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>