Tell me more ×
Academia Stack Exchange is a question and answer site for academics and those enrolled in higher education. It's 100% free, no registration required.

Discussions about academic publication (for example, the recent Elsevier boycott, the actual cost of publication, open-access initiatives by universities and funding agencies, citation cartels, or post-publication review) are often muddled by the fact that publication practices and culture vary significantly from one discipline to the next. I would like to see some of these differences explicitly teased apart.

I'm particularly interested in exactly how publishers in different disciplines help move authors' ideas to formally published papers. Publishing in any discipline requires the combined effort of authors, publishers, editors, and reviewers, but the distribution of these efforts (and their associated costs) seems to vary from one discipline to the next.

What specific services do publishers provide to authors in your discipline? Please only one answer per discipline. (If necessary, define "discipline" as "set of researchers with the same publication practices".)

(At a deeper level, I am curious why so many people seem to associate the value, authority, and prestige of various publication venues with their publishers instead of their authors, editors, and readers. But that's not a good question for StackExchange; let's stick to the narrower factual question.)

I'll provide an answer for my own discipline.

share|improve this question
So... nothing, then? – JeffE May 18 '12 at 20:13

3 Answers

In theoretical computer science:

  • Papers are written, illustrated, and typeset (in LaTeX) by authors and refereed by unpaid volunteers. Some publishers give free journal subscriptions to editorial board members; a few pay a small stipend to the editors-in-chief of each journal; otherwise, editors are also unpaid volunteers.

  • Most journal publishers provide an online system to help editors track submissions and communicate with referees. Conference publishers do not; most program committees use free systems like EasyChair or HotCRP.

  • Some journal publishers employ copy editors, who produce the final camera-ready paper directly from author-provided LaTeX and image files. Specifically, copy editors correct (and invariably insert) spelling and grammar errors, and reformat the paper (especially the bibliography) to fit the publisher's standards. For other journals and most conference proceedings (Springer's LNCS series being a notable exception), copy editors simply do not exist; camera-ready papers are produced by authors using publisher-provided LaTeX packages, except possibly for page numbers.

  • Most publishers provide electronic versions of their papers to subscribers. Some publishers also provide extensive indexing and cross-referencing of their publication catalog. Online-only venues are still relatively rare, so for most venues, publishers print, bind, and ship paper copies.

share|improve this answer
1  
My experience (logic programming, concurrency, software engineering) is very similar. Around 2000, one of the Springer journals claimed to retype the entire article despite being provided with the LaTeX source files. Fixing all the typesetting mistakes introduced during this process took me ages. In a different paper the copy editor decided to replace temporal logics by temporary logics... – Alexander Serebrenik May 17 '12 at 16:25
Yeah, everybody seems to have a copy-editing horror story. – JeffE May 17 '12 at 16:35

In psychology and neuroscience, in addition to all the services noted by JeffE for theoretical computer science, the publisher lays out the text and the figures on the page to fit the standard journal layout.

This usually requires manual intervention because papers in psychology and neuroscience are rarely composed with LaTeX. More often they are submitted as a Microsoft Word document or a PDF. The need for intervention by a person makes this process expensive, although it is sometimes outsourced to India to make it cheaper. In many cases, layout seems to be the process that preventes academics from publishing their journals online themselves without a publisher. Doing the layout seems too time-consuming for academics to manage on their own.

share|improve this answer
One can easily produce beautiful layouts with LaTeX, if provided with the right style file. – Dave Clarke May 22 '12 at 12:10
3  
@DaveClarke: As others have pointed out elsewhere, producing a functional layout is "easy" only if (1) you've climbed the LaTeX learning curve already, and (2) someone else provides a polished class file. But producing beautiful layouts is NOT easy, in any platform. If they were easy to make, at least one CS or math journal would have one! – JeffE May 22 '12 at 12:25
1  
@JeffE: I agree. However, many of the difficulties of producing beautiful layouts are actually related to the specifics of traditional printing press: the need to save space (e.g. overuse of inline equations, mixing figures and text on the same page, and the use of two-column layouts), the need to justify the bottoms of pages on a two-page spread (e.g. controlling orphans/widows), etc. If our primary goal was to produce reasonably beautiful papers for reading on screen, with an appropriate tool chain it might within the reach of a much larger fraction of researchers. – Jukka Suomela May 22 '12 at 13:36

In mathematics, the publisher mainly:

  • organizes the peer-review (for example by providing an electronic platform for submission, communication with authors and referees, etc.);
  • provides copy-editing;
  • publishes in paper (organizes printing, sends the volumes, etc.) and electronic formats (manages a website, cross-links, a database, etc.).

I would add a remark: it seems that many of the cheapest journals do all these three things a lot better than most the expensive ones. For example the professionalism of copy-editing was far better for my papers handled by the London Mathematical Society or the American Mathematical Society than for the one I got published by Elsevier, Springer or World Scientific. My only copy-editing horror story happened at Springer (seven errors in formulas introduced after the proofs).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.