ACM, IEEE, Springer, Elsevier: who are these people

Publishers and societies decoded, and why their names are on every template.

ACM, IEEE, Springer, Elsevier: who are these people

Open any LaTeX template gallery and you will see the same alphabet soup: ACM, IEEE, Springer, Elsevier, LNCS. These are the organizations that run the machinery of publishing. Knowing who is who saves you real confusion.

Two kinds of organization

Professional societies are member organizations of researchers and practitioners. They run conferences, publish journals, and set standards, and any surplus goes back into the field.

Commercial publishers are companies. They publish journals and conference proceedings as a business.

Name Kind Known for
ACM Society (computing) Most major CS conferences, ACM Digital Library
IEEE Society (electrical eng. and computing) Huge conference catalog, IEEE Xplore, the two-column look
Springer (Springer Nature) Commercial publisher LNCS, Nature journals, many books
Elsevier Commercial publisher Thousands of journals (The Lancet, Cell), ScienceDirect
USENIX Society (systems) Open-access systems and security conferences
Wiley, Taylor & Francis, SAGE Commercial publishers Broad journal portfolios across fields

ACM is the Association for Computing Machinery, founded 1947. IEEE is the Institute of Electrical and Electronics Engineers, and yes, everyone just says “eye-triple-E.”

What membership means

Joining ACM or IEEE is like joining a professional guild: you pay yearly dues and get discounted conference registration, magazines, digital library access, and a line on your CV. You do not need membership to submit a paper to their venues. Students get steep discounts, and membership is genuinely handy once you attend conferences, but nothing about publishing requires it on day one.

Digital libraries: where the PDFs live

Each big publisher runs a website holding its papers:

  • ACM Digital Library (dl.acm.org) for ACM venues
  • IEEE Xplore (ieeexplore.ieee.org) for IEEE venues
  • SpringerLink and ScienceDirect for Springer and Elsevier

These are usually paywalled; your university library probably has subscriptions. When you hit a paywall from home, the free workarounds are covered in open access, paywalls, and DOIs, and the author’s own preprint on arXiv is often one search away.

LNCS, the yellow books

LNCS stands for Lecture Notes in Computer Science, a long-running Springer series of yellow-covered volumes that many CS conferences use to publish their proceedings. “The proceedings appear in LNCS” just means Springer prints the collected papers in that series, in its distinctive single-column format.

Why their names are on your template

Each publisher enforces its own house style: fonts, margins, columns, citation format. So when a venue says “use the ACM template” or “IEEE format,” it is handing you a LaTeX class file that produces the exact required look. This is one of the big reasons research runs on LaTeX rather than word processors, a story told in LaTeX vs Word. The practical mechanics get their own lessons: IEEE format in practice and ACM format in practice. Oleafly ships common venue templates built in, so starting an IEEE-format paper is a one-click affair.

The takeaway

Societies run communities, publishers run printing presses, digital libraries hold the PDFs, and templates enforce the look. None of it needs to intimidate you; it is all plumbing. Choosing which of their venues to submit to is the interesting part, and that is choose your venue.

Back to Research, decoded