What People Publish

Online CV

Definition

An online CV is a document first and a web page second. Where a resume website is trimmed to a screenful for one kind of job, a CV is cumulative: every post held, every paper, every course taught, every grant and talk, in reverse chronological order, running to several pages in an academic field. Publishing it at an address gives it something to be cited and linked from, and lets you correct it in minutes instead of re-exporting and re-emailing a file. The document form still matters, because most application portals ask for an upload and will not accept a link. So you keep both: the page as the current canonical copy, and a PDF beside it carrying exactly the same content.

Why It Matters

Job hunts are long and academic records are permanent. A CV link ends up in reference letters, conference programmes, department pages and applications sent years ago, so it needs to be a permalink — an address you will not have to change when you move institution or abandon a platform. If it breaks, everyone following it lands on nothing and you never hear about it. The second cost is drift: when page and PDF are updated separately, one of them quietly becomes wrong, and the version a committee reads is whichever they happened to open.

How It Works

The page itself is plain static HTML: headings for sections, lists for entries, and a revision date near the top. Keep the PDF at a fixed path beside it, something like /cv.pdf, so the download link never changes even when the file behind it does — PDF hosting of this kind is just a file at a stable address with a Content-Type of application/pdf, so the browser renders it instead of dropping it blindly into a downloads folder. Replace that file in place rather than renaming it; a reference letter pointing at cv-2026-final-v3.pdf ages very badly. Where you can, generate the page and the PDF from one source, since two outputs of the same document cannot contradict each other. Put the date of the last update on the page, because a reader otherwise cannot tell a genuine gap from neglect.

Real-World Example

A postdoc keeps hers at l-ferreira-cv.99helpers.site with the file beside it at l-ferreira-cv.99helpers.site/cv.pdf. That address goes in her email signature and on her department profile. Twice a year she adds publications and re-uploads both, leaving the address alone, so a committee opening a link from an application eighteen months old sees the current record rather than a stale one. When a portal demands a file, she gives it the same address with .pdf on the end.

Common Mistakes

  • Letting the page and the PDF fall out of step — a reader treats whichever they opened as current, and one of them is wrong
  • Renaming the file with each revision — every saved link stops working, and the copy in somebody's downloads folder has no way to tell them a newer one exists
  • Cutting it to one page like a resume — an academic committee is reading for the full record, and the absences read as gaps rather than as editing

Related Terms

Put a file online in seconds

Drop in a document, an image, a page or a whole static website and share the link — free, with no build step and no server to set up.

Host a file free →