-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathworkshops_updated.html
More file actions
642 lines (544 loc) · 21.3 KB
/
workshops_updated.html
File metadata and controls
642 lines (544 loc) · 21.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="NativeCode" />
<link rel="stylesheet" href="./css/footer.css" />
<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=Encode+Sans+Semi+Expanded:wght@100;200;300;400;500;600;700;800;900&family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Qwigley&display=swap" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Inter&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="path/to/font-awesome/css/font-awesome.min.css"
/>
<script
src="https://kit.fontawesome.com/a24a7503cf.js"
crossorigin="anonymous"
></script>
<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=Mate+SC&family=Play&display=swap"
rel="stylesheet"
/>
<!-- carousel styles and scripts -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="icon" type="image/x-icon" href="./img/logos/UOMlogo.ico" />
<link rel="stylesheet" href="./css/style.min.css" />
<link rel="stylesheet" href="./css/authors.css" />
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script src="./scripts/components.js"></script>
<title>Mercon 2025</title>
<style>
.workshop-grid {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(3, auto);
gap: 2rem;
padding: 2rem 1rem;
max-width: 1000px;
margin: 0 auto;
justify-items: center; /* Horizontally center grid items */
}
.workshop-card {
position: relative;
background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 8px 32px rgba(0,0,0,0.3);
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
cursor: pointer;
border: 2px solid transparent;
width: 60%;
height: auto;
aspect-ratio: 1;
border-color: #c0c0c0;
}
.image-container {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.workshop-image {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
transition: all 0.4s ease;
z-index: 2;
}
.workshop-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
transition: opacity 0.3s ease;
z-index: 1;
border-radius: 14px;
border-color: #a8a8a8;
}
.workshop-card:hover::before {
opacity: 0.1;
}
.workshop-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 35px rgba(229, 168, 77, 0.2);
border-color: #e5a84d;
}
.workshop-card:hover .workshop-image {
transform: scale(1.02);
}
.workshop-badge {
position: absolute;
top: 1rem;
right: 1rem;
background: linear-gradient(135deg, rgba(229, 168, 77, 0.95), rgba(244, 196, 48, 0.95));
color: #000;
padding: 0.5rem 1rem;
border-radius: 25px;
font-size: 0.85rem;
font-weight: 700;
z-index: 5;
opacity: 0;
transform: scale(0.7) rotate(-5deg);
transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
box-shadow: 0 4px 15px rgba(229, 168, 77, 0.3);
backdrop-filter: blur(10px);
}
.workshop-card:hover .workshop-badge {
opacity: 1;
transform: scale(1) rotate(0deg);
}
.workshop-registration {
text-align: center;
padding: 0.1rem;
z-index: 6;
opacity: 1;
transform: translateY(0);
transition: all 0.4s ease;
background: rgba(0,0,0,0.7);
}
.register-btn {
display: inline-block;
padding: 0.8rem 1.5rem;
background: linear-gradient(135deg, rgba(229, 168, 77, 0.95), rgba(244, 196, 48, 0.95));
color: #000;
border: none;
border-radius: 30px;
font-weight: 700;
text-decoration: none;
box-shadow: 0 4px 15px rgba(229, 168, 77, 0.4);
transition: all 0.3s ease;
cursor: pointer;
}
.register-btn:hover {
transform: translateY(-3px);
box-shadow: 0 6px 20px rgba(229, 168, 77, 0.6);
}
.content-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(
to top,
rgba(0,0,0,0.9) 0%,
rgba(0,0,0,0.7) 50%,
transparent 100%
);
padding: 1.5rem;
padding-bottom: 4rem;
z-index: 4;
opacity: 1;
transform: translateY(0);
transition: all 0.4s ease;
}
.workshop-card:hover .content-overlay {
opacity: 1;
transform: translateY(0);
}
.workshop-card:hover::after {
width: 200%;
height: 200%;
}
/* Mobile responsiveness */
@media (max-width: 768px) {
.workshop-grid {
grid-template-rows: repeat(3, auto);
gap: 1rem;
padding: 1rem 0.5rem;
max-width: 100%;
}
.workshop-badge {
top: 0.75rem;
right: 0.75rem;
padding: 0.4rem 0.8rem;
font-size: 0.8rem;
}
.content-overlay {
padding: 1rem;
}
.workshop-title {
font-size: 1rem;
}
.workshop-subtitle {
font-size: 0.8rem;
}
.register-btn {
font-size: 0.85rem;
padding: 0.6rem 1.2rem;
}
.workshop-registration {
padding: 0.8rem 0;
}
}
/* Stagger animation */
.workshop-card:nth-child(1) {
animation-delay: 0.1s;
}
.workshop-card:nth-child(2) {
animation-delay: 0.2s;
}
.workshop-card:nth-child(3) {
animation-delay: 0.3s;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.workshop-card {
animation: fadeInUp 0.6s ease forwards;
opacity: 0;
}
/* Modal styles */
.modal {
display: none;
position: fixed;
z-index: 1000;
padding-top: 30px;
left: 0;
top: 0;
width: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.9);
}
.modal-content {
margin: auto;
display: block;
max-width: 100%;
max-height: 90vh;
object-fit: contain;
border-radius: 10px;
}
#caption {
margin: auto;
display: block;
width: 80%;
max-width: 700px;
text-align: center;
color: rgba(244, 196, 48, 0.95);
padding: 10px 0;
height: 150px;
letter-spacing: 0.08em; /* tracking wider */
}
.close {
position: absolute;
top: 15px;
right: 35px;
color: #f1f1f1;
font-size: 40px;
font-weight: bold;
transition: 0.3s;
cursor: pointer;
}
.close:hover,
.close:focus {
color: #ed0d0d;
text-decoration: none;
cursor: pointer;
}
.section-intro {
color: #f9f9f9;
margin-bottom: 2rem;
font-size: 1.16rem;
line-height: 1.6;
}
</style>
</head>
<body class="custom-page" > <!-- Ensure use Frame4.png -->
<header>
</header>
<section class="bg-custom">
<div class="heading-with-line">
<span class="text">
<p> WORKSHOPS </p>
</span>
</div>
<!--
<div class="coming-soon .encode-sans-semi-expanded-bold">
<p>Coming Soon</p>
</div>
-->
<div class="">
<div class=" tinted">
<!--
<h2 class="">Kindly note that the proposal submission is now <span style="color: red;">closed</span>. Submissions are no longer accepted.</h2></del>
</div>
<div class="tinted encode-sans-semi-expanded-regular">
<div class="text-heading">
<h1>MERCon 2025 - Call for Workshops</h1>
</div>
<p class="margin-20">As MERCon 2025 organizing committee, we invite proposals for workshops</p>
<p class="">
<div class="text-primary" style="align-items: center; padding-inline: 8%;">
<p>Call for workshops- deadline: 15<sup>th</sup> May 2025</p>
</div>
<p style="text-align: center;">Submit your proposals to the Workshops Chairs below:</p>
<p style="text-align: center;">Dr. Thushara Subasinghe: thusharas@uom.lk<p>
</ul>
</p>
<p class="margin-20">Please refer the details below</p>
<p class="margin-20">Workshops:</p>
<p>
<p class="center" style="padding-inline: 15%;">As MERCon 2025 organizing committee, we invite proposals for workshops with the aim of exposing our participants to expert knowledge and the opportunity to discuss novel trends and scientific contributions in all engineering disciplines. We strongly encourage the workshops to be highly interactive and in high demand. It is preferred to have foreign collaborators. </p>
<div class="center">
<button
class="btn btn-primary"
onclick='location.href="assets/pdf/Workshops Flyer.pdf";'
style="margin-top:15% ; margin-bottom: 5%;"
>
Workshops Flyer
</button>
</div> -->
<div class="workshop-grid">
<div class="workshop-card">
<div class="workshop-badge">Workshop 1</div>
<div class="image-container">
<img
src="./img/workshop/workshop1.jpg"
alt="Workshop 1"
class="workshop-image"
/>
<div class="image-overlay"></div>
</div>
</div>
<div class="workshop-registration">
<a href="https://forms.gle/PzZVgTBmUbPsWFMn6" class="register-btn">Register For Workshop 1</a>
</div>
<div class="workshop-card">
<div class="workshop-badge">Workshop 2</div>
<div class="image-container">
<img
src="./img/workshop/workshop2.jpg"
alt="Workshop 2"
class="workshop-image"
/>
<div class="image-overlay"></div>
</div>
</div>
<div class="workshop-registration">
<a href="http://bit.ly/4mjOj4T" class="register-btn">Register For Workshop 2</a>
</div>
<div class="workshop-card">
<div class="workshop-badge">Workshop 3</div>
<div class="image-container">
<img
src="./img/workshop/workshop3.jpg"
alt="Workshop 3"
class="workshop-image"
/>
<div class="image-overlay"></div>
</div>
</div>
<div class="workshop-registration">
<a href="http://bit.ly/40VBCoG" class="register-btn">Register For Workshop 3</a>
</div>
<div class="workshop-card">
<div class="workshop-badge">Workshop 4</div>
<div class="image-container">
<img
src="./img/workshop/workshop4.jpg"
alt="Workshop 3"
class="workshop-image"
/>
<div class="image-overlay"></div>
</div>
</div>
<div class="workshop-registration">
<a href="https://forms.gle/ArXykmfp8C38qNaL7" class="register-btn">Register For Workshop 4</a>
</div>
<div class="workshop-card">
<div class="workshop-badge">Workshop 5</div>
<div class="image-container">
<img
src="./img/workshop/workshop5.jpg"
alt="Workshop 3"
class="workshop-image"
/>
<div class="image-overlay"></div>
</div>
</div>
<div class="workshop-registration">
<a href="https://forms.gle/suykEXzA83spNZBQ6" class="register-btn">Register For Workshop 5</a>
</div>
</div>
<!-- <div class="text-heading">
<h1>Proposal details</h1>
</div>
<p style="padding-left: 14%; text-align: left;">Proposals are limited to no more than five pages and should contain the following information:</p>
<div class="flex-wrap" style="text-align: left; padding-inline: 16%;">
<ul class=" ">
<li>Organizers' names, affiliations, and email addresses with one person identified as the primary contact person.</li>
<li>Description of the workshop in terms of abstract, objectives, goals, relevance to Engineering discipline and expected outcomes</li>
<li>Motivation for why MERCon 2025 workshop on this topic will be effective</ulil>
<li>Description of target audience, estimated number of participants, and how the participants will be attracted</li>
<li>Workshop duration, format, activities, and schedule</li>
<li>List of program committee members and their short biographies describing relevant of qualifications and experience • Preliminary list of invited speakers (if any) and their brief profiles</li>
</ul>
</div>
<div class="text-heading">
<h1>Evaluation criteria</h1>
</div>
<p style="padding-left: 14%; text-align: left;">All workshop proposals will be evaluated based on the following criteria</p>
<div class="flex-wrap" style="text-align: left; padding-inline: 16%;">
<ul class=" ">
<li>Relevance of the workshop to the engineering disciplines</li>
<li>Interest in the community on the important technical topic of concern</li>
<li>Novelty concerning other conference forums</li>
<li>Likelihood of strong participation</li>
<li>Strength of the profile of researchers Confirmation program committee members</li>
<li>Profiles of the keynote speaker or a tutorial presenter</li>
<li>Letters of support from colleagues/researchers indicating their interest and intent to participate in this workshop</li>
</ul>
</div>
<div class="flex-wrap" style="text-align: left;">
<ul class="text-primary">
<li><p style="padding: 0" >Deadline: 15th May 2025</p></li>
<li><p class="text-primary" style="padding: 0" >Submit your proposals to the Workshop Chair below:</p></li>
<p class="text-primary" style="padding: 0 ; margin-left: 8px;" >Dr. Thushara Subasinghe: thusharas@uom.lk</p>
</ul>
</div>
</p>
<br>
-->
</div>
</div>
</div>
</section>
<!-- Image Modal -->
<div id="imageModal" class="modal">
<span class="close">×</span>
<img class="modal-content" id="modalImage">
<div id="caption"></div>
</div>
<footer class="mercon-footer">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet">
<div class="mercon-container">
<div class="mercon-footer-section">
<h3>Contact Us</h3>
<p>Email: <a href="mailto:mercon@uom.lk">mercon@uom.lk</a></p>
<p>Phone: <a href="https://wa.me/94112650301">+94112650301</a></p>
<p>Engineering Research Unit,<br> Faculty of Engineering,<br> University of Moratuwa,<br> Sri Lanka</p>
</div>
<div class="mercon-footer-section mercon-middle-section">
<h3>Quick Links</h3>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./program.html">Program</a></li>
<li><a href="./registration.html">Registration</a></li>
<li><a href="./call-for-papers.html">Call For Papers</a></li>
<li><a href="./workshops_updated.html">Workshops</a></li>
<li><a href="./special_sessions.html">Special Sessions</a></li>
<li><a href="./author-instructions.html">Author Instructions</a></li>
</ul>
</div>
<div class="mercon-footer-section">
<h3>Follow Us</h3>
<div class="mercon-social-icons">
<a href="https://www.facebook.com/pg/erumercon"><i class="fab fa-facebook"></i></a>
<a href="https://twitter.com/merconeru"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/showcase/erumercon"><i class="fab fa-linkedin"></i></a>
</div>
<div class="mercon-footer-logo">
<img src="./img/logo2025.png" alt="Mercon2025">
</div>
</div>
</div>
<div class="mercon-footer-bottom">
<p>© 2025 NativeCode All rights reserved.</p>
</div>
</footer>
<script src="./scripts/navColorChange.js"></script>
<script src="./scripts/navbar.js"></script>
<script>
// Image Modal Functionality
document.addEventListener('DOMContentLoaded', function() {
// Get the modal
const modal = document.getElementById('imageModal');
const modalImg = document.getElementById('modalImage');
const captionText = document.getElementById('caption');
const closeBtn = document.getElementsByClassName('close')[0];
// Get all workshop images
const workshopImages = document.querySelectorAll('.workshop-image');
// Add click event to each workshop image
workshopImages.forEach(img => {
img.addEventListener('click', function() {
modal.style.display = 'block';
modalImg.src = this.src;
// Get the workshop title from the badge
const card = this.closest('.workshop-card');
const title = card.querySelector('.workshop-badge').textContent;
captionText.innerHTML = `<h3>${title}</h3>`;
});
});
// Close modal when clicking the close button
closeBtn.addEventListener('click', function() {
modal.style.display = 'none';
});
// Close modal when clicking outside the image
modal.addEventListener('click', function(event) {
if (event.target === modal) {
modal.style.display = 'none';
}
});
// Close modal when pressing the Escape key
document.addEventListener('keydown', function(event) {
if (event.key === 'Escape' && modal.style.display === 'block') {
modal.style.display = 'none';
}
});
});
</script>
</body>
</html>