-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
895 lines (843 loc) · 57.3 KB
/
index.html
File metadata and controls
895 lines (843 loc) · 57.3 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
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
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8ZK624RXZQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-8ZK624RXZQ');
</script>
<title style="color: #c50e0e; font-weight: bold;">JISU - CONFERENCE 2025</title>
<meta charset="utf-8">
<meta property="og:title"
content="JISU - CONFERENCE 2025" />
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta property="og:image" content="/assets/jisu_logo.png" />
<meta name="thumbnail" content="assets/jisu_logo.png" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description"
content="IJISU - CONFERENCE 2025">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1.0">
<meta http-equiv="x-dns-prefetch-control" content="on">
<link rel="icon" href="assets/jisu_logo.png" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="preload" as="style" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://res.cloudinary.com/brainware/raw/upload/v1632220473/cdn/font-inter.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/aos@2.3.1/dist/aos.css">
<link rel="preload" as="style" type="text/css" href="CSS/style.css">
<link rel="stylesheet" type="text/css" href="CSS/style.css">
<link rel="stylesheet" type="text/css" href="CSS/style_phone.css">
<link rel="stylesheet" type="text/css" href="CSS/style_phone_lg.css">
<link rel="stylesheet" type="text/css" href="CSS/style_tab.css">
<link rel="stylesheet" type="text/css" href="CSS/style_tab_lg.css">
</head>
<body class="home">
<div class="loader"><img loading="lazy" src="assets/jisu_logo.png" class="img-load" alt="loader"></div>
<header class="header fixed-top" id="fixtop" style="background-color: rgb(54, 4, 4);">
<nav>
<div class="container">
<div class="row nav-content">
<div class="site-logo d-flex align-items-center" style="font-size: 16px;">
<a href="#" class="text-decoration-none text-white" style="font-weight: 700;"><strong>JIS CONF-2025</strong></a>
<span style="font-size: 16px;"></span>
</div>
<div class="mob-menu" id="toggle">
<div class="hmb" style="font-size: 16px;"><span></span><span></span><span></span><span></span>
</div>
</div>
<div class="menu" id="menu">
<ul style="font-size: 16px;">
<li class="nav-item"><a href="#about-us" style="font-weight: bold;">ABOUT US</a></li>
<!-- <li class="nav-item"><a href="#objective" style="font-weight: bold;">OBJECTIVE</a></li> -->
<li class="nav-item"><a href="#dates" style="font-weight: bold;">DATES</a></li>
<li class="nav-item"><a href="#registration" style="font-weight: bold;">REGISTRATION</a>
</li>
<li class="nav-item"><a href="#committee" style="font-weight: bold;">COMMITTEE</a></li>
<li class="nav-item"><a href="#themes" style="font-weight: bold;">THEMES</a></li>
<li class="nav-item"><a href="#publication" style="font-weight: bold;">PUBLICATION</a></li>
<li class="nav-item"><a href="#instructions" style="font-weight: bold;">INSTRUCTIONS</a>
</li>
<li class="nav-item"><a href="#Eminent_Invited_Speakers"
style="font-weight: bold;">SPEAKERS</a></li>
<li class="nav-item mr-0"><a href="#contact" style="font-weight: bold;">CONTACT US</a></li>
</ul>
</div>
</div>
</div>
</nav>
<!-- Marquee line -->
<marquee behavior="scroll" direction="left" onmouseover="this.stop();" onmouseout="this.start();">
<div class="marquee-line">
<p>
<strong>DEVELOPED BY AYUSHMAN<Strong>
</p>
</div>
</marquee>
</header>
<main>
<section class="intro">
<div class="container">
<div class="row">
<div class="d-block raorba w-100 text-md-right pt-4">
<img loading="lazy" data-src="assets/jisu_logo.png" class="img-fluid jisu_logo lazy"
style="width: 290px; height: auto;"
alt="International Conference on Current Research in Engineering and Technology 2022 logo" />
<img data-src="assets/firebaseLogo.png" alt="ORSI-logo" class="img-fluid partner_two lazy"
style="width: 140px; height: auto; margin-left: 30px; padding-top: 46px;" />
<img class="img-fluid partner_one lazy" alt="bvbkol-logo"
style="width: 150px; height: auto; margin-right: 10px; padding-top: 46px;" src="assets/discordLogo.png" />
</div>
<div class="col-sm-12" data-aos="fade-in">
<div class="container">
<div class="row" style="display: flex;
align-items: center">
</div>
</div>
<h1 style="color: cadetblue;"><strong>
International Conference on</strong>
<div style="height: 20px;"></div>
<span class="d-block">I don't know what to write here need some Information</span>
<strong class="d-block">JISU - 2025</strong>
</h1>
<div class=" started">
<p style="color: #ffff; font-size: 30px;">March <b>13th</b> & <b>26th</b> 2025</p>
<p class="pt-4 mb-0"><span style="color: #ffff;">Organized
By</span><br><strong>Who's? organisaing? </strong>, Kolkata, West Bengal, India
<br>Who's the partnet? or just provide some context!
<strong>(JISU)</strong> - Kolkata
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="countdown">
<div class="count-wrap">
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-8" data-aos="fade-down" data-aos-duration="1200">
<div class="confrence">
<h1 class="text-uppercase text-white mb-0">CONFERENCE WILL START IN</h1>
<div id="start-counts" class="start-count d-flex">
<div class="counts count-days"><span id="days">00</span>
<p class="d-block mb-0 text-white">Days</p>
</div>
<div class="counts count-hour"><span id="hours">00</span>
<p class="d-block mb-0 text-white">Hours</p>
</div>
<div class="counts count-min"><span id="mins">00</span>
<p class="d-block mb-0 text-white">Minutes</p>
</div>
<div class="counts count-sec"><span id="sec">00</span>
<p class="d-block mb-0 text-white">Seconds</p>
</div>
</div>
</div>
</div>
<div class="conf-img" data-aos="fade-down" data-aos-duration="1800">
<img loading="lazy" data-src="assets/conference-img.jpg" class="w-100 lazy"
alt="International Conference on Current Research in Engineering and Technology image" />
</div>
</div>
</div>
</div>
</section>
<section id="about-us" class="com-pad about-us">
<div class="container">
<div class="sub-heading d-flex align-items-center">
<img loading="lazy" class="lazy" alt="note" data-src="assets/note.png">
<h2 class="text-blue pl-2 mb-0"><strong>About Us:</strong></h2>
</div>
<div class="row">
<div class="col-sm-12 pt-3" data-aos="fade-down" data-aos-duration="1200">
<p class="text-muted"><strong class="bold-blue">About the Conference</strong></p>
<p class="text-muted" style="text-align: justify;">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Veritatis ipsam molestias nobis sapiente facere totam beatae eos cumque, minus quos commodi error corrupti officia porro nesciunt molestiae quis exercitationem quaerat.
</p>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-5 col-lg-12 pt-3" data-aos="fade-down" data-aos-duration="1200">
<p class="text-muted"><strong class="bold-blue">About the Venue - JISU ROOFTOP xD
Some designation goes here...</strong>
</p>
<div style="display: flex; flex-wrap: wrap;">
<div style="flex: 1;">
<p class="text-muted" style="text-align: justify;">Some Description about the location or anything else
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Unde obcaecati quis dolore ab maxime ullam culpa facere beatae tenetur recusandae, nesciunt aliquam cumque porro? Repudiandae placeat delectus esse cumque nobis.
</p>
<p class="text-muted" style="text-align: justify;">Description about the uinversity or some special texts --
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Expedita molestiae doloremque eveniet enim dicta, minima repellendus magnam tenetur aspernatur sunt quae minus laboriosam laudantium delectus? Similique nesciunt repellat totam a?.
Lorem ipsum dolor sit amet consectetur adipisicing elit. Delectus adipisci asperiores, et, cumque quibusdam minus eveniet praesentium id nisi tenetur maiores error itaque! Eius culpa similique eos, sequi dolorum eveniet?</p>
<p class="text-muted">For more details, visit our website: <a
href="https://www.jisuniversity.ac.in/" target="_blank">JIS UNIVERSITY</a></p>
</div>
<div style="flex: 1; margin-left: 20px;">
<img class="img-fluid lazy" loading="lazy" data-src="assets/jisu_building.jpg"
alt="jisu-campus" />
</div>
</div>
<p class="text-muted"><strong class="bold-blue">You can write about the collabs in detail</strong>
</p>
<p class="text-muted" style="text-align: justify;">The description of the partners or sponsors can go here: --
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Labore obcaecati atque soluta quos maxime placeat! Eaque consequatur fuga doloribus tempore excepturi illo rem quis sunt, odit voluptatum odio nisi quod. </p>
<p class="text-muted">For more details, visit our website: <a
href="https://www.jisuniversity.ac.in/" target="_blank">JIS UNIVERSITY</a></p>
</div>
</div>
</div>
</section>
<section id="objective" class="com-pad objective bg-blue">
<div class="container">
<div class="sub-heading d-flex align-items-center">
<img loading="lazy" class="lazy" alt="focus" data-src="assets/focus.png">
<h2 class="text-blue pl-2 mb-0"><strong>Objective of the Conference:</strong></h2>
</div>
<div class="row">
<div class="col-sm-12 col-md-6 col-lg-5 pt-3" data-aos="fade-down" data-aos-duration="1200">
<img class="w-100 lazy" loading="lazy" data-src="assets/jisu_class.jpg" alt="conf-obj" />
</div>
<div class="col-sm-12 col-md-6 col-lg-7 pt-3" data-aos="fade-down" data-aos-duration="1500">
<p class="bullet" style="text-align: justify;">Foster collaboration and networking among
professionals from academia,
industry, and government sectors.</p>
<p class="bullet" style="text-align: justify;">Facilitate the dissemination of cutting-edge
research findings and
innovative methodologies in operations research and business analytics.</p>
<p class="bullet" style="text-align: justify;">Promote interdisciplinary approaches and
cross-disciplinary collaborations
to address complex real-world problems.</p>
<p class="bullet" style="text-align: justify;">Provide a forum for discussing emerging trends,
best practices, and future
directions in the field.</p>
<p class="bullet" style="text-align: justify;">Encourage the integration of theoretical insights
with practical
applications to enhance decision-making processes and organizational performance.</p>
</div>
</div>
</div>
</section>
<section id="dates" class="com-pad dates">
<div class="container">
<div class="sub-heading d-flex align-items-center">
<img loading="lazy" class="lazy" alt="date" data-src="image/date.png">
<h2 class="text-blue pl-2 mb-0"><strong>Important Dates:</strong></h2>
</div>
<div class="row">
<div class="col-sm-12 pt-3" data-aos="fade-down" data-aos-duration="1200">
<p class="bullet mb-1 text-muted font-weight-bold">
Full paper submission Due :
<span class="bold-red" style="color: #eb0f0f; font-weight: 800; background-color: #ffff00; padding: 2px;">PAPER SUBMISSION OPEN</span>
</p>
<p class="bullet mb-1 text-muted font-weight-bold">Acceptance Notification Due :
<span class="bold-blue"> xxxx xx, 2025</span>
<p class="bullet mb-1 text-muted font-weight-bold">Registration Due :
<span class="bold-blue"> xxxx xx, 2025 </span>
<p class="bullet mb-1 text-muted font-weight-bold">Conference Date : <span
class="bold-blue">March
25-26, 2024</strong></p>
</div>
</div>
</div>
</section>
<section id="registration" class="com-pad registration bg-blue">
<div class="container">
<div class="sub-heading d-flex align-items-center">
<img loading="lazy" class="lazy" alt="register" data-src="image/register.png">
<h2 class="text-blue pl-2 mb-0"><strong>Registration Fees:</strong></h2>
</div>
<div class="row">
<div class="col-sm-12 pt-4" data-aos="fade-down" data-aos-duration="1200">
<div class="table-responsive">
<table class="table tbl-regs table-bordered">
<tbody>
<tr class="head-title">
<td style="background-color:#d3ebee;"></td>
<td>Indian Author</td>
<td>Foreign Author</td>
<td>Indian Author</td>
<td>Foreign Author</td>
</tr>
<tr>
<td style="background-color:#0084e3;color:#fff;">Category</td>
<td colspan="2">
On or before June 30, 2024
<!-- <span style="color: #eb0f0f; font-weight: 800; background-color: #ffff00; padding: 2px;">CLOSED</span> -->
</td>
<td colspan="2">
After June 30, 2024
<span >
and On or before July 4th, 2024
</span>
</td>
<!-- <td colspan="2">On or before July 4th, 2024 </td> -->
</tr>
<tr>
<td>Student**</td>
<td>₹ 2500</td>
<td>US$ 100</td>
<td>₹ 3000</td>
<td>US$ 115</td>
</tr>
<tr>
<td>Academicians</td>
<td>₹ 4000</td>
<td>US$ 150</td>
<td>₹ 4500</td>
<td>US$ 165</td>
</tr>
<tr>
<td>Industry</td>
<td>₹ 6000</td>
<td>US$ 200</td>
<td>₹ 6500</td>
<td>US$ 215</td>
</tr>
<tr>
<td>ORSI Member</td>
<td>₹ 3000</td>
<td>--</td>
<td>₹ 3500</td>
<td>--</td>
</tr>
<tr>
<td>Only Attending</td>
<td>₹ 1800</td>
<td>US$ 75</td>
<td>₹ 2300</td>
<td>US$ 90</td>
</tr>
</tbody>
</table>
</div>
<p class="text-muted" style="text-align: justify;"><b class="text-dark">**Full Time
UG/PG/Research Scholar.</b> <span class="call-for-paper-txt">Part Time would be
considered as a regular
author/Academicians.</span></p>
</div>
<div class="col-sm-12" data-aos="fade-down" data-aos-duration="1200">
<div class="table-responsive">
<p class="bold-blue font-weight-bold" style="text-align: justify;">Registration fees
includes</p>
<table class="table tbl-regs table-bordered">
<thead>
<tr class="head-title">
<th>Participants</th>
<th>Included Items</th>
</tr>
</thead>
<tbody>
<tr>
<td><b class="text-muted" style="text-align: justify;">Students (Full Time)/
Academicians/Industry
Persons/ Attendees</b></td>
<td>Publishing a paper in conference proceedings, Book of Abstracts (Soft Copy),
Conference Kits, Network Lunch and Tea, Attending All technical sessions,
Certificate of Presenters etc.</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="col-sm-12 pt-3" data-aos="fade-down" data-aos-duration="1200">
<p class="bullet mb-1 text-muted">
<span class="call-for-paper-txt">If an author has got more than one accepted paper, each
paper has also to be registered</span>
</p>
<p class="bullet mb-1 text-muted">
<b>Payment Methods:</b>
<span class="call-for-paper-txt">NEFT/RTGS/ Net transfer (No credit card payment
method)</span>
</p>
<div class="bank-details" style="padding-left: 10px;">
<div class="bank-details-item">
<span class="font-weight-bold" style="color: #007bff;">Account Name:</span> JISU 2025
</div>
<div class="bank-details-item">
<span class="font-weight-bold" style="color: #007bff;">Account No.:</span> XXXX XXXX
</div>
<div class="bank-details-item">
<span class="font-weight-bold" style="color: #007bff;">Bank Name:</span> Unknown Bank
</div>
<div class="bank-details-item">
<span class="font-weight-bold" style="color: #007bff;">Branch Name:</span> Kolkata
</div>
<div class="bank-details-item">
<span class="font-weight-bold" style="color: #007bff;">IFSC Code:</span> XXXXXXXXXXXX
</div>
</div>
<p class="bullet mb-1 text-muted" style="text-align: justify;">
<span class="call-for-paper-txt">If you are using NEFT/RTGS/ Net transfer please make sure,
at least Paper ID is clearly mentioned in the Funds Transfer Application.</span>
</p>
<p class="bullet mb-1 text-muted" style="text-align: justify;">
<span class="call-for-paper-txt">Registration process fee shall not be refunded after
submission of camera ready paper and online registration.</span>
</p>
<p class="bullet mb-1 text-muted" style="text-align: justify;">
<span class="call-for-paper-txt">Students (UG/PG Students and only Full time Research/PhD
Scholars) have to submit their scanned copy of the ID card along with the Registration
form to avail the deduction.</span>
</p>
</div>
</div>
</div>
</section>
<section id="committee" class="com-pad committee">
<div class="container">
<div class="sub-heading d-flex align-items-center mb-3">
<img loading="lazy" class="lazy" alt="peoples" data-src="assets/peoples.png">
<h2 class="text-blue pl-2 mb-0"><strong>Organizing Committee:</strong></h2>
</div>
<div class="row">
<div class="col-sm-12 col-md-6" data-aos="fade-down" data-aos-duration="1200">
<div style="margin-top: 20px;">
<strong class="bold-blue" style="color: #007bff; font-size: 20px;">Chief Patron</strong>
<p class="mb-0 font-weight-bold">Name Goes Here</p>
<p class="text-muted" style="text-align: justify;">Designation goes here,
Place, India</p>
</div>
<div style="margin-top: 20px;">
<strong class="bold-blue" style="color: #007bff; font-size: 20px;">Organizing Committee
Member</strong>
<!-- <p style="font-weight: bold; color: red;">Updated Soon..</p> -->
<p class="text-muted" style="margin-bottom: 5px;"><span class="font-weight-bold"
style="color: #212529;">Name Goes Here,</span><span class="text-muted">
Place, India</span></p>
</div>
<div style="margin-top: 20px;">
<strong class="bold-blue" style="color: #007bff; font-size: 20px;">Advisory
Committee</strong>
<div style="margin-top: 10px;">
<p style="margin-bottom: 5px;"><span style="font-weight: bold; color: #040938;">Name Goes Here,</span><span class="text-muted" style="font-style: none;">Place, India</span></p>
</div>
</div>
</div>
</div>
</section>
<section id="themes" class="com-pad themes">
<div class="container">
<div class="sub-heading d-flex align-items-center">
<img loading="lazy" class="lazy" alt="register" data-src="image/register.png">
<h2 class="text-blue pl-2 mb-0"><strong>Call for Paper</strong></h2>
</div>
<div class="row">
<div class="col-sm-12 pt-3">
<p style="text-align: justify;">All honorable authors are encouraged to contribute original
research papers for JISU-2025
on the following (but not limited to) research topics:</p>
</div>
<div class="col-sm-12 col-md-6" data-aos="fade-down" data-aos-duration="1200">
<ul class="pl-3">
<li><span class="call-for-paper-txt" style="text-align: justify;">Optimization in Business,
Engineering &
Management</span></li>
</ul>
</div>
<div class="col-sm-12 col-md-6" data-aos="fade-down" data-aos-duration="1500">
<ul class="pl-3">
<li><span class="call-for-paper-txt" style="text-align: justify;">Geographical Information
Systems/ Global Navigation
Satellite Systems (GIS/GNSS)</span></li>
</ul>
</div>
</div>
</div>
</section>
<section id="publication" class="com-pad authors">
<div class="container">
<div class="sub-heading d-flex align-items-center">
<img loading="lazy" class="lazy" alt="Publication" data-src="assets/publication.png">
<h2 class="text-blue pl-2 mb-0"><strong>Publication</strong></h2>
</div>
<div class="row">
<div class="col-sm-12 pt-3" data-aos="fade-down" data-aos-duration="1200">
<p class="text-muted" style="text-align: justify;">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Non nesciunt magni quisquam ipsam at error! Saepe, eos beatae repellendus iure perferendis consequatur aspernatur soluta, corporis ducimus dignissimos sapiente, at commodi?</p>
<!-- <p class="text-muted">The extended version (at least 70% extended) of the accepted and
registered papers will be published on the reputed SCOPUS indexed UGC-CARE Journal.
</p> -->
<h2 class="text-muted" style="font-size: 20px;"><span
class="call-for-paper-txt"><strong>Journals -</strong></span></h2>
<div class="col-sm-12" data-aos="fade-down" data-aos-duration="1200">
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Int J Supply and
Operations Management (Scopus) </span></p>
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Military Technical
Courier (Scopus)</span></p>
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Decision Making
Advances</span></p>
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Journal of Decision
Analytics and Intelligent Computing</span></p>
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Theoretical and Applied
Computational Intelligence</span></p>
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Management Science and
Information Technology (MSIT)</span></p>
<!-- <p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Single column text</span>
</p> -->
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Journal of Optimization
and Supply Chain Management (JOSCM)</span></p>
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Clean Technologies and Recycling</span></p>
<p class="text-muted pt-3"><span class="call-for-paper-txt"
style="text-align: justify;">Also, awaiting confirmation from some Scopus indexed
Journals and publishers for announcement of Special Issues and/or Edited Books.<span
class="call-for-paper-txt"></p>
<p class="text-muted pt-3"><span class="call-for-paper-txt" style="text-align: justify;">In
addition to this, track wise best paper awards will be given in the conference.<span
class="call-for-paper-txt"></p>
</div>
</div>
</div>
</div>
</section>
<section id="instructions" class="com-pad authors bg-blue">
<div class="container">
<div class="sub-heading d-flex align-items-center">
<img loading="lazy" class="lazy" alt="Instructions" data-src="assets/instructions.png">
<h2 class="text-blue pl-2 mb-0"><strong>General Instructions for Authors</strong></h2>
</div>
<div class="row">
<div class="col-sm-12 pt-3" data-aos="fade-down" data-aos-duration="1200">
<div class="easy-chair">
<h3 class="red-bold mb-0" style="text-align: justify;">Submission through only GITHUB xD
</h3>
<span><a href="#" rel="nofollow"
target="_blank"><img loading="lazy" class="img-fluid lazy"
data-src="assets/ESSAYCHAIR.png" alt="easy-chair" /></a></span>
</div>
<h2 class="text-muted" style="font-size: 20px;"><span class="call-for-paper-txt"><strong>Format
for Article -</strong></span></h2>
</div>
<div class="col-sm-12" data-aos="fade-down" data-aos-duration="1200">
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Abstract word limit: 200
words</span></p>
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Abstract font size: 9pt,
Italic</span></p>
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Keywords: maximum 8 no., font
size: 9pt. Italic</span></p>
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Full paper word limit: 2000
words</span></p>
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Heading font size: 12pt,
Bold</span></p>
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Sub-heading font size: 11pt,
Bold</span></p>
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Single column text</span></p>
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Main body of the article:
11pt</span></p>
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Line Spacing: 1.15pt</span>
</p>
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Tables and figures must have
a caption written on the bottom table or figure</span></p>
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">All borrowed ideas,
quotations etc. should be cited and acknowledged properly</span></p>
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Reference font
size:10pt</span></p>
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Referencing style: APA (6th
Ed.)</span></p>
<p class="bullet mb-1 text-muted"><span class="call-for-paper-txt">Corresponding author should
be indicated with (*)</span></p>
<p class="text-muted pt-3"><span class="call-for-paper-txt" style="text-align: justify;">Both
invited and contributed papers
will be considered. Authors have to submit undertakings about the genuineness and
regarding copyright. All accepted papers will be invited for the presentation. The
decision of the review committee is final regarding acceptance or rejection of
papers.<span class="call-for-paper-txt"></p>
</div>
</div>
</div>
</section>
<section id="Eminent_Invited_Speakers" class="com-pad speakers">
<div class="container">
<div class="sub-heading d-flex align-items-center">
<img loading="lazy" class="lazy" alt="speaker" data-src="assets/speaker.png">
<h2 class="text-blue pl-2 mb-0"><strong>Eminent Invited Speakers:</strong></h2>
</div>
<div class="row justify-content-center" style="padding: 2em;">
<!-- Speaker cards -->
<div class="col-md-3 col-sm-6 col-lg-3 col-xl-3 mb-5">
<div class="people-card general-card text-center" data-testid="organizer-card">
<div style="border-radius: 50%; width: 175px; height: 175px; margin: 0 auto;">
<img src="image/speaker1.jpg" alt=" avatar"
style="border-radius: 50%; width: 100%; height: 100%; object-fit: cover;" role="img"
aria-label=" avatar">
</div>
<div class="People-styles-info-D3x35 mt-5 text-center">
<h3 class="mb-3"
style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: bold; color: #333;">
Name Goes Here</h3>
<p class="mb-2" style="font-style: none; color: #333232;font-weight: 600;">Designation
goes here</p>
<p class="mb-0" style="font-family: Verdana; font-size: 16px; color: #040938;">
Place, India</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-lg-3 col-xl-3 mb-5">
<div class="people-card general-card text-center" data-testid="organizer-card">
<div style="border-radius: 50%; width: 175px; height: 175px; margin: 0 auto;">
<img src="image/speaker1.jpg" alt=" avatar"
style="border-radius: 50%; width: 100%; height: 100%; object-fit: cover;" role="img"
aria-label=" avatar">
</div>
<div class="People-styles-info-D3x35 mt-5 text-center">
<h3 class="mb-3"
style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: bold; color: #333;">
Name Goes Here</strong></h3>
<p class="mb-2" style="font-style: none; color: #333232;font-weight: 600;">Designation
goes here </p>
<p class="mb-0" style="font-family: Verdana; font-size: 16px; color: #040938;">
Place, India</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-lg-3 col-xl-3 mb-5">
<div class="people-card general-card text-center" data-testid="organizer-card">
<div style="border-radius: 50%; width: 175px; height: 175px; margin: 0 auto;">
<img src="image/speaker1.jpg" alt=" avatar"
style="border-radius: 50%; width: 100%; height: 100%; object-fit: cover;" role="img"
aria-label=" avatar">
</div>
<div class="People-styles-info-D3x35 mt-5 text-center">
<h3 class="mb-3"
style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: bold; color: #333;">
Name Goes Here</strong></h3>
<p class="mb-2" style="font-style: none; color: #333232;font-weight: 600;">Designation
goes here</p>
<p class="mb-0" style="font-family: Verdana; font-size: 16px; color: #040938;">
Place, India</p>
</div>
</div>
</div>
</div>
<!-- Second Row -->
<div class="row justify-content-center" style="padding: 2em;">
<!-- Speaker 5 -->
<div class="col-md-3 col-sm-6 col-lg-3 col-xl-3 mb-5">
<div class="people-card general-card text-center" data-testid="organizer-card">
<div style="border-radius: 50%; width: 175px; height: 175px; margin: 0 auto;">
<img src="image/speaker1.jpg" alt=" avatar"
style="border-radius: 50%; width: 100%; height: 100%; object-fit: cover;" role="img"
aria-label=" avatar">
</div>
<div class="People-styles-info-D3x35 mt-5 text-center">
<h3 class="mb-3"
style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: bold; color: #333;">
Name Goes Here</strong></h3>
<p class="mb-2" style="font-style: none; color: #333232;font-weight: 600;">Designation
goes here </p>
<p class="mb-0" style="font-family: Verdana; font-size: 16px; color: #040938;">Place,
India</p>
</div>
</div>
</div>
<!-- Repeat the above col-md-3 for Speaker 6, 7, and 8 -->
<div class="col-md-3 col-sm-6 col-lg-3 col-xl-3 mb-5">
<div class="people-card general-card text-center" data-testid="organizer-card">
<div style="border-radius: 50%; width: 175px; height: 175px; margin: 0 auto;">
<img src="image/speaker1.jpg" alt=" avatar"
style="border-radius: 50%; width: 100%; height: 100%; object-fit: cover;" role="img"
aria-label=" avatar">
</div>
<div class="People-styles-info-D3x35 mt-5 text-center">
<h3 class="mb-3"
style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: bold; color: #333;">
Name Goes Here</strong></h3>
<p class="mb-2" style="font-style: none; color: #333232;font-weight: 600;">Designation goes here </p>
<p class="mb-0" style="font-family: Verdana; font-size: 16px; color: #040938;">Place,
India</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-lg-3 col-xl-3 mb-5">
<div class="people-card general-card text-center" data-testid="organizer-card">
<div style="border-radius: 50%; width: 175px; height: 175px; margin: 0 auto;">
<img src="image/speaker1.jpg" alt=" avatar"
style="border-radius: 50%; width: 100%; height: 100%; object-fit: cover;" role="img"
aria-label=" avatar">
</div>
<div class="People-styles-info-D3x35 mt-5 text-center">
<h3 class="mb-3"
style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: bold; color: #333;">
Name Goes Here</strong></h3>
<p class="mb-2" style="font-style: none; color: #333232;font-weight: 600;">Designation goes here </p>
<p class="mb-0" style="font-family: Verdana; font-size: 16px; color: #040938;">Place,
India</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-lg-3 col-xl-3 mb-5">
<div class="people-card general-card text-center" data-testid="organizer-card">
<div style="border-radius: 50%; width: 175px; height: 175px; margin: 0 auto;">
<img src="image/speaker1.jpg" alt=" avatar"
style="border-radius: 50%; width: 100%; height: 100%; object-fit: cover;" role="img"
aria-label=" avatar">
</div>
<div class="People-styles-info-D3x35 mt-5 text-center">
<h3 class="mb-3"
style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: bold; color: #333;">
Name Goes Here</strong></h3>
<p class="mb-2" style="font-style: none; color: #333232;font-weight: 600;">Designation goes here </p>
<p class="mb-0" style="font-family: Verdana; font-size: 16px; color: #040938;">
Place, India</p>
</div>
</div>
</div>
</div>
<!-- Third Row -->
<div class="row justify-content-center" style="padding: 2em;">
<!-- Speaker 9 -->
<div class="col-md-3 col-sm-6 col-lg-3 col-xl-3 mb-5">
<div class="people-card general-card text-center" data-testid="organizer-card">
<div style="border-radius: 50%; width: 175px; height: 175px; margin: 0 auto;">
<img src="image/speaker1.jpg" alt=" avatar"
style="border-radius: 50%; width: 100%; height: 100%; object-fit: cover;" role="img"
aria-label=" avatar">
</div>
<div class="People-styles-info-D3x35 mt-5 text-center">
<h3 class="mb-3"
style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: bold; color: #333;">
Name Goes Here</strong></h3>
<p class="mb-2" style="font-style: none; color: #333232;font-weight: 600;">Designation goes here </p>
<p class="mb-0" style="font-family: Verdana; font-size: 16px; color: #040938;">Place,
India</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-lg-3 col-xl-3 mb-5">
<div class="people-card general-card text-center" data-testid="organizer-card">
<div style="border-radius: 50%; width: 175px; height: 175px; margin: 0 auto;">
<img src="image/speaker1.jpg" alt=" avatar"
style="border-radius: 50%; width: 100%; height: 100%; object-fit: cover;" role="img"
aria-label=" avatar">
</div>
<div class="People-styles-info-D3x35 mt-5 text-center">
<h3 class="mb-3"
style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: bold; color: #333;">
Name Goes Here</strong></h3>
<p class="mb-2" style="font-style: none; color: #333232;font-weight: 600;">Designation goes here</p>
<p class="mb-0" style="font-family: Verdana; font-size: 16px; color: #040938;">IIT,
Place, India</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-lg-3 col-xl-3 mb-5">
<div class="people-card general-card text-center" data-testid="organizer-card">
<div style="border-radius: 50%; width: 175px; height: 175px; margin: 0 auto;">
<img src="image/speaker1.jpg" alt=" avatar"
style="border-radius: 50%; width: 100%; height: 100%; object-fit: cover;" role="img"
aria-label=" avatar">
</div>
<div class="People-styles-info-D3x35 mt-5 text-center">
<h3 class="mb-3"
style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: bold; color: #333;">
Name Goes Here</strong></h3>
<p class="mb-2" style="font-style: none; color: #333232;font-weight: 600;">Designation goes here
</p>
<p class="mb-0" style="font-family: Verdana; font-size: 16px; color: #040938;">
Place, India</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-lg-3 col-xl-3 mb-5">
<div class="people-card general-card text-center" data-testid="organizer-card">
<div style="border-radius: 50%; width: 175px; height: 175px; margin: 0 auto;">
<img src="image/speaker1.jpg" alt=" avatar"
style="border-radius: 50%; width: 100%; height: 100%; object-fit: cover;" role="img"
aria-label=" avatar">
</div>
<div class="People-styles-info-D3x35 mt-5 text-center">
<h3 class="mb-3"
style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: bold; color: #333;">
Name Goes Here</strong></h3>
<p class="mb-2" style="font-style: none; color: #333232;font-weight: 600;">Designation
goes here </p>
<p class="mb-0" style="font-family: Verdana; font-size: 16px; color: #040938;">
Place, India</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-lg-3 col-xl-3 mb-5">
<div class="people-card general-card text-center" data-testid="organizer-card">
<div style="border-radius: 50%; width: 175px; height: 175px; margin: 0 auto;">
<img src="image/speaker1.jpg" alt=" avatar"
style="border-radius: 50%; width: 100%; height: 100%; object-fit: cover;" role="img"
aria-label=" avatar">
</div>
<div class="People-styles-info-D3x35 mt-5 text-center">
<h3 class="mb-3"
style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: bold; color: #333;">
Name Goes Here</strong></h3>
<p class="mb-2" style="font-style: none; color: #333232;font-weight: 600;">Designation of
designation goes here </p>
<p class="mb-0" style="font-family: Verdana; font-size: 16px; color: #040938;">
Place, India</p>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-lg-3 col-xl-3 mb-5">
<div class="people-card general-card text-center" data-testid="organizer-card">
<div style="border-radius: 50%; width: 175px; height: 175px; margin: 0 auto;">
<img src="image/speaker1.jpg" alt=" avatar"
style="border-radius: 50%; width: 100%; height: 100%; object-fit: cover;" role="img"
aria-label=" avatar">
</div>
<div class="People-styles-info-D3x35 mt-5 text-center">
<h3 class="mb-3"
style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-weight: bold; color: #333;">
Name Goes Here</strong></h3>
<p class="mb-2" style="font-style: none; color: #333232;font-weight: 600;">
Designation goes here </p>
<p class="mb-0" style="font-family: Verdana; font-size: 16px; color: #4b4848;">Place,
India</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="com-pad contact">
<div class="container py-5">
<div class="sub-heading d-flex align-items-center">
<img loading="lazy" class="lazy" alt="phone" data-src="assets/phone.png">
<h2 class="text-blue pl-2 mb-0"><strong>Contact Us</strong></h2>
</div>
<div class="row">
<div class="col-sm-12 col-md-5 pt-3">
<p class="mb-0 text-white">Name Goes Here </p>
<p class="mb-0"><a href="tel:+91 9434788032" class="text-decoration-none text-white">+91
XXXXXXXXXXX</a></p>
</div>
<div class="col-sm-12 col-md-7 pt-3">
<p class="mb-0 text-white">Name Goes Here</p>
<p class="mb-0"><a href="tel:+91 9830377127" class="text-decoration-none text-white">+91
XXXXXXXXXXX</a></p>
</div>
<div class="col-sm-12 col-md-7 pt-3">
<p class="mb-0 text-white">Name Goes Here</p>
<p class="mb-0"><a href="tel:+91 7439384680" class="text-decoration-none text-white">+91
XXXXXXXXXXX</a></p>
<p class="mb-0"><a href="mailto:info@jisuniversity.ac.in"
class="text-decoration-none text-white">info@jisuniversity.ac.in</a></p>
</div>
</div>
</div>
</section>
</main>
<footer class="footer" style="background: #021538; padding: 30px 0; color: #ffffff; text-align: center;">
<div class="container">
<p style="font-size: 16px; margin-bottom: 20px; line-height: 1.6;">
<span>© 2025 JISU <b>All Rights Reserved.</b></span><br>
Developed by <a href="https://www.linkedin.com/in/elixpo" target="_blank"
style="color: #ffffff; text-decoration: none;">Ayushman Bhattacharya</a>
</p>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" crossorigin="anonymous"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.lazy/1.7.9/jquery.lazy.min.js"></script>
<script defer src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="JS/script.js">
</script>
</body>
</html>