-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathevents.html
More file actions
362 lines (303 loc) · 20.8 KB
/
Copy pathevents.html
File metadata and controls
362 lines (303 loc) · 20.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>CMIT</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="assets/img/apple-icon.png">
<link rel="apple-touch-icon" sizes="57x57" href="assets/img/fav/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/img/fav/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/fav/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/fav/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/fav/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/img/fav/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/img/fav/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/img/fav/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/fav/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/fav/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/fav/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/img/fav/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/fav/favicon-16x16.png">
<link rel="manifest" href="assets/img/fav/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="assets/img/fav/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/cmit.css">
<link rel="stylesheet" href="assets/css/custom.css">
<!-- Load fonts style after rendering the layout styles -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;700;900&display=swap">
<link rel="stylesheet" href="assets/css/fontawesome.min.css">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EMH594D3B7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-EMH594D3B7');
</script>
<body>
<!-- Header -->
<nav class="navbar navbar-expand-lg navbar-light shadow">
<div class="container d-flex justify-content-between align-items-center">
<div class="logo">
<a href="index.html"><img src="./img/logo.png" alt="" class="img-fluid" width="110px"></a>
</div>
<button class="navbar-toggler border-0" type="button" data-bs-toggle="collapse" data-bs-target="#cmit_main_nav" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="align-self-center collapse navbar-collapse flex-fill d-lg-flex justify-content-lg-between" id="cmit_main_nav">
<div class="flex-fill">
<ul class="nav navbar-nav d-flex justify-content-between mx-lg-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="events.html">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="newsletter.html">Newsletter</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
</ul>
</div><br>
</div>
</nav>
<!-- Close Header -->
<div class="container-bg">
<div class="container">
<div class="row p-5">
<div class="col-md-4 pt-5">
<h1><b>Events at CMIT.</h1></b>
</div>
<br>
<p>
This page contains information about all upcoming events at CMIT, and an archive of all the past events. Visit
our blog and social media handles to know more and connect with us. If you have a suggestion or query, drop us an
email at mathsclub [at] iisertvm [dot] ac [dot] in.
<p>Note: CMIT Peer Discussion Sessions are logged separately here.</p>
</p>
<hr>
</div>
</div>
<div class="container">
<div class="row ps-5">
<h3 class="h4">VARSHA 2025</h3>
<a style = "text-decoration:none" href = "Events/S7_Outreach/S7_Outreach.html"> <p><b>September 7 : </b> CMIT S<sup>7</sup> Outreach Program for School Students </p> </a>
</div> <br>
<div class="row ps-5">
<h3 class="h4">VASANTH 2024</h3>
<a style = "text-decoration:none" href = "fsmath2024/index.html"> <p><b>February 02 ~ 04: </b> Frontier Symposium in Mathematics 2024 </p> </a>
</div> <br>
<div class="row ps-5">
<h3 class="h4">VARSHA 2023</h3>
<a style = "text-decoration:none" href = "Events/S5outreach/S5outreach.html"> <p><b>September 10: </b> CMIT S<sup>5</sup> Outreach Program for School Students </p> </a>
</div> <br>
<div class="row ps-5">
<h3 class="h4">VASANTH 2023</h3>
<a style ="text-decoration:none" href = "Events/vasanth2023/GaneshDharmadhikari.html"> <p><b>April 11: </b> Phd Talk - Decoding the Mysteries of Binary Computations and Musical Harmony in Ancient India </p> </a>
<a style ="text-decoration:none" href = "fsmath2023/index.html"> <p><b>February 17 ~ 19: </b> Frontier Symposium in Mathematics 2023 </p> </a>
</div> <br>
<div class="row ps-5">
<h3 class="h4">VARSHA 2022</h3>
<a style = "text-decoration:none" href = "Events/TMC-workshop/WorkshopDec22.html"> <p><b>December 10 ~ 11: </b> Mathematics Workshop for College Teachers </p> </a>
</div> <br>
<div class="row ps-5">
<h3 class="h4" >VASANTH 2022</h3>
<a style = "text-decoration:none" href = "Events/S4outreach/S4outreach.html"> <p><b>September 18: </b> CMIT S<sup>4</sup> Outreach Program for School Students </p> </a>
<p><b>Septermber 10: </b> CMIT S<sup>3</sup> Student Talk by Shyam M on A Journey Towards Hyperbolic Geometry & Tessellations</p>
<a href="./piday/index.html"><p><b>March 14 ∼ 20: </b> CMIT celebrates International π Week 2022 > details</p></a>
</div>
<div class="row ps-5 pt-5">
<h3 class="h4" >VARSHA 2021</h3>
<p><b>December 20: </b> CMIT Screening Sessions (National Mathematics Day Special): The Man Who Knew Infinity (2015)</p>
<a href="./brics2021/index.html"><p><b>December 07 ∼ 10: </b> CMIT organizes the Fourth BRICS Mathematics Conference alongside School of Mathematics, IISER Thiruvananthapuram and BML Munjal University</p></a>
<p><b>November 30: </b> CMIT Screening Sessions: 21 (2008)</p>
<p><b>November 15: </b>CMIT Screening Sessions: Good Will Hunting (1997)</p>
<p><b>November 03: </b>Talk by Dr. Manjil Saikia on An Introduction to qq-Analysis > details</p>
<p><b>November 01: </b> CMIT Screening Sessions: A Beautiful Mind (2001)</p>
<p><b>October 27: </b>Two-part lecture series by Prof. Siddhartha Pratim Chakrabarty on Transitioning to a Decarbonized Economy: Quantifying the Carbon Transition Risk > details</p>
<p><b>October 25: </b>Two-part lecture series by Prof. Siddhartha Pratim Chakrabarty on Financial Risk Management: A Commentary in the Paradigm of Basel Regulations > details</p>
<p><b>October 17: </b>CMIT organizes Integration Bee (for real and complex funtions) at Anvesha > details</p>
<p><b>October 14: </b> CMIT organizes Aficionados, the math exhibition event of Anvesha > details</p>
<p><b>October 12: </b>CMIT Screening Sessions: The Imitation Game (2014)</p>
<p><b>October 09: </b>CMIT S<sup>3</sup> Online Mini Symposium Day 02: Talk by Prof. Manil T. Mohan on Navier-Stokes equations: Existence, Uniqueness and Smoothness Problem > details</p>
<p><b>October 06: </b> CMIT S<sup>3</sup> Online Mini Symposium Day 01: Talk by Prof. Saikat Chatterjee on Semi-direct product of categories and a Schur’s lemma for categorical representations > details</p>
<p><b>October 05: </b> CMIT S<sup>3</sup> Screenings: The Great Math Mystery (2015) > details</p>
<p><b>October 04: </b>CMIT S<sup>3</sup> Screenings: Gifted (2017) > details</p>
<p><b>October 03: </b>CMIT S<sup>3</sup> Celebrations: CMIT π-uiz 2.0 hosted online by Shivam Bhargava and Rohit Menon > details</p>
<p><b>October 03: </b>CMIT S<sup>3</sup> Celebrations: Unveiling our new website and newsletter > details</p>
<p><b>September 29: </b>Two-part lecture series by Prof. D. Yogeshwaran on Extremal Morse critical points of a random distance function > details</p>
<p><b>September 27:</b>Two-part lecture series by Prof. D. Yogeshwaran on Topology of a space from a random data sample > details</p>
<p><b>September 15: </b>Two-part lecture series by Prof. Ratna Pal on Short C<sup>2</sup> and their automorphism groups</p>
<p><b>September 13: </b> Two-part lecture series by Prof. Ratna Pal on Short C<sup>2</sup> and their automorphism groups</p>
<p><b>September 06: </b>Talk by Kalin Krishna on Some (Co)concepts in Category Theory</p>
<p><b>August 28: </b>Talk by Chaitanya Joglekar on A Proof of Tychonoff Theorem</p>
<p><b>August 25: </b>Two-part lecture series by Prof. Jayanta Manoharmayum on The foray into Non-Associativity</p>
<p><b>August 23: </b>Two-part lecture series by Prof. Jayanta Manoharmayum on Euler, Heuristics and Zeta</p>
<p><b>August 16: </b> Talk by Dr Prasanta Kumar Barik on A Mathematical Study to the Continuous Coagulation-Fragmentation Models</p>
<p><b>August 13: </b>Linear Algebra sessions for first years by Aakash Gupta</p>
<p><b>August 13: </b>Talk by Dr Arati Shashi on Orthonormality of wavelet system on the Heisenberg group</p>
<p><b>August 11:</b>Linear Algebra sessions for first years by Sathasivam</p>
<p><b>August 10:</b>Linear Algebra sessions for first years by Soundarya and Sangeeta</p>
<p><b>August 10: </b>Talk by Ramkrishna Biswas on Prime numbers and Irreducible polynomials</p>
<p><b>August 05: </b> Two-part lecture series by Dr R. Venkatesh on Graph Polynomials from Lie Algebras</p>
<p><b>August 02: </b>Two-part lecture series by Dr R. Venkatesh on Graph Polynomials</p>
</div>
<div class="row ps-5 pt-5">
<h3 class="h4" >VASANTH 2021</h3>
<p><b>July 30: </b> Talk by Aakash Gupta on A Glimpse of Nets</p>
<p><b>June 12: </b> Talk by Aakash Gupta on An introduction to Real Dynamics</p>
<p><b>June 05: </b>Talk by Manika Bag on Necessary condition for an extremum of functional</p>
<p><b>May 26: </b> Talk by Kalin Krishna on Category theory for beginners: Yoneda Lemma</p>
<p><b>March 19: </b> Talk by Dr Mano Vikash Janardhanan on Graph Verification with a Betweenness Oracle</p>
<p><b>March 14:</b> ‘π-uiz’ competition as a part of π-day celebration. Hosted by Shivam Bhargava</p>
<p><b>January 16: </b> Talk by Prof. Preda V. Mihăilescu on Diophantine equations that moved mathematics. In association with Project Spiral, the Mathematics Club at IISER Berhampur</p>
<p><b>January 07: </b>Talk by Dr Dhanya Rajendran on an introduction to the Theory of nonlinear elliptic problems</p>
</div>
<div class="row ps-5 pt-5">
<h3 class="h4" >VARSHA 2020</h3>
<p><b>November 20: </b> Talk by Prof. Neil Dummigan on Some applications of cube roots of one</p>
<p><b>October 24:</b> Abel prize talk (in association with Science and Technology Council, IISERTVM) by Dr Nikita Agarwal</p>
<p><b>September 27: </b> CMIT S<sup>2</sup> Symposium Day 02: Student talks by</p>
<ul style="list-style-type:disc;margin-left:50px">
<li> G Ananthakrishana on The Martingale: Gambling eternally </li>
<li>Sagnik Saha on Knots are noticeable in not-so-obvious places</li>
<li>Sunil Kumar Pasupulati on A walk through the irreducibility of polynomials in light of Newton polygon</li> </ul>
<p><b>September 26:</b> CMIT S<sup>2</sup> Symposium Day 01: Faculty talks by</p>
<ul style="list-style-type:disc;margin-left:50px">
<li>Dr Shrihari Sridharan on Arbitrarily long arithmetic progressions</li>
<li>Dr Viji Thomas on Maximal implies prime principle</li>
<li>Prof. Kalyan Chakraborty on Cryptography: The science of information technology</li> </ul>
<p><b>August 29: </b> Talk by Kalin Krishna on Category theory for beginners</p>
<p><b>August 17: </b> Talk by Hitha PR on Sudoku squares</p>
</div>
<div class="row ps-5 pt-5">
<h3 class="h4" >VASANTH 2020</h3>
<p><b>June 13: </b> Talk by Dr. Srilakshmi K on Finding solutions to mathematical equations</p>
<p><b>May 12: </b> 'Celebrating Women Mathematics' in association with womeninmaths.org</p>
<p><b>March 14: </b>Launch of CMIT Social Media. Announcement of online competitions:</p>
<ul style="list-style-type:disc;margin-left:50px">
<li> ‘Chasing the radii’, a photography competition</li>
<li>‘Freehand bourbakis!’, a freehand circle-drawing competition </li>
<li>‘π - liners’, a pun-making competiton</li> </ul>
<p><b>January 28: </b> Talk by Dr. Chandan Singh Dalawat on Two footnotes to Galois’s Memoirs</p>
</div>
<div class="row ps-5 pt-5">
<h3 class="h4" >VARSHA 2019</h3>
<p><b>November 06: </b> Talk by Joyentanuj Das on Turan’s Theorem</p>
<p><b>November 05: </b> Live stream of Public lecture by Prof. Bruce C. Berndt</p>
<p><b>October 26: </b> Anvesha Aficionados 2019: Math Expo conducted by CMIT</p>
<p><b>September 20: </b> Integration Bee competition in association with Science and Technology Council, IISERTVM</p>
<p><b>August 17: </b> Review Series for second year undergraduates and new math majors/minors</p>
</div>
<div class="row ps-5 pt-5">
<h3 class="h4" >VASANTH 2019</h3>
<p><b>March 16: </b>Epiphany: The CMIT Mathematics Tournament</p>
<p><b>February 14: </b> Talk by Akshay PR on A few problems from Mathematical Journals</p>
<p><b>January 18:</b>Talk by Joyentanuj Das on Catalan Garden</p>
</div>
<div class="row ps-5 pt-5">
<h3 class="h4" >VARSHA 2018</h3>
<p><b>November 01:</b> Talk by Joyentanuj Das on An Introduction to Combinatorial Designs</p>
<p><b>October 22: </b>Talk by Akshay PR on the Euler’s pentagonal number theorem</p>
<p><b>September 28: </b> Foundation of CMIT: Introductory session and problem discussion</p>
</div>
<br><br>
</div>
</div>
<!-- Start Footer -->
<footer class="bg-dark" id="tempaltemo_footer">
<div class="container">
<div class="row">
<div class="col-md-4 pt-5">
<h2 class="h2 text-success border-bottom pb-3 border-light logo">CMIT</h2>
<ul class="list-unstyled text-light footer-link-list">
<li>
<i class="fas fa-map-marker-alt fa-fw"></i>
IISER TVM
</li>
<li>
<i class="fa fa-envelope fa-fw"></i>
<a class="text-decoration-none" href="mailto:cmit@iisertvm.ac.in">cmit@iisertvm.ac.in</a>
</li>
</ul>
</div>
<div class="col-md-4 pt-5">
<h2 class="h2 text-light border-bottom pb-3 border-light">Links</h2>
<ul class="list-unstyled text-light footer-link-list">
<li><a class="text-decoration-none" href="wpc.html">WPC Archive</a></li>
<li><a class="text-decoration-none" href="epiphany.html">Epiphany</a></li>
<li><a class="text-decoration-none" href="discord.html">Discord</a></li>
</ul>
</div>
<div class="col-md-4 pt-5">
<h2 class="h2 text-light border-bottom pb-3 border-light">Further Info</h2>
<ul class="list-unstyled text-light footer-link-list">
<li><a class="text-decoration-none" href="index.html">Home</a></li>
<li><a class="text-decoration-none" href="about.html">About Us</a></li>
<li><a class="text-decoration-none" href="newsletter.html">Newsletter</a></li>
<li><a class="text-decoration-none" href="events.html">Events</a></li>
<li><a class="text-decoration-none" href="blog.html">Blog</a></li>
</ul>
</div>
</div>
<div class="row text-light mb-4">
<div class="col-12 mb-3">
<div class="w-100 my-3 border-top border-light"></div>
</div>
<div class="col-auto me-auto">
<ul class="list-inline text-left footer-icons">
<li class="list-inline-item border border-light rounded-circle text-center">
<a class="text-light text-decoration-none" target="_blank" href="https://facebook.com/cmitiisertvm"><i class="fab fa-facebook-f fa-lg fa-fw"></i></a>
</li>
<li class="list-inline-item border border-light rounded-circle text-center">
<a class="text-light text-decoration-none" target="_blank" href="https://instagram.com/cmitiisertvm"><i class="fab fa-instagram fa-lg fa-fw"></i></a>
</li>
<li class="list-inline-item border border-light rounded-circle text-center">
<a class="text-light text-decoration-none" target="_blank" href="https://twitter.com/cmitiisertvm"><i class="fab fa-twitter fa-lg fa-fw"></i></a>
</li>
<li class="list-inline-item border border-light rounded-circle text-center">
<a class="text-light text-decoration-none" target="_blank" href="https://www.youtube.com/c/cmitiisertvm"><i class="fab fa-youtube fa-lg fa-fw"></i></a>
</li>
</ul>
</div>
<!-- <div class="col-auto">
<label class="sr-only" for="subscribeEmail">Email address</label>
<div class="input-group mb-2">
<input type="text" class="form-control bg-dark border-light" id="subscribeEmail" placeholder="Email address">
<div class="input-group-text btn-success text-light">Subscribe</div>
</div>
-->
</div>
</div>
</div>
<div class="w-100 bg-black py-3">
<div class="container">
<div class="row pt-2">
<div class="col-6">
<p class="text-start text-light">
Copyright © 2024 CMIT
| Designed by CMIT with <span style="color: #e25555;">♥</span>
</p></div>
<div class="col-6"><p class="text-end text-light">Developed by Aryan Bhatia</p></div>>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<!-- Start Script -->
<script src="assets/js/jquery-1.11.0.min.js"></script>
<script src="assets/js/jquery-migrate-1.2.1.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/cmit.js"></script>
<script src="assets/js/custom.js"></script>
<!-- End Script -->
</body>
</html>