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
Resume Website
A resume website is your CV built as a web page at its own address, so it can be sent as a link instead of attached as a file. It is a page meant to be read in a minute, usually on a phone.
Preprint
A preprint is a complete research paper made public before, or instead of, journal peer review. It is normally a PDF at a fixed address that other work can cite while the paper is still under review.
Research Poster
A research poster is the large single-sheet summary of a study presented at a conference, usually A0 and produced as one PDF. Published online, it becomes a link people can open after the session instead of photographing your board.
PDF Hosting
Publishing a .pdf at a web address so it opens in the reader's browser rather than landing in their downloads folder. The header the host sends decides which of those happens.
Permalink
A permalink is an address meant never to change, so that everything pointing at it keeps working. The permanence is a promise from whoever owns the address, not a property of the web.
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 →