Journals, conferences, and workshops

Where papers live, why CS ships at conferences, and what a venue actually is.

Journals, conferences, and workshops

Papers do not float freely on the internet. Each one is published somewhere, and that somewhere shapes everything: the deadline, the page limit, the review process, even the prestige. Researchers call any such somewhere a venue. “Where should we submit?” means “which venue?”

The three main habitats

Venue type Rhythm Review speed You present in person?
Journal Rolling, submit anytime Slow, 3 to 12 months No
Conference Fixed yearly deadline Faster, 2 to 4 months Yes, talk or poster
Workshop Attached to a conference Fast, weeks Yes, informally

Journals are periodicals, like magazines for experts. You submit whenever your work is ready, reviewers and an editor go back and forth with you, sometimes for a year, and the final article appears in an issue.

Conferences are events. There is a hard deadline, everyone submits at once, a program committee reviews the batch, and accepted authors travel to present. The accepted papers are published together in a book-like collection called the proceedings. Yes, in most of computer science, a conference paper in the proceedings counts as a real, final publication, not just a talk.

Workshops are the small rooms next to the big conference hall. They focus on one narrow topic, review is lighter, and work in progress is welcome. They are the friendliest on-ramp for a first paper: lower stakes, real feedback, real community.

The culture split you must know

Here is the thing that confuses every newcomer: computer science publishes primarily at conferences, while most other fields publish primarily in journals. A top CS conference paper (NeurIPS, SOSP, CHI) is a career-defining publication. In biology, physics, or economics, conferences are mostly for talking, and the journal article is what counts. Ask someone senior in your field where the real publications go before assuming anything.

Special issues and other hybrids

The lines blur in places:

  • Special issues are journal issues devoted to one theme, often with a call for papers and a deadline, so they feel conference-like.
  • Some conferences now run journal-style review with revision rounds.
  • Extended versions of conference papers often get resubmitted to journals with 30 percent new material.

Do not worry about mastering these hybrids yet. Just recognize them when they appear.

How to read a venue name

When you see “Published in Proceedings of the 41st International Conference on Machine Learning,” decode it as: conference, happens yearly (41st!), and the paper lives in its proceedings. When you see “Nature, vol. 620,” that is a journal, volume 620 of its long run. Publishers like ACM, IEEE, and Springer run the infrastructure behind many venues; we decode them in ACM, IEEE, Springer, Elsevier: who are these people.

Choosing where your work should go

That is a whole decision of its own, covered in choose your venue. The short version: match the venue to your field’s culture, your work’s maturity (workshop for early ideas, full venue for complete results), and your deadline reality. Whatever you pick, the venue will hand you a LaTeX template, which is why knowing your way around a first document pays off early. And when reviews come back, peer review, decoded explains what all those verdicts mean.

Back to Research, decoded