Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden-ygu committed May 20, 2024
1 parent 67dabfc commit bc24fb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion assets/css/gallery.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
left: 0;
right: 0;
bottom: 0;
background-color: rgba(99, 102, 241, 0.35); /* Navy color with transparency */
background-color: rgba(99, 102, 241, 0.28); /* Navy color with transparency */
display: flex;
justify-content: center;
align-items: center;
Expand Down
16 changes: 3 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ <h2 class="title is-2 publication-title" style="font-family: 'Google Lexend', sa
<span class="author-block"><sup>3</sup>Paul G. Allen School of Computer Science and Engineering, University of Washington</span>
</div>
<div class="is-size-6 publication-authors">
<span class="author-block"><sup></sup> Project lead </span>
<span class="author-block"><sup>*</sup> Equal Contribution</span>
<span class="author-block"><sup></sup> Project lead </span>
<span class="author-block"><sup>§</sup> Lead contact</span>
<span class="author-block"><sup></sup> Corresponding authors</span>

Expand Down Expand Up @@ -144,15 +144,15 @@ <h2 class="title is-2 publication-title" style="font-family: 'Google Lexend', sa
</span>
<!-- Code Link. -->

<span class="link-block">
<!-- <span class="link-block">
<a href="#"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Code</span>
</a>
</span>
</span> -->

<!-- Dataset Link. -->
<!-- <span class="link-block">
Expand All @@ -172,16 +172,6 @@ <h2 class="title is-2 publication-title" style="font-family: 'Google Lexend', sa
</div>
</section>

<!-- teaser animation -->
<!-- <section class="hero teaser">
<div class="container is-max-desktop">
<div class="hero-body">
<div class="gif-container" style="display: flex; justify-content: center; align-items: center; width: 100%;">
<img src="image_assets/gif_demo/CT-Abdomen.gif" alt="Animated GIF to illustrate BiomedJourney capability. Given a previous radiology image and text instruction, BiomedJourney generates a new counterfactual radiology image." style="width: 100%; max-width: 100%; height: auto;">
</div>
</div>
</div>
</section> -->

<div class="gallery">
<div class="overlay">
Expand Down

0 comments on commit bc24fb7

Please sign in to comment.