Skip to content

Commit

Permalink
update with arxiv link (#3118)
Browse files Browse the repository at this point in the history
  • Loading branch information
teetone authored Oct 31, 2024
1 parent 6425ff6 commit 903f5c4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions helm-frontend/src/components/Landing/Image2StructLanding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ export default function Image2StructLanding() {
Extracting Structured Information from Images
</h1>
<div className="flex flex-col sm:flex-row justify-center gap-2 sm:gap-2 md:gap-8 my-8">
<a className="px-10 btn rounded-md" href="TODO">
<a
className="px-10 btn rounded-md"
href="https://arxiv.org/abs/2410.22456"
>
Paper
</a>
<a
Expand Down Expand Up @@ -68,15 +71,13 @@ export default function Image2StructLanding() {
<p>We introduce 3 tasks:</p>
<ul className="my-2 list-disc list-inside">
<li>
LaTex: equations, tables, plots and algorithms form ArXiV papers
LaTex: equations, tables, plots and algorithms from ArXiV papers.
</li>
<li>
Webpages: pages from GitHub written in HTML, CSS and Javascript,
Webpages: pages from GitHub written in HTML, CSS and Javascript.
...
</li>
<li>
Music sheets: crops of measures from music sheets from IMSLP
</li>
<li>Music sheets: crops of measures from IMSLP music sheets.</li>
</ul>
<div className="flex flex-row justify-center mt-8">
<a className="px-10 btn rounded-md" href="#/leaderboard">
Expand Down

0 comments on commit 903f5c4

Please sign in to comment.