Skip to content

Commit

Permalink
Add colab logo and change placeholder text.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adibvafa committed Jun 17, 2024
1 parent 07702b1 commit 83ea758
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 120 deletions.
134 changes: 14 additions & 120 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h1 class="title is-2 publication-title">Large Language Models<br>Optimizing Cod
<span class="author-block">
&nbsp;&nbsp;&nbsp;<sup>2</sup>
INSERM&nbsp;&nbsp;
<img src="static/images/inserm.png" alt="INSERM" style="float:right;width:35px;height:35px;margin-top:-2px;">
<img src="static/images/inserm.png" alt="INSERM" style="float:right;width:35px;height:35px;margin-top:-1px;">
</span>
<span class="author-block">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<sup>3</sup>
Expand All @@ -101,15 +101,15 @@ <h1 class="title is-2 publication-title">Large Language Models<br>Optimizing Cod
</span>

<!-- Supplementary PDF link -->
<span class="link-block">
<!-- <span class="link-block">
<a href="static/pdfs/supplementary_material.pdf" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
</span>
<span>Supplementary</span>
</a>
</span>
</span> -->

<!-- Github link -->
<span class="link-block">
Expand Down Expand Up @@ -139,7 +139,17 @@ <h1 class="title is-2 publication-title">Large Language Models<br>Optimizing Cod
<span class="icon">
<p>&#129303;</p>
</span>
<span>HuggingFace</span>
<span>Model</span>
</a>
</span>

<!-- Demo link -->
<span class="link-block">
<a href="https://huggingface.co/adibvafa/CodonTransformer" target="_blank" class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<img src="static/images/colab.png" alt="Colab Logo" style="width: 20px; height: 20px;"> <!-- Adjust the path as needed -->
</span>
<span>Demo Notebook</span>
</a>
</span>

Expand Down Expand Up @@ -174,122 +184,6 @@ <h2 class="title is-3">Abstract</h2>
<!-- End paper abstract -->


<!-- Image carousel -->
<section class="hero is-small">
<div class="hero-body">
<div class="container">
<div id="results-carousel" class="carousel results-carousel">
<div class="item">
<!-- Your image here -->
<img src="static/images/carousel1.jpg" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
First image description.
</h2>
</div>
<div class="item">
<!-- Your image here -->
<img src="static/images/carousel2.jpg" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
Second image description.
</h2>
</div>
<div class="item">
<!-- Your image here -->
<img src="static/images/carousel3.jpg" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
Third image description.
</h2>
</div>
<div class="item">
<!-- Your image here -->
<img src="static/images/carousel4.jpg" alt="MY ALT TEXT"/>
<h2 class="subtitle has-text-centered">
Fourth image description.
</h2>
</div>
</div>
</div>
</div>
</section>
<!-- End image carousel -->




<!-- Youtube video -->
<section class="hero is-small is-light">
<div class="hero-body">
<div class="container">
<!-- Paper video. -->
<h2 class="title is-3">Video Presentation</h2>
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">

<div class="publication-video">
<!-- Youtube embed code here -->
<iframe src="https://www.youtube.com/embed/JkaxUblCGz0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End youtube video -->


<!-- Video carousel -->
<section class="hero is-small">
<div class="hero-body">
<div class="container">
<h2 class="title is-3">Another Carousel</h2>
<div id="results-carousel" class="carousel results-carousel">
<div class="item item-video1">
<video poster="" id="video1" autoplay controls muted loop height="100%">
<!-- Your video file here -->
<source src="static/videos/carousel1.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-video2">
<video poster="" id="video2" autoplay controls muted loop height="100%">
<!-- Your video file here -->
<source src="static/videos/carousel2.mp4"
type="video/mp4">
</video>
</div>
<div class="item item-video3">
<video poster="" id="video3" autoplay controls muted loop height="100%">\
<!-- Your video file here -->
<source src="static/videos/carousel3.mp4"
type="video/mp4">
</video>
</div>
</div>
</div>
</div>
</section>
<!-- End video carousel -->






<!-- Paper poster -->
<section class="hero is-small is-light">
<div class="hero-body">
<div class="container">
<h2 class="title">Poster</h2>

<iframe src="static/pdfs/sample.pdf" width="100%" height="550">
</iframe>

</div>
</div>
</section>
<!--End paper poster -->


<!--BibTex citation -->
<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
Expand Down
Binary file added static/images/colab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/favicon.ico
Binary file not shown.

0 comments on commit 83ea758

Please sign in to comment.