-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
816 lines (693 loc) · 33.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Qubico</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicons -->
<!-- <link href="img/favicon.png" rel="icon"> -->
<!-- adding custom favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- <link href="img/apple-touch-icon.png" rel="apple-touch-icon"> -->
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Raleway:300,400,500,700,800" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/venobox/venobox.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!-- =======================================================
Theme Name: TheEvent
Theme URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
Author: BootstrapMade.com
License: https://bootstrapmade.com/license/
======================================================= -->
<style>
.speaker img {
height: 300px; /* Set a fixed height for all speaker images */
width: 100%; /* Ensure the width scales proportionally */
object-fit: cover; /* Ensure the entire image is visible */
}
.details {
display: none; /* Hide details by default */
}
.speaker:hover .details {
display: block; /* Show details on hover */
}
</style>
</head>
<body>
<!--==========================
Header
============================-->
<header id="header">
<div class="container">
<div id="logo" class="pull-left">
<!-- Uncomment below if you prefer to use a text logo -->
<!-- <h1><a href="#main">C<span>o</span>nf</a></h1>-->
<a href="#intro" class="scrollto"><img src="img/logo.png" alt="" title=""></a>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="#intro">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#speakers">Speakers</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#vision">Vision</a></li>
<li><a href="#venue">Venue</a></li>
<li><a href="#gallery">Gallery</a></li>
<li><a href="#supporters">Sponsors</a></li>
<li><a href="#contact">Contact</a></li>
<li class="buy-tickets"><a href="#buy-tickets">Register</a></li>
</ul>
</nav><!-- #nav-menu-container -->
</div>
</header><!-- #header -->
<!--==========================
Intro Section
============================-->
<section id="intro">
<div class="intro-container wow fadeIn">
<h1 class="mb-4 pb-0">
Quantum-Based Initiative <br><span>for</span> Classification and Optimization.</h1>
<p class="mb-4 pb-0">October, Popayán, Colombia</p>
<!-- <a href="https://www.youtube.com/watch?v=jDDaplaOz7Q" class="venobox play-btn mb-4" data-vbtype="video"
data-autoplay="true"></a> -->
<a href="#about" class="about-btn scrollto">About The Event</a>
</div>
</section>
<main id="main">
<!--==========================
About Section
============================-->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h2>About The Event</h2>
<p>The Qubico-Hack event is a dynamic platform bridging quantum computing enthusiasts and experts, aiming to explore the vast potential and practical applications of this cutting-edge technology.</p>
</div>
<div class="col-lg-3">
<h3>Where</h3>
<p>Online, Colombia and Germany</p>
</div>
<div class="col-lg-3">
<h3>When</h3>
<p>Challenge Release: October 1st, 2024<br> Judging: February, 2025 <br> Brazil conference deadline: March</p>
</div>
</div>
</div>
</section>
<!--==========================
Speakers Section
============================-->
<style>
.speaker img {
height: 300px; /* Set a fixed height for all speaker images */
width: 100%; /* Ensure the width scales proportionally */
object-fit: cover; /* Ensure the entire image is visible */
}
</style>
<section id="speakers" class="wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Leading Team</h2>
<p>Here are some of our team</p>
</div>
<div class="row">
<!-- Speaker 1 -->
<div class="col-lg-4 col-md-6">
<div class="speaker">
<img src="img/speakers/1.jpg" alt="Speaker 1" class="img-fluid">
<div class="details">
<h3><a href="speaker-details.html">Felix Goavers</a></h3>
<p>Fraunhofer Institute for Communication</p>
</div>
</div>
</div>
<!-- Speaker 2 -->
<div class="col-lg-4 col-md-6">
<div class="speaker">
<img src="img/speakers/2.png" alt="Speaker 2" class="img-fluid">
<div class="details">
<h3><a href="speaker-details.html">Santiago Garcia Chicangana</a></h3>
<p>UC3M Researcher | CS Master's Student</p>
<div class="social">
<a href="https://www.linkedin.com/in/tisandg/"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<!-- Speaker 3 -->
<div class="col-lg-4 col-md-6">
<div class="speaker">
<img src="img/speakers/3.jpg" alt="Speaker 3" class="img-fluid">
<div class="details">
<h3><a href="speaker-details.html">Sebastián A. Cajas</a></h3>
<p>AI Scientist @CeADAR | @Harvard</p>
<div class="social">
<a href="https://www.linkedin.com/in/sebasmos777/"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<!-- Speaker 4 -->
<div class="col-lg-4 col-md-6">
<div class="speaker">
<img src="img/speakers/4.jpg" alt="Speaker 4" class="img-fluid">
<div class="details">
<h3><a href="speaker-details.html">Camilo Segura</a></h3>
<p>Full-stack React Developer</p>
<div class="social">
<a href="https://www.linkedin.com/in/camilo-segura-143242b2/"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<!-- Speaker 5 -->
<div class="col-lg-4 col-md-6">
<div class="speaker">
<img src="img/speakers/5.jpg" alt="Speaker 5" class="img-fluid">
<div class="details">
<h3><a href="speaker-details.html">Francisco José Muñoz</a></h3>
<p>Business Administration St.</p>
<div class="social">
</div>
</div>
</div>
</div>
<!-- Speaker 6 -->
<div class="col-lg-4 col-md-6">
<div class="speaker">
<img src="img/speakers/6.jpg" alt="Speaker 5" class="img-fluid">
<div class="details">
<h3><a href="speaker-details.html">Carlos Duran</a></h3>
<p>AESS Unicauca president, Physics Engineering St</p>
<div class="social">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Schedule Section
============================-->
<!-- <section id="schedule" class="section-with-bg">
<div class="container wow fadeInUp"> -->
<section id="schedule" class="section-with-bg">
<div class="container wow fadeInUp">
<div class="section-header">
<h2>Event Schedule</h2>
<p>Here is our event schedule</p>
</div>
<ul class="nav nav-tabs" role="tablist">
<li class="nav-item">
<a class="nav-link active" href="#day-1" role="tab" data-toggle="tab">Schedule</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#day-2" role="tab" data-toggle="tab">How to start?</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="#day-3" role="tab" data-toggle="tab">Day 3</a>
</li> -->
</ul>
<h3 class="sub-heading">To find out more about our schedule, follow our social media</h3>
<div class="tab-content row justify-content-center">
<!-- Schedule Day 1 -->
<div role="tabpanel" class="col-lg-9 tab-pane fade show active" id="day-1">
<div class="row schedule-item">
<div class="col-md-2"><time>Introduction</time></div>
<div class="col-md-10">
<h4>October, 2024</h4>
<p>Registration and Welcome</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>Challenge Release</time></div>
<div class="col-md-10">
<h4>October 15, 2024 (Tentative)</h4>
<p>Release of the Hackathon Challenge</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>Judging</time></div>
<div class="col-md-10">
<h4>February, 2024</h4>
<p>Final Judging of Submissions</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>Phase 0</time></div>
<div class="col-md-10">
<h4>October, 2024</h4>
<p>Start of the Challenge</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>Phase 1 Deadline</time></div>
<div class="col-md-10">
<h4>January, 2025</h4>
<p>Submission Deadline for Phase 1</p>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>Phase 2 Deadline</time></div>
<div class="col-md-10">
<h4>March 1, 2025</h4>
<p>Submission Deadline for Final Papers</p>
</div>
</div>
</div>
<!-- End Schedule Day 1 -->
<div role="tabpanel" class="col-lg-9 tab-pane fade" id="day-2">
<div class="row schedule-item">
<div class="col-md-2"><time></time></div>
<div class="col-md-10">
<h4>Submission Process</h4>
<p>Follow these steps to submit your entry:</p>
<ol>
<li>Download the data from the provided link.</li>
<li>Download the baseline code from our platform.</li>
<li>Test the baseline code on your local machine.</li>
<li>Run the baseline code on the downloaded data.</li>
<li>Obtain the CSV file containing the evaluation metrics.</li>
<li>Upload the CSV file to our platform for benchmarking and evaluation.</li>
</ol>
</div>
</div>
</div>
<!-- End Schedule Day 2 -->
<!-- End Schedule Day 2 -->
<!-- Schedule Day 3 -->
<!-- <div role="tabpanel" class="col-lg-9 tab-pane fade" id="day-3"> -->
<!-- Day 3 Schedule Goes Here -->
<!-- </div> -->
<!-- End Schedule Day 3 -->
</div>
</div>
</section>
<!--==========================
vision Section
============================-->
<section id="vision" class="wow fadeInUp" style="background-image: url('./img/intro-bg.jpg'); background-size: cover; background-position: center; position: relative;">
<div class="overlay" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(18, 18, 60, 0.6);"></div>
<div class="container-fluid">
<div class="row no-gutters">
<div class="section-header">
<div class="row">
<div class="col-lg-5">
<div class="section-header">
<h2 style="color: white;">Mission</h2>
</div>
<p style="color: white;">Promoting Quantum Computing Adoption: The mission is to drive the adoption of quantum computing and advanced technologies in developing countries, establishing a framework for efficient implementation.</p>
</div>
<div class="col-lg-3">
<div class="section-header">
<h2 style="color: white;">Vision</h2>
</div>
<p style="color: white;">Innovative Solutions: The vision is to be the first group of Colombian and German youths to create innovative solutions that strengthen key sectors in both countries and serve as a replicable model in middle and low-income countries.</p>
</div>
<div class="col-lg-3">
<div class="section-header">
<h2 style="color: white;">Intention</h2>
</div>
<p style="color: white;">Quantum Computing Introduction: Explore quantum computing's potential and applications, guiding participants towards future innovations. Expert-Learner Connection: Connect experts with enthusiasts, fostering collaboration and opportunities. Global Impact: Partnering with Fraunhofer Institute to advance quantum computing interest and progress globally.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Venue Section
============================-->
<section id="venue" class="wow fadeInUp">
<div class="container-fluid">
<div class="section-header">
<h2>Event Venue</h2>
<p>Event venue location info and gallery</p>
</div>
<div class="row no-gutters">
<div class="col-lg-6 venue-map">
<!-- <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12097.433213460943!2d-74.0062269!3d40.7101282!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xb89d1fe6bc499443!2sDowntown+Conference+Center!5e0!3m2!1smk!2sbg!4v1539943755621" frameborder="0" style="border:0" allowfullscreen></iframe> -->
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d12097.433213460943!2d-76.6083538!3d2.4423232!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8e300305421c9297%3A0xb9ee23308591b1cc!2sInstituci%C3%B3n%20Universitaria%20Colegio%20Mayor%20del%20Cauca!5e0!3m2!1sen!2s!4v1539943755621" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
<div class="col-lg-6 venue-info">
<div class="row justify-content-center">
<div class="col-11 col-lg-8">
<h3>Colegio Mayor, Popayan</h3>
<p>Founded in the heart of Popayán, Colombia, Institución Universitaria Colegio Mayor del Cauca stands as a beacon of academic excellence and cultural heritage. Nestled amidst the cobblestone streets and colonial architecture of this historic city, Unimayor offers a vibrant educational environment where tradition meets innovation.</p>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid venue-gallery-container">
<div class="row no-gutters">
<div class="col-lg-3 col-md-4">
<div class="venue-gallery">
<a href="img/venue-gallery/1.jpg" class="venobox" data-gall="venue-gallery">
<img src="img/venue-gallery/1.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="venue-gallery">
<a href="img/venue-gallery/2.jpg" class="venobox" data-gall="venue-gallery">
<img src="img/venue-gallery/2.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="venue-gallery">
<a href="img/venue-gallery/3.jpg" class="venobox" data-gall="venue-gallery">
<img src="img/venue-gallery/3.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="venue-gallery">
<a href="img/venue-gallery/4.jpg" class="venobox" data-gall="venue-gallery">
<img src="img/venue-gallery/4.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="venue-gallery">
<a href="img/venue-gallery/5.jpg" class="venobox" data-gall="venue-gallery">
<img src="img/venue-gallery/5.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="venue-gallery">
<a href="img/venue-gallery/6.jpg" class="venobox" data-gall="venue-gallery">
<img src="img/venue-gallery/6.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="venue-gallery">
<a href="img/venue-gallery/7.jpg" class="venobox" data-gall="venue-gallery">
<img src="img/venue-gallery/7.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
<div class="col-lg-3 col-md-4">
<div class="venue-gallery">
<a href="img/venue-gallery/8.jpg" class="venobox" data-gall="venue-gallery">
<img src="img/venue-gallery/8.jpg" alt="" class="img-fluid">
</a>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Gallery Section
============================-->
<section id="gallery" class="wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Gallery</h2>
<p>Check our gallery from the recent events</p>
</div>
</div>
<div class="owl-carousel gallery-carousel">
<a href="img/gallery/1.jpg" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/1.jpg" alt=""></a>
<a href="img/gallery/2.jpg" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/2.jpg" alt=""></a>
<a href="img/gallery/3.jpg" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/3.jpg" alt=""></a>
<a href="img/gallery/4.jpg" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/4.jpg" alt=""></a>
<a href="img/gallery/5.jpg" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/5.jpg" alt=""></a>
<a href="img/gallery/6.jpg" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/6.jpg" alt=""></a>
<a href="img/gallery/7.jpg" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/7.jpg" alt=""></a>
<a href="img/gallery/8.jpg" class="venobox" data-gall="gallery-carousel"><img src="img/gallery/8.jpg" alt=""></a>
</div>
</section>
<!--==========================
Sponsors Section
============================-->
<section id="supporters" class="section-with-bg wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Sponsors</h2>
</div>
<div class="row no-gutters supporters-wrap justify-content-center">
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="supporter-logo">
<img src="img/supporters/1.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="supporter-logo">
<img src="img/supporters/2.png" class="img-fluid" id="unicauca" alt="">
</div>
</div>
<div class="col-lg-3 col-md-4 col-xs-6">
<div class="supporter-logo">
<img src="img/supporters/3.png" id="aess" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- F.A.Q Section -->
<section id="faq" class="wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Frequently Asked Questions</h2>
</div>
<div class="row justify-content-center">
<div class="col-lg-9">
<ul id="faq-list">
<li>
<a data-toggle="collapse" class="collapsed" href="#faq1">What is the main focus of the challenge? <i class="fa fa-minus-circle"></i></a>
<div id="faq1" class="collapse" data-parent="#faq-list">
<p>
The challenge primarily revolves around solving target optimization problems using quantum computing techniques. Participants will delve into applying advanced algorithms, such as the Focker-Planck equation, to optimize various tasks through quantum computation.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq2" class="collapsed">What are the key components of the challenge? <i class="fa fa-minus-circle"></i></a>
<div id="faq2" class="collapse" data-parent="#faq-list">
<p>
The challenge involves tasks that can be extended to compute multiple measurements, thereby enabling participants to explore diverse optimization scenarios. Scoring is based on both baseline tasks and extension tasks, ensuring a comprehensive evaluation of participants' solutions.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq3" class="collapsed">How can participants approach the optimization tasks? <i class="fa fa-minus-circle"></i></a>
<div id="faq3" class="collapse" data-parent="#faq-list">
<p>
Participants are encouraged to leverage quantum computing principles and techniques, such as quantum-inspired algorithms and optimization methods. Additionally, familiarity with the Focker-Planck equation and its application in quantum optimization will be beneficial for tackling the challenge effectively.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq4" class="collapsed">What resources will be provided to participants? <i class="fa fa-minus-circle"></i></a>
<div id="faq4" class="collapse" data-parent="#faq-list">
<p>
Participants will have access to datasets, baseline algorithms, and relevant documentation to facilitate their understanding and implementation of quantum optimization techniques. Additionally, technical support and guidance will be available throughout the challenge duration.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq5" class="collapsed">How will submissions be evaluated? <i class="fa fa-minus-circle"></i></a>
<div id="faq5" class="collapse" data-parent="#faq-list">
<p>
Submissions will be evaluated based on various criteria, including the effectiveness of the optimization approach, the accuracy of results, and the scalability of the solution. Additionally, creativity, innovation, and the incorporation of quantum computing principles will be considered during the judging process.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq6" class="collapsed">What are the steps for submitting a solution? <i class="fa fa-minus-circle"></i></a>
<div id="faq6" class="collapse" data-parent="#faq-list">
<p>
1) Download the provided datasets for optimization tasks. <br>
2) Implement the baseline algorithms or develop custom optimization techniques using quantum computing principles. <br>
3) Test the algorithms and ensure they meet the specified criteria for accuracy and efficiency. <br>
4) Generate a CSV file containing the optimization metrics and results. <br>
5) Submit the solution through the designated platform for evaluation by the judging panel.
</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<!--==========================
Buy Ticket Section
============================-->
<section id="buy-tickets" class="section-with-bg wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Register</h2>
<p>Soon..</p>
</div>
<!--==========================
Contact Section
============================-->
<section id="contact" class="section-bg wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Contact Us</h2>
<!-- <p>Nihil officia ut sint molestiae tenetur.</p> -->
</div>
<div class="row contact-info">
<div class="col-md-4">
<div class="contact-address">
<i class="ion-ios-location-outline"></i>
<h3>Address</h3>
<address>Universidad del Cauca, Colombia </address>
</div>
</div>
<div class="col-md-4">
<div class="contact-phone">
<i class="ion-ios-telephone-outline"></i>
<h3>Phone Number</h3>
<p><a href="tel:+573169249016">+573169249016</a></p>
</div>
</div>
<div class="col-md-4">
<div class="contact-email">
<i class="ion-ios-email-outline"></i>
<h3>Email</h3>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
</div>
<div class="form">
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage"></div>
<form action="" method="post" role="form" class="contactForm">
<div class="form-row">
<div class="form-group col-md-6">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validation"></div>
</div>
<div class="form-group col-md-6">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validation"></div>
</div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validation"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validation"></div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
</div>
</div>
</section><!-- #contact -->
</main>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-info">
<img src="img/logo.png" alt="Qubico">
<!-- <p>In alias aperiam. Placeat tempore facere. Officiis voluptate ipsam vel eveniet est dolor et totam porro. Perspiciatis ad omnis fugit molestiae recusandae possimus. Aut consectetur id quis. In inventore consequatur ad voluptate cupiditate debitis accusamus repellat cumque.</p> -->
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="fa fa-angle-right"></i> <a href="#">Home</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">About us</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Services</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Terms of service</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="fa fa-angle-right"></i> <a href="#">Home</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">About us</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Services</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Terms of service</a></li>
<li><i class="fa fa-angle-right"></i> <a href="#">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
Universidad del Cauca<br>
Popayan, Colombia<br>
<strong>Email:</strong> unicauca.edu.co<br>
</p>
<div class="social-links">
<a href="https://twitter.com/SpaceAppsPPN" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/NASASpaceAppsPopayan" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/nasaspacepopayan" class="instagram"><i class="fa fa-instagram"></i></a>
<a href="https://www.linkedin.com/company/nasaspaceapps-popayan/" class="linkedin"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>AESS Unicauca</strong>. All Rights Reserved
</div>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=TheEvent
-->
Diseñado por <a href="https://fiet.unicauca.edu.co/aess/">AESS Unicauca</a>
</div>
</div>
</footer><!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-angle-up"></i></a>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/venobox/venobox.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>