forked from SINRG-Lab/sinrg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
149 lines (139 loc) · 7.86 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SINRG</title>
<link rel="icon" href="/logo/SinrgLogoHead2.png">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="index.css" rel="stylesheet">
</head>
<body>
<!-- Header with Logos -->
<header class="header">
<a href="index.html">
<img class="lab-logo" src="/logo/SinrgLogoMain.png" alt="Lab Logo">
</a>
<div class="lab-name-mobile">SINRG</div>
<div class="lab-name"><span>Spatial</span> <span>I<span class="second-letter">n</span>telligence</span> <span>Research</span> <span>Group</span></div>
<!-- <div class="lab-name">Spatial Intelligence Research Group</div> -->
<img class="school-logo" src="/images/N-Motto Wordmark_PMSu_186+KO.png" alt="School Logo">
</header>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark">
<div class="container">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto">
<li class="nav-item"><a class="nav-link nav-link-selected" href="#">Home</a></li>
<li class="nav-item"><a class="nav-link" href="/research/research.html">Research</a></li>
<li class="nav-item"><a class="nav-link" href="/publications/publications.html">Publications</a></li>
<li class="nav-item"><a class="nav-link" href="/people/people.html">People</a></li>
<li class="nav-item"><a class="nav-link" href="/courses/courses.html">Courses</a></li>
<li class="nav-item"><a class="nav-link" href="/activities/activities.html">Activities</a></li>
<li class="nav-item"><a class="nav-link" href="/news/news.html">News</a></li>
</ul>
</div>
</div>
</nav>
<!-- Hero Section -->
<!-- <div class="container text-center mt-5">
<h1>Welcome to Spatial Intelligence Research Group (SINRG)</h1>
<h4>Innovating for a better future</h4>
</div> -->
<!-- Carousel Section -->
<div id="researchCarousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item">
<img src="images/Carousel/xr-netsys.jpg" class="d-block" alt="Research Highlight 6">
<div class="carousel-caption">
<h5>Designing Networked System Infrastructure for Immersive Multimedia: Processing, Distribution, and Rendering</h5>
</div>
</div>
<div class="carousel-item active">
<img src="images/Carousel/xr-sports.jpg" class="d-block" alt="Research Highlight 3">
<div class="carousel-caption">
<h5>XRAI Coach: XR and Generative AI Integration for Enhanced Skill Learning in Sports</h5>
</div>
</div>
<div class="carousel-item">
<img src="images/xr-wafer.png" class="d-block" alt="Research Highlight 1">
<div class="carousel-caption">
<h5>XRFab: Workforce Training in Seminconductor Manufacturing Environments in XR</h5>
</div>
</div>
<div class="carousel-item">
<img src="images/Carousel/xr-nasa.jpg" class="d-block" alt="Research Highlight 2">
<div class="carousel-caption">
<h5>SIRIUS: An Interactive XR Space Suit System Designed to Optimize Astronaut Performance During Space Missions. </h5>
</div>
</div>
<div class="carousel-item">
<img src="images/Carousel/xr-industry.jpg" class="d-block" alt="Research Highlight 4">
<div class="carousel-caption">
<h5>Remote Assistance and Teleoperation for Industrial and Manufacturing Environments in XR</h5>
</div>
</div>
<div class="carousel-item">
<img src="images/Carousel/xr-overlays.jpg" class="d-block" alt="Research Highlight 5">
<div class="carousel-caption">
<h5>Multi-user XR Experiences: 3D Video Calls, Live Stage Overlays, Indoor and Outdoor Games</h5>
</div>
</div>
<div class="carousel-item">
<img src="images/Carousel/compression-abr.jpg" class="d-block" alt="Research Highlight 7">
<div class="carousel-caption">
<h5>Compression and Adaptive Streaming Algorithms for Emerging 3D Data Representations (e.g., RGB-D, Point Cloud)</h5>
<!-- , Mesh, NeRF -->
</div>
</div>
<div class="carousel-item">
<img src="images/Carousel/xr-glass-hud-prototype.jpg" class="d-block" alt="Research Highlight 8">
<div class="carousel-caption">
<h5>Open Source Implementation of XR Glasses and Headsets: Trackers, Sensors, Displays, Optics, Microntrollers, PCB, etc.</h5>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#researchCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#researchCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- Research Areas Section -->
<div class="container">
<h2 class="title my-5">Our Research Areas</h2>
<div class="research-areas">
<div class="research-area">
<img src="images/theory.png" alt="Algorithms or Theory">
<h3>Theory</h3>
<p>Develop fundamental theory for 3D perception and scene understanding in XR: capture, compression, streaming, and rendering algorithms.</p>
<a href="/research/research.html#theory" target = "_blank" class="btn">Learn More</a>
</div>
<div class="research-area">
<img src="images/systems.png" alt="Systems">
<h3>Systems</h3>
<p>Design and deploy robust systems for the compute and network infrastructure: hardware and software prototypes for XR headsets and glasses.</p>
<a href="/research/research.html#systems" target = "_blank" class="btn">Learn More</a>
</div>
<div class="research-area">
<img src="images/applications.png" alt="Applications">
<h3>Applications</h3>
<p>Conduct translational research with XR apps addressing real-world societal, industrial, and environmental challenges: training, guidance, assistance.</p>
<a href="/research/research.html#apps" target = "_blank" class="btn">Learn More</a>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<p>Content Copyright © <script>document.write(new Date().getFullYear());</script> Mallesh Dasari, SINRG — All Rights Reserved.</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>