Skip to content

Commit

Permalink
research page edits
Browse files Browse the repository at this point in the history
  • Loading branch information
cvachha committed Dec 29, 2023
1 parent aa33511 commit 1b41528
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
1 change: 0 additions & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ <h3>Address</h3>
<ul class="copyright" style="font-size: 10pt">
<li>&copy; {{ site.title }} {{ site.subtitle }}</li>
<li>Theme Design: <a href="https://html5up.net" target="_blank">HTML5 UP</a></li>
<li>Theme Jekyll integration: <a href="http://andrewbanchi.ch" target="_blank">Andrew Banchich</a></li>

</ul>
</div>
Expand Down
33 changes: 17 additions & 16 deletions projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,24 @@ show-title: true
</section>

<!-- Two -->

<section id="two" class="spotlights">
<section id="five">
<a class="image">
<img src="{% link assets/images/nerf_creation_image.PNG %}" alt="" data-position="25% 25%" />
</a>
<div class="content">
<div class="inner">
<header class="major">
<h2>Experimentation with NeRFs/Neural Rendering</h2>
</header>
<p>Various experiments with NeRFS, Neural Rendering, Relighting, Virtual Production, AI, and more</p>
<ul class="actions">
<li><a href="experimentationNeural.html" class="button next">Learn more</a></li>
</ul>
</div>
</div>
</section>
<section>
<a href="dysautonomiaVRPage.html" class="image">
<img src="{% link assets/images/potsvr_screensohotdrroom.PNG %}" alt="" data-position="center center" />
Expand Down Expand Up @@ -58,22 +75,6 @@ show-title: true
</div>
</div>
</section>
<section id="five">
<a class="image">
<img src="{% link assets/images/nerf_creation_image.PNG %}" alt="" data-position="25% 25%" />
</a>
<div class="content">
<div class="inner">
<header class="major">
<h2>Experimentation with NeRFs/Neural Rendering</h2>
</header>
<p>Various experiments with NeRFS, Neural Rendering, Relighting, Virtual Production, AI, and more</p>
<ul class="actions">
<li><a href="experimentationNeural.html" class="button next">Learn more</a></li>
</ul>
</div>
</div>
</section>
<section>
<a class="image">
<img src="{% link assets/images/solarsystemvrarmrbanner2.PNG %}" alt="" data-position="top center" />
Expand Down
2 changes: 2 additions & 0 deletions research.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ menu-show: true
<h2>Future/Current Research Projects</h2>
</header>
<p>I am also working on a project in capturing, creating, and viewing synthetic NeRF environments in VR for my masters thesis.</p>
<p>Since Jan 2023, I have been contributing features to the Nerfstudio system including the Blender VFX add-on and VR180/Omnidirectional (VR 360) video/image render outputs.</p>

</div>
</section>

Expand Down

0 comments on commit 1b41528

Please sign in to comment.