Skip to main content
v2026.11,772 entries · CC-BY 4.0
Research Tools & Software

Reference & Citation Managers

Reference management software tracks citations, generates formatted bibliographies, and integrates with word processors during manuscript writing. This sub-cluster covers the major tools researchers actually use — Zotero (free, open-source, browser-integrated), Mendeley (Elsevier-owned, with a social/discovery layer), EndNote (long-established, institution-licensed, strong in law and medicine), and Papers — along with the underlying interchange formats (RIS, BibTeX) that let libraries move between them. Pages here are comparative and task-focused: which tool fits a given workflow, how to migrate a library between tools, and how to troubleshoot the export/import step that most often breaks.

Guides

Migrating a Mendeley Library to Zotero

Zotero imports a Mendeley library online, keeping folders, tags, notes, files and PDF annotations. Sync fully first, and copy group-library items into your personal library before starting.

Fixing Undefined Citations and BibTeX Errors

Citations showing as [?] usually means the compile sequence, not a broken bibliography: LaTeX writes .aux, BibTeX writes .bbl, and only the third pass substitutes the labels.

Editing a CSL Citation Style for a Journal That Has None

When a journal has no CSL style, start from the closest one in the repository rather than a blank file — and check first whether a dependent style pointing at an existing one is all you need.

Reference Managers for macOS Researchers: What Actually Breaks by Platform

What genuinely differs on macOS: Zotero’s reduced-feature Connector on older macOS, EndNote’s install-order and quit-every-Office-app repair rule, Mendeley Cite’s Word-only scope, and Bookends as the one Mac-and-iOS-only holdout.

Unlinking Zotero Citations and Removing Field Codes

The Unlink Citations / Convert to Plain Text step before journal submission: what field codes are, how Word and LibreOffice differ from Google Docs, and the irreversible-step save-a-copy discipline.

Customizing Zotero Citations: Locators, Prefixes, and Omitting the Author

How to add a locator (page number), a prefix or suffix, or omit the author for a narrative citation on a single Zotero reference, and what survives a citation-style change.

Citations in Quarto, R Markdown, and Pandoc

Quarto, R Markdown, and plain Pandoc all format citations through the same shared engine — Pandoc’s citeproc. This guide covers the bibliography and csl YAML fields, [@key] citation syntax, where the three tools genuinely diverge, and the fixes for the most common broken-citation problems.

ZotFile and Automatic PDF File Management in Zotero

ZotFile’s own project page says it’s no longer actively maintained, and Zotero 7+ added a real customizable file-renaming system of its own. This guide walks through what each actually does, what native Zotero still can’t do, and how to decide whether to install ZotFile at all.

Backing Up and Restoring a Zotero Library

Zotero’s sync keeps devices current, but the server only holds the most recent version — not a backup history. This guide covers what’s actually in the data directory (zotero.sqlite plus the storage folder), the safe way to back it up, why syncing the live data directory through Dropbox or OneDrive risks corruption, and the exact steps to restore or move a library to a new computer.

EndNote Alternatives for Researchers

A migration guide for researchers leaving EndNote: what Zotero, Mendeley, and JabRef cost, how to export via RIS or XML, and exactly what formatting, attachments, and group structure don’t survive the move.

Citing Sources in PowerPoint with Zotero

Zotero has no official PowerPoint plugin. Here are the four real ways to get a correctly formatted citation onto a slide, and what each one costs you in setup time and risk.

Exporting a Zotero Library into EndNote

Two ways to migrate a Zotero library into EndNote — RIS export for references only, and EndNote XML export to bring attached PDFs along — plus the item-type and field losses the RIS interchange format is known to introduce.

Finding and Merging Duplicates in Zotero

Zotero’s Duplicate Items pane groups records by title, DOI/ISBN, or a loose year+author fallback, but it can’t merge items of different types (a preprint vs. its published version), and it misses pairs with mismatched DOIs or titles entirely. Here is the matching logic, the exact failure cases, and a manual reconciliation pass for a merged systematic-review library.

Reference Managers That Work Inside Microsoft Word

Zotero, Mendeley Cite, EndNote, and RefWorks all integrate with Word directly — and so does Word’s own built-in citation tool. Here is what actually works, and where each one’s real limits sit.

Producing an Annotated Bibliography From Zotero

Zotero has no one-click annotated-bibliography feature. This guide covers the Extra/Abstract field mechanism the built-in annotated-bibliography styles actually read, how to install one from the Style Repository, and the full path from a collection to a finished document.

Citation Managers That Work With Google Docs

Only Paperpile and Zotero were built for Google Docs natively. Here is how EndNote, Mendeley, and RefWorks actually compare on real Google Docs support, not marketing claims.

Paperpile in Word, Google Docs, and the Browser: How the Citations Actually Work

How Paperpile’s Word add-in, Google Docs plugin, and Chrome extension actually differ under the hood, and how a Google-Docs-first lab can still submit a clean manuscript to a Word-only journal.

Taking and Exporting Notes in Zotero

How Zotero’s native note system works: standalone vs. child notes, the rich-text note editor, annotation-to-note extraction, and exporting notes as Markdown, HTML, or via Zotero RDF.

Better BibTeX for Zotero: Setup and Citation Keys

How to install the Better BibTeX plugin, configure and pin its citation-key formula, and set up Auto-Export so your .bib file updates itself as your Zotero library changes.

Changing and Updating the Citation Style in Zotero

Zotero separates two settings that are easy to confuse: the style attached to one Word/LibreOffice/Google Docs document, and the styles installed in your Zotero library. This guide covers both, plus installing new CSL styles and keeping them current.

EndNote Cite While You Write Explained: What CWYW Actually Stores in Your Document

