-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathorganising.php
369 lines (352 loc) · 16.5 KB
/
organising.php
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
<div class="mx-auto md:ml-0 w-[90%] md:w-[300px]">
<ul class="space-y-2">
<li class="relative">
<button type="button" class="hover:text-white focus:text-white w-full bg-gray-200 text-left pl-3 py-2 rounded-md font-medium hover:bg-gray-500 focus:outline-none focus:bg-gray-500" onclick="toggleDropdown('patrons_dropdown')">
Patrons
</button>
<ul id="patrons_dropdown" class="md:absolute left-full top-0 mt-2 mx-auto md:ml-2 w-[100%] md:w-[800px] bg-white rounded-md shadow-lg hidden text-left dropdown-menu open">
<li class="px-3 py-2">
<li class="px-3 py-2"><strong> Sh. Kaptan Singh</strong>, <strong> (President)</strong> SMES, New Delhi</li>
<li class="px-3 py-2"><strong>Ms. Esha Jakhar</strong>,<strong> (Vice - President)</strong> SMES, New Delhi</li>
<li class="px-3 py-2"><strong> Prof. Prem Vrat</strong>,<strong> (Pro - Chancellor)</strong> North Cap University, Gurgaon</li>
<li class="px-3 py-2"><strong> Sh. Karnal Singh</strong>,<strong> (IPS)</strong> Former Director - Enforcement Directorate </li>
<li class="px-3 py-2"><strong> Mr. Ajit Singh Chaudhary</strong>, <strong> (Secretary)</strong> SMES, New Delhi</li>
<li class="px-3 py-2"><strong> Mr. Raj Pal Solanki</strong>,<strong> (Treasurer)</strong> SMES, New Delhi </li>
<li class="px-3 py-2"><strong> Dr. Tejbir Singh Rana</strong>,<strong> (Chairman, Academic Committee)</strong> SMES, New Delhi </li>
<li class="px-3 py-2"><strong> Sh. S.S. Solanki</strong><strong>(Chairman Disciplinary(L))</strong> SMES, New Delhi</li>
</li>
</ul>
</li>
<li class="relative">
<button type="button" class="hover:text-white focus:text-white w-full bg-gray-200 text-left pl-3 py-2 rounded-md font-medium hover:bg-gray-500 focus:outline-none focus:bg-gray-500" onclick="toggleDropdown('organising_chair_dropdown')">
Organising Chair
</button>
<ul id="organising_chair_dropdown" class="md:absolute left-full top-0 mt-2 mx-auto md:ml-2 w-[100%] md:w-[800px] bg-white rounded-md shadow-lg hidden text-left dropdown-menu open">
<li class="px-3 py-2">
<strong>General Chair(s)</strong>
<li class="px-3 py-2">
<span class="font-semibold">Prof. Valentina E. Balas</span>, University of Arad, Romania
</li>
<li class="px-3 py-2">
<span class="font-semibold">Prof. S.K. Garg</span>, Delhi Technical University, New Delhi
</li>
<li class="px-3 py-2">
<span class="font-semibold">Dr. Darshana Hooda</span>, Deenbandhu Chhotu Ram University of Science and Technology, Haryana
</li>
</li>
<li class="px-3 py-2">
<strong>Conference Chair</strong>
<li class="px-3 py-2">
<h1><span class="font-semibold">Prof. Archana Balyan</span>, Director, MSIT</h1>
</li>
</li>
<li class="px-3 py-2">
<strong>Conference Co-Chair</strong>
<li class="px-3 py-2">
<h1><span class="font-semibold">Durga Suresh-Menon</span>, Dean, School of computing and Data Science, WIT, USA</h1>
</li>
</li>
</ul>
</li>
<li class="relative">
<button type="button" class="hover:text-white focus:text-white w-full bg-gray-200 text-left pl-3 py-2 rounded-md font-medium hover:bg-gray-500 focus:outline-none focus:bg-gray-500" onclick="toggleDropdown('convener_dropdown')">
Convener
</button>
<ul id="convener_dropdown" class="md:absolute left-full top-0 mt-2 mx-auto md:ml-2 w-[100%] md:w-[800px] bg-white rounded-md shadow-lg hidden text-left dropdown-menu">
<li class="px-3 py-2">
<strong>Dr. Amita Yadav</strong>, Department of Computer Science and Engineering, MSIT
</li>
</ul>
</li>
<li class="relative">
<button type="button" class="hover:text-white focus:text-white w-full bg-gray-200 text-left pl-3 py-2 rounded-md font-medium hover:bg-gray-500 focus:outline-none focus:bg-gray-500" onclick="toggleDropdown('co_conveners_dropdown')">
Co-Conveners
</button>
<ul id="co_conveners_dropdown" class="md:absolute left-full top-0 mt-2 mx-auto md:ml-2 w-[100%] md:w-[800px] bg-white rounded-md shadow-lg hidden text-left dropdown-menu">
<li class="px-3 py-2">
<strong>Dr. Geetika Dhand</strong>, Department of Computer Science and Engineering, MSIT
</li>
<li class="px-3 py-2">
<strong>Dr. Geetanjali Sharma</strong>, Department of Electronics and Communication Engineering, MSIT
</li>
<li class="px-3 py-2">
<strong>Dr. Mehmet Ergezer</strong>, School of Computing and Data Science, WIT
</li>
<li class="px-3 py-2">
<strong>Dr. Mark Mixer</strong>, School of Computing and Data Science, WIT
</li>
</ul>
</li>
<li class="relative">
<button type="button" class="hover:text-white focus:text-white w-full bg-gray-200 text-left pl-3 py-2 rounded-md font-medium hover:bg-gray-500 focus:outline-none focus:bg-gray-500" onclick="toggleDropdown('technical_review_dropdown')">
Technical Review Committee
</button>
<ul id="technical_review_dropdown" class="md:absolute left-full top-0 mt-2 mx-auto md:ml-2 w-[100%] md:w-[800px] bg-white rounded-md shadow-lg hidden text-left dropdown-menu">
<li class="px-3 py-2">
<span class="org_comm_headings">MSIT:</span>
</li>
<li class="px-3 py-2">
<strong>Prof. Archana Balyan</strong>, MSIT
</li>
<li class="px-3 py-2">
<strong>Prof. Prabhjot Kaur</strong>, MSIT
</li>
<li class="px-3 py-2">
<strong>Prof. Koyel Datta Gupta</strong>, MSIT
</li>
<li class="px-3 py-2">
<span class="org_comm_headings">WIT:</span>
</li>
<li class="px-3 py-2">
<strong>Dr. Gabe Counningham</strong>
</li>
<li class="px-3 py-2">
<strong>Dr. Yetunde Folajimi</strong>
</li>
</ul>
</li>
<li class="relative">
<button type="button" class="hover:text-white focus:text-white w-full bg-gray-200 text-left pl-3 py-2 rounded-md font-medium hover:bg-gray-500 focus:outline-none focus:bg-gray-500" onclick="toggleDropdown('program_committee_dropdown')">
Program Committee
</button>
<ul id="program_committee_dropdown" class="md:absolute left-full top-0 mt-2 mx-auto md:ml-2 w-[100%] md:w-[800px] bg-white rounded-md shadow-lg hidden text-left dropdown-menu">
<li class="px-3 py-2">
<span class="org_comm_headings">MSIT:</span>
</li>
<li class="px-3 py-2">
<strong>Prof. Meena Tushir</strong>
</li>
<li class="px-3 py-2">
<strong>Prof. Puneet Azad</strong>
</li>
<li class="px-3 py-2">
<strong>Prof. Tripti Sharma</strong>
</li>
<li class="px-3 py-2">
<strong> Prof. Rinky Dwivedi</strong>
</li>
<li class="px-3 py-2">
<strong>Dr. Anupama Kaushik</strong>
</li>
<li class="px-3 py-2">
<strong>Dr. Sandeep Jaglan</strong>
</li>
<li class="px-3 py-2">
<span class="org_comm_headings">WIT:</span>
</li>
<li class="px-3 py-2">
<strong>Dr. Umar Albalawi</strong>
</li>
<li class="px-3 py-2">
<strong>Dr. Weijie Pang</strong>
</li>
</ul>
</li>
<li class="relative">
<button type="button" class="hover:text-white focus:text-white w-full bg-gray-200 text-left pl-3 py-2 rounded-md font-medium hover:bg-gray-500 focus:outline-none focus:bg-gray-500" onclick="toggleDropdown('finance_committee_dropdown')">
Finance Committee
</button>
<ul id="finance_committee_dropdown" class="md:absolute left-full top-0 mt-2 mx-auto md:ml-2 w-[100%] md:w-[800px] bg-white rounded-md shadow-lg hidden text-left dropdown-menu">
<li class="px-3 py-2">
<span class="org_comm_headings">MSIT:</span>
</li>
<li class="px-3 py-2">
<strong>Dr. Sunil Gupta</strong>, MSIT
</li>
<li class="px-3 py-2">
<strong>Dr. Shalu</strong>, MSIT
</li>
<li class="px-3 py-2">
<strong>Ms. Kritika</strong>, MSIT
</li>
<li class="px-3 py-2">
<span class="org_comm_headings">WIT:</span>
</li>
<li class="px-3 py-2">
<strong>Dr. Deirdre Donovan</strong>
</li>
</ul>
</li>
<li class="relative">
<button type="button" class="hover:text-white focus:text-white w-full bg-gray-200 text-left pl-3 py-2 rounded-md font-medium hover:bg-gray-500 focus:outline-none focus:bg-gray-500" onclick="toggleDropdown('publication_committee_dropdown')">
Publication Committee
</button>
<ul id="publication_committee_dropdown" class="md:absolute left-full top-0 mt-2 mx-auto md:ml-2 w-[100%] md:w-[800px] bg-white rounded-md shadow-lg hidden text-left dropdown-menu">
<li class="px-3 py-2">
<span class="org_comm_headings">MSIT:</span>
</li>
<li class="px-3 py-2">
<strong>Prof. A.K. Singh</strong>, MSIT
</li>
<li class="px-3 py-2">
<strong>Dr. Anju Dhillon</strong>, MSIT
</li>
<li class="px-3 py-2">
<strong>Dr. Deepshikha Yadav</strong>, MSIT
</li>
<li class="px-3 py-2">
<span class="org_comm_headings">WIT:</span>
</li>
<li class="px-3 py-2">
<strong>Dr. Aspen Olmsted</strong>
</li>
</ul>
</li>
<li class="relative">
<button type="button" class="hover:text-white focus:text-white w-full bg-gray-200 text-left pl-3 py-2 rounded-md font-medium hover:bg-gray-500 focus:outline-none focus:bg-gray-500" onclick="toggleDropdown('publicity_committee_dropdown')">
Publicity Committee
</button>
<ul id="publicity_committee_dropdown" class="md:absolute left-full top-0 mt-2 mx-auto md:ml-2 w-[100%] md:w-[800px] bg-white rounded-md shadow-lg hidden text-left dropdown-menu">
<li class="px-3 py-2">
<span class="org_comm_headings">MSIT:</span>
</li>
<li class="px-3 py-2">
<strong>Dr. Kavita Sheoran</strong>, MSIT
</li>
<li class="px-3 py-2">
<strong>Dr. Aman Dahiya</strong>, MSIT
</li>
<li class="px-3 py-2">
<strong>Ms. Mamta Rani</strong>, MSIT
</li>
<li class="px-3 py-2">
<strong>Dr. Divya</strong>, MSIT
</li>
<li class="px-3 py-2">
<span class="org_comm_headings">WIT:</span>
</li>
<li class="px-3 py-2">
<strong>Ms. Alessandra Augusto</strong>
</li>
</ul>
</li>
<li class="relative">
<button type="button" class="hover:text-white focus:text-white w-full bg-gray-200 text-left pl-3 py-2 rounded-md font-medium hover:bg-gray-500 focus:outline-none focus:bg-gray-500" onclick="toggleDropdown('website_committee_dropdown')">
Website Committee
</button>
<ul id="website_committee_dropdown" class="md:absolute left-full top-0 mt-2 mx-auto md:ml-2 w-[100%] md:w-[800px] bg-white rounded-md shadow-lg hidden text-left dropdown-menu">
<li class="px-3 py-2">
<strong>Prof. Naresh Kumar</strong>
</li>
<!-- <li class="px-3 py-2">
<strong>Dr. Adeel Hashmi</strong>
</li> -->
<li class="px-3 py-2">
<strong>Dr. Vikrant Shokeen</strong>
</li>
</ul>
</li>
<li class="relative">
<button type="button" class="hover:text-white focus:text-white w-full bg-gray-200 text-left pl-3 py-2 rounded-md font-medium hover:bg-gray-500 focus:outline-none focus:bg-gray-500" onclick="toggleDropdown('registration_committee_dropdown')">
Registration Committee, MSIT
</button>
<ul id="registration_committee_dropdown" class="md:absolute left-full top-0 mt-2 mx-auto md:ml-2 w-[100%] md:w-[800px] bg-white rounded-md shadow-lg hidden text-left dropdown-menu">
<li class="px-3 py-2">
<strong>Dr. Shaily Malik</strong>
</li>
<li class="px-3 py-2">
<strong>Ms. Annu Dagar</strong>
</li>
<li class="px-3 py-2">
<strong>Ms. Swati Malik</strong>
</li>
</ul>
</li>
<li class="relative">
<button type="button" class="hover:text-white focus:text-white w-full bg-gray-200 text-left pl-3 py-2 rounded-md font-medium hover:bg-gray-500 focus:outline-none focus:bg-gray-500" onclick="toggleDropdown('sponsorship_committee_dropdown')">
Sponsorship Committee
</button>
<ul id="sponsorship_committee_dropdown" class="md:absolute left-full top-0 mt-2 mx-auto md:ml-2 w-[100%] md:w-[800px] bg-white rounded-md shadow-lg hidden text-left dropdown-menu">
<li class="px-3 py-2">
<span class="org_comm_headings">MSIT:</span>
</li>
<li class="px-3 py-2">
<strong>Dr. Sonia Rathee</strong>, MSIT
</li>
<li class="px-3 py-2">
<strong>Mr. Sushil Kumar</strong>, MSIT
</li>
<li class="px-3 py-2">
<strong>Mr. Sachit Rathee</strong>, MSIT
</li>
<li class="px-3 py-2">
<strong>Dr. Sangeeta Malik</strong>, MSIT
</li>
<li class="px-3 py-2">
<span class="org_comm_headings">WIT:</span>
</li>
<li class="px-3 py-2">
<strong>Dr. Aspen Olmsted</strong>
</li>
<li class="px-3 py-2">
<strong>Dr. Youssef Qranfal</strong>
</li>
</ul>
</li>
<li class="relative">
<button type="button" class="hover:text-white focus:text-white w-full bg-gray-200 text-left pl-3 py-2 rounded-md font-medium hover:bg-gray-500 focus:outline-none focus:bg-gray-500" onclick="toggleDropdown('reception_committee_dropdown')">
Reception and Stage Committee, MSIT
</button>
<ul id="reception_committee_dropdown" class="md:absolute left-full top-0 mt-2 mx-auto md:ml-2 w-[100%] md:w-[800px] bg-white rounded-md shadow-lg hidden text-left dropdown-menu">
<li class="px-3 py-2">
<strong>Dr. Nishtha Jatana</strong>
</li>
<li class="px-3 py-2">
<strong>Dr. Pooja Kherwa</strong>
</li>
<li class="px-3 py-2">
<strong>Dr. Jyoti Khurana</strong>
</li>
<li class="px-3 py-2">
<strong>Ms. Neelam Nehra</strong>
</li>
<li class="px-3 py-2">
<strong>Dr. Minakshi Tomer</strong>
</li>
<li class="px-3 py-2">
<strong>Ms. Saba Khanum</strong>
</li>
</ul>
</li>
<li class="relative">
<button type="button" class="hover:text-white focus:text-white w-full bg-gray-200 text-left pl-3 py-2 rounded-md font-medium hover:bg-gray-500 focus:outline-none focus:bg-gray-500" onclick="toggleDropdown('hospitality_committee_dropdown')">
Hospitality Committee, MSIT
</button>
<ul id="hospitality_committee_dropdown" class="md:absolute left-full top-0 mt-2 mx-auto md:ml-2 w-[100%] md:w-[800px] bg-white rounded-md shadow-lg hidden text-left dropdown-menu">
<li class="px-3 py-2">
<strong>Dr. Vimal Gaur</strong>
</li><li class="px-3 py-2">
<strong>Dr. Dinesh Sheoran</strong>
</li>
<li class="px-3 py-2">
<strong>Mr. Surender Singh</strong>
</li>
<li class="px-3 py-2">
<strong>Dr. Poonam Dahiya</strong>
</li>
<li class="px-3 py-2">
<strong>Dr. Sandeep Singh</strong>
</li>
<li class="px-3 py-2">
<strong>Ms. Vaani Garg</strong>
</li>
</ul>
</li>
<li class="relative">
<button type="button" class="hover:text-white focus:text-white w-full bg-gray-200 text-left pl-3 py-2 rounded-md font-medium hover:bg-gray-500 focus:outline-none focus:bg-gray-500" onclick="toggleDropdown('local_committee_dropdown')">
Local Organizing Committee, MSIT
</button>
<ul id="local_committee_dropdown" class="md:absolute left-full top-0 mt-2 mx-auto md:ml-2 w-[100%] md:w-[800px] bg-white rounded-md shadow-lg hidden text-left dropdown-menu">
<li class="px-3 py-2">
<strong>Mr. Manoj Malik</strong>
</li>
<li class="px-3 py-2">
<strong>Dr. Rakesh Kumar</strong>
</li>
<li class="px-3 py-2">
<strong>Dr. Sitender Malik</strong>
</li>
</ul>
</li>
</ul>
</div>