Skip to content

Commit

Permalink
styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstevens committed Nov 30, 2023
1 parent a400a3c commit de7f9c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/css/main.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:root {
--secondary-color: #bb0000;
--nice-gray: rgb(236, 240, 243);
--main-width: 42em;
--main-width: 80ch;
font-size: 1.0em;
font-family: "Noto Sans Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
Expand Down Expand Up @@ -95,9 +95,9 @@ pre.reference {
text-align: center;
}
.full-width {
width: 98vw;
width: max(90vw, 100%);
position: relative;
left: calc(-49vw + 50%);
left: calc(-45vw + 50%);
}

/* Figures */
Expand Down
4 changes: 0 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ <h1>BioCLIP: A Vision Foundation Model for the Tree of Life</h1>
</a>
</p>

<h2>TL;DR</h2>
<p>
Contributions:
<ol>
<li>Curate and release <a>TreeOfLife-10M</a> (the largest and most diverse available dataset of biology images).
</li>
Expand All @@ -72,7 +69,6 @@ <h2>TL;DR</h2>
substantially <a href="#results">outperforms existing baselines</a> (by 18% absolute).</li>
<li>Intrinsically evaluate BioCLIP's representations.</li>
</ol>
</p>

<h2>Demo</h2>
<p>Hosted on <a href="https://huggingface.co/spaces/imageomics/bioclip-demo">HuggingFace spaces</a>.</p>
Expand Down

0 comments on commit de7f9c8

Please sign in to comment.