Skip to content

Commit

Permalink
add figure
Browse files Browse the repository at this point in the history
  • Loading branch information
HsinYingLee committed Jun 14, 2024
1 parent 65b327a commit 664ee93
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 2 deletions.
11 changes: 11 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,14 @@ table.program {
.program tr {
border: 1px solid gray;
}

.media-container {
display: flex;
justify-content: space-around;
margin-bottom: 20px;
}

.media-item {
width: 30%;
height: auto;
}
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</tr>
</table>
<h3 align="center"> <b>Date:</b> Tuesday, June 18th 8:30 a.m. PDT - noon PDT. </h3>
<h3 align="center"> <b>Location:</b>TBD</h3>
<h3 align="center"> <b>Location:</b> Summit 440-441</h3>

<!--h3 colspan="3" align="center"><br> Slides and recorded videos will be provided on this webpage.</h3-->
<!-->
Expand All @@ -60,6 +60,11 @@ <h3 align="center"> <b>Recored Video will be available here</b></h3>
<h2>Overview</h2>
<div class="overview">
</br>
<div class="media-container">
<img src="media/GTR.gif" class="media-item" alt="GTR">
<img src="media/scenetex.gif" class="media-item" alt="scenetex">
<img src="media/4real.gif" class="media-item" alt="4real">
</div>
<p>In the ever-expanding metaverse, where the physical and digital worlds seamlessly merge, the need to capture, represent, and analyze three-dimensional structures is crucial. The advancements in 3D and 4D generation technologies have transformed gaming, augmented reality (AR), and virtual reality (VR), offering unprecedented immersion and interaction. Bridging the gap between reality and virtuality, 3D modeling enables realistic simulations, immersive gaming experiences, and AR overlays. Adding the temporal dimension enhances these experiences, enabling lifelike animations, object tracking, and understanding complex spatiotemporal relationships, reshaping digital interactions in entertainment, education, and beyond.

<p>Traditionally, 3D generation involved directly manipulating 3D data and attempt to recover 3D details using 2D data.
Expand Down Expand Up @@ -97,7 +102,7 @@ <h2>Organizers</h2>
</div>

<div class="instructor">
<a href="https://www.linkedin.com/in/erichuju/">
<a href="https://mightychaos.github.io/">
<div class="instructorphoto"><img src="figures/chaoyang.png"></div>
<div> Chaoyang Wang <br>Creative Vision, Snap Research</div>
</a>
Expand Down
Binary file added media/.DS_Store
Binary file not shown.
Binary file added media/4real.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/GTR.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/scenetex.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 664ee93

Please sign in to comment.