Skip to content

Commit

Permalink
arxiv, supp link with bibtex (#139)
Browse files Browse the repository at this point in the history
* + coming soon...

* link to related research

* coutdown timer

* coutdown timer

* Add website mvp

* fix

* new website v1

* fix contact

* + sample diversity section and emojis

* + emojify overview caption

* fix

* +

* fix Hololens -> HoloLens in the app-select img

* fix typo

* + area-cover webp

* emojify contact and bibtex section headers

* + sys flow chart

* + sys flow chart

* add public code link

* .

---------

Co-authored-by: hololens <[email protected]>
  • Loading branch information
jishnujayakumar and hololens authored Oct 21, 2024
1 parent 4251f6e commit 82fa781
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 7 deletions.
Binary file removed iTeach/assets/pdf/rw/fewsol-198/set-1.png
Binary file not shown.
Binary file removed iTeach/assets/pdf/rw/fewsol-198/set-2.png
Binary file not shown.
Binary file removed iTeach/assets/pdf/rw/fewsol-198/set-3.png
Binary file not shown.
Binary file removed iTeach/assets/pdf/rw/fewsol-198/set-4.png
Binary file not shown.
Binary file removed iTeach/assets/pdf/rw/fewsol-198/set-5.png
Binary file not shown.
Binary file removed iTeach/assets/pdf/rw/fewsol-198/set-6.png
Binary file not shown.
Binary file removed iTeach/assets/pdf/rw/fewsol-198/set-7.png
Binary file not shown.
Binary file removed iTeach/assets/pdf/rw/fewsol-198/set-8.png
Binary file not shown.
22 changes: 15 additions & 7 deletions iTeach/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,14 @@ <h1 class="title is-2 publication-title"><i>iTeach:</i> Interactive Teaching for

<!-- Arxiv Link. -->
<span class="link-block">
<a target="_blank" href="#"
<a target="_blank" href="https://arxiv.org/abs/2410.09072"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
</span>
<span>arXiv (coming soon... 🚀)</span>
<span>arXiv</span>
</a>
</span>
</span>


<!-- Ar5iv Link. -->
Expand All @@ -158,15 +158,14 @@ <h1 class="title is-2 publication-title"><i>iTeach:</i> Interactive Teaching for

<!-- Supplementary Link. -->
<span class="link-block">
<a target="_blank" href="#"
<a target="_blank" href="https://arxiv.org/src/2410.09072v1/anc/iTeach_supp.pdf"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Supplementary (coming soon... 🗂️)</span>
<span>Supplementary</span>
</a>
</span>
<br>



Expand All @@ -191,6 +190,7 @@ <h1 class="title is-2 publication-title"><i>iTeach:</i> Interactive Teaching for
</a>
</span>

<br>


<!-- Exp-Setup Link. -->
Expand Down Expand Up @@ -563,8 +563,16 @@ <h2 class="title is-3">
<h2 class="title has-text-centered">BibTeX</h2>
<span>Please cite <i><b>iTeach</b></i></span> if it helps your research 🙌:</span>
<div class="bib-container">
<pre><button id="copy-btn" onclick="copyToClipboard()"><i class="fas fa-copy copy-highlight"></i></button><code>Coming soon...</code></pre>
<pre><button id="copy-btn" onclick="copyToClipboard()"><i class="fas fa-copy copy-highlight"></i></button><code>@misc{padalunkal2024iteach,
title={iTeach: Interactive Teaching for Robot Perception using Mixed Reality},
author={Jishnu Jaykumar P and Cole Salvato and Vinaya Bomnale and Jikai Wang and Yu Xiang},
year={2024},
eprint={2410.09072},
archivePrefix={arXiv},
primaryClass={cs.RO}
}</code></pre>
</div>

</div>
</section>

Expand Down

0 comments on commit 82fa781

Please sign in to comment.