(no title)
lwneal | 2 years ago
This isn't necessarily still true: HTML content can stay up on the web forever and a pdf can change, but people still prefer to cite something that looks like a paper document.
Since a whitepaper is often meant to be cited, it's published as a pdf to take advantage of this preference.
The best approach is to publish a PDF for citation along with a public HTML demo, like https://jonbarron.info/mipnerf360/
civilitty|2 years ago
With web pages, you have to download all the linked files and turn them into a deterministic archive and hope that the Javascript included doesn't pull any dynamic content (which isn't really practical to begin with).
simonw|2 years ago