-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
831 lines (758 loc) · 36.5 KB
/
index.html
File metadata and controls
831 lines (758 loc) · 36.5 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
<!DOCTYPE html>
<!--
Be by TEMPLATE STOCK
templatestock.co @templatestock
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<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">
<meta name="description" content="">
<meta name="author" content="">
<title>Matrix Team</title>
<!-- =============== Bootstrap Core CSS =============== -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" type="text/css">
<!-- =============== fonts awesome =============== -->
<link rel="stylesheet" href="assets/font/css/font-awesome.min.css" type="text/css">
<!-- =============== Plugin CSS =============== -->
<link rel="stylesheet" href="assets/css/animate.min.css" type="text/css">
<!-- =============== Custom CSS =============== -->
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<!-- =============== Owl Carousel Assets =============== -->
<link href="assets/owl-carousel/owl.carousel.css" rel="stylesheet">
<link href="assets/owl-carousel/owl.theme.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/isotope-docs.css" media="screen">
<link rel="stylesheet" href="assets/css/baguetteBox.css">
<link
href="assets/img/icon-black.svg"
rel="icon"
media="(prefers-color-scheme: light)"
/>
<link
href="assets/img/icon-white.svg"
rel="icon"
media="(prefers-color-scheme: dark)"
/>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- =============== Preloader =============== -->
<div id="preloader">
<div id="loading">
<img style="max-width: 80%; max-height: 100%;" src="assets/img/break-the-vat.svg">
</div>
</div>
<!-- =============== nav =============== -->
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header" style="position: absolute; left: 2%;top:2%;">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#" style="display:flex;max-width: 80%;"><img src="assets/img/white-logo.svg" height="400%" alt="Logo"></img>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a class="page-scroll" href="#home">Home</a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#Services">Vision</a>
</li>
<!--
<li>
<a class="page-scroll" href="#Gallery">Gallery</a>
</li>
-->
<!--
<li>
<a class="page-scroll" href="#blog">Blog</a>
</li>
-->
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
<!-- =============== navbar-collapse =============== -->
</div>
</div>
<!-- =============== container-fluid =============== -->
</nav>
<!-- =============== header =============== -->
<header id="home" class="header">
<!-- =============== container =============== -->
<div class="container">
<div class="header-content row">
<div id="owl-demo" class="owl-carousel header1">
<div>
<div class="col-xs-12 col-sm-6 col-md-6 header-text">
<h3 class="wow bounceIn animated" data-wow-delay=".40s"><span>The Matrix</span>: Infinite-Horizon World Generation with Real-Time Moving Control </h3>
<p class="wow bounceIn animated" data-wow-delay=".40s">
<video style="width:70%" preload="none" poster="/assets/img/switch_first.png" onclick="toggleVideoPlay(this)"
class="tiling-video" loop>
<source src="/assets/img/switch3.mp4" type="video/mp4" />
</video>
<video style="width:70%" preload="none" poster="/assets/img/comboPicture1.png" onclick="toggleVideoPlay(this)"
class="tiling-video" loop>
<source src="/assets/img/comboVedio3_21M.mp4" type="video/mp4" />
</video>
</p>
<p>
<div class="btn btn-primary btn-lg btn-ornge wow bounceIn animated" data-wow-delay="1s" onclick="location.href='/pages/TheMatrix'"><i class="hbtn"></i> <span>Go to Webpage</span></i>
</div>
</p>
</div>
</div>
<div>
<div class="col-xs-12 col-sm-6 col-md-6 header-text">
<h3 class="wow bounceIn animated" data-wow-delay=".40s"><span>RAIN</span>: Real-time Animation Of Infinite Video Stream</h3>
<p class="wow bounceIn animated" data-wow-delay=".60s">
<video style="width:70%;margin-top: -25px;" preload="none" poster="/assets/img/rain_preview_cover.png" onclick="toggleVideoPlay(this)"
class="tiling-video" loop>
<source src="/assets/img/rain_preview.mp4" type="video/mp4" />
</video>
<img style="width:60%;left:15%;margin-top:-25px;margin-bottom:-10px;" src="assets/img/rain_teaser.png"></img>
</p>
<p>
<div class="btn btn-primary btn-lg btn-ornge wow bounceIn animated" data-wow-delay="1s" onclick="location.href='/pages/RAIN'"><i class="hbtn"></i> <span>Go to Webpage</span></i>
</div>
</p>
</div>
</div>
<div>
<div class="col-xs-12 col-sm-6 col-md-6 header-text">
<h3 class="wow bounceIn animated" data-wow-delay=".40s"><span>BACON</span>: Supercharge Your VLM with Bag-of-Concept Graph to Mitigate Hallucinations</h3>
<p class="wow bounceIn animated" data-wow-delay=".60s">
<video style="width:65%;margin-top: -25px;margin-bottom:-15px" preload="none" poster="/assets/img/beacon-preview.png" onclick="toggleVideoPlay(this)"
class="tiling-video" loop>
<source src="/assets/img/video_caption.mp4" type="video/mp4" />
</video>
</p>
<p>
<div class="btn btn-primary btn-lg btn-ornge wow bounceIn animated" data-wow-delay="1s" onclick="location.href='https://ztyang23.github.io/bacon-page/'"><i class="hbtn"></i> <span>Go to Webpage</span></i>
</div>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- =============== container end =============== -->
</header>
<!-- =============== About =============== -->
<section id="about" class="">
<!-- =============== container =============== -->
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 wow fadeInDown animated" data-wow-delay=".5s">
<h2>About Us</h2>
<p>We are an <strong>unofficial Research Interest Group</strong> made up of a diverse team of young researchers from various academic and professional backgrounds. Our mission is to develop neural interactive simulations—also known as world models—that will serve as foundational technologies for the future of simulation engines, AI-driven content generation, AI gaming, and the metaverse.</p>
<p>Through advancing these technologies, we aim to create new ways for humans to explore, understand, and interact with the world in more intuitive, immersive, adaptive, and intelligent ways. Our work focuses on bridging the gap between the digital and physical worlds, opening up innovative possibilities across sectors like learning, entertainment, and beyond.</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 wow fadeInRight animated" data-wow-delay=".5s">
<img src="assets/img/header2.jpg" width="760"/>
</div>
</div>
</div>
<!-- =============== container end =============== -->
</section>
<section id="team" class="">
<!-- =============== container =============== -->
<div class="container">
<div class="row">
<div class="title">
<h2>Our Team </h2>
<p>Meet some of our members with insights, abilities, wisdom and eagerness. (click to view <a style="color:orangered;" onclick="toggle_team()">full list</a>) (in alphabetical order).</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow fadeInDown animated" data-wow-delay=".1s">
<div class="timg"><img src="assets/img/avatar2.jpg"/></div>
<div class="t-box">
<h3>Han Zhang</h3>
<span>Research Member</span>
<ul class="social-links">
<li><a class="wow fadeInUp animated" href="mailto:hzhang9617@gmail.com"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow fadeInDown animated" data-wow-delay=".2s">
<div class="timg"><img src="assets/img/avatar6.jpg"/></div>
<div class="t-box">
<h3>Jinghong Mao</h3>
<span>Research Member</span>
<ul class="social-links">
<li><a class="wow fadeInUp animated" href="index.html#"><i class="fa fa-facebook"></i></a></li>
<li><a data-wow-delay=".1s" class="wow fadeInUp animated" href="index.html#"><i class="fa fa-twitter"></i></a></li>
<li><a data-wow-delay=".2s" class="wow fadeInUp animated" href="index.html#"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow fadeInUp animated" data-wow-delay=".3s">
<div class="timg"><img src="assets/img/avatar1.jpg"/></div>
<div class="t-box">
<h3>Ruili Feng</h3>
<span>Team Leader</span>
<ul class="social-links">
<li><a class="wow fadeInUp animated" href="https://github.com/RuiliFeng"><i class="fa fa-github"></i></a></li>
<li><a data-wow-delay=".1s" class="wow fadeInUp animated" href="https://x.com/feng_ruili_frl"><i class="fa fa-twitter"></i></a></li>
<li><a data-wow-delay=".2s" class="wow fadeInUp animated" href="mailto:fengruili.frl@gmail.com"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow fadeInUp animated" data-wow-delay=".4s">
<div class="timg"><img src="assets/img/avatar7.jpg "/></div>
<div class="t-box">
<h3>Shangwen Zu</h3>
<span>Research Member</span>
<ul class="social-links">
<li><a data-wow-delay=".2s" class="wow fadeInUp animated" href="mailto:zhushangwen6@gmail.com"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow fadeInUp animated" data-wow-delay=".5s" style="display: none;">
<div class="timg"><img src="assets/img/avatar3.jpeg"/></div>
<div class="t-box">
<h3>Zhantao Yang</h3>
<span>Research Member</span>
<ul class="social-links">
<li><a class="wow fadeInUp animated" href="http://github.com/ztyang23"><i class="fa fa-github"></i></a></li>
<li><a data-wow-delay=".1s" class="wow fadeInUp animated" href="https://x.com/YangZhantao196"><i class="fa fa-twitter"></i></a></li>
<li><a data-wow-delay=".2s" class="wow fadeInUp animated" href="mailto:ztyang196@gmail.com"><i class="fa fa-google-plus"></i></a></li>
<li><a data-wow-delay=".3s" class="wow fadeInUp animated" href="https://ztyang23.github.io/"><i class="fa fa-paperclip"></i></a></li>
<li><a data-wow-delay=".4s" class="wow fadeInUp animated" href="https://scholar.google.com/citations?user=Fz3X5FwAAAAJ"><i class="fa fa-graduation-cap"></i></a></li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow fadeInUp animated" data-wow-delay=".5s" style="display: none;">
<div class="timg"><img src="assets/img/avatar4.png"/></div>
<div class="t-box">
<h3>Zhicai Wang</h3>
<span>Research Member</span>
<ul class="social-links">
<li><a class="wow fadeInUp animated" href="https://github.com/Zhicaiwww"><i class="fa fa-github"></i></a></li>
<li><a data-wow-delay=".1s" class="wow fadeInUp animated" href="https://x.com/Zhicai_USTC"><i class="fa fa-twitter"></i></a></li>
<li><a data-wow-delay=".2s" class="wow fadeInUp animated" href="mailto:zhicaiw@outlook.com"><i class="fa fa-envelope"></i></a></li>
</ul>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow fadeInUp animated" data-wow-delay=".5s" style="display: none;">
<div class="timg"><img src="assets/img/avatar5.jpg "/></div>
<div class="t-box">
<h3>Zhilei Shu</h3>
<span>Research Member</span>
<ul class="social-links">
<li><a class="wow fadeInUp animated" href="https://github.com/Pscgylotti"><i class="fa fa-github"></i></a></li>
<li><a data-wow-delay=".1s" class="wow fadeInUp animated" href="https://pscgylotti.github.io/"><i class="fa fa-paperclip"></i></a></li>
<li><a data-wow-delay=".2s" class="wow fadeInUp animated" href="mailto:pscgylotti@gmail.com"><i class="fa fa-google-plus"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- =============== container end =============== -->
</section>
<section class="for-box">
<div class="wow rotateInDownLeft animated" style="margin-bottom: 120px;margin-top: -140px;">
<center>
<span style="font-size: 48px; color: #fff;text-shadow:0 0 7px #fff,0 0 10px #fff,0 0 21px #fff,0 0 42px #0af,0 0 82px #0af,0 0 92px #0af,0 0 102px #0af,0 0 151px #0af;">
We Pursue Neural Interactive Simulation
</span>
</center>
</div>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-3 wow rotateInDownLeft animated" data-wow-delay=".1s">
<div class="for-box-crecl" style="background:url('assets/img/Picture1.png') fixed center center / cover;">
</div>
<div class="clr1">
<h2>
Real-Time<br/>Interaction
</h2>
</div>
<div class="wbox">
<strong>A world with forces flowing in it</strong>
<p>Simulate a world that can interact with any of your inputs. Like inflicting force, moving, manipulating and exchanging materials.</p>
<a href="#" class="clr1-a">+</a>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow rotateInDownLeft animated" data-wow-delay=".2s">
<div class="for-box-crecl" style="background:url('assets/img/Picture2.png') fixed center center / cover;">
</div>
<div class="clr2">
<h2>
Real-Time<br/>Visual Feedback
</h2>
</div>
<div class="wbox">
<strong>A world with chromatic scenes</strong>
<p>Get real-time visual feedback from the world (or even faster than real-time!). Return feedback with bunch of information to humans and robots.</p>
<a href="#" class="clr2-a">+</a>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow rotateInDownRight animated" data-wow-delay=".3s">
<div class="for-box-crecl" style="background:url('assets/img/Picture3.png') fixed center center / cover;">
</div>
<div class="clr3">
<h2>
Infinite<br/>Time World
</h2>
</div>
<div class="wbox">
<strong>A world conserves to its intrinsic forms.</strong>
<p>Simulate a world that will run forever. Without collpase or error accumulation when it runs for hours, days, months, years and eras!</p>
<a href="#" class="clr3-a">+</a>
</div>
</div>
<div class="col-xs-12 col-sm-6 col-md-3 wow rotateInDownRight animated" data-wow-delay=".4s">
<div class="for-box-crecl" style="background:url('assets/img/Picture4.png') fixed center center / cover;">
</div>
<div class="clr4">
<h2>
Scale-Up to<br/>Unseen Scene
</h2>
</div>
<div class="wbox">
<strong>A world with infinite possibilities.</strong>
<p>The world will grow with more possibilities that never seen before. Make explorations and excavations in the digital world!</p>
<a href="#" class="clr4-a">+</a>
</div>
</div>
</div>
</div>
</section>
<!-- =============== Services =============== -->
<section id="Services" class="">
<!-- =============== container =============== -->
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 wow fadeInLeft animated" data-wow-delay=".5s">
<img src="assets/img/header5.jpg" width=950 class="img-left"/>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 wow fadeInRight animated" data-wow-delay=".5s">
<h2>Vision</h2>
<p>So, what exactly is a World Model? Simply put, it is a sophisticated, self-learning model that enables machines to simulate entire environments with a level of realism and interactivity previously thought to be unattainable. These models can generate complex, dynamic systems that learn from both real and simulated data, offering the ability to interact in real-time, adapt to new situations, and evolve over time.</p>
<p>Neural Interactive Simulations go beyond traditional models by merging the power of deep learning with continuous, real-time interaction. This allows for environments that not only react to actions but anticipate and evolve in ways that mirror the complexity of the real world.</p>
</div></div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 wow fadeInRight animated" data-wow-delay=".5s">
<p>Imagine an AI that can simulate an infinite range of possibilities, whether it's for robotics, gaming, autonomous systems, or complex scientific research.</p>
<p>Why is this so important?
World Models enable machines to generalize knowledge, improving their ability to predict and act in previously unseen scenarios—something that has been a major challenge for AI systems. From autonomous driving to advanced robotics, neural simulations empower a new generation of AI that can adapt, learn, and perform tasks in real-world environments with remarkable precision.</p>
<p>As we build and refine these models, we’re opening the door to infinite possibilities, where AI doesn't just react but actively participates in shaping the world. Join us at The Matrix-Team as we push the boundaries of what's possible, create the future of interactive simulations, and make AI a smarter, more versatile ally for tomorrow's challenges.</p>
<p>Whether you are an investigator, researcher, or visionary, we invite you to explore and collaborate with us on this exciting journey into the future of Neural Interactive Simulations.</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 wow fadeInRight animated" data-wow-delay=".5s">
<img src="assets/img/header8.jpg" width="760" class="img-right"/>
</div>
</div>
</div>
<!-- =============== container end =============== -->
</section>
<!-- =============== for box =============== -->
<!-- =============== Counter =============== -->
<!-- <section class="counter"> -->
<!-- =============== container =============== -->
<!-- <div class="container"> -->
<!-- <div class="row"> -->
<!-- <div class="title"> -->
<!-- <h2>Collaborations</h2> -->
<!-- </div> -->
<!-- </div> -->
<!-- </div> -->
<!-- =============== container end =============== -->
<!-- </section> -->
<!-- =============== Gallery ===============
<section id="Gallery" class="wow flipInX animated" data-wow-delay=".5s">
<div class="title">
<h2>Gallery</h2>
<p>we are awesome, check some interesting facts</p>
</div>
<div class="big-demo go-wide" data-js-module="filtering-demo">
<div class="container">
<div class="row">
<div class="filter-button-group button-group js-radio-button-group">
<button class="button is-checked" data-filter="*">show all</button>
<button class="button" data-filter=".webdesign">Web design</button>
<button class="button" data-filter=".ecommerce">E-commerce</button>
<button class="button" data-filter=".cms">Cms</button>
<button class="button" data-filter=".logo">Logo</button>
</div>
</div>
</div>
<div class="grid baguetteBoxThree gallery">
<div class="element-item transition webdesign " data-category="post-transition">
<a href="assets/img/gallery/emp-1.jpg">
<img src="assets/img/gallery/emp-1.jpg"/>
<div class="hover-img">
<h2>Website Design</h2>
<i class="fa fa-camera camera"></i>
</div>
</a>
</div>
<div class="element-item post-transition ecommerce " data-category="post-transition">
<a href="assets/img/gallery/emp-2.jpg">
<img src="assets/img/gallery/emp-2.jpg"/>
<div class="hover-img">
<h2>E-commerce</h2>
<i class="fa fa-camera camera"></i>
</div>
</a>
</div>
<div class="element-item post-transition webdesign " data-category="post-transition">
<a href="assets/img/gallery/emp-3.jpg">
<img src="assets/img/gallery/emp-3.jpg"/>
<div class="hover-img">
<h2>Website Design</h2>
<i class="fa fa-camera camera"></i>
</div>
</a>
</div>
<div class="element-item transition ecommerce " data-category="post-transition">
<a href="assets/img/gallery/emp-4.jpg">
<img src="assets/img/gallery/emp-4.jpg"/>
<div class="hover-img">
<h2>E-commerce</h2>
<i class="fa fa-camera camera"></i>
</div>
</a>
</div>
<div class="element-item post-transition logo " data-category="post-transition">
<a href="assets/img/gallery/emp-5.jpg">
<img src="assets/img/gallery/emp-5.jpg"/>
<div class="hover-img">
<h2>Logo</h2>
<i class="fa fa-camera camera"></i>
</div>
</a>
</div>
<div class="element-item post-transition cms " data-category="post-transition">
<a href="assets/img/gallery/emp-6.jpg">
<img src="assets/img/gallery/emp-6.jpg"/>
<div class="hover-img">
<h2>CMS</h2>
<i class="fa fa-camera camera"></i>
</div>
</a>
</div>
<div class="element-item post-transition logo " data-category="post-transition">
<a href="assets/img/gallery/emp-7.jpg">
<img src="assets/img/gallery/emp-7.jpg"/>
<div class="hover-img">
<h2>Logo</h2>
<i class="fa fa-camera camera"></i>
</div>
</a>
</div>
<div class="element-item transition cms " data-category="post-transition">
<a href="assets/img/gallery/emp-8.jpg">
<img src="assets/img/gallery/emp-8.jpg"/>
<div class="hover-img">
<h2>CMS</h2>
<i class="fa fa-camera camera"></i>
</div>
</a>
</div>
<div class="element-item post-transition ecommerce " data-category="post-transition">
<a href="assets/img/gallery/emp-9.jpg">
<img src="assets/img/gallery/emp-9.jpg"/>
<div class="hover-img">
<h2>E-commerce</h2>
<i class="fa fa-camera camera"></i>
</div>
</a>
</div>
<div class="element-item post-transition webdesign " data-category="post-transition">
<a href="assets/img/gallery/emp-10.jpg">
<img src="assets/img/gallery/emp-10.jpg"/>
<div class="hover-img">
<h2>Web Design</h2>
<i class="fa fa-camera camera"></i>
</div>
</a>
</div>
<div class="element-item post-transition logo " data-category="post-transition">
<a href="assets/img/gallery/emp-11.jpg">
<img src="assets/img/gallery/emp-11.jpg"/>
<div class="hover-img">
<h2>Logo</h2>
<i class="fa fa-camera camera"></i>
</div>
</a>
</div>
<div class="element-item transition cms " data-category="post-transition">
<a href="assets/img/gallery/emp-12.jpg">
<img src="assets/img/gallery/emp-12.jpg"/>
<div class="hover-img">
<h2>CMS</h2>
<i class="fa fa-camera camera"></i>
</div>
</a>
</div>
</div>
</div>
</section>
Gallety End -->
<!--blog
<section id="blog" class="">
<div class="container">
<div class="row">
<div class="title">
<h2>Our Blog</h2>
<p>Meet some of our lovely, passionate, positive people.</p>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 wow fadeInUp animated" data-wow-delay=".1s">
<div class="blog-img">
<img src="assets/img/blog1.JPG"/>
</div>
<div class="row">
<div class="data">30</div>
<div class="month">March</div>
</div>
<div class="row">
<h3>Travelling with kids Quensland Capricorn Coast</h3>
<p>Lorem ipsum dolor sit amet consectetur adipiscing elit. Vestibulum ac vehicula leo dulam nullam rhoncus tortor at dignissim vehicula.</p>
<a href="blog-single.html">MORE</a>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 wow bounceIn animated" data-wow-delay=".4s">
<div class="blog-img">
<img src="assets/img/blog2.JPG"/>
</div>
<div class="row">
<div class="data">30</div>
<div class="month">March</div>
</div>
<div class="row">
<h3>Travelling with kids Quensland Capricorn Coast</h3>
<p>Lorem ipsum dolor sit amet consectetur adipiscing elit. Vestibulum ac vehicula leo dulam nullam rhoncus tortor at dignissim vehicula.</p>
<a href="blog-single.html">MORE</a>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4 wow fadeInDown animated" data-wow-delay=".3s">
<div class="blog-img">
<img src="assets/img/blog3.JPG"/>
</div>
<div class="row">
<div class="data">30</div>
<div class="month">March</div>
</div>
<div class="row">
<h3>Travelling with kids Quensland Capricorn Coast</h3>
<p>Lorem ipsum dolor sit amet consectetur adipiscing elit. Vestibulum ac vehicula leo dulam nullam rhoncus tortor at dignissim vehicula.</p>
<a href="blog-single.html">MORE</a>
</div>
</div>
</div>
</div>
</section>
blog end-->
<section id="contact">
<!-- =============== container =============== -->
<div class="container">
<div class="row">
<div class="title">
<h2>Contact</h2>
<p style="margin: 20px;">Call for Industrial Cooperation & Support
As a non-official research interest group, we are actively seeking support and resources from industry organizations and other partners to further our mission. We believe that collaboration with industry leaders and stakeholders can significantly accelerate the development of advanced simulation technologies.</p>
<p style="margin: 20px;">If you are interested in our work and see potential for cooperation or support, we would be thrilled to discuss how we can collaborate. Whether it's through funding, expertise, or other forms of assistance, your contribution is essential to our continued growth and impact.</p>
<p style="margin: 20px;">Please don’t hesitate to reach out to us at fengruili.frl@gmail.com to explore opportunities for collaboration.</p>
</div>
</div>
</div><!-- =============== container end =============== -->
</section>
<!-- Footer -->
<footer id="footer">
<!-- =============== container =============== -->
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6">
<ul class="social-links">
<li><a class="wow fadeInUp animated" href="index.html#" style="visibility: visible; animation-name: fadeInUp;"><i class="fa fa-facebook"></i></a></li>
<li><a data-wow-delay=".1s" class="wow fadeInUp animated" href="index.html#" style="visibility: visible; animation-delay: 0.1s; animation-name: fadeInUp;"><i class="fa fa-twitter"></i></a></li>
<li><a data-wow-delay=".2s" class="wow fadeInUp animated" href="https://github.com/MatrixTeam-AI/" style="visibility: visible; animation-delay: 0.4s; animation-name: fadeInUp;"><i class="fa fa-github"></i></a></li>
<li><a data-wow-delay=".3s" class="wow fadeInUp animated" href="mailto:fengruili.frl@gmail.com" style="visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;"><i class="fa fa-envelope"></i></a></li>
</ul>
<p class="copyright">
© 2025 Matrix Team.
</p>
</div>
<!--
<div data-wow-delay=".6s" class="col-xs-12 col-sm-6 col-md-6 wow bounceIn animated" style="visibility: visible; animation-delay: 0.6s; animation-name: bounceIn;">
<section class="widget widget_text" id="text-15">
<h3 class="widget-title">California, United States</h3> <div class="textwidget">786, Firs Avenue, The Mall,<br>
<p>Tel: 01 234-56786<br>
Mobile: 01 234-56786<br>
E-mail: <a href="#">info@Be.com</a></p>
<a href="#">Get directions on the map</a> →</div>
</section>
</div>-->
</div>
</div><!-- =============== container end =============== -->
</footer>
<!-- =============== jQuery =============== -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/isotope-docs.min.js"></script>
<!-- =============== Bootstrap Core JavaScript =============== -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- =============== Plugin JavaScript =============== -->
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/jquery.fittext.js"></script>
<script src="assets/js/wow.min.js"></script>
<!-- =============== owl carousel =============== -->
<script src="assets/owl-carousel/owl.carousel.js"></script>
<!-- Isotope does NOT require jQuery. But it does make things easier -->
<script src="assets/js/baguetteBox.js" async></script>
<script src="assets/js/plugins.js" async></script>
<!-- =============== Custom Theme JavaScript =============== -->
<script src="assets/js/creative.js"> </script>
<script src="assets/js/jquery.nicescroll.min.js"></script>
<script src="assets/js/p5.js"></script>
<script src="assets/js/delaunator.js"></script>
<script>
$(document).ready(function() {
var nice = $("html").niceScroll(); // The document page (body)
$("#div1").html($("#div1").html()+' '+nice.version);
$("#boxscroll").niceScroll({cursorborder:"",cursorcolor:"#00F",boxzoom:true}); // First scrollable DIV
$("#boxscroll2").niceScroll("#contentscroll2",{cursorcolor:"#F00",cursoropacitymax:0.7,boxzoom:true,touchbehavior:true}); // Second scrollable DIV
$("#boxframe").niceScroll("#boxscroll3",{cursorcolor:"#0F0",cursoropacitymax:0.7,boxzoom:true,touchbehavior:true}); // This is an IFrame (iPad compatible)
$("#boxscroll4").niceScroll("#boxscroll4 .wrapper",{boxzoom:true}); // hw acceleration enabled when using wrapper
});
</script>
<script>
window.onload = function() {
if(typeof oldIE === 'undefined' && Object.keys)
hljs.initHighlighting();
baguetteBox.run('.baguetteBoxOne');
baguetteBox.run('.baguetteBoxTwo');
baguetteBox.run('.baguetteBoxThree', {
animation: 'fadeIn'
});
baguetteBox.run('.baguetteBoxFour', {
buttons: false
});
baguetteBox.run('.baguetteBoxFive', {
captions: function(element) {
return element.getElementsByTagName('img')[0].alt;
}
});
};
</script>
<script>
var point_amount = ~~(120 * window.innerHeight / 600 * window.innerWidth / 600);
var ratio = window.innerWidth / window.innerHeight;
var points = new Array(point_amount);
for(var i=0; i < point_amount; i++){
points[i] = {x : Math.random(), y : Math.random()};
}
points[point_amount - 4] = {x: 0.0, y:0.0};
points[point_amount - 3] = {x: 1.0, y:0.0};
points[point_amount - 2] = {x: 0.0, y:1.0};
points[point_amount - 1] = {x: 1.0, y:1.0};
var coords = new Array(2*point_amount);
for(var i =0;i < point_amount; i++){
coords[2*i] = points[i].x * ratio;
coords[2*i+1] = points[i].y;
}
var delaunay = new Delaunator(coords);
var edges = new Array(delaunay.triangles.length);
for(var i = 0; i < delaunay.triangles.length; i+=3){
edges[i] = {u:delaunay.triangles[i], v:delaunay.triangles[i+1]};
edges[i+1] = {u:delaunay.triangles[i+1], v:delaunay.triangles[i+2]};
edges[i+2] = {u:delaunay.triangles[i+2], v:delaunay.triangles[i]};
}
mouse_drag_radius = 120;
mouse_absorb_radius = mouse_drag_radius * 0.14;
mouse_drag_radius_square = mouse_drag_radius ** 2;
mouse_absorb_radius_square = mouse_absorb_radius ** 2;
function setup() {
createCanvas(window.innerWidth, window.innerHeight);
frameRate(40);
canvas.classList.add("delaunay-canvas");
}
function draw() {
clear();
mx = mouseX;
my = mouseY;
w = width;
h = height;
points_=new Array(point_amount);
strokeWeight(0.5);
stroke("#276772dd");
for(var i = 0; i < point_amount; i++){
p = points[i];
dx = p.x * w;
dy = p.y * h;
Lsquare = (mx - dx) ** 2 + (my - dy) ** 2;
if(Lsquare < mouse_drag_radius_square){
if(Lsquare > mouse_absorb_radius_square){
L = Lsquare ** 0.5;
Y = (mouse_drag_radius - L) / (mouse_drag_radius - mouse_absorb_radius);
Y = Y * Y;
dx = dx * (1.0 - Y) + mx * Y;
dy = dy * (1.0 - Y) + my * Y;
}else{
dx = mx;
dy = my;
}
}
//ellipse(dx,dy,2);
points_[i] = {x: dx, y: dy};
}
edges.forEach((e)=>line(points_[e.u].x,points_[e.u].y,points_[e.v].x,points_[e.v].y));
}
function mouseWheel(event) {
window.scrollBy(0, event.delta);
return false;
}
function windowResized() {
height = min(windowHeight, $('#home')[0].clientHeight);
resizeCanvas(windowWidth, height);
ratio = windowWidth / height;
for(var i =0;i < point_amount; i++){
coords[2*i] = points[i].x * ratio;
coords[2*i+1] = points[i].y;
}
delaunay = new Delaunator(coords);
for(var i = 0; i < delaunay.triangles.length; i+=3){
edges[i] = {u:delaunay.triangles[i], v:delaunay.triangles[i+1]};
edges[i+1] = {u:delaunay.triangles[i+1], v:delaunay.triangles[i+2]};
edges[i+2] = {u:delaunay.triangles[i+2], v:delaunay.triangles[i]};
}
}
function toggle_team(){
const worker_list = $("#team > div > div > div");
for(var i = 5 ; i < worker_list.length; i++){
if(worker_list[i].style.display == "none"){
worker_list[i].style.display = "";
}else{
worker_list[i].style.display = "none";
}
}
}
function toggleVideoPlay(vid) {
if (vid.paused) {
vid.play();
} else {
vid.pause();
}
}
</script>
</body>
</html>