-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathevents-and-conferences.html
413 lines (375 loc) · 18.1 KB
/
events-and-conferences.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
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
<!DOCTYPE html>
<html class="no-js">
<head>
<title>Events and Conferences - Sivasakthi Science Foundation</title>
<!-- Facebook and Twitter integration -->
<meta property="og:title" content=""/>
<meta property="og:image" content=""/>
<meta property="og:url" content=""/>
<meta property="og:site_name" content=""/>
<meta property="og:description" content=""/>
<meta name="twitter:title" content="" />
<meta name="twitter:image" content="" />
<meta name="twitter:url" content="" />
<meta name="twitter:card" content="" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="logo.ico">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/brands.css" integrity="sha512-/0+jCMeks7Sm7B2Jai6K8JDYQqiwWiY73tw+G6BQkisKhUC0fqKt9Sd8noZvHPHl5rm9/cJ5hcuzzONlFvLMQQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,300' rel='stylesheet' type='text/css'> -->
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Superfish -->
<link rel="stylesheet" href="css/superfish.css">
<link rel="stylesheet" href="css/news.css">
<link rel="stylesheet" href="css/events.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/logo.css"
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="fh5co-wrapper">
<div id="fh5co-page">
<div class="header-top">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 text-left fh5co-link">
<a href="./blog.html">Blog</a>
<a href="contact-us/index.html">Contact</a>
</div>
<div class="col-md-6 col-sm-6 text-right fh5co-social">
<!--<a href="#" class="grow"><i class="icon-facebook2"></i></a>-->
<a href="https://x.com/SSF_handle" class="grow"><i class="fa-brands fa-x-twitter"></i></a>
<a href="https://www.instagram.com/ssf.iinsta" class="grow"><i class="icon-instagram2"></i></a>
<a href="https://youtube.com/@sivasakthifoundation" class="grow"><i class="icon-youtube"></i></a>
</div>
</div>
</div>
</div>
<header id="fh5co-header-section" class="sticky-banner">
<div class="container">
<div class="nav-header">
<a href="#" class="js-fh5co-nav-toggle fh5co-nav-toggle dark" style="padding-top: 3rem;"><i></i></a>
<h1 id="fh5co-logo">
<a href="index.html">
<img src="images/logo.png" alt="Sivasakthi Foundation Logo" style="height: 90px; vertical-align: middle;">
Sivasakthi Foundation
</a>
</h1>
<!-- START #fh5co-menu-wrap -->
<nav id="fh5co-menu-wrap" role="navigation">
<ul class="sf-menu" id="fh5co-primary-menu">
<li style="padding-top:3rem;">
<a href="#" class="fh5co-sub-ddown">About Us</a>
<ul class="fh5co-sub-menu">
<li><a href="./AboutUs.html">About Us</a></li>
<li><a href="./History and Background.html">History & Background</a></li>
<li><a href="./Missionstatement.html">Our Mission</a></li>
<li><a href="./Vision Statement copy.html">Our Vision</a></li>
<li><a href="./Financial Transparency.html">Financial Transparency</a></li>
</ul>
</li>
<li style="padding-top:3rem;">
<a href="#" class="fh5co-sub-ddown">Projects</a>
<ul class="fh5co-sub-menu">
<li><a href="https://www.bharatgenomedatabase.org/">Bharat Genome Database</a></li>
<li><a href="Ai.html">AI and Deep Learning </a></li>
</ul>
</li>
<li style="padding-top:3rem;">
<a href="#" class="fh5co-sub-ddown">Get Involved</a>
<ul class="fh5co-sub-menu">
<li><a href="./GetInvolved.html">Get Involved</a></li>
<li><a href="./events-and-conferences.html">Events & Conferences</a></li>
<li><a href="./Partnerships-Collaborations.html">Partnerships & Collabs</a></li>
</ul>
</li>
<!--<li><a href="blog.html">About</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="FAQ.html">FAQ</a></li>-->
<li style="padding-top:3rem;"><a href="contact-us/index.html">Contact Us</a></li>
<!-- Search box -->
<!--
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-1 my-sm-2 " type="submit">Search</button>
</form>
-->
</ul>
</nav>
</div>
</div>
</header>
<div class="fh5co-hero">
<div class="fh5co-overlay"></div>
<div class="fh5co-cover text-center" data-stellar-background-ratio="0.5" style="background-image: url(images/bg-events-and-conferences.jpg);">
<div class="desc animate-box">
<h2><strong>Events and Conferences</strong></h2>
<!--<span>HandCrafted by <a href="http://frehtml5.co/" target="_blank" class="fh5co-site-name">FreeHTML5.co</a></span>
<span><a class="btn btn-primary btn-lg" href="#">blog-text</a></span>-->
</div>
</div>
</div>
<div id="fh5co-blog-section" class="fh5co-section-gray">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center heading-section animate-box">
<div>
<p style="text-align: justify;">At Sivasakthi Science Foundation, we are dedicated
to fostering a vibrant community of scientists, educators, and enthusiasts
through our events and conferences. These gatherings provide opportunities
for networking, learning, and collaboration, and they play a crucial role in
advancing our mission to support science research, training, and education.</p>
<hr>
<h3>Upcoming Events</h3>
<p style="text-align: justify;">Stay informed about our upcoming events and mark
your calendars. Join us to engage with leading experts, participate in
workshops, and stay updated on the latest developments in science</p>
<hr>
<h3>Past Events</h3>
<p style="text-align: justify;">Take a look at some of our past events to see the impact
and reach of our initiatives. We have hosted numerous conferences, workshops, and
seminars that have brought together the brightest minds in science and education.</p>
<h4>1. BGDB at PAG31</h4>
<a href="https://www.bharatgenomedatabase.org/About-Us/PAG-DEV/BGDB@PAG31/index.html">
<img src="./images/pag31-poster.png" alt="PAG31 poster" width="100%">
</a>
<a href="https://www.bharatgenomedatabase.org/About-Us/PAG-DEV/BGDB@PAG31/index.html" class="btn btn-primary" style="margin-top: 2em">Click to learn more</a>
<hr>
<h3>Annual Conference</h3>
<p style="text-align: justify;">Our Annual Conference is the cornerstone of our event
calendar. This flagship event brings together researchers, educators, students,
and industry leaders to share knowledge, present research findings, and discuss
the future of science and education.</p>
<ul style="text-align: justify;"><!--
<li><strong>Date:</strong> [Date]</li>
<li><strong>Location:</strong> [Venue, City, State/Country]</li>
<li><strong>Description:</strong> [Overview of the conference, key themes, and special sessions.]</li>-->
<p><a href="#"> Coming Soon </a></p>
</ul>
<hr>
<h3>Workshops and Training Programs</h3>
<p style="text-align: justify;">We offer a variety of workshops and training programs
throughout the year to enhance skills and knowledge in specific areas of science
and education.</p>
<hr>
<h3>How to register</h3>
<p style="text-align: justify;">To register for any of our events or to learn more,
please visit our registration page or contact us at <i>[email protected]
</i>
Early registration is encouraged as spaces are limited.</p>
<p style="text-align: justify;">
<button><a href="https://forms.gle/H4EwXs8z7QE5DUcM9">Register Here</a></button></p>
<hr>
<h3>Sponsorship opportunities</h3>
<p style="text-align: justify;">We offer various sponsorship opportunities for our events.
If your organization is interested in sponsoring an event, please contact us at
[email protected] for more information.</p>
<hr>
<h3>Stay Updated</h3>
<p style="text-align: justify;">Subscribe to our newsletter and follow us on social
media to receive the latest updates on our events and conferences.</p>
<ul style="text-align: justify;">
<li><strong>Newsletter Sign-Up:</strong> Coming soon</li>
<li><strong>Twitter:</strong> <a href="https://x.com/SSF_handle">Link</a></li>
</ul>
<hr>
</div>
<!--
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit est facilis maiores, perspiciatis accusamus asperiores sint consequuntur debitis.</p>-->
</div>
</div>
</div><!--
<div class="container">
<div class="row row-bottom-padded-md">
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-blog animate-box">
<a href="#"><img class="img-responsive" src="images/cover_bg_1.jpg" alt=""></a>
<div class="blog-text">
<div class="prod-title">
<h3><a href=""#>Medical Mission in Southern Kenya</a></h3>
<span class="posted_by">Sep. 15th</span>
<span class="comment"><a href="">21<i class="icon-bubble2"></i></a></span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#">Learn More...</a></p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-blog animate-box">
<a href="#"><img class="img-responsive" src="images/cover_bg_2.jpg" alt=""></a>
<div class="blog-text">
<div class="prod-title">
<h3><a href=""#>Medical Mission in Southern Kenya</a></h3>
<span class="posted_by">Sep. 15th</span>
<span class="comment"><a href="">21<i class="icon-bubble2"></i></a></span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#">Learn More...</a></p>
</div>
</div>
</div>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-blog animate-box">
<a href="#"><img class="img-responsive" src="images/cover_bg_3.jpg" alt=""></a>
<div class="blog-text">
<div class="prod-title">
<h3><a href=""#>Medical Mission in Southern Kenya</a></h3>
<span class="posted_by">Sep. 15th</span>
<span class="comment"><a href="">21<i class="icon-bubble2"></i></a></span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#">Learn More...</a></p>
</div>
</div>
</div>
</div>
<div class="clearfix visible-md-block"></div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-blog animate-box">
<a href="#"><img class="img-responsive" src="images/cover_bg_1.jpg" alt=""></a>
<div class="blog-text">
<div class="prod-title">
<h3><a href=""#>Medical Mission in Southern Kenya</a></h3>
<span class="posted_by">Sep. 15th</span>
<span class="comment"><a href="">21<i class="icon-bubble2"></i></a></span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#">Learn More...</a></p>
</div>
</div>
</div>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-blog animate-box">
<a href="#"><img class="img-responsive" src="images/cover_bg_2.jpg" alt=""></a>
<div class="blog-text">
<div class="prod-title">
<h3><a href=""#>Medical Mission in Southern Kenya</a></h3>
<span class="posted_by">Sep. 15th</span>
<span class="comment"><a href="">21<i class="icon-bubble2"></i></a></span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#">Learn More...</a></p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-blog animate-box">
<a href="#"><img class="img-responsive" src="images/cover_bg_3.jpg" alt=""></a>
<div class="blog-text">
<div class="prod-title">
<h3><a href=""#>Medical Mission in Southern Kenya</a></h3>
<span class="posted_by">Sep. 15th</span>
<span class="comment"><a href="">21<i class="icon-bubble2"></i></a></span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#">Learn More...</a></p>
</div>
</div>
</div>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-blog animate-box">
<a href="#"><img class="img-responsive" src="images/cover_bg_1.jpg" alt=""></a>
<div class="blog-text">
<div class="prod-title">
<h3><a href=""#>Medical Mission in Southern Kenya</a></h3>
<span class="posted_by">Sep. 15th</span>
<span class="comment"><a href="">21<i class="icon-bubble2"></i></a></span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#">Learn More...</a></p>
</div>
</div>
</div>
</div>
<div class="clearfix visible-md-block"></div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-blog animate-box">
<a href="#"><img class="img-responsive" src="images/cover_bg_2.jpg" alt=""></a>
<div class="blog-text">
<div class="prod-title">
<h3><a href=""#>Medical Mission in Southern Kenya</a></h3>
<span class="posted_by">Sep. 15th</span>
<span class="comment"><a href="">21<i class="icon-bubble2"></i></a></span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#">Learn More...</a></p>
</div>
</div>
</div>
</div>
<div class="clearfix visible-sm-block"></div>
<div class="col-lg-4 col-md-4 col-sm-6">
<div class="fh5co-blog animate-box">
<a href="#"><img class="img-responsive" src="images/cover_bg_3.jpg" alt=""></a>
<div class="blog-text">
<div class="prod-title">
<h3><a href=""#>Medical Mission in Southern Kenya</a></h3>
<span class="posted_by">Sep. 15th</span>
<span class="comment"><a href="">21<i class="icon-bubble2"></i></a></span>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts.</p>
<p><a href="#">Learn More...</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4 text-center animate-box">
<a href="#" class="btn btn-primary btn-lg">Our Blog</a>
</div>
</div>
</div>-->
</div>
<!-- fh5co-blog-section -->
<footer>
<div id="footer">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<p class="fh5co-social-icons">
<a href="https://x.com/SSF_handle"><i class="fa-brands fa-x-twitter"></i></i></a>
<a href="https://www.instagram.com/ssf.iinsta"><i class="icon-instagram"></i></a>
<a href="https://youtube.com/@sivasakthifoundation"><i class="icon-youtube"></i></a>
</p>
<p>Copyright 2024 Sivasakthi Foundation <a href="#"></a>. All Rights Reserved.
<!--Privacy Policy-->
<a href="Privacy Policy and Terms of Use.html"><p>Privacy Policy & Terms and Conditions</a>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- END fh5co-page -->
</div>
<!-- END fh5co-wrapper -->
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/sticky.js"></script>
<!-- Stellar -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Superfish -->
<script src="js/hoverIntent.js"></script>
<script src="js/superfish.js"></script>
<!-- Main JS -->
<script src="js/main.js"></script>
</body>
</html>