-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.html
212 lines (199 loc) · 12.9 KB
/
courses.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
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/images/icon-profile.svg">
<link rel="mask-icon" href="/images/mask-icon.svg" color=”#94a3b8">
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;300;600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400&display=swap" rel="stylesheet">
<title>S Ganga Prasath | Robotics, Behavior, Soft-matter</title>
</head>
<body class="bg-slate-100 flex flex-col mx-auto bg-[url('/images/bg-full.png')] bg-repeat-x">
<!-- Outermost container -->
<div class="flex flex-col mx-auto space-y-2 max-w-4xl my-10">
<!-- Top-bar -->
<!-- <ul class="flex flex-row items-baseline justify-between text-xs uppercase font-serif font-regular text-slate-500 dark:text-gray-400"> -->
<ul
class="flex flex-col items-center justify-center text-xl font-sans font-normal text-slate-500 dark:text-gray-400 -mb-3 md:flex-row md:justify-end">
<li class="mr-2">
<a href="/index.html" class="inline-block py-2 px-2 hover:text-indigo-400 duration-500 active">home</a>
</li>
<!-- <li class="mr-0 opacity-0 -mb-10 md:mb-0 md:opacity-100">
<a href="#" class="inline-block py-2 px-2">|</a>
</li> -->
<li class="mr-2">
<a href="/academic.html" class="inline-block py-2 px-2 hover:text-indigo-400 duration-500">résumé</a>
</li>
<!-- <li class="mr-1 opacity-0 -mb-10 md:mb-0 md:opacity-100">
<a href="#" class="inline-block py-2 px-2">|</a>
</li> -->
<li class="mr-2">
<a href="/courses.html" class="inline-block py-2 px-2 hover:text-indigo-400 duration-500">courses</a>
</li>
<!-- <li class="mr-1 opacity-0 -mb-10 md:mb-0 md:opacity-100">
<a href="#" class="inline-block py-2 px-2">|</a>
</li> -->
<li class="mr-2">
<a href="/pubs.html" class="inline-block py-2 px-2 hover:text-indigo-400 duration-500">publications</a>
</li>
<!-- <li class="mr-1 opacity-0 -mb-10 md:mb-0 md:opacity-100">
<a href="#" class="inline-block py-2 px-2">|</a>
</li> -->
<li class="mr-2">
<a href="/projects.html" class="inline-block py-2 px-2 hover:text-indigo-400 duration-500">projects</a>
</li>
<!-- <li class="mr-1 opacity-0 -mb-10 md:mb-0 md:opacity-100">
<a href="#" class="inline-block py-2 px-2">|</a>
</li> -->
<li class="mr-2"></li>
<a href="/contact.html" class="inline-block py-2 px-2 hover:text-indigo-400 duration-500">contact</a>
</li>
</ul>
<!-- Container except top-bar -->
<div class="container flex flex-col space-y-10">
<div
class="relative flex flex-col items-center justify-center pt-0 pb-10 bg-gradient-to-tl from-slate-200 to-slate-50 text-black rounded-3xl shadow-md shadow-slate-400 border-[1px] border-slate-200 overflow-hidden">
<div
class="flex flex-col items-center justify-center space-y-4 mx-14 my-4 md:flex-row md:items-start md:space-y-0 md:space-x-6">
<section id="courses">
<!-- Profile icon -->
<div
class="absolute w-12 h-12 top-[20px] left-3 transform translate-x-px border-1 rounded-full">
<img src="images/icon-courses.svg" alt="" class="h-20 ml-2 mr-1 opacity-70" />
</div>
<!-- Title -->
<div class="absolute left-8 top-6 mt-6 ml-16 mb-4 text-2xl font-normal">
Courses
</div>
<div class="grid grid-cols-1 ml-10 mr-10 mt-20 md:grid-cols-2 gap-3 font-serif text-sm">
<div class="flex items-baseline justify-center space-x-1 space-y-3 font-serif">
<div class="mx-1 px-1 w-2 h-2 bg-indigo-500 rounded-full"></div>
<div class="m-0">
<strong>AM1100 - Engineering mechanics</strong><br>
Year - 2024(E)<br>
<p class="text-xs">
First year B.Tech course in basics of mechanics, covering statics and dynamics
of rigid bodies.
</p>
</div>
</div>
<div class="flex items-baseline justify-center space-x-1 space-y-3 font-serif">
<div class="mx-1 px-1 w-2 h-2 bg-indigo-500 rounded-full"></div>
<div class="m-0">
<strong>AM6023 - Geometry & mechanics of materials</strong><br>
Years - 2023(O), 24(O)<br>
<p class="text-xs">
A graduate level course in geometry, calculus of variation and elasticity. Read
about the contents of the course and a brief review <a
class="text-indigo-500 hover:text-color-indigo-800"
href="https://interface-eight-hazel.vercel.app/blog/4-AM6023">here</a>.
</p>
</div>
</div>
<div class="flex items-baseline justify-center space-x-1 space-y-3 font-serif">
<div class="mx-1 px-1 w-2 h-2 bg-indigo-500 rounded-full"></div>
<div class="m-0">
<strong>AM5009 - Life of ubiquitous materials</strong><br>
Year - 2024(O)<br>
<p class="text-xs">
Co-taught with <a class="text-indigo-500 hover:text-color-indigo-800"
href="http://lakshminath82.wixsite.com/">Lakshminath Kundanati</a>.
</p>
<p class="text-xs">
A project based course on the science and behaviour of daily use materials. <br>
</p>
<ul class="list-disc">
<li class="text-xs"><a class="text-indigo-500 hover:text-color-indigo-800"
href="http://sgangaprasath.github.io/am5009.html">Showcase of 2024
projects.</a></li>
<li class="text-xs"><a href="https://www.t5eiitm.org/of-materials-and-mindsets/" class="text-indigo-500 hover:text-color-indigo-800">Of Materials and Mindsets</a>, article
about the course in The Fifth Estate, IIT Madras' student magazine.</li>
</ul>
</div>
</div>
<div class="flex items-baseline justify-center space-x-1 space-y-3 font-serif">
<div class="mx-1 px-1 w-2 h-2 bg-indigo-500 rounded-full"></div>
<div class="m-0">
<strong>ID5060 - First principles tools in engineering</strong> <br>
Year - 2023(O), 25(E) <br>
<p class="text-xs">
Co-taught with Sivakumar M S, <br>
Sathyanaryanan S and Srikanth Vedantam
</p>
<p class="text-xs">
A big picture course that introduces analytical tools for enhancing engineering
skills.
</p>
</div>
</div>
<div class="flex items-baseline justify-center space-x-1 space-y-3 font-serif">
<div class="mx-1 px-1 w-2 h-2 bg-indigo-500 rounded-full"></div>
<div class="m-0">
<strong>AM5117 - Analytical methods in engineering mechanics</strong> <br>
Year - 2025(E) <br>
<p class="text-xs">
Co-taught with Kannabiran S
</p>
<p class="text-xs">
A graduate level course on complex analysis, ODEs and PDEs applied to mechanics.
</p>
</div>
</div>
<div class="flex items-baseline justify-center space-x-1 space-y-3 font-serif">
<div class="mx-1 px-1 w-2 h-2 bg-indigo-500 rounded-full"></div>
<div class="m-0">
<strong>ID5101 - Innovative entrepreneur</strong> <br>
Year - 2025(E) <br>
<p class="text-xs">
Course coordinator, jointly offered with <a class="text-indigo-500 hover:text-color-indigo-800"
href="http://susmafia.org">SusMafia</a>
</p>
<p class="text-xs">
A basic entrepreneurial course aimed at attracting students towards
climate-tech.
</p>
</div>
</div>
</div>
<div class="top-6 mt-6 ml-10 mb-4 text-2xl font-normal">
Online Workshops
</div>
<div class="grid grid-cols-1 ml-10 mr-10 md:grid-cols-2 gap-3 font-serif text-sm">
<div class="flex items-baseline justify-center space-x-1 font-serif">
<div class="mx-1 px-1 w-2 h-2 bg-indigo-500 rounded-full"></div>
<div class="m-0">
<strong>Ethology, from individual to collective</strong><br>
Year - 2025
<br>
<p class="text-xs">
Co-taught with Danny Raj M
</p>
<p class="text-xs">
An introductory winter workshop on the fascinating science of behaviour. You can look at the details <a class="text-indigo-500 hover:text-color-indigo-800"
href="https://sgangaprasath.github.io/ethology/index.html">here</a> and watch the recorded lectures <a class="text-indigo-500 hover:text-color-indigo-800"
href="https://www.youtube.com/playlist?list=PLN89vh407F3weViUKdWb42jZRdrH6KwAk">here</a>.
</p>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
<footer class="py-2">
<div
class="container flex flex-col items-center justify-center mx-auto space-y-16 md:flex-row md:space-y-0 md:items-center">
<div class="font-serif text-xs">© S Ganga Prasath | Theme developed with <a
href="https://tailwindcss.com"
class="text-indigo-500 hover:text-color-indigo-800"><code>tailwindcss</code></a>
</div>
</footer>
</body>
</html>