Live data from Hacker News

Show HN: Arxiv Vanity – Read academic papers from Arxiv as responsive web pages

arxiv-vanity.com

31–40 of 138 posts

Re: Show HN: Arxiv Vanity – Read academic papers from Arxiv as responsive web pages

#31
Definitely useful in certain situations. Can't comment on how well the conversion works (yet) but I can see how this might be useful to a lot of people.

Me? I still mostly prefer reading physical academic papers because of needing to flip back and forth for re-reading (clarification) and adding personal notes/graphs/calculations.

Good job guys.

Re: Show HN: Arxiv Vanity – Read academic papers from Arxiv as responsive web pages

#32
post #2

We were frustrated by the experience of reading machine learning papers on screens (particularly phones/tablets). There are lots of good tools for authoring HTML papers (Distill, Authorea, etc) but nothing that deals with the vast number of PDF papers that already exist. So, we built Arxiv Vanity: a site that renders Arxiv papers as web pages. It’s still pretty janky, but for the papers that do render correctly, the…

In all three cases I find the original PDFs more pleasant to read. HTML typography is not up to snuff. I read them on a laptop, however, and I can see that this would be useful if one is forced to read on a phone. (One thing that is very ugly in the PDFs, and most scholarly papers, is the use of different-colored boxes for hyperlinks. Authors, please consider putting \usepackage[colorlinks]{hyperref} in your LaTeX pr…

Just tried your suggestion: it ends up looking much uglier with font colors imo.

Re: Show HN: Arxiv Vanity – Read academic papers from Arxiv as responsive web pages

#33
post #32

Earlier quoted context omitted.

In all three cases I find the original PDFs more pleasant to read. HTML typography is not up to snuff. I read them on a laptop, however, and I can see that this would be useful if one is forced to read on a phone. (One thing that is very ugly in the PDFs, and most scholarly papers, is the use of different-colored boxes for hyperlinks. Authors, please consider putting \usepackage[colorlinks]{hyperref} in your LaTeX pr…

Just tried your suggestion: it ends up looking much uglier with font colors imo.

The default saturated colors are a bit garish. But you can set them to be anything you want. See the hyperref documentation.

Re: Show HN: Arxiv Vanity – Read academic papers from Arxiv as responsive web pages

#34
post #2

We were frustrated by the experience of reading machine learning papers on screens (particularly phones/tablets). There are lots of good tools for authoring HTML papers (Distill, Authorea, etc) but nothing that deals with the vast number of PDF papers that already exist. So, we built Arxiv Vanity: a site that renders Arxiv papers as web pages. It’s still pretty janky, but for the papers that do render correctly, the…

In all three cases I find the original PDFs more pleasant to read. HTML typography is not up to snuff. I read them on a laptop, however, and I can see that this would be useful if one is forced to read on a phone. (One thing that is very ugly in the PDFs, and most scholarly papers, is the use of different-colored boxes for hyperlinks. Authors, please consider putting \usepackage[colorlinks]{hyperref} in your LaTeX pr…

For me the PDF was fuzzier https://imgur.com/a/WJ5y3 and the HTML version was more convenient to read in a single column. The two-column format is nice if I'm skimming to see if a paper is going to be interesting, but when I sit down to read it the HTML version definitely wins.

Re: Show HN: Arxiv Vanity – Read academic papers from Arxiv as responsive web pages

#35
Hallejuhah, we need to force academics and people who go around touting "whitepapers" to be ripped out of the proprietary PDF era of terrible UX/readability and into modern readable web documents. This is definitely the way to do it, this is brilliant!

Re: Show HN: Arxiv Vanity – Read academic papers from Arxiv as responsive web pages

#36
post #16
post #15

Earlier quoted context omitted.

It's very nice. You should expand to cover bioRxiv (biology) too.

bioRxiv doesn't expose LateX files, they explicitly only use PDFs to make things easier. Which means you're going to need to reflow PDFs (a la https://docushow.com/ ), and I would guess there are a lot more edge cases there

Thanks for linking to https://docushow.com Also a work in progress, but PDF reflow is a hard problem so you never ship if you want to solve all cases :)

Your solution using the LaTex source generates really nice HTML, congrats!

Re: Show HN: Arxiv Vanity – Read academic papers from Arxiv as responsive web pages

#38
post #5

Nice! PDF is the worst format I can think of to present papers. Especially for reading on mobile this will be of great help.

PDF is the only format that will preserve the typographical details that are important in many technical papers; it also avoids the relatively bad rendering created by the browsers. PDF is usually bad, of course, on small screens, unless the publisher makes special versions.

Another useful thing is ability to put comments/annotations - I'm reading on iPad, and annotate quite a lot
Post reply on HN