Preprints & Commercial Publishing
How Open Source Research Survives in a Restrictive Industry
Commercial academic publishing often appears incompatible with open, versioned, freely shared research. Publishers rely on subscription access, exclusive distribution rights, embargo periods, and restrictions on redistribution. Publishing practices are usually highly restrictive, since they wholly transfer author rights to the publishing company in a Copyright Transfer Agreement However, a small concession from publishers, shamed into allowing authors to distribute working copies of manuscripts, has made genuine open source research possible.Preprints are absolutely the core legal allowance by publishers which make open source research possible.
1. The Key Opening: Preprints Are Now Normal
Across major commercial publishers, preprints are widely permitted and are increasingly treated as a normal part of research communication. In other words: posting an early version publicly does not usually count as duplicate publication. This allows authors to establish priority, gather feedback, and build public archives long before any journal 'author agreement' contract is signed.
For open source research, this is decisive: once a preprint is public, timestamped, and clearly linked to a repository, it becomes difficult for any later process to erase or monopolise it.
2. The Publisher Control Pattern
Commercial publishers tend to control later versions far more tightly than early ones. Most policies divide the work into three stages:
- Preprint — the author's original manuscript before peer review (typically least restricted)
- Accepted Manuscript — revised after peer review but before typesetting (often embargoed and license-limited)
- Version of Record — the final published version (usually most restricted, especially for subscription journals)
This pattern matters because it reveals a practical strategy: publish early, publicly, and transparently, and treat later publisher-controlled versions as optional overlays rather than the core artifact.
3. The Real Battle: Derivatives, Not Visibility
In many cases publishers permit posting and sharing — but restrict reuse. Common restrictions include:
- Non-commercial limits (e.g. "NC")
- No-derivatives limits (e.g. "ND")
- Embargo periods on public posting of accepted manuscripts
- Prohibitions on posting the final PDF outside the publisher site
These policies aim to keep the Version of Record central and commercially valuable. But they do not prevent the core open source research move: maintaining a public, versioned research repository.
4. The model needs inverted
Traditional publishing assumes the journal version is the authoritative object. Open source research reverses this:
- The repository is canonical — living, versioned, corrigible, and reproducible.
- The journal article is a snapshot — a stable release, citation anchor, and prestige signal.
A journal publication can be treated like a tagged release (e.g., v1.0) of the repository: a stable checkpoint, not the end of the project.
5. The Practical Workflow
To operate safely inside commercial publishing, authors can follow a simple order of operations:
- Publish early as a preprint and/or in a public Git repository
- License clearly (ideally CC-BY for the open research version)
- Version everything with tags, changelogs, and release notes
- Submit later to journals as an endorsement layer
- Link both directions: repository ↔ preprint ↔ published article
This sequencing matters. When an openly licensed preprint or repository exists before submission, later publishing agreements cannot realistically erase the public record. Publishers can control their own formatted versions, but the research has already entered the open record.
6. Why This Works
Open source research succeeds not by ignoring journals, but by exploiting a modern reality: commercial publishers have increasingly accepted that researchers will share early manuscript versions. Preprint policies create a legal and cultural corridor where open, public-first research can thrive.
This legal possibility is what allows repository-first, distributed version control as the major technology behind open source research.