-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
634 lines (568 loc) · 27.2 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
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
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Digital Public Infrastructures in the Age of AI</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<!-- <link href="img/favicon.png" rel="icon"> -->
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/venobox/venobox.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!--==========================
Header
============================-->
<header id="header">
<div class="container">
<div id="logo" class="pull-left">
<!-- Uncomment below if you prefer to use a text logo -->
<span>
<a href="#intro" class="scrollto"><img src="img/logo.png" alt="logo" title="" style = "margin-right:10px"></a>
<a href="#intro" class="scrollto"><img src="img/aberdeen-logo.png" alt="logo" title="" style = "margin-right:10px"></a>
<a href="#intro" class="scrollto"><img src="img/dvara-logo.jpg" alt="logo" title="" style = "margin-right:10px"></a>
<a href="#intro" class="scrollto"><img src="img/RAEng-logo.jpg" alt="logo" title="" style = "margin-right:10px"></a>
</span>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="#intro">Home</a></li>
<!-- <li><a href="#about">About</a></li> -->
<li><a href="#speakers">About</a></li>
<li><a href="#workshop">Workshop</a></li>
<li><a href="#schedule">Schedule</a></li>
<!-- <li><a href="#venue">Venue</a></li> -->
<!-- <li><a href="#apply_now">Apply Now</a></li> -->
<li><a href="#team">Team</a></li>
<!-- <li><a href="#faq">FAQs</a></li> -->
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<!-- #nav-menu-container -->
</div>
</header>
<!-- #header -->
<!--==========================
Intro Section
============================-->
<section id="intro" style = "height:70vh">
<div class="intro-container wow fadeIn">
<p class="mb-4 pb-0" style = "font-size: 32px">Workshop and Faculty Development Programme on <br>Digital Public Infrastructures in the Age of AI</p>
<p class="mb-4 pb-0" style = "font-size: 20px">11th - 13th June, 2024 - IIIT-Bangalore, India (In Person)</p>
</div>
</section>
<main id="main">
<section id="speakers" class="wow fadeInUp">
<div class="container">
<div class="row">
<div class="col-lg-8">
<h2><strong>About</strong></h2>
<p>Digital public infrastructures (DPIs) are systems which are used by other software utilities for providing public services. Prominent examples include Aadhaar, UPI, Digilocker etc. DPIs are characterized by the diversity of their use case and user base. The number of users may be in 100s of millions to billions. Such scale and diversity makes the engineering of such systems extremely challenging. This workshop aims to create awareness about DPIs in terms of their socio-technical requirements, present state-of-the-art methodologies that real-world DPI developers are using, and cutting edge research challenges around the theme of DPIs and how researchers in the area of social science, computer science and AI are trying to address these challenges. </p>
<p>The highlights of the workshop are:
<ul>
<li>Interactive hands-on sessions</li>
<li>Keynote talks by experts</li>
<li>Panel discussions </li>
<li>Networking sessions</li>
</ul>
</p>
<h2>Faculty Development Programme</h2>
<p>This workshop doubles up as a faculty development programme. Participants who are faculty members of any institution will be given participation certificates of a faculty development programme. </p>
<h2>Organisation Details</h2>
<p>Venue: International Institute of Information Technology, Bangalore
<br> <b>Dates: 11-13 June, 2024</b>
</p>
<h2>Registration</h2>
<p>Registration to the workshop is free but mandatory. If you wish to participate in the workshop, please pre-register using this <a href="https://docs.google.com/forms/d/e/1FAIpQLSfpRHUKuDyazO07gC0IChMDToB4EA9uci3C5Roza5hcWcHgyA/viewform">Pre-registration link</a>.</p>
<p><b>Limited seats available! Last date for registration is May 25, 2024.</b></p>
<p><b>Please note that final selection of participants to the workshop will be done after pre-registration closes. Applicants shortlisted for participation to the workshop will be contacted via email. <i>The registration process will be completed only after acknowledgement from the shortlisted participant.</i></b></p>
<h2>Target audience</h2>
<p>This event is designed for a diverse group of professionals eager to expand their understanding and application of DPI. Below are the anticipated benefits for each category of attendees:</p>
<p>Faculty members
<ul>
<li>Conceptualise courses around DPI themes</li>
<li>Add contents/examples in their existing courses related to DPI</li>
<li>Receive FDP completion certificate</li>
</ul>
</p>
<p>Corporate and social sector professionals
<ul>
<li>Discover and address relevant technology challenges using DPI.</li>
<li>Build connections with potential hires, collaborators and clients</li>
</ul>
</p>
<p>Government officials
<ul>
<li>Gain a comprehensive understanding of the latest advancements in DPI and eGovernance.</li>
<li>Meet solution providers and potential project partners.</li>
</ul>
</p>
<p>Research scholars (PhD and MS)
<ul>
<li>Identify new research problems in the field of DPI.</li>
<li>Connect with mentors, collaborators, and future employers.</li>
</ul>
</p>
<h2>FAQ</h2>
<ul>
<li><a style = "color: red">Is there a registration fee?</a> - No. Registration is free. </li>
<li><a style = "color: red">Is there accommodation available?</a> - Yes. You will get accommodation in the IIITB hostel if you have selected in the option in your registration form. </li>
<li><a style = "color: red">Is travel grant provided?</a> - No. </li>
</ul>
<h2>Selected Participants</h2>
<ol>
<li>Aaditya Dubey</li>
<li>Ayan Roy Choudhury</li>
<li>Deepti Anand</li>
<li>Devidas K</li>
<li>Divyashree S R</li>
<li>Dhruthan M N</li>
<li>Dr.Ishani Mishra</li>
<li>J Kokila</li>
<li>Krishnananda L</li>
<li>Mahendra Kumar b</li>
<li>Mithun G</li>
<li>Dr. Monika Gupta</li>
<li>Dr.NAGESH SALIMATH</li>
<li>Dr Nagesha KS</li>
<li>Nikita Shah</li>
<li>Niyati Trivedi</li>
<li>Ramalingeswara Rao K V</li>
<li>Reena D. K.</li>
<li>Dr. Rekha P M</li>
<li>K.Renuka Devi</li>
<li>Dr Shivanna D M</li>
<li>Siddharth Lotia</li>
<li>Subhashree Rath</li>
<li>Swarnika Kumari</li>
<li>Dr. Vasantha Kumara M</li>
<li>Vidyadhar Bendre</li>
</ol>
</div>
</section>
</div>
</div>
</section>
</div>
</section>
<!--==========================
Schedule Section
============================-->
<section id="schedule" class="section-with-bg">
<div class="container wow fadeInUp" style="visibility: hidden; animation-name: none;">
<div class="section-header">
<h2>Schedule</h2>
</div>
<div class="row">
<div class="col-md-3">
<div class="nav flex-column nav-pills" role="tablist">
<a class="nav-link active" href="#day-1" role="tab" data-toggle="tab">Tuesday, 11<sup>th</sup></a>
<a class="nav-link" href="#day-2" role="tab" data-toggle="tab">Wednesday, 12<sup>th</sup></a>
<a class="nav-link" href="#day-3" role="tab" data-toggle="tab">Thursday, 13<sup>th</sup></a>
</div>
</div>
<div class="col">
<div class="tab-content">
<!- - Day 1- ->
<div role="tabpanel" class="tab-pane fade show active" id="day-1">
<div>
<h2> Day-1</h2>
</div>
<div class="row schedule-item" style="background-color: #fff">
<!-- <div class="col-md-9">
<h4 style = "color: #f82249">RESEARCH</h4>
</div>
-->
</div>
<div class="row schedule-item">
<div class="col-md-3"><time>09:00 AM - 09:30 AM </time></div>
<div class="col-md-9">
<h4>Registration</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-3"><time>09:30 AM - 10:00 AM</time></div>
<div class="col-md-9">
<h4>Introduction and Welcome</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-3"><time>10:00 AM - 11:00 AM </time></div>
<div class="col-md-9">
<h4>Keynote 1</h4>
<b>Speaker:</b> Prof. Rajagopalan, Chairman MOSIP and Professor, IIIT Bangalore <br>
<b>Title:</b> MOSIP
<br>
<a href="https://docs.google.com/presentation/d/1r37hHTjPN9gmvO8RgvGSZ6ektlNKMU3L/edit?usp=drive_link&ouid=117990065215038924199&rtpof=true&sd=true">slides</a>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-3"><time>11:00 AM - 11:30 PM </time></div>
<div class="col-md-9">
<h4 style = "color: #f82249">Icebreaking Session + Coffee</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-3"><time>12:30 PM - 2:00 PM</time></div>
<div class="col-md-9">
<h4>Talk 1 - Fostering a Culture of Public Innovation: Building Citizen-driven DPI-based Apps - Yaji Sripada</i></h4>
<br>
<a href="https://docs.google.com/presentation/d/1Xrb5DvNaMAxB36QKVOXNw1K8KPe8fx5z/edit?usp=drive_link&ouid=117990065215038924199&rtpof=true&sd=true">slides</a>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-3"><time>01:00 PM - 2:00 PM</time></div>
<div class="col-md-9">
<h4 style = "color: #f82249">Lunch</i></h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-3"><time>02:00 PM - 03:30 PM</time></div>
<div class="col-md-9">
<h4>Interactive Session 1 - Achieving citizen-centricity in DPI and the need for coordination between Stakeholders - Aishwarya Narayan</i></h4>
<br>
<a href="https://docs.google.com/presentation/d/1-4dRHjNFhTMD7hbTFlJa56yKB7kHEuWf/edit?usp=drive_link&ouid=117990065215038924199&rtpof=true&sd=true">Aishwarya's slides</a>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-3"><time>3:30 PM - 4:00 PM</time></div>
<div class="col-md-9">
<h4 style = "color: #f82249">Break + Networking</i></h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-3"><time>4:00 PM - 4:45 PM</time></div>
<div class="col-md-9">
<h4>Panel Discussion</i></h4>
<b>Title:</b> TBD <br>
<b>Panelists:</b> Yaji Shripada (University of Aberdeen, UK), Srinath Srinivasa (Professor and Dean R&D, IIIT-B), Arun Kumar Gurumurthi (MOSIP), Vinoth Kumar (OpenG2P) <br>
<b>Moderator:</b> Yaji Shripada
</div>
</div>
</div>
</div>
<!- - Day 2- ->
<div role="tabpanel" class="tab-pane fade" id="day-2">
<div>
<h2> Day-2</h2>
<div class="row schedule-item">
<div class="col-md-3"><time>10:00 AM - 11:00 AM</time></div>
<div class="col-md-9">
<h4>Keynote 2</h4>
<b>Speaker:</b> Vijay Vujjini, CDPI<br>
<b>Title:</b> DPI : A Way of Thinking
<br>
<a href="https://docs.google.com/presentation/d/1dZsfWUaac1aFzXIu13fR6GB4oeK2qKij/edit?usp=drive_link&ouid=117990065215038924199&rtpof=true&sd=true">slides</a>
</div>
</div>
<div class="row schedule-item" style="background-color: #fff">
<div class="col-md-3"><time>11:00 AM - 11:30 AM</time></div>
<div class="col-md-9">
<h4 style = "color: #f82249">Coffee Break</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-3"><time>11:30 AM - 01:00 PM</time></div>
<div class="col-md-9">
<h4>Interactive Session 2 - Specification based Test Generation for DPIs - Sujit, Nikhila</h4>
<br>
<a href="https://drive.google.com/file/d/1MeUqt0gpGQt-wzjIwTlJLu0nCsVkeRJz/view?usp=drive_link">Sujit's slides</a>
<br>
<a href="https://drive.google.com/file/d/1NRM_qdKP4ZCPC_wXy1gPK5V7_KDWXvs8/view?usp=drive_link">Nikhila's slides</a>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-3"><time>01:00 PM - 2:00 PM</time></div>
<div class="col-md-9">
<h4 style = "color: #f82249">Lunch</i></h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-3"><time>02:00 PM - 03:30 PM</time></div>
<div class="col-md-9">
<h4>Interactive Session 3 - Exploring the Potential of Knowledge Graphs in DPIs - Milan Markovic</h4>
<br>
<a href="https://docs.google.com/presentation/d/1J5xpmI5SwRILHCHGSclgGSPhc9KP71bw/edit?usp=drive_link&ouid=117990065215038924199&rtpof=true&sd=true">Milan's slides</a>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-3"><time>03:30 PM - 04:00 PM</time></div>
<div class="col-md-9">
<h4 style = "color: #f82249">Coffee Break</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-3"><time>04:00 PM - 05:00 PM</time></div>
<div class="col-md-9">
<h4>Talk 2 - Legal Aspects of Health Data - Dr. Suresh Bada Math</h4>
<br>
<a href="https://docs.google.com/presentation/d/1FcLMTMCk9HNvhxNOM6RGP6qqIwo2YgM3/edit?usp=drive_link&ouid=117990065215038924199&rtpof=true&sd=true">Dr. Suresh's slides</a>
</div>
</div>
</div>
<!- - Day 3- ->
<div role="tabpanel" class="tab-pane fade" id="day-3">
<div>
<h2> Day-3</h2>
</div>
<div class="row schedule-item">
<div class="col-md-3"><time>10:00 AM - 11:00 AM</time></div>
<div class="col-md-9">
<h4>Talk 3 - Generative AI and its relevance to DPI - Raghuram Bhardwaj</h4>
<br>
<a href="https://drive.google.com/file/d/1mX6rsxIcVHZrdeeu6q-ZpR-TkSnCVn2f/view?usp=drive_link">Raghuram's slides</a>
</div>
</div>
<div class="row schedule-item" style="background-color: #fff">
<div class="col-md-3"><time>11:00 AM - 11:30 AM</time></div>
<div class="col-md-9">
<h4 style = "color: #f82249">Coffee Break</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-3"><time>11:30 AM - 01:00 PM</time></div>
<div class="col-md-9">
<h4>Interactive Session 4 - Functional, Non-functional and Accessibility V&V of DPIs -- Vivek, Karthika and students</h4>
<br>
<a href="https://drive.google.com/file/d/1tPUpffdMQd5nFUuYZyFt-cbCMhTcX_qx/view?usp=drive_link">Vivek's slides</a>
<br>
<a href="">Karthika's slides</a>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-3"><time>01:00 PM - 2:00 PM</time></div>
<div class="col-md-9">
<h4 style = "color: #f82249">Lunch</i></h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-3"><time>02:00 PM - 03:00 PM</time></div>
<div class="col-md-9">
<h4>Group Presentations</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-3"><time>03:00 PM - 03:30 PM</time></div>
<div class="col-md-9">
<h4>Closing Remarks and Farewell - Sujit, Aishwarya and Milan</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-3"><time>03:30 PM - 04:00 PM</time></div>
<div class="col-md-9">
<h4 style = "color: #f82249">Coffee Break</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Team Section
============================-->
<section id="team" class="section-with-bg wow fadeInUp" style="visibility: hidden; animation-name: none;">
<div class="container">
<div class="section-header">
<h2>Picture Gallery</h2>
<br>
<a href="https://photos.app.goo.gl/hBUaCsLXjvKhM7z79">Picture album</a>
</div>
<div class="section-header">
<h2>Workshop Organisers</h2>
</div>
<!-- <div class="row justify-content-center">
<h3>Faculty</h3>
</div> -->
<div class="row">
<div class="col-md-3 text-center">
<div class="speaker">
<img src="./img/organisers/sujit.jpg" alt="" class="img-fluid" style="width: 180px; height: 240px; object-fit: cover">
</div>
<br>
<p>
<a href="https://dummy">Sujit Kumar Chakrabarti,</a>
<br>
<!-- Professor -->
<!-- <br> -->
IIIT-Bangalore
</p>
</div>
<div class="col-md-3 text-center">
<div class="speaker">
<img src="./img/organisers/milan.jpg" alt="" class="img-fluid" style="width: 180px; height: 240px; object-fit: cover">
</div>
<br>
<p>
<a href="https://dummy">Milan Markovic</a>
<br>
<!-- Professor
<br> -->
University of Aberdeen, UK
</p>
</div>
<div class="col-md-3 text-center">
<div class="speaker">
<img src="./img/organisers/aishwarya.jpg" alt="" class="img-fluid" style="width: 180px; height: 240px; object-fit: cover">
</div>
<br>
<p>
<a href="https://dummy">Aishwarya Narayan</a>
<br>
<!-- Professor
<br> -->
Dvara Research
</p>
</div>
<div class="col-md-3 text-center">
<div class="speaker">
<img src="./img/organisers/sridhar.jpg" alt="" class="img-fluid" style="width: 180px; height: 240px; object-fit: cover">
</div>
<br>
<p>
<a href="https://dummy">V. Sridhar</a>
<br>
<!-- Professor
<br> -->
IIIT-Bangalore
</p>
</div>
<div class="col-md-3 text-center">
<div class="speaker">
<img src="./img/organisers/yaji.jpg" alt="" class="img-fluid" style="width: 180px; height: 240px; object-fit: cover">
</div>
<br>
<p>
<a href="https://dummy">Yaji Sripada</a>
<br>
<!-- Professor -->
<!-- <br> -->
University of Aberdeen, UK
</p>
</div>
<div class="col-md-3 text-center">
<div class="speaker">
<img src="./img/organisers/raghuramb.png" alt="" class="img-fluid" style="width: 180px; height: 240px; object-fit: cover">
</div>
<br>
<p>
<a href="https://dummy">Raghuram Bhardwaj</a>
<br>
<!-- Professor
<br> -->
IIIT-Bangalore
</p>
</div>
<div class="col-md-3 text-center">
<div class="speaker">
<img src="./img/organisers/karthika.jpg" alt="" class="img-fluid" style="width: 180px; height: 240px; object-fit: cover">
</div>
<br>
<p>
<a href="https://dummy">Karthika Venkatesan</a>
<br>
<!-- Professor
<br> -->
C-DAC Bangalore
</p>
</div>
<div class="col-md-3 text-center">
<div class="speaker">
<img src="./img/organisers/suresh.jpg" alt="" class="img-fluid" style="width: 180px; height: 240px; object-fit: cover">
</div>
<br>
<p>
<a href="https://dummy">Suresh Bada Math</a>
<br>
<!-- Professor
<br> -->
NIMHANS Bangalore
</p>
</div>
</div>
</div>
</section>
<!--==========================
Contact Section
============================-->
<section id="contact" class="section-with-bg wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Contact Us</h2>
</div>
<div class="row contact-info">
<div class="col-md-4">
<div class="contact-address">
<i class="ion-ios-location-outline"></i>
<h3>Address</h3>
<address> <a href="https://www.iiitb.ac.in/">International Institute of Information Technology Bangalore, India</a> </address>
</div>
</div>
<div class="col-md-4">
<!--
<div class="contact-phone">
<i class="ion-ios-telephone-outline"></i>
<h3>Phone Number</h3>
<!- - <p><a href="#">+91-9989088575</a></p> - ->
</div>
-->
</div>
<div class="col-md-4">
<div class="contact-email">
<i class="ion-ios-email-outline"></i>
<h3>Email</h3>
<p><a href="mailto:"DPIworkshop2024@iiitb.ac.in"></a>DPIworkshop2024@iiitb.ac.in</p>
</div>
</div>
</div>
<div class="row">
<div class="col text-center">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d15559.895745097316!2d77.6632162!3d12.8449599!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bae135aeb7f340f%3A0x3ad86af40d2ac611!2sInternational%20Institute%20of%20Information%20Technology%20Bangalore!5e0!3m2!1sen!2sin!4v1714638505273!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
<!-- <iframe src="https://www.google.com/maps/embed/v1/place?q=place_id:ChIJDzR_61oTrjsREcYqDfRq2Do&key=AIzaSyCi7-g7E1kCHBQwGsjGEj8yGkGZeS0JQ0s" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> -->
</div>
</div>
</div>
</section>
<!-- #contact -->
</main>
<!--==========================
Footer
============================-->
<footer
id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong>Workshops</strong> All Rights Reserved
</div>
</div>
</footer>
<!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-angle-up"></i></a>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/venobox/venobox.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="contactform/contactform.js"></script>
<script src="js/main.js"></script>
</body>
</html>