Skip to content

Commit

Permalink
upnewsesearch.html
Browse files Browse the repository at this point in the history
  • Loading branch information
malleshamdasari committed Dec 24, 2024
1 parent 8ed22ff commit 32e046e
Showing 1 changed file with 52 additions and 10 deletions.
62 changes: 52 additions & 10 deletions pubs.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,12 @@
text-align: justify;
}

.publication-authors {
font-size: 0.9rem;
font-weight: 500;
margin: 5px 0;
}

.publication-links {
font-size: 0.9rem;
font-weight: 500;
Expand Down Expand Up @@ -305,41 +311,77 @@
</div>
</nav>

<!-- Publications Page -->
<!-- Publications Section -->
<main class="container mt-4">
<h1 class="text-center mb-4">Publications</h1>

<!-- Conferences Section -->
<h2 class="category-header">Conferences and Journals</h2>
<div class="publication">
<h3 class="publication-title">Exploring AI-Powered Compression for Future Networks</h3>
<h3 class="publication-title">Fumos: Neural Compression and Progressive Refinement for Continuous Point Cloud Video Streaming</h3>
<p class="publication-authors">
Authors: Zhicheng Liang, Junhua Liu, Mallesham Dasari , Fangxin Wang
</p>
<p class="publication-details">
IEEE VR 2024 (Conference on Virtual Reality and 3D User Interfaces) - Selected to appear in IEEE Transactions on Visualization and Computer Graphics (TVCG).
</p>
<p class="publication-links">
<a href="papers/vr-2024-paper-fumos.pdf" target="_blank">Paper</a> | <a href="https://www.youtube.com/watch?v=F6Rh17atMc0" target="_blank">Video</a>
</p>
</div>
<div class="publication">
<h3 class="publication-title">RenderFusion: Balancing Local and Remote Rendering for Interactive 3D Scenes</h3>
<p class="publication-authors">
Authors: Edward Lu, Sagar Bharadwaj, Mallesham Dasari, Connor Smith, Srinivasan Seshan, Anthony Rowe
</p>
<p class="publication-details">
IEEE ISMAR 2023 (Conference on Augmented and Mixed Reality).
</p>
<p class="publication-links">
<a href="papers/ismar-2023-paper.pdf" target="_blank">Paper</a> | <a href="https://github.com/arenaxr/arena-renderfusion" target="_blank">Code</a> | <a href="https://www.youtube.com/watch?v=QpZAGdRmLLw" target="_blank">Teaser</a>
</p>
</div>
<div class="publication">
<h3 class="publication-title">RoVaR: Robust Multi-agent Tracking through Dual-layer Diversity in Visual and RF Sensing</h3>
<p class="publication-authors">
Authors: Mallesham Dasari, Ramanujan K Sheshadri, Karthikeyan Sundaresan, Samir R. Das
</p>
<p class="publication-details">
Presented at IEEE VR 2024, this work focuses on the impact of AI on video compression techniques for immersive media.
ACM IMWUT/UbiComp 2023 (Conference on Interactive, Mobile, Wearable, and Ubiquitous Technologies).
</p>
<p class="publication-links">
<a href="#">Paper</a> | <a href="#">Presentation</a>
<a href="papers/imwut-2023-paper.pdf" target="_blank">Paper</a> | <a href="https://github.com/malleshamdasari/RoVAR" target="_blank">Data</a> | <a href="https://www.youtube.com/watch?v=gSiuyvAdZ-o" target="_blank">AR Game</a>
</p>
</div>


<!-- Demos Section -->
<h2 class="category-header">Demos</h2>
<div class="publication">
<h3 class="publication-title">Live Demonstration of XR Glasses</h3>
<h3 class="publication-title">Live Demonstration of Virtual Teleportation</h3>
<p class="publication-authors">
Authors: Tao Jin, Edward Lu, Mallesham Dasari, Kittipat Apicharttrisorn, Srinivasan Seshan, Anthony Rowe
</p>
<p class="publication-details">
A live demonstration showcasing the capabilities of open-source XR glasses at SIGGRAPH 2023.
A live demonstration showcasing the capabilities of MeshReduce at IEEE VR 2024.
</p>
<p class="publication-links">
<a href="#">Demo Video</a>
<a href="https://www.youtube.com/watch?v=IfPKjP4ZYmY" target="_blank">Demo Video</a>
</p>
</div>

<!-- Posters Section -->
<h2 class="category-header">Posters</h2>
<div class="publication">
<h3 class="publication-title">Understanding XR Network Performance</h3>
<h3 class="publication-title">Capacitive Sensing-based Eye Tracking for XR Glasses</h3>
<p class="publication-authors">
Authors: Aidan Hanson, Amr Kassab, Mallesham Dasari
</p>
<p class="publication-details">
A poster presented at IEEE INFOCOM 2022 summarizing the challenges and solutions in XR network infrastructure.
ACM MobiCom 2024 (Conference on Mobile Computing and Networking)
</p>
<p class="publication-links">
<a href="#">Poster</a>
<a href="papers/mobicom-2024-poster-xr-glasses.pdf" target="_blank">Paper</a>
</p>
</div>
</main>
Expand Down

0 comments on commit 32e046e

Please sign in to comment.