Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update with arxiv link #3118

Merged
merged 2 commits into from
Oct 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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