Understanding Erratum, Addendum, and Corrigendum in Writing

Errors slip into published work even after meticulous editing. Knowing how to label and correct them preserves credibility and keeps readers informed.

Three Latin-derived terms—erratum, addendum, and corrigendum—serve distinct purposes. Mastering their nuances protects reputations and streamlines scholarly communication.

Erratum: Correcting Accidental Mistakes

Definition and Core Purpose

An erratum is a formal notice that an unintentional error appears in a published document. It points to a slip introduced by the publisher or author after peer review.

Typical triggers include misspelled author names, inverted figures, or mislabeled table columns. The content itself remains scientifically valid; only the presentation is flawed.

Publication Workflow for Errata

Most journals route errata through the production editor. The author submits a concise description and location of each error, often within six months of the original release.

The journal then issues the erratum as a citable, paginated item linked to the original article’s DOI. This linkage ensures databases index the correction together with the flawed version.

Real-World Example from a Medical Journal

A 2022 cardiology paper listed the wrong dosage unit as “mg” instead of “μg” in Table 2. The journal published a one-sentence erratum that prevented potential patient harm.

Within a week, the correction appeared in PubMed and Crossref, updating every downstream aggregator. Citation metrics automatically merged, so the article’s impact factor remained intact.

Best Practices for Authors

Audit your proofs line-by-line, focusing on numbers, symbols, and author order. Compare the final PDF against the accepted manuscript to catch typesetting slips early.

Alert the journal within days of discovery; delays force readers to rely on erroneous data. Provide a tidy list with page, column, and paragraph coordinates to speed editorial handling.

Addendum: Adding New, Non-Corrective Information

When an Addendum Becomes Necessary

An addendum introduces supplementary material that enhances context but does not fix errors. Think of it as a post-publication upgrade rather than a repair.

Common drivers include newly released datasets, extended methodologies, or policy changes that occurred after the paper went live. The original findings remain unchanged.

Structuring an Addendum

Open with a clear statement that the new content expands, not corrects, the earlier work. Separate sections with concise headings so readers can absorb the additions quickly.

Reference the original article prominently, including the DOI and publication year. End with an updated citation that incorporates both the initial paper and the addendum.

Case Study in Climate Science

A 2020 sea-level projection paper gained an addendum after a satellite algorithm improved. The addendum presented recalibrated scenarios, quadrupling the model’s spatial resolution.

Readers could download the new netCDF files and rerun analyses without discarding the foundational study. The journal charged no fee because the addendum boosted the dataset’s value.

Ethical Boundaries

Do not smuggle unpublished negative results into an addendum to evade peer review. Editors treat addenda as mini-papers, often sending them to referees for scrutiny.

Transparently declare funding sources and conflicts that arose after the original publication. Any hint of hidden agenda can trigger retraction instead of expansion.

Corrigendum: Fixing Author-Introduced Flaws

Distinguishing Corrigendum from Erratum

A corrigendum addresses mistakes that originate with the authors, not the production team. These flaws can affect methodology, analysis, or interpretation.

Journals reserve the term “corrigendum” for substantive changes that could influence conclusions yet do not invalidate the entire study. Extreme cases escalate to retractions.

Submission Requirements

Prepare a marked-up copy of the affected pages showing deleted and inserted text. Accompany it with a cover letter explaining how the error occurred and why the conclusions stand.

Some publishers demand a new peer-review round, especially when statistics shift. Budget extra time; corrigenda can take months to appear.

Illustrative Engineering Example

In 2021, an aerospace article used an outdated drag coefficient in Equation 7. The authors submitted a corrigendum with the corrected formula and rerun simulations.

The lift-to-drag ratio changed by 4 %, but the design recommendation stayed valid. The journal added a footnote alerting wind-tunnel labs to update their spreadsheets.

Minimizing Future Corrigenda

Share code and data openly during peer review. Transparent workflows let referees spot calculation flaws before publication, reducing post-release fixes.

Adopt version-controlled repositories like GitHub. Tag the exact commit used in the manuscript so every decimal can be audited later.

Visual and Language Conventions

Formatting the Notice Itself

Most style guides prescribe bold labels such as “Erratum,” “Addendum,” or “Corrigendum” at the top left. Follow the journal’s font size and spacing rules precisely.

Include the original article’s full citation directly under the label. This placement lets indexing bots associate the two records immediately.

DOI Assignment Patterns

Errata often receive the suffix “e” appended to the root DOI, while addenda use “a.” Corrigenda may inherit a sequential number such as “c2” for the second correction.

Understanding these patterns helps librarians construct accurate portfolios. Mismatched DOIs can fracture citation trails and distort altmetrics.

Language Tone and Brevity

Use active voice to confess mistakes without sounding defensive. Write “We overlooked…” rather than “The error was overlooked…” to maintain accountability.

Limit sentences to twenty words when possible. Short phrasing reduces ambiguity in legal contexts where wording can be dissected.