Cite While You Write inserts a hidden field code, not plain text, at every citation. Here’s what that data actually holds and why it matters for co-authors and journal submission.

EndNote Pricing: What It Actually Costs (and When SciSpace Replaces It)

EndNote’s real 2026 prices direct from Clarivate: $275 standalone, $150 student, custom institutional. Plus when SciSpace can replace it for a single project.

Zotero Storage Plans and Quota Management

What actually consumes a Zotero storage quota, the free and paid plans, the stored-vs-linked attachment choice that controls it, and the WebDAV self-hosting escape hatch.

Installing and Editing EndNote Output Styles

How to find a journal-specific EndNote output style you don’t already have, install the .ens file, and edit one in the Style Editor when no exact match exists.

Sharing a Zotero Library: Group Setup, Permissions, and Storage Quota

How to share a Zotero library with collaborators using a group library: group types, member roles, the three permission settings, and what happens to storage when everyone attaches PDFs.

Connecting Zotero to Obsidian for Literature Notes

How to bridge Zotero and Obsidian for literature notes using Better BibTeX plus the Citations and Zotero Integration community plugins, including where the connection breaks on re-import.

Zotero Alternatives for Researchers: Mendeley, EndNote, and JabRef Compared by Use Case

A use-case comparison of the three real Zotero alternatives researchers actually switch to — Mendeley for PDF annotation, EndNote for institutional Word workflows, JabRef for LaTeX — with the migration cost of each.

Using the Zotero Web API: Keys, Endpoints, and a Worked Example

How to create a scoped Zotero API key, the user/group/collection/item endpoint structure, and a worked Python example that pages through a collection’s items for a reporting integration.

Installing Mendeley Cite: The Word Add-in Setup, Sign-In, and Fixes

Mendeley Cite is an Office Add-in, not the old Mendeley Desktop Word plugin. How to install it from the Add-ins Store, sign in, handle a managed/offline desktop, and fix it not showing up in Word.

Switching EndNote to a Numbered Style in Word (Vancouver, IEEE)

A task-specific walkthrough for converting an EndNote Cite While You Write document to a numbered output style (Vancouver, IEEE), forcing a full renumber, and diagnosing the most common reasons the numbering does not update.

The BibTeX File Format Explained: Entry Types, Fields, and Citation Keys

How BibTeX .bib entries are structured: the @article vs @inproceedings required-field difference, the citation-key convention, and the mismatched-brace and unescaped-character errors that break a LaTeX compile.

The RIS File Format: Tag Reference, Why Exports Differ, and How to Repair One by Hand

RIS is the plain-text citation format behind almost every “Export citation” button. This reference covers what the specification actually requires, why two exports of the same reference differ, and how to find and fix a broken file.

EndNote Click (Formerly Kopernio): What It Retrieves, and Who Configures Your Institution’s Access

EndNote Click is the browser extension formerly called Kopernio: subscription Version of Record first, open access second, your link resolver third. It is not EndNote Desktop and not a reference manager, and unlike LibKey Nomad or Lean Library, Clarivate holds the institutional access configuration rather than your library.

Installing EndNote Cite While You Write in Word: Both Platforms, and the Two Repairs Vendor Docs Bury

Cite While You Write is not a separate download – it installs with EndNote Desktop. This page covers the install order that breaks it, the Windows COM add-in and Disabled Items rungs, and the macOS Customizer, stated per platform and dated.

Using Zotero with Google Docs: The Word Round-Trip and Shared-Document Failures

Zotero stores Google Docs citations as links, not field codes. That single fact explains the dead citations after a .docx download, the collaborator who silently unlinks half a bibliography, and the wrong-Google-account permission error.

How to Use EndNote: A Researcher’s First-Project Walkthrough

A first-project walkthrough of EndNote 2025 on Windows and macOS: build a library that will not corrupt, import from a database, attach PDFs, cite in Word with Cite While You Write, switch output style for a target journal, and convert to plain text for submission.

Citation Management Software for a Research Group: Shared Libraries, Licensing, and Ownership

Deploying citation management software for a research group is a different problem from choosing one for yourself. Library ownership and succession, storage billing, seat and site licensing, permission settings, and the failure modes of a shared library — with vendor limits verified and dated.

RefWorks: What It Is, Institutional Licensing, and How to Migrate Your Library

RefWorks is a Clarivate/ProQuest reference manager distributed almost entirely through institutional library subscriptions rather than sold to individuals. This guide covers what RefWorks does, how institutional licensing affects access after you graduate or change institutions, the practical steps for exporting and migrating a library to Zotero or EndNote, the legacy-vs-current RefWorks platform distinction, and the Write-N-Cite to RefWorks Citation Manager transition.

Referenced across the research world

University of Cambridge logoColumbia University logoCrossref logoUniversity of Edinburgh logoHarvard University logoUniversity of Oxford logoPrinceton University logoStanford School of Medicine logoUniversity College London logoORCID logoUniversity of Cambridge logoColumbia University logoCrossref logoUniversity of Edinburgh logoHarvard University logoUniversity of Oxford logoPrinceton University logoStanford School of Medicine logoUniversity College London logoORCID logo
  • University of Cambridge logo
  • Columbia University logo
  • Crossref logo
  • University of Edinburgh logo
  • Harvard University logo
  • University of Oxford logo
  • Princeton University logo
  • Stanford School of Medicine logo
  • University College London logo
  • ORCID logo

View CASRAI adoption →

Regulatory Radar

Stop finding out after the fact

$29/month, cancel anytime. Daily digest updates from our analysis, a dashboard holding the same items, and a cited assistant for everything they raise.

  • Federal Register, Federal Register+, Grants.gov, Regulations.gov, NSF News, UKRI, plus CASRAI’s own published content.
  • 72,264 indexed passages, and every answer cites the ones it drew on.