-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
637 lines (626 loc) · 34.5 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
635
636
637
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name=”keywords” content=”vdat, VDAT, VLSI, vlsi, vdat2024, vdat 2024, vit” />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<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=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<style>
body {
margin: 0px;
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
}
nav {
font-weight: bolder;
}
nav a {
color: #030E63 !important;
}
.marketing>h2 {
margin: 10px 0px 100px 0px;
}
.carousel {
transition: transform 1s ease;
}
.titlebar{
background-image: url("./Group\ 3.png");
}
.titlebar h1 {
color: #F9D100;
font-weight: 800;
font-family: Nunito;
font-size: 48px;
padding: 5px;
}
.date_venue {
font-size: 40px;
}
.theme {
color: white;
font-size: 28px;
}
.prog {
font-size: large;
}
.vitindia {
font-size: 36px;
}
@media (max-width: 768px) {
.titlebar h1 {
font-size: 24px;
}
.date_venue {
font-size: 20px;
}
.theme {
color: white;
font-size: 15px;
}
.btbox {
font-size: medium;
}
.prog {
font-size: small;
}
.vitindia {
font-size: 20px;
}
}
@media (max-width: 576px) {
.titlebar h1 {
font-size: 18px;
}
.date_venue {
font-size: 16px;
}
.theme {
color: white;
font-size: 10px;
}
.btbox {
font-size: small;
}
.prog {
font-size: small;
}
.vitindia {
font-size: 16px;
}
}
.VDAT24 {
text-align: justify;
}
.VDAT24 p {
font-size: large;
}
nav {
font-size: 16px;
}
.ieeem img {
height: 70px;
width: 75px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
nav {
font-size: 15px !important;
}
nav ul>li {
font-size: 15px !important;
}
#vit-logo img {
height: 40px;
}
.ieeem img {
height: 50px;
width: 55px;
}
.vlsil img {
height: 50px;
width: 55px;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
nav {
font-size: 12px !important;
}
nav ul>li {
font-size: 12px !important;
}
#vit-logo img {
height: 30px;
}
.ieeem img {
height: 40px;
width: 45px;
}
.vlsil img {
height: 40px;
width: 45px;
}
.prog {
font-size: medium;
}
}
@media (max-width: 768px) {
.VDAT24 p{
font-size: 12px !important;
}
}
.VDAT2024 {
background-image: url("./Group\ 32.png");
background-size: 200vh;
background-position: center;
}
.VDAT2024 .lead {
font-weight: 600;
}
.VDATVIT2024 .lead {
font-weight: 600;
}
.VDATVIT2024SENSE .lead {
font-weight: 600;
}
.vitv {
background-image: url('./3D_0029\ 1.png');
background-position: center;
background-size: 100%;
}
.vitc {
background-image: url('./vit-c.jpeg');
background-position: center;
background-size: 150%;
}
.vitb {
background-image: url('./vitb.jpg');
background-position: center;
background-size: 150%;
}
.vitap {
background-image: url('./vitap.jpg');
background-position: center;
background-size: 200%;
}
.small {
font-weight: 600 !important;
}
.feature-icon {
width: 4rem;
height: 4rem;
border-radius: .75rem;
}
.progoff {
display: flex;
flex-direction: column;
align-items: center;
}
.footer {
color: white !important;
text-align: justify;
}
</style>
</head>
<body>
<!--Nav Bar-->
<section class="header">
<nav class="navbar navbar-expand-lg" style="background-color: #EEEEEE;">
<div class="container-fluid">
<div id="vit-logo">
<a href="https://vit.ac.in/" class="navbar-brand p-0" target="_blank">
<img src="./VIT_COLOURED LOGO.png" alt="vit-logo" height="50px">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 nav-underline">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
HOME
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="./index.html">VDAT 2024</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="https://vit.ac.in/" target="_blank">VIT</a></li>
<li><a class="dropdown-item" href="https://www.vsi.org.in/" target="_blank">VSI</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="./committee.html">COMMITTEE</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./important_dates.html">IMPORTANT DATES</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="./registration.html" role="button" data-bs-toggle="dropdown" aria-expanded="false">
REGISTRATION
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="./registration.html">REGISTRATION</a></li>
<li><a class="dropdown-item" href="./accommadation.html">ACCOMMADATION</a></li>
<li><a class="dropdown-item" href="./travel_visa.html">TRAVEL AND VISA</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="./submission.html" role="button" data-bs-toggle="dropdown" aria-expanded="false">
SUBMISSION
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="./submission.html">CALL FOR PAPERS</a></li>
<li><a class="dropdown-item" href="./tutorials.html">CALL FOR TUTORIALS</a></li>
<li><a class="dropdown-item" href="./call_for_sponsors.html">CALL FOR SPONSORS</a></li>
<li><a class="dropdown-item" href="./fellowships.html">CALL FOR FELLOWSHIPS</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="./call_for_sponsors.html">SPONSORSHIPS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./speakers.html">SPEAKERS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact.html">CONTACT US</a>
</li>
</ul>
<form class="d-flex" role="search">
<div id="vlsi-logo">
<a href="http://vlsi_india.tripod.com/" class="navbar-brand p-0 vlsil" target="_blank">
<img src="./VSI Logo 1.png" alt="vlsi-logo">
</a>
</div>
</form>
</div>
</div>
</nav>
<!--Jumbotron-->
<div class="p-5 text-center titlebar slidedown">
<div class="container">
<h1><span class="date_venue">28<sup>th</sup> International Symposium on</span><br />VLSI Design and Test (VDAT-2024)<br /><span class="date_venue">1<sup>st</sup> - 3<sup>rd</sup> September 2024<br /><span class="vitindia">Vellore Institute of Technology, Vellore, INDIA</span></span><br /><span class="theme">Emerging Technologies for VLSI Design Ecosystem</span></h1>
</div>
</div>
</section>
<a href="./submission.html"><h3 class="container my-5" style="text-align: center; color: #F9D100; background-color: #0C0B0B;"><marquee>Call for Papers is now open</marquee></h3></a>
<div class="container col-xxl-12 py-5 VDAT24">
<div class="row align-items-center g-5 pb-5 rounded-3 border shadow-lg VDAT2024" style="background-color: #19A7CE; color: white">
<div class="col-lg-12">
<h1 class="display-4 fw-bold lh-1" style="font-size: 44px; color:#27d4fb">VDAT-2024</h1>
<p class="lead">VLSI Design & Test Symposium (VDAT) was initiated as a workshop in 1998. However, has attained the status of a Symposium from the year 2005 due to the progressively rising participation each year by VLSI-related professionals and academia. Since then, VDAT has been held annually and has established a significant and valuable event for people working in the field of VLSI. </p>
<p class="lead">The purpose of the Symposium is to provide opportunities for academia, researchers, startups, and industrial practitioners to share new ideas, experiences, and knowledge in various fields of VLSI Design and Testing.</p>
<p class="lead">Over the past 27 years, this annual gathering has increased in value for all participants, with many novel designs and technologies introduced during past symposiums, which have contributed to the prosperity of the world. The superior technical paper presentations have empowered participants to acquire new directions in the advancement of VLSI technology.</p>
<p class="lead">Now in its 28th year of delivering a unique convergence of design and technology, the 2024 VLSI Design & Test Symposium (VDAT-2024) will be held as a three-day in-person event onsite at the Vellore Institute of Technology (VIT) Vellore, Tamil Nadu from 1st September - 3rd September 2024.</p>
<p class="lead">VDAT-2024 is co-organized by the VLSI Society of India, with support and sponsorship from leading institutes and the industry.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a href="./registration.html"><button type="button" class="btn btn-light btn-lg px-4 me-md-2 btbox" style="font-weight: 600;">Registration</button></a>
<a href="./submission.html"><button type="button" class="btn btn-outline-light btn-lg px-4 btbox" style="font-weight: 600;">Submission</button></a>
</div>
</div>
</div>
</div>
<div class="container col-xxl-12 py-5 VDAT24">
<div class="row flex-lg-row-reverse align-items-center g-5 pb-5 rounded-3 border shadow-lg VDATVIT2024" style="background-color: #001C3B; color: white">
<div class="col-lg-12">
<h1 class="display-4 fw-bold lh-1 mb-3" style="font-size: 44px; color: #27d4fb">About VIT</h1>
<p class="lead">VIT (Vellore Institute of Technology), established in 1984, was conferred with the status of a deemed university in 2001 by the Government of India. In three decades, the Institution has emerged as an innovator in higher education, growing from 180 students to 67,000+ students. Today, it is counted among the most prominent and respected universities in India, featuring top-ranked academic programmes.</p>
<div class="container px-4" id="custom-cards">
<h2 class="border-bottom pt-3" style="color: #f4e32a;">Campuses</h2>
<div class="row row-cols-1 row-cols-lg-4 align-items-stretch g-4 pb-5 pt-5">
<div class="col">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg vitv">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<ul class="d-flex list-unstyled mt-auto">
<li class="me-auto">
</li>
<li class="d-flex align-items-center me-3">
<svg class="bi me-2" width="1em" height="1em"><use xlink:href="#geo-fill"></use></svg>
</li>
<li class="d-flex align-items-center">
</li>
</ul>
</div>
</div>
<p style="text-align: center;">VIT Vellore</p>
</div>
<div class="col">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg vitc">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<ul class="d-flex list-unstyled mt-auto">
<li class="me-auto">
</li>
<li class="d-flex align-items-center me-3">
<svg class="bi me-2" width="1em" height="1em"><use xlink:href="#geo-fill"></use></svg>
</li>
<li class="d-flex align-items-center">
</li>
</ul>
</div>
</div>
<p style="text-align: center;">VIT Chennai</p>
</div>
<div class="col">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg vitb">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<ul class="d-flex list-unstyled mt-auto">
<li class="me-auto">
</li>
<li class="d-flex align-items-center me-3">
<svg class="bi me-2" width="1em" height="1em"><use xlink:href="#geo-fill"></use></svg>
</li>
<li class="d-flex align-items-center">
</li>
</ul>
</div>
</div>
<p style="text-align: center;">VIT Bhopal</p>
</div>
<div class="col">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg vitap">
<div class="d-flex flex-column h-100 p-5 pb-3 text-shadow-1">
<ul class="d-flex list-unstyled mt-auto">
<li class="me-auto">
</li>
<li class="d-flex align-items-center me-3">
<svg class="bi me-2" width="1em" height="1em"><use xlink:href="#geo-fill"></use></svg>
</li>
<li class="d-flex align-items-center">
</li>
</ul>
</div>
</div>
<p style="text-align: center;">VIT Amaravati</p>
</div>
</div>
</div>
<div class="container px-4 py-5" id="icon-grid">
<h2 class="border-bottom" style="color: #f4e32a;">Global and National Rankings</h2>
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-2 g-4 py-5">
<div class="col d-flex align-items-start">
<div>
<img src="./NAAC-A++.png" width="100%" height="100%">
</div>
</div>
<div class="col d-flex align-items-start">
<div>
<img src="./shanghai-web-banner_2023.png" width="100%" height="100%">
</div>
</div>
<div class="col d-flex align-items-start">
<div>
<img src="./NIRF_2023.png" width="100%" height="100%">
</div>
</div>
<div class="col d-flex align-items-start">
<div>
<img src="./qsrank.png" width="100%" height="100%">
</div>
</div>
<div class="col d-flex align-items-start">
<div>
<img src="./THE-Impact-Ranking-2022.png" width="100%" height="100%">
</div>
</div>
<div class="col d-flex align-items-start">
<div>
<img src="./timesrank.png" width="100%" height="100%">
</div>
</div>
</div>
</div>
<div class="d-grid gap-2 d-md-flex justify-content-md-start pb">
<a target=”_blank” href="https://vit.ac.in/"><button type="button" class="btn btn-light btn-lg px-4 me-md-2 fw-bold btbox">For More Information</button></a>
</div>
</div>
</div>
</div>
<div class="container col-xxl-12 py-5 VDAT24">
<div class="row flex-lg-row-reverse align-items-center g-5 pb-5 rounded-3 border shadow-lg VDATVIT2024SENSE" style="background-color: #001C3B; color: white">
<div class="col-lg-12">
<h1 class="display-4 fw-bold lh-1 mb-3" style="font-size: 44px; color: #27d4fb">About School of Electronics Engineering</h1>
<p class="lead">The School of Electronics Engineering (SENSE) at VIT was established to provide cutting-edge knowledge in Electronics, Communication Engineering, and related fields. The recently introduced B.Tech program in Electronics Engineering with a specialization in VLSI Technology, marks a noteworthy addition.</p>
<h2 class="pb-2 border-bottom mt-5" style="color: #f4e32a;">Programs Offered</h2>
<div class="container px-5 pt-3 prog" id="featured-3">
<h3 class="fs-4 myDIV mt-3" style="color: white;">Undergraduate</h3>
<ul>
<li>B.Tech - Electronics Engineering (VLSI Design and Technology)</li>
<li>B.Tech - Electronics and Communication Engineering</li>
<li>B.Tech - Electronics and Communication Engineering (Biomedical Engineering)</li>
</ul>
<h3 class="fs-4 myDIV" style="color: white;">Postgraduate</h3>
<ul>
<li>M.Tech - VLSI Design</li>
<li>M.Tech - Embedded systems</li>
<li>M.Tech - Automotive Electronics</li>
<li>M.Tech - Electronics and Communication Engineering</li>
<li>M.Tech - Internet of Things and Sensor Systems</li>
<li>M.Tech - Biomedical Engineering</li>
</ul>
<h3 class="fs-4 myDIV" style="color: white;">Ph.D</h3>
<ul>
<li>Ph.D - Full time</li>
<li>Direct Ph.D - Full Time</li>
</ul>
</div>
</div>
<div class="container px-4 pt-5" id="icon-grid">
<h2 class="pb-2 border-bottom" style="color: #f4e32a;">Highlights</h2>
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-4 g-4 py-5">
<div class="col d-flex align-items-start">
<svg class="bi text-body-secondary flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#bootstrap"></use></svg>
<div>
<h3 class="fw-bold mb-0 fs-2">226</h3>
<p>Faculty</p>
</div>
</div>
<div class="col d-flex align-items-start">
<svg class="bi text-body-secondary flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#cpu-fill"></use></svg>
<div>
<h3 class="fw-bold mb-0 fs-2">3000+</h3>
<p>UG Students</p>
</div>
</div>
<div class="col d-flex align-items-start">
<svg class="bi text-body-secondary flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#calendar3"></use></svg>
<div>
<h3 class="fw-bold mb-0 fs-2">448</h3>
<p>PG Students</p>
</div>
</div>
<div class="col d-flex align-items-start">
<svg class="bi text-body-secondary flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#home"></use></svg>
<div>
<h3 class="fw-bold mb-0 fs-2">200+</h3>
<p>Ph.D Scholars</p>
</div>
</div>
<div class="col d-flex align-items-start">
<svg class="bi text-body-secondary flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#speedometer2"></use></svg>
<div>
<h3 class="fw-bold mb-0 fs-2">3000+</h3>
<p>Journal Publications</p>
</div>
</div>
<div class="col d-flex align-items-start">
<svg class="bi text-body-secondary flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#toggles2"></use></svg>
<div>
<h3 class="fw-bold mb-0 fs-2">17</h3>
<p>Industry Consultancy</p>
</div>
</div>
<div class="col d-flex align-items-start">
<svg class="bi text-body-secondary flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#geo-fill"></use></svg>
<div>
<h3 class="fw-bold mb-0 fs-2">10 CR</h3>
<p>Sponsored Projects</p>
</div>
</div>
<div class="col d-flex align-items-start">
<svg class="bi text-body-secondary flex-shrink-0 me-3" width="1.75em" height="1.75em"><use xlink:href="#tools"></use></svg>
<div>
<h3 class="fw-bold mb-0 fs-2">22</h3>
<p>Patents granted</p>
</div>
</div>
</div>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a target=”_blank” href="https://vit.ac.in/schools/school-of-electronics-engineering"><button type="button" class="btn btn-light btn-lg px-4 me-md-2 fw-bold btbox">For More Information</button></a>
</div>
</div>
</div>
</div>
<!--
<section class="VDAT24">
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="./vlsi 1.png" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold text-body-emphasis lh-1 mb-3">VDAT 2024</h1>
<p class="lead">Now in its 28th year of delivering a unique convergence of design and technology, the 2024 VLSI Design & Test Symposium (VDAT-2024) will be held as a three-day in-person event onsite at the Vellore Institute of Technology (VIT) Vellore, Tamil Nadu from 1st September-3rd September 2024.</p>
<p class="lead">VDAT-2024 is supported by the VLSI Society of India, with support and sponsorship from leading institutes and the industry.</p><div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a href="./registration.html"><button type="button" class="btn btn-dark btn-lg px-4 me-md-2">Registration</button></a>
<a href=""><button type="button" class="btn btn-outline-dark btn-lg px-4">Submission</button></a>
</div>
</div>
</div>
</div>
<div class="container my-5">
<div class="row p-4 pb-0 pe-lg-0 pt-lg-5 align-items-center rounded-3 border shadow-lg" style="background-color: #19A7CE; color: white">
<div class="col-lg-7 p-3 p-lg-5 pt-lg-3">
<h1 class="display-4 fw-bold lh-1">About VDAT</h1>
<p class="lead">VLSI Design & Test Symposium (VDAT) was initiated as a workshop in 1998. However, has attained the status of a Symposium from the year 2005 due to the progressively rising participation each year by VLSI-related professionals and academia. Since then, the VDAT has been held annually and has established a significant and valuable event for people working in the VLSI area.</p>
<p class="lead">The purpose of the Symposium is to provide opportunities for academics, researchers, startups, and industrial practitioners to share new ideas, experiences, and knowledge in various fields of VLSI Design and Testing.
</p>
<p class="lead">During the past 27 years, this annual gathering has increased in value for all participants, with many new designs and technologies introduced during past symposiums, which have contributed to the prosperity of the world. The superior technical papers presentations have empowered participants to acquire new directions in the advancement of VLSI technology.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start mb-4 mb-lg-3">
<a href="./important_dates.html"><button type="button" class="btn btn-light btn-lg px-4 me-md-2 fw-bold">IMPORTANT DATES</button></a>
</div>
</div>
<div class="col-lg-4 offset-lg-1 p-0 overflow-hidden shadow-lg">
<img class="rounded-lg-3" src="./chip 1.png" alt="" width="720">
</div>
</div>
</div>
<div class="container my-5">
<div class="row p-4 pb-0 pe-lg-0 pt-lg-5 align-items-center rounded-3 border shadow-lg" style="background-color: #0174BE; color: white">
<div class="col-lg-7 p-3 p-lg-5 pt-lg-3">
<h1 class="display-4 fw-bold lh-1">About VIT</h1>
<p class="lead">Vellore Institute of Technology (VIT) is a Deemed to be University in Vellore, Tamil Nadu, India. It was established under Section 3 of the University Grants Commission (UGC) Act, 1956, and was founded in 1984 as a self-financing institution called the Vellore Engineering College. The Union Ministry of Human Resources Development conferred University status on Vellore Engineering College in 2001.</p>
<p class="lead">VIT features a total of four campuses in Vellore, Amaravati, Bhopal, and Chennai. VIT is a leading private university for higher education and research in Engineering, Science, Agriculture, Law, and Management. </p>
<p class="lead">VIT consistently ranks among the country's best institutions and aspires to emerge as a global leader. The Engineering and Technology subject areas of VIT are the 240th best in the World and the 9th best in India, and eight subjects of VIT are within the top 500 in the world (as per QS World University Rankings by Subject 2023).</p>
<p class="lead">VIT is the 8th best University, the 11th best research institution, and the 11th best engineering institution in India (NIRF Ranking, Govt. of India 2023). VIT is ranked among the top 601-700 Universities in the world and one of the top 3 Institutions in India (Shanghai ARWU Ranking 2022). VIT has NAAC Accreditation with an A++ grade (3.66 out of 4) and is the 163rd-best Institution in Asia (QS - Asia University Rankings 2024).
</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start mb-4 mb-lg-3">
<a href="https://vit.ac.in/"><button type="button" class="btn btn-light btn-lg px-4 me-md-2 fw-bold">About VIT</button></a>
</div>
</div>
<div class="col-lg-4 offset-lg-1 p-0 overflow-hidden shadow-lg">
<img class="rounded-lg-3" src="./Technology_Tower(VIT) 1.png" alt="" width="720">
</div>
</div>
</div>
</section> -->
<!--Footer-->
<section class="footer" style="background-color: #111;">
<div class="container">
<footer class="row row-cols-1 row-cols-sm-2 row-cols-md-5 pt-5 my-5 border-top">
<div class="col mb-3">
<a href="/" class="d-flex align-items-center mb-3 link-body-emphasis text-decoration-none">
<svg class="bi me-2" width="40" height="32"><use xlink:href="#bootstrap"></use></svg>
</a>
<div>
<p>VDAT 2024</p>
</div>
</div>
<div class="col mb-3">
</div>
<div class="col mb-3">
<h5 class="text-decoration-underline">Contact Us</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="#" class="nav-link p-0" style="color: white;"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-geo-alt" viewBox="0 0 16 16">
<path d="M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A32 32 0 0 1 8 14.58a32 32 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10"/>
<path d="M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4m0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6"/>
</svg> Vellore Institute of Technology, Vellore - 632014, Tamilnadu, India</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0" style="color: white;"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-person-lines-fill" viewBox="0 0 16 16">
<path d="M6 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6m-5 6s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1zM11 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 0 1h-4a.5.5 0 0 1-.5-.5m.5 2.5a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1zm2 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1zm0 3a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1z"/>
</svg> 98944 32359<br /> 99430 62343</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0" style="color: white;"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-envelope-at" viewBox="0 0 16 16">
<path d="M2 2a2 2 0 0 0-2 2v8.01A2 2 0 0 0 2 14h5.5a.5.5 0 0 0 0-1H2a1 1 0 0 1-.966-.741l5.64-3.471L8 9.583l7-4.2V8.5a.5.5 0 0 0 1 0V4a2 2 0 0 0-2-2zm3.708 6.208L1 11.105V5.383zM1 4.217V4a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v.217l-7 4.2z"/>
<path d="M14.247 14.269c1.01 0 1.587-.857 1.587-2.025v-.21C15.834 10.43 14.64 9 12.52 9h-.035C10.42 9 9 10.36 9 12.432v.214C9 14.82 10.438 16 12.358 16h.044c.594 0 1.018-.074 1.237-.175v-.73c-.245.11-.673.18-1.18.18h-.044c-1.334 0-2.571-.788-2.571-2.655v-.157c0-1.657 1.058-2.724 2.64-2.724h.04c1.535 0 2.484 1.05 2.484 2.326v.118c0 .975-.324 1.39-.639 1.39-.232 0-.41-.148-.41-.42v-2.19h-.906v.569h-.03c-.084-.298-.368-.63-.954-.63-.778 0-1.259.555-1.259 1.4v.528c0 .892.49 1.434 1.26 1.434.471 0 .896-.227 1.014-.643h.043c.118.42.617.648 1.12.648m-2.453-1.588v-.227c0-.546.227-.791.573-.791.297 0 .572.192.572.708v.367c0 .573-.253.744-.564.744-.354 0-.581-.215-.581-.8Z"/>
</svg> [email protected]</a></li>
</ul>
</div>
<div class="col mb-3" style="color: white;">
<h5 class="text-decoration-underline">Quick Links</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a href="./index.html" class="nav-link p-0" style="color: white;">Home</a></li>
<li class="nav-item mb-2"><a href="./sponsorships.html" class="nav-link p-0" style="color: white;">Sponsorships</a></li>
<li class="nav-item mb-2"><a href="./submission.html" class="nav-link p-0" style="color: white;">Submission</a></li>
<li class="nav-item mb-2"><a href="#" class="nav-link p-0" style="color: white;">FAQs</a></li>
</ul>
</div>
<div class="col mb-3">
<h5 class="text-decoration-underline">Organized by</h5>
<ul class="nav flex-column">
<li class="nav-item mb-2"><a target=”_blank” href="https://vit.ac.in/schools/school-of-electronics-engineering" class="nav-link p-0" style="color: white;">School of Electronics Engineering, VIT Vellore</a></li>
</ul>
</div>
</footer>
</div>
<div class="d-flex flex-column flex-sm-row justify-content-between py-4 my-4 border-top">
<p>© VIT All rights reserved.</p>
<ul class="list-unstyled d-flex">
<li class="ms-3"><a class="link-body-emphasis" href="#"><img src="./icons8-twitterx-24.png"></a></li>
<li class="ms-3"><a class="link-body-emphasis" href="#"><img src="./icons8-instagram-24.png"></a></li>
<li class="ms-3"><a class="link-body-emphasis" href="#"><img src="./icons8-facebook-24.png"></a></li>
</ul>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>