Legal and Ethical Implications

Copyright Considerations

Corrections inherit the same Creative Commons license as the parent article. If the original is CC-BY, anyone can redistribute the corrigendum commercially.

Verify whether third-party material reproduced under fair use still holds after content changes. A revised figure might require fresh permission.

Plagiarism Risk in Addenda

Self-plagiarism policies apply to addenda. Recycling paragraphs from your earlier papers without citation can trigger misconduct investigations.

Run the addendum through plagiarism software even if it is your own words. Journals increasingly screen every submission class.

Defamation Pitfalls

Naming and shaming competing labs in a corrigendum can invite libel suits. Stick to factual descriptions of methodology without ad hominem commentary.

Consult legal counsel if the correction implies negligence by external stakeholders. A single adjective like “faulty” can expose you to litigation.

Journal-Specific Policies

Springer Nature Protocol

Springer issues errata only for production errors and corrigenda for author oversights. Addenda undergo independent editorial assessment and may be denied if they expand scope too far.

The house style demands a concise “Background,” “Correction,” and “Acknowledgements” structure. Deviations delay publication by weeks.

Elsevier’s Crossmark Integration

Elsevier embeds a clickable Crossmark logo that pops up the latest correction status. Readers see a green checkmark if no errata exist or a red flag if updates await.

Authors receive an automated alert when Crossmark detects a citing paper, prompting proactive corrections. This feedback loop tightens the accuracy window.

IEEE Computer Society Nuances

IEEE allows post-conference corrections only if the final proceedings have not yet shipped. Once XML files hit the digital library, any fix escalates to a corrigendum.

The society charges no page fees for the first corrigendum but bills $200 per extra page thereafter. Budget-conscious labs often pool minor typos into a single notice.

Preprint Servers and Corrections

arXiv Overlay Journals

arXiv lets authors replace versions but preserves prior PDFs publicly. Overlay journals treat v1 as the published object and issue corrigenda externally.

This split can confuse citation counters. Always cite the version matched by the journal’s DOI, not the latest arXiv file.

bioRxiv’s Transparent Trail

bioRxiv displays a yellow banner above outdated PDFs, directing readers to the newest preprint. Journals often copy this banner text verbatim into their own errata.

Authors gain a head start: community peer review in comments sections surfaces errors before journal submission, shrinking later correction queues.

SSRN’s Versioning Limits

SSRN caps replacements at three per manuscript. After that, authors must withdraw and resubmit, losing download statistics.

Plan updates strategically; bundle minor grammatical fixes with substantive methodological clarifications to stay within the limit.

Software and Data-Driven Corrections

Code Repository Errata

A Git commit tagged “erratum-v1.1” can document a silent off-by-one error that skewed plots. Pair the commit with a Zenodo DOI so the fix becomes citable.

Journals increasingly accept software errata as legitimate scholarly contributions. Track download metrics to demonstrate impact equivalent to a traditional paper.

Dataset Addenda in Repositories

Figshare allows versioning with visible changelogs. Upload a CSV delta file that only contains new rows instead of replacing the entire dataset.

Users who forked the original receive automatic notifications, preventing propagation of outdated numbers into derivative studies.

Machine-Readable Corrigenda

Publish correction tables in JSON-LD format. Schema.org’s “Correction” type lets search engines surface fixes directly in results snippets.

Google Scholar sometimes displays the corrected abstract within 48 hours, accelerating visibility faster than human-curated indexes.

Reader Communication Tactics

Email Alerts and RSS

Set up journal TOC alerts for every paper you cite. Most platforms embed errata metadata in the same feed, ensuring you never miss downstream changes.

Configure keyword filters like “corrigendum OR erratum” to avoid inbox overload while staying vigilant.

Academic Social Networks

ResearchGate automatically pushes correction notices to followers of the original paper. A 2023 survey showed 38 % of users first learned of errata this way.

Engage responsibly: share the correction’s DOI instead of reposting the full PDF to respect publisher copyrights.

Classroom Integration

Teach students to check Crossmark before citing any source older than one year. Make it a graded step in systematic review assignments.

This habit reduces propagation of outdated facts into new manuscripts, shrinking the global correction burden.

Metrics and Reputation Management

Citation Count Preservation

Major indexes merge citations of the original and its correction into a single tally. Your h-index remains unaffected if the error was minor.

Yet, altmetric attention scores can spike after a corrigendum, reflecting community scrutiny. Use the bump to showcase transparency in grant applications.

Reviewer Goodwill

Promptly correcting known flaws impresses future referees. Editors remember authors who take responsibility, often fast-tracking their next submissions.

A single well-handled corrigendum can outweigh two anonymously peer-reviewed papers in editorial trust metrics.

Industry Hiring Signals

Recruiters in biotech scrutinize publication records for undisclosed corrections. A clean trail with openly documented fixes signals meticulous lab culture.

Conversely, hidden retractions surface during due diligence and can derail leadership appointments.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *