<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

 <title>The Occasional Pamphlet</title>
 <link href="https://occasionalpamphlet.com/atom.xml" rel="self"/>
 <link href="https://occasionalpamphlet.com/"/>
 <updated>2026-02-19T20:51:43+00:00</updated>
 <id>https://occasionalpamphlet.com</id>
 <author>
   <name>Stuart Shieber</name>
   <email></email>
 </author>

 
 <entry>
   <title>Moderating principles</title>
   <link href="https://occasionalpamphlet.com/2022/07/25/moderating-principles/"/>
   <updated>2022-07-25T12:00:00+00:00</updated>
   <id>https://occasionalpamphlet.com/2022/07/25/moderating-principles</id>
   <content type="html">&lt;p&gt;Some time around April 1994, I founded the Computation and Language
E-Print Archive, the first preprint repository for a subfield of
computer science. It was hosted on Paul Ginsparg’s &lt;a href=&quot;https://arxiv.org/&quot;&gt;arXiv
platform&lt;/a&gt;, which at the time had been hosting only
physics papers, built out from the original arXiv repository for
high-energy physics theory, hep-th. The repository, cmp-lg (as it was
then called), was superseded in 1999 by an open-access preprint
repository for all of computer science, the &lt;a href=&quot;https://arxiv.org/corr&quot;&gt;Computing Research
Repository (CoRR)&lt;/a&gt;, which covered a broad
range of subject areas, including computation and language. The CoRR
organizing committee also decided to host CoRR on arXiv. I switched
over to moderating for the CoRR repository from cmp-lg, and have
continued to do so for the last – oh my god – 22 years.&lt;sup id=&quot;fnref:1&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:1&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;

&lt;p&gt;Articles in the arXiv are classified with a single primary &lt;em&gt;subject
class&lt;/em&gt;, and may have other subject classes as secondary. The
switchover folded cmp-lg into the arXiv as articles tagged with the
&lt;a href=&quot;https://arxiv.org/archive/cs.CL&quot;&gt;cs.CL (computation and language) subject
class&lt;/a&gt;. I thus became the moderator
for cs.CL.&lt;/p&gt;

&lt;p&gt;A preprint repository like the arXiv is not a journal. There is no
peer review applied to articles. There is essentially no quality
control. That is not the role of a preprint repository. The role of a
preprint repository is open distribution, not vetting. Nonetheless,
&lt;em&gt;some&lt;/em&gt; kind of control is needed in making sure that, at the very
least, the documents being submitted are in fact scholarly articles
and are appropriately tagged as to subfield, and that need has
expanded with the dramatic increase in submissions to CoRR over the
years. The primary duty of a moderator is to perform this vetting and
triage: verifying that a submission possesses the minimum standards
for being characterized as a scholarly article, and that it falls
within the purview of, say, cs.CL, as a primary or secondary subject
class.&lt;/p&gt;

&lt;p&gt;I am (along with the other arXiv moderators) thus regularly in the
position of having to make decisions as to whether a document is a
scholarly article or not. To a large extent, Justice Potter Stewart’s
approach works reasonably well for scholarly articles: you know them
when you see them. But over time, as more marginal cases come up, I’ve
felt that tracking my thinking on the matter would be useful for
maintaining consistency in my own practice. And now that I’ve done
that for a while, I thought it might be useful to share my approach
more broadly. That is the goal of this post.&lt;/p&gt;

&lt;p&gt;The following thus constitutes (some of) the de facto policies that I
use in making decisions as the moderator for the cs.CL collection in
the CoRR part of the arXiv repository. I emphasize that these are &lt;em&gt;my&lt;/em&gt;
policies, not those of CoRR or the moderators of other CoRR
subjects. (The arXiv folks themselves provide a more general &lt;a href=&quot;https://arxiv.org/help/moderators&quot;&gt;guide
for arXiv moderators&lt;/a&gt;.)&lt;/p&gt;

&lt;!--more--&gt;

&lt;h2 id=&quot;whats-a-scholarly-article&quot;&gt;What’s a scholarly article?&lt;/h2&gt;

&lt;p&gt;To qualify for inclusion, a submission must constitute a scholarly
article. For this purpose, scholarly articles fall into three classes:&lt;/p&gt;

&lt;h3 id=&quot;analytic&quot;&gt;Analytic&lt;/h3&gt;

&lt;p&gt;The submission presents a &lt;em&gt;specific question that it then
answers&lt;/em&gt;. This might take the form of presenting a proposition and
then proving it, or presenting an alternative method for a task and
then demonstrating that it does or does not improve over some other
method, or defining a new task and presenting a method for carrying it
out. It ought to present enough of a clue about the methods such that
at least the beginning of an attempt at replication could be made. On
the other hand, the reported result need not be novel, or interesting,
or even correct. Determining whether a result is novel, interesting,
or correct is the point of reviewing, which, remember, we are not in
the business of.&lt;/p&gt;

&lt;h3 id=&quot;synthetic&quot;&gt;Synthetic&lt;/h3&gt;

&lt;p&gt;The submission &lt;em&gt;synthesizes in a systematic manner&lt;/em&gt; other scholarly
articles. (Yes, this definition is intentionally recursive, with
analytic articles forming the base case.) Review articles fall within
this class. The article should make at least an attempt at both
systematicity (providing and using a well-formed taxonomy, for
instance) and exhaustiveness.&lt;/p&gt;

&lt;h3 id=&quot;dataset&quot;&gt;Dataset&lt;/h3&gt;

&lt;p&gt;Occasionally, we get papers that describe a new &lt;em&gt;publicly available
language-related dataset&lt;/em&gt; of interest, with perhaps only rudimentary
analysis of the data. These can be appropriate if the data is made
openly available, and the availability is clearly featured in the
article.&lt;/p&gt;

&lt;p&gt;Papers that don’t arguably fall into one of these three classes I will
typically reject for inclusion in cs.CL. In particular, I frequently
see articles whose putative thesis is (as far as I can tell) “I did a
thing”. Typically, the paper reports that “I built a piece of software
that does &lt;em&gt;X&lt;/em&gt;.” A report of that sort does not suffice as constituting
a scholarly article. A special case of this is the putative dataset
paper that reports “I built a corpus” but provides no access to that
corpus.&lt;/p&gt;

&lt;h2 id=&quot;whats-a-cl-computation-and-language-article&quot;&gt;What’s a CL (computation and language) article?&lt;/h2&gt;

&lt;p&gt;Computational linguistics (CL) is the scholarly field studying human
(natural) language using the tools and techniques of computer science,
and is allied with the engineering field of natural-language
processing (NLP), the building or improving of useful artifacts that
manipulate natural language. Articles appropriate for a cs.CL tag,
then, should have something to do with natural language. Articles
about sound processing of speech may be appropriate if the techniques
rely on the fact that the acoustic signal is spoken
language. Similarly for image processing.&lt;/p&gt;

&lt;p&gt;I tend to apply an extremely broad interpretation of “having something
to do with language”, especially for cross-listing as a cs.CL
secondary subject class, on the theory that errors of omission are
worse than errors of commission for subscribers to the cs.CL
notifications.&lt;/p&gt;

&lt;p&gt;In addition, articles need to involve some computer science. CoRR is,
after all, a computer science repository. Formal analysis of language
that merely uses computers for the analysis does not by itself qualify
a paper as involving computer science. After all, these days, all
scientific research involves computers. I’ve rejected some excellent
papers in what is essentially formal linguistics because they involved
no nontrivial involvement of computer science ideas. Similarly, we get
papers that apply well-known and standard NLP methods to standard NLP
problems in some application area, such as analyzing health records or
student writing, where the (potential) contribution is to health or
education. Absent &lt;em&gt;some&lt;/em&gt; involvement with computer science, these
articles are best thought of as falling within the application
field. Such articles deserve distribution in a preprint repository,
just not CoRR. Health application papers might use
&lt;a href=&quot;https://www.medrxiv.org/&quot;&gt;medRxiv&lt;/a&gt;, education papers
&lt;a href=&quot;https://edarxiv.org/&quot;&gt;EdArXiv&lt;/a&gt;. Sadly, there are many fields of
scholarship without good, long-term, well-maintained repositories, but
CoRR can’t be the solution to &lt;em&gt;that&lt;/em&gt; problem. (The open-field
&lt;a href=&quot;https://zenodo.org/&quot;&gt;Zenodo&lt;/a&gt; repository should serve for most such
papers.)&lt;/p&gt;

&lt;h2 id=&quot;special-cases&quot;&gt;Special cases&lt;/h2&gt;

&lt;p&gt;There are tricky cases that arise with sufficient frequency that they
are worth considering explicitly.&lt;/p&gt;

&lt;h3 id=&quot;research-proposals&quot;&gt;Research proposals&lt;/h3&gt;

&lt;p&gt;We often see articles (typically very short ones, two or three pages)
sketching an idea for dealing with some problem or other, but without
presenting any results. These may even be published in a workshop or
conference proceedings, and perhaps the ideas may be novel and worth
following up on. Nonetheless, without substantive results they don’t
qualify as scholarly articles. The authors could of course perform the
follow-up and then submit an article describing the results (whether
positive or negative). Of course, more fully worked out proposals with
useful details might be acceptable.&lt;/p&gt;

&lt;h3 id=&quot;course-projects&quot;&gt;Course projects&lt;/h3&gt;

&lt;p&gt;Submissions describing course projects or other schoolwork
(undergraduate or master’s theses, for example) may be allowable for
inclusion if they are otherwise structured as scholarly articles and
meet the criteria above. However, they may require extra scrutiny to
verify the criteria described above.&lt;/p&gt;

&lt;h3 id=&quot;predatory-journals&quot;&gt;Predatory journals&lt;/h3&gt;

&lt;p&gt;Publication in a predatory journal (a faux journal charging for
article processing while providing no or only perfunctory reviewing
and other publishing services) is, by arXiv policy, not grounds for
rejecting an article. However, such submissions often carry copyright
notices, which arXiv disallows, and the submissions also often fail
the criteria for being a scholarly article above.&lt;/p&gt;

&lt;h3 id=&quot;hyper-interdisciplinary-articles&quot;&gt;Hyper-interdisciplinary articles&lt;/h3&gt;

&lt;p&gt;We sometimes get articles that are what might be charitably referred
to as “hyper-interdisciplinary”, in bringing together a CL topic with
some other distant topic, a theory of language meaning based on a
cylindrical algebraic reconstruction of quantum gravity, say. Such an
article is difficult if not impossible to determine the status of: is
it a scholarly article or a crankish manifesto? These articles are
typically rejected. I simply do not have the time or inclination to
attempt to reconstruct an understanding of the article to determine
whether it is appropriate for cs.CL.&lt;/p&gt;

&lt;p&gt;Perhaps in doing so, I am eliminating from the repository the one true
breakthrough in cracking the nut of the hardest intellectual problem
of human cognition – how language works. Perhaps, but the author might
have managed to express it in terms that a computer scientist
specializing in natural language can understand. In any case, nothing
prevents the author from submitting the article to a journal for peer
review and making his&lt;sup id=&quot;fnref:2&quot; role=&quot;doc-noteref&quot;&gt;&lt;a href=&quot;#fn:2&quot; class=&quot;footnote&quot; rel=&quot;footnote&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; case.&lt;/p&gt;

&lt;hr /&gt;

&lt;div class=&quot;footnotes&quot; role=&quot;doc-endnotes&quot;&gt;
  &lt;ol&gt;
    &lt;li id=&quot;fn:1&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;Thanks to Yonatan Belinkov, Karina Halevy, and Joe Halpern for their helpful comments on earlier drafts of this post. &lt;a href=&quot;#fnref:1&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
    &lt;li id=&quot;fn:2&quot; role=&quot;doc-endnote&quot;&gt;
      &lt;p&gt;These submissions are always solo authored by men. &lt;a href=&quot;#fnref:2&quot; class=&quot;reversefootnote&quot; role=&quot;doc-backlink&quot;&gt;&amp;#8617;&lt;/a&gt;&lt;/p&gt;
    &lt;/li&gt;
  &lt;/ol&gt;
&lt;/div&gt;
</content>
 </entry>
 
 <entry>
   <title>WWHD?</title>
   <link href="https://occasionalpamphlet.com/2017/04/21/wwhd/"/>
   <updated>2017-04-21T19:26:41+00:00</updated>
   <id>https://occasionalpamphlet.com/2017/04/21/wwhd</id>
   <content type="html">&lt;!-- &lt;table style=&quot;margin-left: 20px&quot; width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;…personal role model…&quot; href=&quot;http://dev.blogs.harvard.edu/pamphlet/files/2017/04/Lewis.Harry_200x300_0.jpg&quot;&gt;&lt;img src=&quot;/assets/2017/04/Lewis.Harry_200x300_0.jpg&quot; alt=&quot;… Harry Lewis…&quot; width=&quot;125&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;…personal role model…&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;Image of &lt;a href=&quot;https://www.seas.harvard.edu/directory/lewis&quot;&gt;Harry Lewis&lt;/a&gt; courtesy of Harvard John A. Paulson &lt;a href=&quot;http://seas.harvard.edu/&quot;&gt;School of Engineering and Applied Sciences&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;… Harry Lewis…&quot; src=&quot;/assets/2017/04/Lewis.Harry_200x300_0.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;…personal role model…&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;caption-source&quot;&gt;&lt;span class=&quot;caption-source&quot;&gt;Image of &lt;a href=&quot;https://www.seas.harvard.edu/directory/lewis&quot;&gt;Harry Lewis&lt;/a&gt; courtesy of Harvard John A. Paulson &lt;a href=&quot;http://seas.harvard.edu/&quot;&gt;School of Engineering and Applied Sciences&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;This past Wednesday, April 19, was a celebration of computer science at Harvard, in honor of the 70th birthday of my undergraduate adviser, &lt;a href=&quot;http://lewis.seas.harvard.edu/&quot;&gt;faculty colleague&lt;/a&gt;, &lt;a href=&quot;http://lewis.seas.harvard.edu/pages/few-things-were-written-end-my-deanship&quot;&gt;former&lt;/a&gt; Dean of Harvard College, &lt;a href=&quot;http://www.lulu.com/shop/harry-lewis/baseball-as-a-second-language/paperback/product-20137143.html&quot;&gt;baseball aficionado&lt;/a&gt;, and personal role model &lt;a href=&quot;https://en.wikipedia.org/wiki/Harry_R._Lewis&quot;&gt;Harry Lewis&lt;/a&gt;. The session lasted all day, with talks and reminiscences from many of Harry’s past students, myself included. For those interested, &lt;a href=&quot;https://youtu.be/6fyB6C0sue4?t=1h45m18s&quot;&gt;my brief remarks&lt;/a&gt; on the topic of “WWHD?” (What Would Harry Do?) can be found in &lt;a href=&quot;https://www.youtube.com/watch?v=8fCfkGFF7X8&amp;amp;feature=youtu.be&amp;amp;t=4795&quot;&gt;the video of the event&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;By the way, the &quot;Slow Down&quot; memo that I quoted from is &lt;a href=&quot;http://scholar.harvard.edu/files/harrylewis/files/slowdown2004.pdf&quot;&gt;available from Harry&apos;s website&lt;/a&gt;. I recommend it for every future college first-year student.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Upcoming in Tromsø</title>
   <link href="https://occasionalpamphlet.com/2015/11/11/upcoming-in-tromso/"/>
   <updated>2015-11-11T21:18:32+00:00</updated>
   <id>https://occasionalpamphlet.com/2015/11/11/upcoming-in-tromso</id>
   <content type="html">&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;a href=&quot;https://commons.wikimedia.org/wiki/File:Auroraitostriper.jpg&quot; title=&quot;Northern lights over Tromsø&quot;&gt;
    &lt;img src=&quot;/assets/2015/11/Auroraitostriper.jpg&quot; alt=&quot;Northern lights over Tromsø&quot; width=&quot;200&quot;&gt;
  &lt;/a&gt;
  &lt;figcaption&gt;
    &lt;a href=&quot;https://commons.wikimedia.org/wiki/File:Auroraitostriper.jpg&quot;&gt;Northern lights over Tromsø&lt;/a&gt;
  &lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;I&apos;ll be visiting Tromsø, Norway to attend the &lt;a href=&quot;http://site.uit.no/muninconf/&quot;&gt;Tenth Annual Munin Conference on Scholarly Publishing&lt;/a&gt;, which is being held November 30 to December 1. I&apos;m looking forward to the talks, including keynotes from &lt;a href=&quot;http://www.theguardian.com/commentisfree/2013/dec/09/how-journals-nature-science-cell-damage-science&quot;&gt;Randy Schekman&lt;/a&gt; and &lt;a href=&quot;http://www.nordita.org/people/index.php?variant=single&amp;amp;u=sabineh&quot;&gt;Sabine Hossenfelder&lt;/a&gt; and an interview by &lt;a href=&quot;https://no.linkedin.com/in/caroline-sutton-90a0941&quot;&gt;Caroline Sutton&lt;/a&gt; of my colleague &lt;a href=&quot;http://bit.ly/petersuber&quot;&gt;Peter Suber&lt;/a&gt;, director of Harvard&apos;s &lt;a href=&quot;https://osc.hul.harvard.edu/&quot;&gt;Office for Scholarly Communication&lt;/a&gt;. My own keynote will be on &quot;The role of higher education institutions in scholarly publishing and communication&quot;. Here&apos;s the abstract:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Institutions of higher education are in a double bind with respect to scholarly communication: On the one hand, they need to support the research needs of their students and researchers by providing access to the journals that comprise the archival record of scholarship. Doing so requires payment of substantial subscription fees. On the other hand, they need to provide the widest possible dissemination of works by those same researchers -- the fruits of that very research -- which itself incurs costs. I address how these two goals, each of which demands outlays of substantial funds, can best be honored. In the course of the discussion, I provide a first look at some new results on predicting journal usage, which allows for optimizing subscriptions.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; The video of my talk at the Munin conference is &lt;a href=&quot;https://mediasite.uit.no/Mediasite/Play/a7c4bbe89b1d46d187fe3baa99229bec1d&quot;&gt;now available&lt;/a&gt;.</content>
 </entry>
 
 <entry>
   <title>Whence function notation?</title>
   <link href="https://occasionalpamphlet.com/2015/09/28/whence-function-notation/"/>
   <updated>2015-09-28T18:28:20+00:00</updated>
   <id>https://occasionalpamphlet.com/2015/09/28/whence-function-notation</id>
   <content type="html">&lt;p&gt;I begin – in &lt;a href=&quot;http://blogs.law.harvard.edu/groundtruth/2004/10/08/three-styles-for-writing-a-paper/&quot;&gt;continental style&lt;/a&gt;, unmotivated and, frankly, gratuitously – by defining Ackerman&apos;s function \(A\) over two integers:&lt;/p&gt;
&lt;p&gt;\[ A(m, n) = \left\{ \begin{array}{l}&lt;br/&gt;
n + 1 &amp;amp; \mbox{ if $m=0$ } \\&lt;br/&gt;
A(m-1, 1) &amp;amp; \mbox{ if $m &amp;gt; 0$ and $n = 0$ } \\&lt;br/&gt;
A(m-1, A(m, n-1)) &amp;amp; \mbox{ if $m &amp;gt; 0$ and $n &amp;gt; 0$ }&lt;br/&gt;
\end{array} \right. \]&lt;/p&gt;
&lt;!-- &lt;table style=&quot;margin-left: 20px&quot; width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;…drawing their equations evanescently in dust and sand…&quot; href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2015/09/archimedes.jpg&quot;&gt;&lt;img src=&quot;/assets/2015/09/archimedes-300x235.jpg&quot; alt=&quot;… drawing their equations evanescently in dust and sand…&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;…drawing their equations evanescently in dust and sand…&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;Image of “&lt;a href=&quot;https://www.gutenberg.org/files/26423/26423-h/26423-h.htm#img021&quot;&gt;Death of Archimedes&lt;/a&gt;” from Charles F. Horne, editor, &lt;em&gt;&lt;a href=&quot;https://www.gutenberg.org/files/26423/26423-h/26423-h.htm&quot;&gt;Great Men and Famous Women&lt;/a&gt;&lt;/em&gt;, Volume 3, 1894. Reproduced by &lt;a href=&quot;https://www.gutenberg.org/&quot;&gt;Project Gutenberg&lt;/a&gt;. Used by permission.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;… drawing their equations evanescently in dust and sand…&quot; src=&quot;/assets/2015/09/archimedes-300x235.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;…drawing their equations evanescently in dust and sand…&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;caption-source&quot;&gt;Image of “&lt;a href=&quot;https://www.gutenberg.org/files/26423/26423-h/26423-h.htm#img021&quot;&gt;Death of Archimedes&lt;/a&gt;” from Charles F. Horne, editor, &lt;em&gt;&lt;a href=&quot;https://www.gutenberg.org/files/26423/26423-h/26423-h.htm&quot;&gt;Great Men and Famous Women&lt;/a&gt;&lt;/em&gt;, Volume 3, 1894. Reproduced by &lt;a href=&quot;https://www.gutenberg.org/&quot;&gt;Project Gutenberg&lt;/a&gt;. Used by permission.&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;You&apos;ll have appreciated (unconsciously no doubt) that this definition makes repeated use of a notation in which a symbol precedes a parenthesized list of expressions, as for example \(f(a, b, c)\). This configuration represents the application of a function to its arguments. But you knew that. And why? Because &lt;em&gt;everyone who has ever gotten through eighth grade math has been taught this notation&lt;/em&gt;. It is inescapable in high school algebra textbooks. It is a standard notation in the most widely used programming languages. It is the very archetype of common mathematical knowledge. It is, for God&apos;s sake, in the &lt;a href=&quot;http://www.corestandards.org/Math/Content/HSF/introduction/&quot;&gt;Common Core&lt;/a&gt;. It is to mathematicians &lt;a href=&quot;https://www.goodreads.com/quotes/97082-there-are-these-two-young-fish-swimming-along-and-they&quot;&gt;as water is to fish&lt;/a&gt; – so encompassing as to be invisible.&lt;/p&gt;
&lt;p&gt;Something so widespread, so familiar – it&apos;s hard to imagine how it could be otherwise. It&apos;s difficult to un-see it as anything but function application. But it was not always thus. Someone must have invented this notation, some time in the deep past. Perhaps it came into being when mathematicians were still &lt;a href=&quot;https://www.gutenberg.org/files/26423/26423-h/26423-h.htm#img021&quot;&gt;drawing their equations evanescently in dust and sand&lt;/a&gt;. Perhaps all record has been lost of that ur-application that engendered all later function application expressions. Nonetheless, &lt;em&gt;someone&lt;/em&gt; must have come up with the idea.&lt;/p&gt;
&lt;!--more--&gt;
&lt;!-- &lt;table style=&quot;margin-left: 20px&quot; width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;…that ur-application…&quot; href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2015/09/IMG_2574.jpg&quot;&gt;&lt;img src=&quot;/assets/2015/09/IMG_2574-300x225.jpg&quot; alt=&quot;… that ur-application…&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;…that ur-application…&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;Photo from the author.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;… that ur-application…&quot; src=&quot;/assets/2015/09/IMG_2574-300x225.jpg&quot;/&gt;
&lt;figcaption&gt;…that ur-application…&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Surprisingly, the origins of the notation are not shrouded in mystery. The careful and exhaustive scholarship of mathematical historian &lt;a href=&quot;https://en.wikipedia.org/wiki/Florian_Cajori&quot;&gt;Florian Cajori&lt;/a&gt; (1929, page 267) argues for a particular instance as originating the use of this now ubiquitous notation. &lt;a href=&quot;https://en.wikipedia.org/wiki/Leonhard_Euler&quot;&gt;Leonhard Euler&lt;/a&gt;, the legendary mathematician and perhaps the greatest innovator in successful mathematical notations, proposed the notation first in 1734, in Section 7 of his paper &quot;&lt;a href=&quot;https://books.google.com/books?id=MMwVAAAAYAAJ&amp;amp;pg=PA190-IA4#v=onepage&amp;amp;q&amp;amp;f=false&quot;&gt;Additamentum ad Dissertationem de Infinitis Curvis Eiusdem Generis&lt;/a&gt;&quot; [&quot;An Addition to the Dissertation Concerning an Infinite Number of Curves of the Same Kind&quot;]. &lt;/p&gt;
&lt;p&gt;The paper was published in 1740 in &lt;em&gt;Commentarii Academiae Scientarium Imperialis Petropolitanae&lt;/em&gt; [&lt;em&gt;Memoirs of the Imperial Academy of Sciences in St. Petersburg&lt;/em&gt;], Volume VII, covering the years 1734-35. A visit to the Widener Library stacks produced &lt;a href=&quot;http://id.lib.harvard.edu/aleph/003823017/catalog&quot;&gt;a copy of the volume&lt;/a&gt;, letterpress printed on crisp rag paper, from which I took the image shown above of the notational innovation.&lt;/p&gt;
&lt;p&gt;Here is the pertinent sentence (with &lt;a href=&quot;http://17centurymaths.com/contents/euler/e045tr.pdf&quot;&gt;translation by Ian Bruce&lt;/a&gt;.):&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
Quocirca, si \(f\left(\frac{x}{a} +c\right)\) denotet functionem quamcunque ipsius \(\frac{x}{a} +c\) fiet quoque \(dx − \frac{x\, da}{a}\) integrabile, si multiplicetur per \(\frac{1}{a} f\left(\frac{x}{a} + c\right)\).&lt;br/&gt;[On account of which, if \(f\left(\frac{x}{a} +c\right)\) denotes some function of \(\frac{x}{a} +c\), it also makes \(dx − \frac{x\, da}{a}\) integrable, if it is multiplied by \(\frac{1}{a} f\left(\frac{x}{a} + c\right)\).]
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;There is the function symbol – the archetypal \(f\), even then, to evoke the concept of &lt;em&gt;f&lt;/em&gt;unction – followed by its argument corralled within simple curves to make clear its extent. &lt;/p&gt;
&lt;p&gt;It&apos;s seductive to think that there is an inevitability to the notation, but this is an illusion, following from habit. There are alternatives. &lt;a href=&quot;https://en.wikipedia.org/wiki/Gottfried_Wilhelm_Leibniz&quot;&gt;Leibniz&lt;/a&gt;  for instance used a boxy square-root-like diacritic over the arguments, with numbers to pick out the function being applied: \( \overline{a; b; c\,} \! | \! \lower .25ex {\underline{\,{}^1\,}} \! | \), and even Euler, in other later work, experimented with interposing a colon between the function and its arguments: \(f : (a, b, c)\). In the computing world, &lt;a href=&quot;https://en.wikipedia.org/wiki/Reverse_Polish_notation&quot;&gt;&quot;reverse Polish&quot; notation&lt;/a&gt;, found on HP calculators and the programming languages Forth and Postscript, has the function symbol following its arguments: \(a\,b\,c\,f\), whereas the quintessential functional programming language Lisp &lt;a href=&quot;https://xkcd.com/297/&quot;&gt;parenthesizes&lt;/a&gt; the function &lt;em&gt;and&lt;/em&gt; its arguments: \((f\ a\ b\ c)\).&lt;/p&gt;
&lt;p&gt;Finally, &lt;a href=&quot;https://en.wikipedia.org/wiki/ML_(programming_language)&quot;&gt;ML&lt;/a&gt; and its dialects follow &lt;a href=&quot;https://en.wikipedia.org/wiki/Alonzo_Church&quot;&gt;Church&lt;/a&gt;’s &lt;a href=&quot;https://en.wikipedia.org/wiki/Lambda_calculus&quot;&gt;lambda calculus&lt;/a&gt; in merely concatenating the function and its (single) argument – \(f \, a\) – using parentheses only to disambiguate structure. But even here, Euler&apos;s notation stands its ground, for the single argument of a function might itself have components, a &apos;tuple&apos; of items \(a\), \(b\), and \(c\) perhaps. The tuples might be indicated using an infix comma operator, thus \(a,b,c\). Application of a function to a single tuple argument can then mimic functions of multiple arguments, for instance, \(f (a, b, c)\) – the parentheses required by the &lt;a href=&quot;https://en.wikipedia.org/wiki/Order_of_operations&quot;&gt;low precedence&lt;/a&gt; of the tuple forming operator – and we are back once again to Euler&apos;s notation. Clever, no? Do you see the lengths to which people will go to adhere to Euler&apos;s invention? As much as we might try new notational ideas, this one has staying power.&lt;/p&gt;
&lt;h4&gt;References&lt;/h4&gt;
&lt;p&gt;Florian Cajori. 1929. &lt;em&gt;A History of Mathematical Notations&lt;/em&gt;, Volume II. Chicago: Open Court Publishing Company.&lt;/p&gt;
&lt;p&gt;Leonhard Euler. 1734. Additamentum ad Dissertationem de Infinitis Curvis Eiusdem Generis. In &lt;em&gt;Commentarii Academiae Scientarium Imperialis Petropolitanae&lt;/em&gt;, Volume VII (1734­35), pages 184­202, 1740.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Binary search in the Old Testament</title>
   <link href="https://occasionalpamphlet.com/2015/08/10/binary-search-in-the-old-testament/"/>
   <updated>2015-08-10T14:00:02+00:00</updated>
   <id>https://occasionalpamphlet.com/2015/08/10/binary-search-in-the-old-testament</id>
   <content type="html">&lt;p align=&quot;right&quot;&gt;&lt;em&gt;The lot is cast into the lap,&lt;br/&gt;
but its every decision is from the Lord.&lt;br/&gt;
(NIV &lt;a href=&quot;https://www.biblegateway.com/passage/?search=proverbs%2016:33&amp;amp;version=NIV&quot;&gt;Proverbs 16:33&lt;/a&gt;)&lt;/em&gt;&lt;/p&gt;
&lt;!-- &lt;table style=&quot;margin-left: 20px&quot; width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;…“Lux et Veritas”…&quot; href=&quot;https://blogs.law.harvard.edu/pamphlet/files/2015/08/360px-Yale_University_Shield_1.png&quot;&gt;&lt;img src=&quot;/assets/2015/08/360px-Yale_University_Shield_1-300x300.png&quot; alt=&quot;…“Lux et Veritas”…&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;…“Lux et Veritas”…&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;Seal of Yale University image from &lt;a href=&quot;https://commons.wikimedia.org/wiki/File:Yale_University_Shield_1.svg&quot;&gt;Wikimedia Commons&lt;/a&gt;.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;…“Lux et Veritas”…&quot; src=&quot;/assets/2015/08/360px-Yale_University_Shield_1-300x300.png&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;…“Lux et Veritas”…&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;caption-source&quot;&gt;Seal of Yale University image from &lt;a href=&quot;https://commons.wikimedia.org/wiki/File:Yale_University_Shield_1.svg&quot;&gt;Wikimedia Commons&lt;/a&gt;.&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;The seal of Yale University shows a book with the Hebrew אורים ותמים (urim v’thummim), a reference to the Urim and Thummim of the Old Testament. The Urim and Thummim were tools of divination. They show up first in Exodus:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Also put the Urim and the Thummim in the breastpiece, so they may be over Aaron’s heart whenever he enters the presence of the Lord. Thus Aaron will always bear &lt;em&gt;the means of making decisions&lt;/em&gt; for the Israelites over his heart before the Lord. (NIV &lt;a href=&quot;https://www.biblegateway.com/passage/?search=exodus+28%3A30&amp;amp;version=NIV&quot;&gt;Exodus 28:30&lt;/a&gt;; emphasis added)&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Apparently, the Urim and Thummim worked like flipping a coin, providing one bit of information, a single binary choice communicated from God.&lt;sup&gt;&lt;a class=&quot;footnoteRef&quot; href=&quot;#fn1&quot; id=&quot;fnref1&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; Translations of Urim as “guilty” and Thummim as “innocent” indicate that the divination was used to determine guilt: “Thummim you win; Urim you lose.” An alternate translation has Urim “light” and Thummim “truth”, hence “Lux et Veritas” in the Yale seal’s banner.&lt;/p&gt;
&lt;p&gt;Saul, King of Israel and father-in-law of King David, uses the binary choice provided by Urim and Thummim divination in 1 Samuel to unmask the party who violated the king&apos;s oath:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Then Saul prayed to the Lord, the God of Israel, “Why have you not answered your servant today? If the fault is in me or my son Jonathan, respond with Urim, but if the men of Israel are at fault, respond with Thummim.” Jonathan and Saul were taken by lot, and the men were cleared. Saul said, “Cast the lot between me and Jonathan my son.” And Jonathan was taken. (NIV&lt;sup&gt;&lt;a class=&quot;footnoteRef&quot; href=&quot;#fn2&quot; id=&quot;fnref2&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; &lt;a href=&quot;https://www.biblegateway.com/passage/?search=1+Samuel+14%3A41-42&amp;amp;version=NIV&quot;&gt;1 Samuel 14:41-42&lt;/a&gt;)&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Saul executes a small (and highly unbalanced) &lt;a href=&quot;https://en.wikipedia.org/wiki/Binary_search_algorithm&quot;&gt;binary search&lt;/a&gt;. He first divides the population into two parts. He and his son Jonathan are assigned Urim and all the rest get Thummim. God responds with Urim. Then to decide between Saul and Jonathan, the process is repeated, and Jonathan is fingered as the guilty party. (The method apparently works; the preceding verses of 1 Samuel give the story of Jonathan’s transgression.)&lt;/p&gt;
&lt;p&gt;The universality of binary as an information conveying method has a &lt;a href=&quot;https://en.wikipedia.org/wiki/Binary_code#Early_uses_of_binary_codes&quot;&gt;longer history than one might have thought&lt;/a&gt;.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot;&gt;
&lt;hr/&gt;
&lt;ol&gt;
&lt;li id=&quot;fn1&quot;&gt;The Old Testament Urim and Thummim should not be confused with the “higher bandwidth” device of the same name that Joseph Smith claimed to use to receive the translation of a now lost 116 pages of the Book of Mormon. This device purportedly resembled a pair of spectacles with transparent rocks for lenses, a kind of “oraculus rift”. For the extant Book of Mormon, Smith changed his method to scrying with a “seer stone” placed in his hat. A &lt;a href=&quot;https://www.lds.org/bc/content/shared/content/images/magazines/ensign/2015/10/seer-stone-joseph-smith-ensign-liahona-october-2015_1512979_inl.jpg&quot;&gt;photograph of the stone&lt;/a&gt;, coincidentally, has just recently been released by the LDS church.&lt;a href=&quot;#fnref1&quot;&gt;↩&lt;/a&gt;
&lt;/li&gt;
&lt;li id=&quot;fn2&quot;&gt;The use of a Septuagint-based version of the Bible, here the New International Version, is important, as this verse is considerably shortened in versions such as the King James based on the Masoretic text, leaving out the use of Urim and Thummim to make a binary decision.&lt;a href=&quot;#fnref2&quot;&gt;↩&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Becoming tin men</title>
   <link href="https://occasionalpamphlet.com/2015/08/03/becoming-tin-men/"/>
   <updated>2015-08-03T19:42:24+00:00</updated>
   <id>https://occasionalpamphlet.com/2015/08/03/becoming-tin-men</id>
   <content type="html">&lt;p&gt;From the 2015 introduction to the 1965 novel &lt;em&gt;&lt;a href=&quot;http://amzn.com/B012BL6CTI&quot;&gt;The Tin Men&lt;/a&gt;&lt;/em&gt; by Michael Frayn:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&quot;I hadn&apos;t in those days heard of the Turing Test—Alan Turing&apos;s proposal that a computer could be said to think if its conversational powers were shown to be indistinguishable from a human being&apos;s—so I didn&apos;t realise that what I was suggesting was a kind of converse of it: a demotion of human beings to the status of machines if their intellectual performance was indistinguishable from a computer&apos;s, and they become tin men in their turn. The William Morris Institute is about to be visited by the Queen for the opening of a new wing, and I realise with hindsight that I&apos;ve used a similar idea quite often since: the grand event that goes wrong, and deposits the protagonists into the humiliating gulf that so often in life opens between intention and achievement. My characters at the Institute could have written a story programme for me and saved me a lot of work. I&apos;ve become a bit of a tin man myself.&quot;&lt;/p&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>Plain meaning</title>
   <link href="https://occasionalpamphlet.com/2015/06/26/plain-meaning/"/>
   <updated>2015-06-26T14:23:19+00:00</updated>
   <id>https://occasionalpamphlet.com/2015/06/26/plain-meaning</id>
   <content type="html">&lt;p&gt;In &lt;a href=&quot;https://www.vox.com/2015/6/25/8845697/scalia-king-burwell-dissent-semantic-holism&quot;&gt;its reporting&lt;/a&gt; on yesterday’s Supreme Court ruling in King v. Burwell, &lt;em&gt;Vox&lt;/em&gt;’s Matthew Yglesias makes the important point that Justice Scalia’s dissent is based on a profound misunderstanding of how language works. Justice Scalia would have it that “words no longer have meaning if an Exchange that is not established by a State is ‘established by the state.’” The Justice is implicitly appealing to a “plain meaning” view of legislation: courts should just take the plain meaning of a law and not interpret it.&lt;/p&gt;
&lt;p&gt;If only that were possible. If you think there’s such a thing as acquiring the “plain meaning” of a text without performing any interpretive inference, you don’t understand how language works. It’s the same mistake that fundamentalists make when they talk about looking to the plain meaning of the Bible. (And which Bible would that be anyway? The King James Version? Translation requires the same kind of inferential process – arguably the same actual process – as extracting meaning through reading.)&lt;/p&gt;
&lt;p&gt;Yglesias describes “&lt;a href=&quot;https://www.vox.com/2015/6/25/8845697/scalia-king-burwell-dissent-semantic-holism&quot;&gt;What Justice Scalia’s King v. Burwell dissent gets wrong about words and meaning&lt;/a&gt;” this way:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Individual stringz of letterz r efforts to express meaningful propositions in an intelligible way. To succeed at this mission does not require the youse of any particular rite series of words and, in fact, a sntnce fll of gibberish cn B prfctly comprehensible and meaningful 2 an intelligent reader. To understand a phrse or paragraf or an entire txt rekwires the use of human understanding and contextual infrmation not just a dctionry.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The jokey orthography aside, this observation that understanding the meaning of linguistic utterances requires the application of knowledge and inference is completely uncontroversial to your average linguist. Too bad Supreme Court justices don’t defer to linguists on how language works.&lt;/p&gt;
&lt;p&gt;Let’s take a simple example, the original “&lt;a href=&quot;https://en.wikipedia.org/wiki/Winograd_Schemas_Challenge#Origin&quot;&gt;Winograd sentences&lt;/a&gt;” from back in 1973:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The city councilmen refused the demonstrators a permit because they feared violence.&lt;/li&gt;
&lt;li&gt;The city councilmen refused the demonstrators a permit because they advocated violence.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;To understand these sentences, to recover their “plain meaning”, requires resolving to whom the pronoun ‘they’ refers. Is it the city councilmen or the demonstrators? Clearly, it is the former in sentence (1) and the latter in sentence (2). How do you know, given that the two sentences differ only in the single word alternation ‘feared’/‘advocated’? The recovery of this single aspect of the “plain meaning” of the sentence requires an understanding of how governmental organizations work, how activists pursue their goals, likely public reactions to various contingent behaviors, and the like, along with application of all that knowledge through plausible inference. The Patient Protection and Affordable Care Act (PPACA) has by my (computer-aided) count some 479 occurrences of pronouns in nominative, accusative, or possessive. Each one of these requires the identification of its antecedent, with all the reasoning that implies, to get its “plain meaning”.&lt;/p&gt;
&lt;p&gt;Examining the actual textual subject of controversy in the PPACA demonstrates the same issue. The phrase in question is “established by the state”. The American Heritage Dictionary provides &lt;a href=&quot;https://ahdictionary.com/word/search.html?q=establish&quot;&gt;six senses and nine subsenses for the transitive verb ‘establish’&lt;/a&gt;, of which (by my lights) sense 1a is appropriate for interpreting the PPACA: “To cause (an institution, for example) to come into existence or begin operating.” An alternative reading might, however, be sense 4: “To introduce and put (a law, for example) into force.” The choice of which sense is appropriate requires some reasoning of course about the context in which it was used, the denotata of the subject and object of the verb for instance. If one concludes that sense 1a was intended, then the Supreme Court’s decision is presumably correct, since a state’s formal relegation to the federal government the role of running the exchange is an act of “causing to come into existence”, although perhaps not an act of “introducing and putting into force”. (Or further explication of the notions of “causing” or “introducing” might be necessary to decide the matter.) If the latter sense 4 were intended, then perhaps the Supreme Court was wrong in its recent decision. The important point is this: &lt;em&gt;There is no possibility of deferring to the “plain meaning” on the issue; one must reason about the intentions of the authors to acquire even the literal meaning of the text.&lt;/em&gt; This process is exactly what Chief Justice Roberts undertakes in his opinion. Justice Scalia’s view, that plain meaning is somehow available without recourse to the use of knowledge and reasoning, is unfounded even in the simplest of cases.</content>
 </entry>
 
 <entry>
   <title>Abbrev.</title>
   <link href="https://occasionalpamphlet.com/2015/05/07/abbrev/"/>
   <updated>2015-05-07T23:35:47+00:00</updated>
   <id>https://occasionalpamphlet.com/2015/05/07/abbrev</id>
   <content type="html">&lt;p&gt;A zoo of Latinistic abbreviations have crept into academic English: ‘e.g.’, ‘i.e.’, ‘cf.’, ‘viz.’, ‘ibid.’, ‘op. cit.’, ‘n.b.’, ‘et al.’&lt;/p&gt;

&lt;p&gt;They are frequently mispunctuated. Most commonly sighted are ‘eg.’, ‘ibid’, ‘et. al.’, even ‘et. al’. They are frequently misused: ‘cf.’ to mean ‘see’; ‘e.g.’ to mean ‘i.e.’ But none of that matters, as they should &lt;em&gt;all&lt;/em&gt; be generally avoided.&lt;/p&gt;

&lt;p&gt;Several have English equivalents that are everywhere superior: ‘for example’ or ‘for instance’ for ‘e.g.’; ‘that is’ for ‘i.e.’; ‘compare’ for ‘cf.’; ‘note that’ for ‘n.b.’; ‘namely’ for ‘viz.’ The specialized abbreviation ‘et al.’ should be restricted to the technical use in shortening lists of authors in a reference. ‘N.b.’ can be dropped, since you typically want your reader to “note” pretty much everything in your paper. Those used for back-reference to citations, ‘ibid.’ and ‘op. cit.’, ought to die an unapologetic death given the use of a reasonable citation style, viz., author-date. &lt;/p&gt;

&lt;p&gt;I have an inordinate fondness for ‘viz.’ Do I contradict myself? Very well then I contradict myself.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>In support of behavioral tests of intelligence</title>
   <link href="https://occasionalpamphlet.com/2015/05/07/in-support-of-behavioral-tests-of-intelligence/"/>
   <updated>2015-05-07T15:11:51+00:00</updated>
   <id>https://occasionalpamphlet.com/2015/05/07/in-support-of-behavioral-tests-of-intelligence</id>
   <content type="html">&lt;!-- &lt;table style=&quot;margin-left: 20px&quot; width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;…“blockhead” argument…&quot; href=&quot;https://blogs.law.harvard.edu/pamphlet/files/2015/05/250252381_cc036670b8_o.jpg&quot;&gt;&lt;img src=&quot;/assets/2015/05/250252381_cc036670b8_o-225x300.jpg&quot; alt=&quot;…“blockhead” argument…&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;…“blockhead” argument…&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;&quot;Blockhead by Paul McCarthy @ Tate Modern&quot; image from flickr user &lt;a href=&quot;https://www.flickr.com/photos/ultrahi/&quot;&gt;Matt Hobbs&lt;/a&gt;. Used &lt;a href=&quot;https://creativecommons.org/licenses/by-nc-nd/2.0/&quot;&gt;by permission&lt;/a&gt;.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;…“blockhead” argument…&quot; src=&quot;/assets/2015/05/250252381_cc036670b8_o-225x300.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;…“blockhead” argument…&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;caption-source&quot;&gt;&quot;Blockhead by Paul McCarthy @ Tate Modern&quot; image from flickr user &lt;a href=&quot;https://www.flickr.com/photos/ultrahi/&quot;&gt;Matt Hobbs&lt;/a&gt;. Used &lt;a href=&quot;https://creativecommons.org/licenses/by-nc-nd/2.0/&quot;&gt;by permission&lt;/a&gt;.&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Alan Turing proposed what is the best known criterion for attributing intelligence, the capacity for thinking, to a computer. We call it &lt;a href=&quot;http://theturingtest.com/&quot;&gt;the Turing Test&lt;/a&gt;, and it involves comparing the computer’s verbal behavior to that of people. If the two are indistinguishable, the computer passes the test. This might be cause for attributing intelligence to the computer.&lt;/p&gt;
&lt;p&gt;Or not. The best argument &lt;em&gt;against&lt;/em&gt; a behavioral test of intelligence (like the Turing Test) is that maybe the exhibited behaviors were just memorized. This is Ned Block’s &lt;a href=&quot;https://en.wikipedia.org/wiki/Blockhead_(computer_system)&quot;&gt;“blockhead” argument&lt;/a&gt; in a nutshell. If the computer just had all its answers literally encoded in memory, then parroting those memorized answers is no sign of intelligence. And how are we to know from a behavioral test like the Turing Test that the computer &lt;em&gt;isn’t&lt;/em&gt; just such a “memorizing machine”?&lt;/p&gt;
&lt;p&gt;In my new(ish) paper, “&lt;a href=&quot;http://nrs.harvard.edu/urn-3:HUL.InstRepos:11684156&quot;&gt;There can be no Turing-Test–passing memorizing machines&lt;/a&gt;”, I address this argument directly. My conclusion can be found in the title of the article. By careful calculation of the information and communication capacity of space-time, I show that any memorizing machine could pass a Turing Test of no more than a few seconds, which is no Turing Test at all. Crucially, I make no assumptions beyond the brute laws of physics. (One distinction of the article is that it is one of the few philosophy articles in which a derivative is taken.)&lt;/p&gt;
&lt;p&gt;The article is published in the open access journal &lt;em&gt;&lt;a href=&quot;http://www.philosophersimprint.org/&quot;&gt;Philosophers’ Imprint&lt;/a&gt;&lt;/em&gt;, and is &lt;a href=&quot;http://nrs.harvard.edu/urn-3:HUL.InstRepos:11684156&quot;&gt;available here&lt;/a&gt; along with code to computer-verify the calculations.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>The two Guildford mathematicians</title>
   <link href="https://occasionalpamphlet.com/2015/02/18/the-two-guildford-mathematicians/"/>
   <updated>2015-02-18T16:56:31+00:00</updated>
   <id>https://occasionalpamphlet.com/2015/02/18/the-two-guildford-mathematicians</id>
   <content type="html">&lt;!-- &lt;table style=&quot;margin-left: 20px&quot; width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;…the huge ledger…&quot; href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2015/02/sherborne-circulation.png&quot;&gt;&lt;img src=&quot;/assets/2015/02/sherborne-circulation.png&quot; alt=&quot;…the huge ledger…&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;…the huge ledger…&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;Still from &lt;em&gt;Codebreaker&lt;/em&gt; showing Turing&apos;s checkout of three Carroll books.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;…the huge ledger…&quot; src=&quot;/assets/2015/02/sherborne-circulation.png&quot;/&gt;
&lt;figcaption&gt;…the huge ledger…&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;The charming town of &lt;a href=&quot;https://en.wikipedia.org/wiki/Guildford&quot;&gt;Guildford&lt;/a&gt;, 40 minutes southwest of London on &lt;a href=&quot;http://www.southwesttrains.co.uk/&quot;&gt;South West Trains&lt;/a&gt;, is associated with two famous British logician-mathematicians. &lt;strong&gt;Alan Turing&lt;/strong&gt; (on whom &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/category/computer-science/alan-turing/&quot;&gt;I seem to perseverate&lt;/a&gt;) spent time there after 1927, when his parents purchased a home at &lt;a href=&quot;http://goo.gl/Yps7no&quot;&gt;22 Ennismore Avenue&lt;/a&gt; just outside the Guildford town center. Although away at his boarding school, the &lt;a href=&quot;http://www.sherborne.org/home/&quot;&gt;Sherborne School&lt;/a&gt; in Dorset, which he attended from 1926 to 1931, Turing spent school holidays at the family home in Guildford. The house bears a &lt;a href=&quot;https://en.wikipedia.org/wiki/Blue_plaque&quot;&gt;blue plaque&lt;/a&gt; commemorating the connection with Turing, the “founder of computer science” as it aptly describes him, which you can see in the photo at right, taken on a pilgrimage I took this past June.&lt;/p&gt;
&lt;!-- &lt;table style=&quot;margin-left: 20px&quot; width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;…the family home…&quot; href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2015/02/turing-home.jpg&quot;&gt;&lt;img src=&quot;/assets/2015/02/turing-home-300x225.jpg&quot; alt=&quot;…the family home…&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;…the family home…&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;The Turing residence at 22 Ennismore Avenue, Guildford&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;…the family home…&quot; src=&quot;/assets/2015/02/turing-home-300x225.jpg&quot;/&gt;
&lt;figcaption&gt;…the family home…&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;And this brings us to the second famous Guildford mathematician, who it turns out Turing was reading while at Sherborne. In the Turing docudrama &lt;a href=&quot;http://bit.ly/1vCmoyY&quot;&gt;&lt;em&gt;Codebreaker&lt;/em&gt;&lt;/a&gt;, one of Turing’s biographers David Leavitt visits Sherborne and displays the huge ledger used for the handwritten circulation records of the Sherborne School library. There (Leavitt remarks), in an entry dated 11 April 1930, Turing has checked out three books, including &lt;em&gt;Alice in Wonderland&lt;/em&gt; and &lt;em&gt;Through the Looking Glass, and What Alice Found There&lt;/em&gt;. (We’ll come back to the third book shortly.) The books were, of course, written by the Oxford mathematics don Charles Lutwidge Dodgson under his better known pen name &lt;strong&gt;Lewis Carroll&lt;/strong&gt;. Between the 1865 and 1871 publications of these his two most famous works, Carroll leased “&lt;a href=&quot;https://www.atlasobscura.com/places/the-chestnuts&quot;&gt;The Chestnuts&lt;/a&gt;” in Guildford in 1868 to serve as a home for his sisters. The house sits at the end of Castle Hill Road adjacent to the Guildford Castle, which is as good a landmark as any to serve as the center of town. Carroll visited The Chestnuts on many occasions over the rest of his life; it was his home away from &lt;a href=&quot;http://www.chch.ox.ac.uk/visiting/alice&quot;&gt;Christ Church&lt;/a&gt; home. He died there 30 years later and was buried at the Guildford &lt;a href=&quot;https://en.wikipedia.org/wiki/Mount_Cemetery&quot;&gt;Mount Cemetery&lt;/a&gt;.&lt;/p&gt;
&lt;!-- &lt;table style=&quot;margin-left: 20px&quot; width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;…through the looking glass…&quot; href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2015/02/alice-through-the-looking-glass-statue-on-guildford-castle-grounds.jpg&quot;&gt;&lt;img src=&quot;/assets/2015/02/alice-through-the-looking-glass-statue-on-guildford-castle-grounds-225x300.jpg&quot; alt=&quot;…through the looking glass…&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;…through the looking glass…&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;Statue of Alice passing through the looking glass, Guildford Castle Park, Guildford&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;…through the looking glass…&quot; src=&quot;/assets/2015/02/alice-through-the-looking-glass-statue-on-guildford-castle-grounds-225x300.jpg&quot;/&gt;
&lt;figcaption&gt;…through the looking glass…&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Guildford plays up its connection to Carroll much more than its Turing link. In the park surrounding Guildford Castle sits a statue of Alice passing through the looking glass, and the adjacent museum devotes considerable space to the Dodgson family. &lt;a href=&quot;https://flic.kr/p/9EhNhC&quot;&gt;A statue&lt;/a&gt; depicting the &lt;a href=&quot;https://archive.org/stream/alicesadventu00carr#page/1/mode/1up&quot;&gt;first paragraphs&lt;/a&gt; of Alice’s adventures (Alice, her sister reading next to her, noticing a strange rabbit) sits along the bank of the River Wey. The Chestnuts itself, however, bears no blue plaque nor any marker of its link to Carroll. (A plaque formerly marking the brick gatepost has been removed, evidenced only by the damage to the brick where it had been.)&lt;/p&gt;
&lt;!-- &lt;table style=&quot;margin-left: 20px&quot; width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;…The Chestnuts…&quot; href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2015/02/the-chestnuts-in-guildford.jpg&quot;&gt;&lt;img src=&quot;/assets/2015/02/the-chestnuts-in-guildford-300x225.jpg&quot; alt=&quot;…The Chestnuts…&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;…The Chestnuts…&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;The Dodgson family home in Guildford&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;…The Chestnuts…&quot; src=&quot;/assets/2015/02/the-chestnuts-in-guildford-300x225.jpg&quot;/&gt;
&lt;figcaption&gt;…The Chestnuts…&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Who knows whether Turing was aware that Carroll, whose two &lt;em&gt;Alice&lt;/em&gt; books he was reading, had had a home a mere mile from where his parents were living. The Sherborne library entry provides yet another convergence between the two British-born, Oxbridge-educated, permanent bachelors with sui generis demeanors, questioned sexualities, and occasional stammers, interested in logic and mathematics.&lt;/p&gt;
&lt;p&gt;But there&apos;s more. What of the third book that Turing checked out of the Sherborne library at the same time? Leavitt finds the third book remarkable because the title, &lt;em&gt;&lt;a href=&quot;https://archive.org/details/gameoflogic00carrrich&quot;&gt;The Game of Logic&lt;/a&gt;&lt;/em&gt;, presages Turing’s later work in logic and the foundations of computer science. What Leavitt doesn’t seem to be aware of is that it is no surprise that this book would accompany the &lt;em&gt;Alice&lt;/em&gt; books; it has the same author. Carroll published &lt;em&gt;The Game of Logic&lt;/em&gt; in 1886. It serves to make what I believe to be the deepest connection between the two mathematicians, one that has to my knowledge never been noted before.&lt;/p&gt;
&lt;!-- &lt;table style=&quot;margin-left: 20px&quot; width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;…Carroll’s own copy…&quot; href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2015/02/game-of-logic-title-page.jpg&quot;&gt;&lt;img src=&quot;/assets/2015/02/game-of-logic-title-page-225x300.jpg&quot; alt=&quot;…Carroll’s own copy…&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;…Carroll’s own copy…&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;Title page of Lewis Carroll, &lt;em&gt;The Game of Logic&lt;/em&gt;, 1886&lt;em&gt;.&lt;/em&gt; &lt;a href=&quot;http://lms01.harvard.edu/F/BAV45Y2B8MVSIHE5V46QXVS2QHHIDHHN7TAA7AS84BTG41GCJU-08180?func=direct&amp;amp;amp=&amp;amp;amp=&amp;amp;local_base=HVD01&amp;amp;doc_number=004660526&amp;amp;pds_handle=GUEST&quot;&gt;EC85.D6645.886g&lt;/a&gt;, Houghton Library, Harvard University.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;…Carroll’s own copy…&quot; src=&quot;/assets/2015/02/game-of-logic-title-page-225x300.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;…Carroll’s own copy…&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;caption-source&quot;&gt;Title page of Lewis Carroll, &lt;em&gt;The Game of Logic&lt;/em&gt;, 1886&lt;em&gt;.&lt;/em&gt; &lt;a href=&quot;http://lms01.harvard.edu/F/BAV45Y2B8MVSIHE5V46QXVS2QHHIDHHN7TAA7AS84BTG41GCJU-08180?func=direct&amp;amp;amp=&amp;amp;amp=&amp;amp;local_base=HVD01&amp;amp;doc_number=004660526&amp;amp;pds_handle=GUEST&quot;&gt;EC85.D6645.886g&lt;/a&gt;, Houghton Library, Harvard University.&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;After watching &lt;em&gt;Codebreaker&lt;/em&gt; and noting the &lt;em&gt;Game of Logic&lt;/em&gt; connection, I decided to refresh my memory about the book. I visited Harvard’s &lt;a href=&quot;http://www.hcl.harvard.edu/libraries/houghton/&quot;&gt;Houghton Library&lt;/a&gt;, which happens to have &lt;a href=&quot;http://lms01.harvard.edu/F/5RKUAH34P7RMRDYK3GJN8PNJSFQ9K4BLDH2KVHQ43QDG98RX92-10537?func=find-b&amp;amp;find_code=SYS&amp;amp;request=004660526&amp;amp;adjacent=1&quot;&gt;Carroll’s own copy&lt;/a&gt; of the book. The title page is shown at right, with the facing page visible showing a sample card to be used in the game. The book was sold together with a copy of the card made of pasteboard and counters of two colors (red and grey) to be used to mark the squares on the card.&lt;/p&gt;
&lt;p&gt;The Houghton visit and the handling of the game pieces jogged my memory as to the point of Carroll’s book. Carroll’s goal in &lt;em&gt;The Game of Logic&lt;/em&gt; was to describe a system for carrying out syllogistic reasoning that even a child could master. Towards that goal, the system was intended to be &lt;em&gt;completely mechanical&lt;/em&gt;. It involved the card marked off in squares and the two types of counters placed on the card in various configurations. Any of a large class of syllogisms over arbitrary properties can be characterized in this way, given a large enough card and enough counters, though it becomes unwieldy quite quickly after just a few.&lt;/p&gt;
&lt;!-- &lt;table style=&quot;margin-left: 20px&quot; width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;… marked off in squares…&quot; href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2015/02/game-of-logic-card.jpg&quot;&gt;&lt;img src=&quot;/assets/2015/02/game-of-logic-card-225x300.jpg&quot; alt=&quot;… marked off in squares…&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;… marked off in squares…&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;The game card depicting a syllogism. Lewis Carroll, &lt;em&gt;The Game of Logic&lt;/em&gt;, 1886&lt;em&gt;.&lt;/em&gt; &lt;a href=&quot;http://lms01.harvard.edu/F/BAV45Y2B8MVSIHE5V46QXVS2QHHIDHHN7TAA7AS84BTG41GCJU-08180?func=direct&amp;amp;amp=&amp;amp;amp=&amp;amp;local_base=HVD01&amp;amp;doc_number=004660526&amp;amp;pds_handle=GUEST&quot;&gt;EC85.D6645.886g&lt;/a&gt;, Houghton Library, Harvard University.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;p&gt;(The photo at right shows the card and counters that came with the book. I&apos;ve placed the counters in such a way as to depict the syllogism:&lt;/p&gt;
&lt;blockquote&gt;
  No red apples are unripe.&lt;br/&gt;
  Some wholesome apples are red.
  &lt;hr style=&quot;margin: 0.5em 0; width: 15em;&quot;/&gt;
  ∴ Some ripe apples are red.
&lt;/blockquote&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;… marked off in squares…&quot; src=&quot;/assets/2015/02/game-of-logic-card-225x300.jpg&quot;/&gt;
&lt;figcaption&gt;… marked off in squares…&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;To computer scientists, this ought to sound familiar. Just six years after checking out &lt;em&gt;The Game of Logic&lt;/em&gt; from his school library, Turing would publish his groundbreaking paper “&lt;a href=&quot;http://www.cs.virginia.edu/~robins/Turing_Paper_1936.pdf&quot;&gt;On computable numbers&lt;/a&gt;”, in which he describes a system for carrying out computations in a way that is &lt;em&gt;completely mechanical&lt;/em&gt;. It involves a paper tape marked off in squares, and markings of at least two types placed on the tape in various configurations. Any of a large class of computations over arbitrary values can be characterized in this way, given a large enough tape and enough markings, though it becomes unwieldy quite quickly. We now call this mechanical device with tape and markings a Turing machine, and recognize it as the first universal model of computation. Turing’s paper serves as the premier work in the then nascent field of computer science.&lt;/p&gt;
&lt;p&gt;Of course, there are differences both superficial and fundamental between Carroll’s game and Turing’s machine. Carroll’s card is two-dimensional with squares marked off in a lattice pattern, and counters are placed both within the squares and on the edges between squares. Turing’s tape is one-dimensional (though two-dimensional Turing machines have been defined and analyzed) and the markings are placed only within the squares. Most importantly, nothing even approaching the ramifications that Turing developed on the basis of his model came from Carroll’s simple game. (As a mathematician, Carroll was no Turing.) Nonetheless, in a sense the book that Turing read at 17 attempts to do for logic what Turing achieved six years later for computation.&lt;/p&gt;
&lt;p&gt;I have no idea whether Lewis Carroll’s &lt;em&gt;The Game of Logic&lt;/em&gt; influenced Alan Turing’s thinking about computability. But it serves as perhaps the strongest conceptual bond between Guildford’s two great mathematicians.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&lt;strong&gt;Update February 25, 2015:&lt;/strong&gt; Thanks to &lt;a href=&quot;http://blogs.law.harvard.edu/houghton/&quot;&gt;&lt;em&gt;Houghton Library Blog&lt;/em&gt;&lt;/a&gt; for &lt;a href=&quot;http://dev.blogs.harvard.edu/houghton/10678/&quot;&gt;reblogging this post&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>The Turing moment</title>
   <link href="https://occasionalpamphlet.com/2014/11/30/the-turing-moment/"/>
   <updated>2014-11-30T13:46:01+00:00</updated>
   <id>https://occasionalpamphlet.com/2014/11/30/the-turing-moment</id>
   <content type="html">&lt;!-- &lt;table style=&quot;margin-left: 20px&quot; width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;Ed Stoppard as Alan Turing in Codebreaker&quot; href=&quot;http://www.turingfilm.com/wp-content/uploads/2011/11/11-11-8-Ed-Stoppard-Alan-Turing.jpg&quot;&gt;&lt;img src=&quot;/assets/2014/11/11-11-8-Ed-Stoppard-Alan-Turing.jpg&quot; alt=&quot;Ed Stoppard as Alan Turing in Codebreaker&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;…less histrionic…&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;Ed Stoppard as Alan Turing in &lt;em&gt;Codebreaker&lt;/em&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2014/11/11-11-8-Ed-Stoppard-Alan-Turing.jpg&quot; alt=&quot;Ed Stoppard as Alan Turing in Codebreaker&quot; /&gt;
  &lt;figcaption&gt;…less histrionic…&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;We seem to be at the “Turing moment”, what with Benedict Cumberbatch, erstwhile &lt;a href=&quot;http://www.imdb.com/title/tt1475582/&quot;&gt;Sherlock Holmes&lt;/a&gt;, now starring as a Hollywood Alan Turing in &lt;a href=&quot;http://www.rottentomatoes.com/m/the_imitation_game/&quot;&gt;&lt;em&gt;The Imitation Game&lt;/em&gt;&lt;/a&gt;. The release culminates a series of Turing-related events over the last few years. The centennial of Turing’s 1912 birth was celebrated actively in the computer science community as a kind of jubilee, the occasion of numerous conferences, retrospectives, and presentations. Bracketing that celebration, PM Gordon Brown &lt;a href=&quot;http://www.telegraph.co.uk/news/politics/gordon-brown/6170112/Gordon-Brown-Im-proud-to-say-sorry-to-a-real-war-hero.html&quot;&gt;publicly apologized&lt;/a&gt; for Britain’s horrific treatment of Turing in 2009, and HRH Queen Elizabeth II, who was crowned a couple of years before Alan Turing took his own life as his escape from her government’s abuse, finally &lt;a href=&quot;http://www.theguardian.com/science/2013/dec/24/enigma-codebreaker-alan-turing-royal-pardon&quot;&gt;got around to pardoning him in 2013&lt;/a&gt; for the crime of being gay.&lt;/p&gt;
&lt;p&gt;I went to see a preview of &lt;em&gt;The Imitation Game&lt;/em&gt; at the &lt;a href=&quot;http://www.coolidge.org/&quot;&gt;Coolidge Corner Theatre&lt;/a&gt;’s “&lt;a href=&quot;http://www.coolidge.org/programs/science-on-screen&quot;&gt;Science on Screen&lt;/a&gt;” series. I had low expectations, and I was not disappointed. The film is introduced as being “based on a true story”, and so it is – in the sense that &lt;a href=&quot;http://www.imdb.com/title/tt0058385/&quot;&gt;&lt;em&gt;My Fair Lady&lt;/em&gt;&lt;/a&gt; was based on the myth of Pygmalion (rather than the Shaw play). Yes, there was a real place called &lt;a href=&quot;http://www.bletchleypark.org/&quot;&gt;Bletchley Park&lt;/a&gt;, and real people named Alan Turing and Joan Clark, but no, they weren’t really like that. Turing didn’t break &lt;a href=&quot;http://www.pbs.org/wgbh/nova/military/how-enigma-works.html&quot;&gt;the Enigma code&lt;/a&gt; singlehandedly despite the efforts of his colleagues to stop him. Turing didn’t take it upon himself to control the resulting intelligence to limit the odds of their break being leaked to the enemy. And so on, and so forth. Most importantly, Turing did not attempt to hide his homosexuality from the authorities, and promoting the idea that he did for dramatic effect is, frankly, an injustice to his memory.&lt;/p&gt;
&lt;p&gt;Reviewers seem generally to appreciate the movie’s cleaving from reality, though with varying opprobrium. “&lt;a href=&quot;http://nyti.ms/1FwjUES&quot;&gt;The truth of history is respected just enough to make room for tidy and engrossing drama&lt;/a&gt;,” says A. O. Scott in the &lt;em&gt;New York Times&lt;/em&gt;. &lt;em&gt;The Wall Street Journal&lt;/em&gt;’s Joe Morgenstern ascribes to the film “&lt;a href=&quot;http://on.wsj.com/1y2xjp1&quot;&gt;a marvelous story about science and humanity, plus a great performance by Benedict Cumberbatch, plus first-rate filmmaking and cinematography, minus a script that muddles its source material to the point of betraying it.&lt;/a&gt;” At Slate, Dana Stevens notes that “&lt;a href=&quot;http://www.slate.com/articles/arts/movies/2014/11/alan_turing_biopic_the_imitation_game_starring_benedict_cumberbatch_reviewed.html&quot;&gt;The true life story of Alan Turing is much stranger, sadder and more troubling than the version of it on view in &lt;em&gt;The Imitation Game&lt;/em&gt;, Morton Tyldum’s handsome but overlaundered biopic.&lt;/a&gt;”&lt;/p&gt;
&lt;p&gt;Of course, they didn’t make the movie for people like me, that is, people who had heard of Alan Turing before. And to the extent that the film contributes to this Turing moment — leading viewers to look further into this most idiosyncratic and important person — it will be a good thing. The Coolidge Corner Theatre event was followed by commentary from &lt;a href=&quot;http://people.csail.mit.edu/silvio/&quot;&gt;Silvio Micali&lt;/a&gt; and &lt;a href=&quot;http://meche.mit.edu/people/index.html?id=55&quot;&gt;Seth Lloyd&lt;/a&gt;, both professors at MIT. (The former is a &lt;a href=&quot;http://amturing.acm.org/award_winners/micali_9954407.cfm&quot;&gt;recipient of the highest honor in computer science, the Turing Award&lt;/a&gt;. Yes, that Turing.) Their comments brought out the many scientific contributions of Turing that were given short shrift in the film. If only they could duplicate their performance at every showing.&lt;/p&gt;
&lt;p&gt;Those who become intrigued by the story of Alan Turing could do worse than follow up their viewing of the Cumberbatch vehicle with one of the 2012 docudrama &lt;a href=&quot;http://www.turingfilm.com/&quot;&gt;&lt;em&gt;Codebreaker&lt;/em&gt;&lt;/a&gt;, a less histrionic but far more accurate (and surprisingly, more sweeping) presentation of Turing’s contributions to science and society, and his societal treatment. I had the pleasure of introducing the film and its executive producer Patrick Sammon in &lt;a href=&quot;http://www.seas.harvard.edu/calendar/event/80321&quot;&gt;a screening at Harvard a couple of weeks ago&lt;/a&gt;. The event was another indicator of the Turing moment. (My colleague Harry Lewis has &lt;a href=&quot;http://harry-lewis.blogspot.com/2014/11/codebreaker-and-ivory-tower.html&quot;&gt;more to say about the film&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;To all of you who are aware of the far-reaching impact of Alan Turing on science, on history, and on society, and the tragedy of his premature death, I hope you will take advantage of the present Turing moment to spread the word about computer science’s central personage.</content>
 </entry>
 
 <entry>
   <title>Inaccessible writing, in both senses of the term</title>
   <link href="https://occasionalpamphlet.com/2014/09/29/inaccessible-writing-in-both-senses-of-the-term/"/>
   <updated>2014-09-29T14:00:02+00:00</updated>
   <id>https://occasionalpamphlet.com/2014/09/29/inaccessible-writing-in-both-senses-of-the-term</id>
   <content type="html">&lt;p&gt;My colleague Steven Pinker has a nice piece up at the &lt;em&gt;Chronicle of Higher Education&lt;/em&gt; on “&lt;a href=&quot;https://chronicle.com/article/Why-Academics-Writing-Stinks/148989&quot;&gt;Why Academics Stink at Writing&lt;/a&gt;”, accompanying the recent release of his new book &lt;em&gt;&lt;a href=&quot;http://stevenpinker.com/publications/sense-style-thinking-persons-guide-writing-21st-century&quot;&gt;The Sense of Style: The Thinking Person’s Guide to Writing in the 21st Century&lt;/a&gt;&lt;/em&gt;, which I’m awaiting my pre-ordered copy of. The last sentence of the &lt;em&gt;Chronicle&lt;/em&gt; piece summarizes well:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;In writing badly, we are wasting each other’s time, sowing confusion and error, and turning our profession into a laughingstock.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The essay provides a diagnosis of many of the common symptoms of fetid academic writing. He lists metadiscourse, professional narcissism, apologizing, shudder quotes, hedging, metaconcepts and nominalizations. It’s not breaking new ground, but these problems well deserve review.&lt;/p&gt;
&lt;p&gt;I fall afoul of these myself, of course. (Nasty truth: I’ve used “&lt;em&gt;inter alia&lt;/em&gt;” all too often, &lt;em&gt;inter alia&lt;/em&gt;.) But one issue I disagree with Pinker on is the particular style of metadiscourse he condemns that provides a roadmap of a paper. Here’s an example from &lt;a href=&quot;http://bit.ly/1qHV8sT&quot;&gt;a recent paper of mine&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;After some preliminaries (Section 2), we present a set of known results relating context-free languages, tree homomorphisms, tree automata, and tree transducers to extend them for the tree-adjoining languages (Section 3), presenting these in terms of restricted kinds of functional programs over trees, using a simple grammatical notation for describing the programs. We review the definition of tree-substitution and tree-adjoining grammars (Section 4) and synchronous versions thereof (Section 5). We prove the equivalence between STSG and a variety of bimorphism (Section 6).&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;This certainly smacks of the first metadiscourse example Pinker provides:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;“The preceding discussion introduced the problem of academese, summarized the principle theories, and suggested a new analysis based on a theory of Turner and Thomas. The rest of this article is organized as follows. The first section consists of a review of the major shortcomings of academic prose. …”&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Who needs that sort of signposting in a 6,000-word essay? But in the context of a 50-page article, giving a kind of table of contents such as this doesn’t seem out of line. Much of the metadiscourse that Pinker excoriates &lt;em&gt;is&lt;/em&gt; unneeded, but appropriate advance signposting can ease the job of the reader considerably. Sometimes, as in the other examples Pinker gives, “meta­discourse is there to help the writer, not the reader, since she has to put more work into understanding the signposts than she saves in seeing what they point to.” But anything that helps the reader to understand the high-level structure of an object as complex as a long article seems like a good thing to me.&lt;/p&gt;
&lt;p&gt;The penultimate sentence of Pinker&apos;s piece places poor academic writing in context:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Our indifference to how we share the fruits of our intellectual labors is a betrayal of our calling to enhance the spread of knowledge.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;That sentiment applies equally well – arguably more so – to the venues where we publish. By placing our articles in journals that lock up access tightly we are also betraying our calling. And it doesn’t matter how good the writing is if it can’t be read in the first place.</content>
 </entry>
 
 <entry>
   <title>Switching to Markdown for scholarly article production</title>
   <link href="https://occasionalpamphlet.com/2014/08/29/switching-to-markdown-for-scholarly-article-production/"/>
   <updated>2014-08-29T18:10:28+00:00</updated>
   <id>https://occasionalpamphlet.com/2014/08/29/switching-to-markdown-for-scholarly-article-production</id>
   <content type="html">&lt;p&gt;With few exceptions, scholars would be better off writing their papers in a lightweight markup format called &lt;a href=&quot;http://daringfireball.net/projects/markdown/&quot;&gt;Markdown&lt;/a&gt;, rather than using a word-processing program like Microsoft Word. This post explains why, and reveals a hidden agenda as well.&lt;sup&gt;&lt;a class=&quot;footnoteRef&quot; href=&quot;#fn1&quot; id=&quot;fnref1&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;h3 id=&quot;microsoft-word-is-not-appropriate-for-scholarly-article-production&quot;&gt;Microsoft Word is not appropriate for scholarly article production&lt;/h3&gt;
&lt;!-- &lt;table style=&quot;margin-left: 20px&quot; width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;Old two pan balance&quot; href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2014/08/789px-Balance_scale_IMGP9728.jpg&quot;&gt;&lt;img src=&quot;/assets/2014/08/789px-Balance_scale_IMGP9728.jpg&quot; alt=&quot;Old two pan balance&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;…lightweight…&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;“&lt;a href=&quot;http://xkcd.com/329/&quot;&gt;Old two pan balance&lt;/a&gt;” image from &lt;a href=&quot;http://commons.wikimedia.org/wiki/User:Nikodem_Nijaki&quot;&gt;Nikodem Nijaki&lt;/a&gt; at &lt;a href=&quot;http://commons.wikimedia.org/wiki/File:Balance_scale_IMGP9728.jpg&quot;&gt;Wikimedia Commons&lt;/a&gt;. Used &lt;a href=&quot;http://creativecommons.org/licenses/by-sa/3.0/deed.en&quot;&gt;by permission&lt;/a&gt;.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;Old two pan balance&quot; src=&quot;/assets/2014/08/789px-Balance_scale_IMGP9728.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;…lightweight…&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;caption-source&quot;&gt;“&lt;a href=&quot;http://xkcd.com/329/&quot;&gt;Old two pan balance&lt;/a&gt;” image from &lt;a href=&quot;http://commons.wikimedia.org/wiki/User:Nikodem_Nijaki&quot;&gt;Nikodem Nijaki&lt;/a&gt; at &lt;a href=&quot;http://commons.wikimedia.org/wiki/File:Balance_scale_IMGP9728.jpg&quot;&gt;Wikimedia Commons&lt;/a&gt;. Used &lt;a href=&quot;http://creativecommons.org/licenses/by-sa/3.0/deed.en&quot;&gt;by permission&lt;/a&gt;.&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Before turning to lightweight markup, I review the problems with Microsoft Word as the lingua franca for producing scholarly articles. This ground has been heavily covered. (&lt;a href=&quot;http://www.antipope.org/charlie/blog-static/2013/10/why-microsoft-word-must-die.html&quot;&gt;Here’s&lt;/a&gt; a recent example.) The problems include:&lt;/p&gt;
&lt;dl&gt;
&lt;dt&gt;Substantial learning curve&lt;/dt&gt;
&lt;dd&gt;Microsoft Word is a complicated program that is difficult to use well.&lt;/dd&gt;
&lt;dt&gt;Appearance versus structure&lt;/dt&gt;
&lt;dd&gt;Word-processing programs like Word &lt;a href=&quot;http://ricardo.ecn.wfu.edu/~cottrell/wp.html&quot;&gt;conflate composition with typesetting&lt;/a&gt;. They work by having you specify how a document should look, not how it is structured. A classic example is section headings. In a typical markup language, you specify that something is a heading by marking it as a heading. In a word-processing program you might specify that something is a heading by increasing the font size and making it bold. Yes, Word has “paragraph styles”, and some people sometimes use them more or less properly, if you can figure out how. But most people don’t, or don’t do so consistently, and the resultant chaos has been well documented. It has led to a whole industry of people who specialize in massaging Word files into some semblance of consistency.&lt;/dd&gt;
&lt;dt&gt;Backwards compatibility&lt;/dt&gt;
&lt;dd&gt;Word-processing program file formats have a tendency to change. Word itself has gone through multiple incompatible file formats in the last decades, one every couple of years. Over time, you have to keep up with the latest version of the software to do anything at all with a new document, but updating your software may well mean that old documents are no longer identically rendered. With Markdown, no software is necessary to read documents. They are just plain text files with relatively intuitive markings, and the underlying file format (UTF-8 née ASCII) is backward compatible to 1963. Further, typesetting documents in Markdown to get the “nice” version is based on &lt;a href=&quot;http://en.wikipedia.org/wiki/Free_and_open-source_software&quot;&gt;free and open-source software&lt;/a&gt; (&lt;a href=&quot;http://daringfireball.net/projects/markdown/license&quot;&gt;markdown&lt;/a&gt;, &lt;a href=&quot;https://code.google.com/p/pandoc/downloads/list&quot;&gt;pandoc&lt;/a&gt;) and built on other longstanding open source standards (&lt;a href=&quot;http://latex-project.org/lppl/&quot;&gt;LaTeX&lt;/a&gt;, BibTeX).&lt;/dd&gt;
&lt;dt&gt;Poor typesetting&lt;/dt&gt;
&lt;dd&gt;Microsoft Word does a generally poor job of typesetting, as exemplified by hyphenation, kerning, mathematical typesetting. This shouldn’t be surprising, since the whole premise of a word-processing program means that the same interface must handle both the specification and typesetting in real-time, a recipe for having to make compromises.&lt;/dd&gt;
&lt;dt&gt;Lock-in&lt;/dt&gt;
&lt;dd&gt;Because Microsoft Word’s file format is effectively proprietary, users are locked in to a single software provider for any and all functionality. The file formats are &lt;a href=&quot;http://www.joelonsoftware.com/items/2008/02/19.html&quot;&gt;so complicated&lt;/a&gt; that alternative implementations are effectively impossible.&lt;/dd&gt;
&lt;/dl&gt;
&lt;h3 id=&quot;lightweight-markup-is-the-solution&quot;&gt;Lightweight markup is the solution&lt;/h3&gt;
&lt;p&gt;The solution is to use a markup format that allows &lt;em&gt;specification&lt;/em&gt; of the document (providing its logical structure) separate from the &lt;em&gt;typesetting&lt;/em&gt; of that document. Your document is specified – that is, generated and stored – as straight text. Any formatting issues are handled not by changing the formatting directly via a graphical user interface but by specifying the formatting textually using a specific textual notation. For instance, in the HTML markup language, a word or phrase that should be &lt;em&gt;emphasized&lt;/em&gt; is textually indicated by surrounding it with &amp;lt;em&amp;gt;…&amp;lt;/em&amp;gt;. HTML and other powerful markup formats like LaTeX and various XML formats carry relatively large overheads. They are complex to learn and difficult to read. (Typing raw XML is nobody’s idea of fun.) Ideally, we would want a markup format to be &lt;em&gt;lightweight&lt;/em&gt;, that is, simple, portable, and human-readable even in its raw state.&lt;/p&gt;
&lt;p&gt;Markdown is just such a lightweight markup language. In Markdown, emphasis is textually indicated by surrounding the phrase with asterisks, as is familiar from &lt;a href=&quot;http://www.ietf.org/rfc/rfc1855.txt&quot;&gt;email conventions&lt;/a&gt;, for example, *lightweight*. See, that wasn’t so hard. Here’s another example: A bulleted list is indicated by prepending each item on a separate line with an asterisk, like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; * First item
 * Second item&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;which specifies the list&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;First item&lt;/li&gt;
&lt;li&gt;Second item&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Because specification and typesetting are separated, software is needed to convert from one to the other, to typeset the specified document. For reasons that will become clear later, I recommend the open-source software &lt;a href=&quot;http://johnmacfarlane.net/pandoc/&quot;&gt;pandoc&lt;/a&gt;. Generally, scholars will want to convert their documents to PDF (though pandoc can convert to a huge variety of other formats). To convert file.md (the Markdown-format specification file) to PDF, the command&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; pandoc file.md -o file.pdf&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;suffices. Alternatively, there are &lt;a href=&quot;http://mashable.com/2013/06/24/markdown-tools/&quot;&gt;many editing programs&lt;/a&gt; that allow entering, editing, and typesetting Markdown. I sometimes use &lt;a href=&quot;http://bywordapp.com/&quot;&gt;Byword&lt;/a&gt;. In fact, I’m using it now.&lt;/p&gt;
&lt;p&gt;Markup languages range from the simple to the complex. I argue for Markdown for four reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Basic Markdown, sufficient for the vast majority of non-mathematical scholarly writing, is dead simple to learn and remember, because the markup notations were designed to mimic the kinds of textual conventions that people are used to – asterisks for emphasis and for indicating bulleted items, for instance. The coverage of this basic part of Markdown includes: emphasis, section structure, block quotes, bulleted and numbered lists, simple tables, and footnotes.&lt;/li&gt;
&lt;li&gt;Markdown is designed to be readable and the specified format understandable even in its plain text form, unlike heavier weight markup languages such as HTML.&lt;/li&gt;
&lt;li&gt;Markdown is well supported by a large ecology of software systems for entering, previewing, converting, typesetting, and collaboratively editing documents.&lt;/li&gt;
&lt;li&gt;Simple things are simple. More complicated things are more complicated, but not impossible. The extensions to Markdown provided by pandoc cover more or less the rest of what anyone might need for scholarly documents, including links, cross-references, figures, citations and bibliographies (via BibTeX), mathematical typesetting (via LaTeX), and much more.For instance, this equation (the &lt;a href=&quot;http://en.wikipedia.org/wiki/Cauchy%E2%80%93Schwarz_inequality&quot;&gt;Cauchy-Schwarz inequality&lt;/a&gt;) will typeset well in generated PDF files, and even in HTML pages using the wonderful &lt;a href=&quot;http://www.mathjax.org/&quot;&gt;MathJax&lt;/a&gt; library.&lt;span class=&quot;math&quot;&gt;\[ \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right) \]&lt;/span&gt;(Pandoc also provides some extensions that simplify and extend the basic Markdown in quite nice ways, for instance, definition lists, strikeout text, a simpler notation for tables.)&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Above, I claimed that scholars should use Markdown “with few exceptions”. The exceptions are:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The document requires nontrivial mathematical typesetting. In that case, you’re probably better off using LaTeX. Anyone writing a lot of mathematics has given up word processors long ago and ought to know LaTeX anyway. Still, I’ll often do a first draft in Markdown with LaTeX for the math-y bits. Pandoc allows LaTeX to be included within a Markdown file (as I’ve done above), and preserves the LaTeX markup when converting the Markdown to LaTeX. From there, it can be typeset with LaTeX. Microsoft Word would certainly not be appropriate for this case.&lt;/li&gt;
&lt;li&gt;The document requires typesetting with highly refined or specialized aspects. I’d probably go with LaTeX here too, though desktop publishing software (InDesign) is also appropriate if there’s little or no mathematical typesetting required. Microsoft Word would not be appropriate for this case either.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;a href=&quot;http://blogs.plos.org/mfenner/2012/12/13/a-call-for-scholarly-markdown/&quot;&gt;Some&lt;/a&gt; have proposed that we need a special lightweight markup language for scholars. But Markdown is sufficiently close, and has such a strong community of support and software infrastructure, that it is more than sufficient for the time being. Further development would of course be helpful, so long as the urge to add “features” doesn’t overwhelm its core simplicity.&lt;/p&gt;
&lt;h3 id=&quot;the-hidden-agenda&quot;&gt;The hidden agenda&lt;/h3&gt;
&lt;p&gt;I have a hidden agenda. Markdown is sufficient for the bulk of cases of composing scholarly articles, and simple enough to learn that academics might actually use it. Markdown documents are also typesettable according to a separate specification of document style, and retargetable to multiple output formats (PDF, HTML, etc.).&lt;sup&gt;&lt;a class=&quot;footnoteRef&quot; href=&quot;#fn2&quot; id=&quot;fnref2&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; Thus, Markdown could be used as the production file format for scholarly journals, which would eliminate the need for converting between the authors’ manuscript version and the publishers internal format, with all the concomitant errors that process is prone to produce.&lt;/p&gt;
&lt;p&gt;In computer science, we have by now moved almost completely to a system in which authors provide articles in LaTeX so that no retyping or recomposition of the articles needs to be done for the publisher’s typesetting system. Publishers just apply their LaTeX style files to our articles. The result has been a dramatic improvement in correctness and efficiency. (It is in part due to such an efficient production process that &lt;a href=&quot;http://hvrd.me/wOnMEq&quot;&gt;the cost of running a high-end computer science journal can be so astoundingly low&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;Even better, there is a new breed of collaborative web-based document editing tools being developed that use Markdown as their core file format, tools like &lt;a href=&quot;https://draftin.com/&quot;&gt;Draft&lt;/a&gt; and &lt;a href=&quot;https://www.authorea.com/&quot;&gt;Authorea&lt;/a&gt;. They provide multi-author editing, versioning, version comparison, and merging. These tools could constitute the system by which scholarly articles are written, collaborated on, revised, copyedited, and moved to the journal production process, generating efficiencies for a huge range of journals, efficiencies that we’ve enjoyed in computer science and mathematics for years.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://scholasticahq.com/innovations-in-scholarly-publishing/announcement/one-of-the-biggest-bottlenecks-in-open-access-publishing-is-typesetting-it-shouldn-t-be&quot;&gt;As Rob Walsh of ScholasticaHQ&lt;/a&gt; says, “One of the biggest bottlenecks in Open Access publishing is typesetting. It shouldn’t be.” A production ecology built around Markdown could be the solution.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot;&gt;
&lt;hr/&gt;
&lt;ol&gt;
&lt;li id=&quot;fn1&quot;&gt;Many of the ideas in this post are not new. Complaints about WYSIWYG word-processing programs have a long history. &lt;a href=&quot;http://ricardo.ecn.wfu.edu/~cottrell/wp.html&quot;&gt;Here’s a particularly trenchant diatribe&lt;/a&gt; pointing out the superiority of disentangling composition from typesetting. The idea of “scholarly Markdown” as the solution is also not new. See &lt;a href=&quot;http://www.surefoss.org/publishing-publizieren/all-you-need-is-text-markdown-via-pandoc-for-academia/&quot;&gt;this post&lt;/a&gt; or &lt;a href=&quot;https://scholasticahq.com/innovations-in-scholarly-publishing/announcement/one-of-the-biggest-bottlenecks-in-open-access-publishing-is-typesetting-it-shouldn-t-be&quot;&gt;this one&lt;/a&gt; for similar proposals. I go further in viewing certain current versions of Markdown (as implemented in Pandoc) as practical already for scholarly article production purposes, though I support coordinated efforts that could lead to improved lightweight markup formats for scholarly applications. &lt;strong&gt;Update September 22, 2014:&lt;/strong&gt; I&apos;ve just noticed a post by Dennis Tenen and Grant Wythoff at &lt;em&gt;&lt;a href=&quot;http://programminghistorian.org/&quot;&gt;The Programming Historian&lt;/a&gt;&lt;/em&gt; on &quot;&lt;a href=&quot;http://programminghistorian.org/lessons/sustainable-authorship-in-plain-text-using-pandoc-and-markdown&quot;&gt;Sustainable Authorship in Plain Text using Pandoc and Markdown&lt;/a&gt;&quot; giving a tutorial on using these tools for writing scholarly history articles.&lt;a href=&quot;#fnref1&quot;&gt;↩&lt;/a&gt;
&lt;/li&gt;
&lt;li id=&quot;fn2&quot;&gt;As an example, I’ve used this very blog post. Starting with the Markdown source file (which I’ve attached to this post), I first generated HTML output for copying into the blog using the command
&lt;pre&gt;&lt;code&gt;pandoc -S --mathjax --base-header-level=3 markdownpost.md -o markdownpost.html&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;A nicely typeset version using the &lt;a href=&quot;http://www.ams.org/publications/authors/tex/tex&quot;&gt;American Mathematical Society’s journal article document style&lt;/a&gt; can be generated with&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;pandoc markdownpost.md -V documentclass:amsart -o markdownpost-amsart.pdf&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;To target the style of &lt;a href=&quot;http://www.acm.org/publications/latex_style/&quot;&gt;ACM transactions&lt;/a&gt; instead, the following command suffices:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;pandoc markdownpost.md -V documentclass:acmsmall -o markdownpost-acmsmall.pdf&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Both PDF versions are also attached to this post.&lt;a href=&quot;#fnref2&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
&lt;table bgcolor=&quot;#F7EFE5&quot; width=&quot;*&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;strong&gt;Attachments&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2014/08/markdownpost.txt&quot;&gt;mardownpost.md&lt;/a&gt;: The source file for this post in Markdown format&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2014/08/markdownpost-amsart.pdf&quot;&gt;markdownpost-amsart.pdf&lt;/a&gt;: The post rendered using pandoc according to AMS journal style&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2014/08/markdownpost-acmsmall.pdf&quot;&gt;markdownpost-acmsmall.pdf&lt;/a&gt;: The post rendered using pandoc according to ACM journal style&lt;/li&gt;
&lt;/ul&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>No, the Turing Test has not been passed.</title>
   <link href="https://occasionalpamphlet.com/2014/06/10/no-the-turing-test-has-not-been-passed/"/>
   <updated>2014-06-10T15:26:52+00:00</updated>
   <id>https://occasionalpamphlet.com/2014/06/10/no-the-turing-test-has-not-been-passed</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;Shelf of journals&quot; href=&quot;http://xkcd.com/329/&quot;&gt;&lt;img src=&quot;/assets/2014/06/turing_test.png&quot; alt=&quot;Turing Test&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;…that&apos;s not Turing&apos;s Test…&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;“&lt;a href=&quot;http://xkcd.com/329/&quot;&gt;Turing Test&lt;/a&gt;” image from &lt;a href=&quot;http://xkcd.com/&quot;&gt;xkcd&lt;/a&gt;. Used &lt;a href=&quot;http://creativecommons.org/licenses/by-nc/2.5/&quot;&gt;by permission&lt;/a&gt;.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;Turing Test&quot; src=&quot;/assets/2014/06/turing_test.png&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;…that&apos;s not Turing&apos;s Test…&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;caption-source&quot;&gt;“&lt;a href=&quot;http://xkcd.com/329/&quot;&gt;Turing Test&lt;/a&gt;” image from &lt;a href=&quot;http://xkcd.com/&quot;&gt;xkcd&lt;/a&gt;. Used &lt;a href=&quot;http://creativecommons.org/licenses/by-nc/2.5/&quot;&gt;by permission&lt;/a&gt;.&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;There has been a flurry of interest in the Turing Test in the last few days, precipitated by a claim that (at last!) a program has passed the Test. The program in question is called &quot;Eugene Goostman&quot; and the claim is promulgated by Kevin Warwick, a professor of cybernetics at the University of Reading and organizer of a recent chatbot competition there.&lt;/p&gt;
&lt;p&gt;The Turing Test is a topic that I have a deep interest in (see &lt;a href=&quot;http://nrs.harvard.edu/urn-3:HUL.InstRepos:2027203&quot;&gt;this&lt;/a&gt;, and &lt;a href=&quot;http://nrs.harvard.edu/urn-3:HUL.InstRepos:2032677&quot;&gt;this&lt;/a&gt;, and &lt;a href=&quot;http://nrs.harvard.edu/urn-3:HUL.InstRepos:2252596&quot;&gt;this&lt;/a&gt;, and &lt;a href=&quot;http://nrs.harvard.edu/urn-3:HUL.InstRepos:5343165&quot;&gt;this&lt;/a&gt;, and, most recently, &lt;a href=&quot;http://nrs.harvard.edu/urn-3:HUL.InstRepos:11684156&quot;&gt;this&lt;/a&gt;), so I thought to give my view on &lt;a href=&quot;http://www.reading.ac.uk/news-and-events/releases/PR583836.aspx&quot;&gt;Professor Warwick&apos;s claim&lt;/a&gt; &quot;We are therefore proud to declare that Alan Turing&apos;s Test was passed for the first time on Saturday.&quot; The main points are these. The Turing Test was not passed on Saturday, and &quot;Eugene Goostman&quot; seems to perform qualitatively about as poorly as many other chatbots in emulating human verbal behavior. In summary: There&apos;s nothing new here; move along.&lt;/p&gt;
&lt;p&gt;First, the Turing Test that Turing had in mind was a criterion of &lt;em&gt;indistinguishability&lt;/em&gt; in verbal performance between human and computer in an open-ended wide-ranging interaction. In order for the Test to be passed, judges had to perform &lt;em&gt;no better than chance&lt;/em&gt; in unmasking the computer. But in the recent event, the interactions were quite time-limited (only five minutes) and in any case, the purported Turing-Test-passing program was identified correctly more often than not by the judges (almost 70% of the time in fact). That&apos;s not Turing&apos;s test.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
&lt;strong&gt;Update June 17, 2014&lt;/strong&gt;: The time limitation was even worse than I thought. According to my colleague &lt;a href=&quot;http://www.cs.vassar.edu/~hunsberg/&quot;&gt;Luke Hunsberger&lt;/a&gt;, computer science professor at Vassar College, who was a judge in this event, the five minute time limit was for &lt;em&gt;two&lt;/em&gt; simultaneous interactions. Further, there were often substantial response delays in the system. In total, he estimated that a judge might average only four or five rounds of chat with each interlocutor. I’ve argued before that &lt;a href=&quot;http://bit.ly/1nya270&quot;&gt;a grossly time-limited Turing Test is no Turing Test at all&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Sometimes, people trot out the prediction from Turing&apos;s seminal 1950 &lt;em&gt;Mind&lt;/em&gt; article that &quot;I believe that in about fifty years’ time it will be possible to programme computers, with a storage capacity of about \(10^9\), to make them play the imitation game so well that an average interrogator will not have more than 70 per cent. chance of making the right identification after five minutes of questioning.&quot; As I explain &lt;a href=&quot;http://www.amazon.com/The-Turing-Test-Behavior-Intelligence/dp/0262692937/&quot;&gt;in my book on the Test&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;The first thing to note about the prediction is that it is not a prediction about the Test per se: Turing expects 70 percent prediction accuracy, not the more difficult 50 percent expected by chance, and this after only a limited conversation of five minutes. He is therefore predicting passage of a test much simpler than the Test.&lt;/p&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;p&gt;Not only does the prediction not presuppose a full Turing Test, but it could well be argued that it had already come to pass with the advent of Joseph Weizenbaum’s Eliza some thirty-five years early. Weizenbaum developed a simple computer program that attempted to imitate the parroting conversational style of a Rogerian psychotherapist.... Although the methods used were quite simple – repeating the user’s question after adjusting some pronouns, throwing in a stock phrase every now and then – the result was, in its own way, extremely convincing.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Second, &quot;Eugene Goostman&quot; uses the very techniques that began with Weizenbaum&apos;s  &lt;a href=&quot;https://en.wikipedia.org/wiki/ELIZA&quot;&gt;&quot;Eliza&quot; program&lt;/a&gt; from the 1960&apos;s. We see the same tricks – repeating the judge&apos;s statements with simple substitutions, keyword-triggered responses, falling back on vague or unresponsive replies, and the like. Those tricks are no more successful than they have been in the two decades of runnings of the Loebner Prize Competition, another &lt;a href=&quot;http://nrs.harvard.edu/urn-3:HUL.InstRepos:2032677&quot;&gt;ill-conceived attempt at running a Turing-like test&lt;/a&gt;. And there too, entrants used the trick of having their programs emulate humans with built in excuses.  &quot;Eugene Goostman&quot; purports to be a non-English-fluent child, rather than a fluent adult.&lt;sup&gt;&lt;a class=&quot;footnoteRef&quot; href=&quot;#fn1&quot; id=&quot;fnref1&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;In fact, anyone with the slightest familiarity with chatbots, the modern incarnations of &quot;Eliza&quot;, could unmask &quot;Eugene Goostman&quot; quickly. (The judges at the recent competition were apparently not so familiar.) Scott Aaronson has &lt;a href=&quot;http://www.scottaaronson.com/blog/?p=1858&quot;&gt;provided a transcript&lt;/a&gt; of his own interaction with &quot;Eugene Goostman&quot;, which shows the telltale signs as soon as the computer&apos;s first reply, which blatantly ignores an utterly trivial question and tries to change the subject:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Scott: Which is bigger, a shoebox or Mount Everest?&lt;/p&gt;
&lt;p&gt;Eugene: I can’t make a choice right now. I should think it out later. And I forgot to ask you where you are from…&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Here&apos;s an appeal to cute, vague language:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Scott: How many legs does a camel have?&lt;/p&gt;
&lt;p&gt;Eugene: Something between 2 and 4. Maybe, three? :-))) By the way, I still don’t know your specialty – or, possibly, I’ve missed it?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;And here&apos;s the repetition of a canned response:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Scott: No, I need to know that you’re not a chatbot. Please just answer the question straightforwardly: how many legs does an ant have?&lt;/p&gt;
&lt;p&gt;Eugene: Something between 2 and 4. Maybe, three? :-))) Oh, what a fruitful conversation;-)&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Here&apos;s a canned keyword-triggered response, nonresponsive as usual:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Scott: In your opinion, does your existence demonstrate any idea or principle that wasn’t demonstrated just as convincingly by ELIZA, Joseph Weizenbaum’s chatbot from the 1960s?&lt;/p&gt;
&lt;p&gt;Eugene: Eliza was a break-thru. All the bots after it were nothing but weak parodies, claiming to have “revolutionary improvements”.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;And here&apos;s &quot;Eliza&quot;&apos;s trick of rewriting the judge&apos;s utterance after pronoun replacement and (poorly executed) synonym substitution:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Scott: OK, I’ll count that as the second sensible thing you’ve said (grading generously). Don’t you think that a more convincing chatbot could be created, by using Google to trawl the entire web for plausible-sounding answers (analogous to what IBM’s Watson did)?&lt;/p&gt;
&lt;p&gt;Eugene: Yes, I do think that a more convincing chatbot can be built by using google to trawl the all web for plausible – sounding – I hope I have right to have my own opinion. Maybe, let’s talk about something else? What would you like to discuss?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Literally every one of &quot;Eugene&quot;&apos;s responses reflects its &quot;Eliza&quot;-like programming. It would be amusing, if it weren&apos;t so predictable.&lt;/p&gt;
&lt;p&gt;In summary, &quot;Eugene Goostman&quot; is not qualitatively superior to other chatbots, and certainly has not passed a true Turing Test. It isn&apos;t even close.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot;&gt;
&lt;hr/&gt;
&lt;ol&gt;
&lt;li id=&quot;fn1&quot;&gt;In a parody of this approach, the late John McCarthy, professor of computer science at Stanford University and inventor of the term &quot;artifical intelligence&quot;, wrote a letter to the editor responding to a publication about an &quot;Eliza&quot;-like program that claimed to emulate a paranoid psychiatric patient. He presented his own experiments that I described in &lt;a href=&quot;http://www.amazon.com/The-Turing-Test-Behavior-Intelligence/dp/0262692937/&quot;&gt;my Turing Test book&lt;/a&gt;: &quot;He had designed an even better program, which passed the same test. His also had the virtue of being a very inexpensive program, in these times of tight money. In fact you didn’t even need a computer for it. All you needed was an electric typewriter. His program modeled infantile autism. And the transcripts – you type in your questions, and the thing just sits there and hums – cannot be distinguished by experts from transcripts of real conversations with infantile autistic patients.&quot;&lt;a href=&quot;#fnref1&quot;&gt;↩&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>How universities can support open-access journal publishing</title>
   <link href="https://occasionalpamphlet.com/2014/06/04/how-universities-can-support-open-access-journal-publishing/"/>
   <updated>2014-06-04T13:00:24+00:00</updated>
   <id>https://occasionalpamphlet.com/2014/06/04/how-universities-can-support-open-access-journal-publishing</id>
   <content type="html">&lt;h3 id=&quot;how-universities-can-best-support-open-access-publishing&quot;&gt;To university administrators and librarians:&lt;/h3&gt;
&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;Shelf of journals&quot; href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2014/06/8291555225_c45827736d_z.jpg&quot;&gt;&lt;img src=&quot;/assets/2014/06/8291555225_c45827736d_z.jpg&quot; alt=&quot;Shelf of journals&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;...enablement becomes transformation...&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;&quot;&lt;a href=&quot;https://www.flickr.com/photos/illinoislibrary/8291555225&quot;&gt;Shelf of journals&lt;/a&gt;&quot; image from Flickr user &lt;a href=&quot;https://www.flickr.com/photos/illinoislibrary/&quot;&gt;University of Illinois Library&lt;/a&gt;. Used &lt;a href=&quot;https://creativecommons.org/licenses/by/2.0/&quot;&gt;by permission&lt;/a&gt;.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;Shelf of journals&quot; src=&quot;/assets/2014/06/8291555225_c45827736d_z.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;...enablement becomes transformation...&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;caption-source&quot;&gt;&quot;&lt;a href=&quot;https://www.flickr.com/photos/illinoislibrary/8291555225&quot;&gt;Shelf of journals&lt;/a&gt;&quot; image from Flickr user &lt;a href=&quot;https://www.flickr.com/photos/illinoislibrary/&quot;&gt;University of Illinois Library&lt;/a&gt;. Used &lt;a href=&quot;https://creativecommons.org/licenses/by/2.0/&quot;&gt;by permission&lt;/a&gt;.&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;As a university administrator or librarian, you may see the future in open-access journal publishing and may be motivated to help bring that future about.&lt;sup&gt;&lt;a class=&quot;footnoteRef&quot; href=&quot;#fn1&quot; id=&quot;fnref1&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; I would urge you to establish or maintain an open-access fund to underwrite publication fees for open-access journals, but to do so in a way that follows the principles that underlie the &lt;a href=&quot;http://www.oacompact.org/&quot;&gt;Compact for Open-Access Publishing Equity&lt;/a&gt; (COPE). Those principles are two:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Principle 1: Our goal should be to &lt;em&gt;establish an environment in which publishers are enabled&lt;sup&gt;&lt;a class=&quot;footnoteRef&quot; href=&quot;#fn2&quot; id=&quot;fnref2&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; to change their business model&lt;/em&gt; from the unsustainable closed access model based on reader-side fees to a sustainable open access model based on author-side fees.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;If publishers could and did switch to the open-access business model, in the long term the moneys saved in reader-side fees would &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2013/01/29/why-open-access-is-better-for-scholarly-societies/#comparativecost&quot;&gt;more than cover the author-side fees, with open access added to boot&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;But until a large proportion of the funded research comes with &lt;a href=&quot;http://bit.ly/sLhk3H&quot;&gt;appropriately structured funds&lt;/a&gt; usable to pay author-side fees, publishers will find themselves in an environment that &lt;em&gt;disincentivizes&lt;/em&gt; the move to the preferred business model. Only when the bulk of research comes with funds to pay author-side fees underwriting dissemination will publishers feel comfortable moving to that model. Principle 1 argues for a system where author-side fees for open-access journals should be largely underwritten on behalf of authors, just as the research libraries of the world currently underwrite reader-side fees on behalf of readers.&lt;sup&gt;&lt;a class=&quot;footnoteRef&quot; href=&quot;#fn3&quot; id=&quot;fnref3&quot;&gt;3&lt;/a&gt;&lt;/sup&gt; But who should be on the hook to pay the author-side fees on behalf of the authors? That brings us to Principle 2.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Principle 2: Dissemination is an intrinsic part of the research process. Those that fund the research should be responsible for funding its dissemination.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Research funding agencies, not universities, should be funding author-side fees for research funded by their grants. There&apos;s no reason for universities to take on that burden on their behalf.&lt;sup&gt;&lt;a class=&quot;footnoteRef&quot; href=&quot;#fn4&quot; id=&quot;fnref4&quot;&gt;4&lt;/a&gt;&lt;/sup&gt; But universities should fund open-access publication fees for research that they fund themselves.&lt;/p&gt;
&lt;p&gt;We don&apos;t usually think of universities as research funders, but they are. They hire faculty to engage in certain core activities – teaching, service, &lt;em&gt;and research&lt;/em&gt; – and their job performance and career advancement typically depends on all three. Sometimes researchers obtain outside funding for the research aspect of their professional lives, but where research is not funded from outside, it is still a central part of faculty members&apos; responsibilities. In those cases, where research is not funded by extramural funds, it is therefore being implicitly funded by the university itself. In some fields, the sciences in particular, outside funding is the norm; in others, the humanities and most social sciences, it is the exception. Regardless of the field, faculty research that is not funded from outside is university-funded research, and the university ought to be responsible for funding its dissemination as well.&lt;/p&gt;
&lt;p&gt;The university can and should place conditions on funding that dissemination. In particular, it ought to require that if it is funding the dissemination, then that dissemination be &lt;em&gt;open&lt;/em&gt; – free for others to read and build on – and that it be published in a venue that provides openness &lt;em&gt;sustainably&lt;/em&gt; – a &lt;a href=&quot;http://bit.ly/aIwhAT&quot;&gt;fully open-access journal rather than a hybrid subscription journal&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Organizing a university open-access fund consistent with these principles means that the university will, at present, fund few articles, for &lt;a href=&quot;http://bit.ly/9M4rso&quot;&gt;reasons detailed elsewhere&lt;/a&gt;. Don&apos;t confuse slow uptake with low impact. The import of the fund is not to be measured by how many articles it makes open, but by how it contributes to the establishment of the enabling environment for the open-access business model. The enabling environment will have to grow substantially before enablement becomes transformation. It is no less important in the interim.&lt;/p&gt;
&lt;p&gt;What about the opportunity cost of open-access funds? Couldn&apos;t those funds be better used in our efforts to move to a more open scholarly communication system? Alternative uses of the funds are sometimes proposed, such as university libraries establishing and operating new open-access journals or paying membership fees to open-access publishers to reduce the author-side fees for their journals. But establishing new journals does nothing to reduce the need to subscribe to the old journals. It adds costs with no anticipation, even in the long term, of corresponding savings elsewhere. And paying membership fees to certain open-access publishers puts a finger on the scale so as to &lt;a href=&quot;http://bit.ly/eWUm51&quot;&gt;preemptively favor certain such publishers over others and to let funding agencies off the hook for &lt;em&gt;their&lt;/em&gt; funding responsibilities&lt;/a&gt;. Such efforts should at best be funded &lt;em&gt;after&lt;/em&gt; open-access funds are established to make good on universities&apos; responsibility to underwrite the dissemination of the research they&apos;ve funded.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot;&gt;
&lt;hr/&gt;
&lt;ol&gt;
&lt;li id=&quot;fn1&quot;&gt;It should go without saying that efforts to foster open-access journal publishing are completely consistent with, in fact aided by, &lt;a href=&quot;http://eprints.soton.ac.uk/265753/&quot;&gt;fostering open access through self-deposit in open repositories (so-called &quot;green open access&quot;)&lt;/a&gt;. I am a &lt;a href=&quot;http://poynder.blogspot.com/2012/12/the-oa-interviews-harvards-stuart.html&quot;&gt;long and ardent supporter of such efforts myself&lt;/a&gt;, and urge you as university administrators and librarians to promote green open access as well. [Since it should go without saying, comments recapitulating that point will be &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/policies/&quot;&gt;deemed tangential and attended to accordingly&lt;/a&gt;.]&lt;a href=&quot;#fnref1&quot;&gt;↩&lt;/a&gt;
&lt;/li&gt;
&lt;li id=&quot;fn2&quot;&gt;I am indebted to &lt;a href=&quot;http://www.aei.mpg.de/~schutz/text/index.html&quot;&gt;Bernard Schutz&lt;/a&gt; of Max Planck Gesellschaft for his elegant phrasing of the issue in terms of the &quot;enabling environment&quot;.&lt;a href=&quot;#fnref2&quot;&gt;↩&lt;/a&gt;
&lt;/li&gt;
&lt;li id=&quot;fn3&quot;&gt;Furthermore, &lt;a href=&quot;http://bit.ly/hXCqld&quot;&gt;as I&apos;ve argued elsewhere&lt;/a&gt;, disenfranchising readers through subscription fees is a more fundamental problem than disenfranchising authors through publication fees.&lt;a href=&quot;#fnref3&quot;&gt;↩&lt;/a&gt;
&lt;/li&gt;
&lt;li id=&quot;fn4&quot;&gt;In fact, by being willing to fund author-side fees for grant-funded articles, universities merely delay the day that funding agencies do their part by reducing the pressure from their fundees.&lt;a href=&quot;#fnref4&quot;&gt;↩&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Public underwriting of research and open access</title>
   <link href="https://occasionalpamphlet.com/2014/04/04/public-underwriting-of-research-and-open-access/"/>
   <updated>2014-04-04T17:55:24+00:00</updated>
   <id>https://occasionalpamphlet.com/2014/04/04/public-underwriting-of-research-and-open-access</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;Cover of Rousseau&apos;s Social Contract&quot; href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2014/04/Social_contract_rousseau_page.jpg&quot;&gt;&lt;img src=&quot;/assets/2014/04/Social_contract_rousseau_page-187x300.jpg&quot; alt=&quot;Cover of Rousseau&apos;s Social Contract&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #555555&quot;&gt;…a social contract…&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #555555;font-size: 50%&quot;&gt;&lt;br /&gt;
&lt;a href=&quot;http://en.wikipedia.org/wiki/File:Social_contract_rousseau_page.jpg&quot;&gt;Title page&lt;/a&gt; of the first octavo edition of Rousseau&apos;s &lt;em&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/The_Social_Contract&quot;&gt;Social Contract&lt;/a&gt;&lt;/em&gt;&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;Cover of Rousseau&quot; src=&quot;/assets/2014/04/Social_contract_rousseau_page-187x300.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;…a social contract…&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;caption-source&quot;&gt;&lt;br/&gt;
&lt;a href=&quot;http://en.wikipedia.org/wiki/File:Social_contract_rousseau_page.jpg&quot;&gt;Title page&lt;/a&gt; of the first octavo edition of Rousseau&apos;s &lt;em&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/The_Social_Contract&quot;&gt;Social Contract&lt;/a&gt;&lt;/em&gt;&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;&lt;em&gt;[This post is based loosely on my comments on a panel on 2 April 2014 for &lt;a href=&quot;http://www.tfisher.org/&quot;&gt;Terry Fisher&lt;/a&gt;&apos;s &lt;a href=&quot;http://copyx.org/&quot;&gt;CopyrightX course&lt;/a&gt;. Thanks to Terry for inviting me to participate and provoking this piece, and to my &lt;a href=&quot;http://berkman.harvard.edu/&quot;&gt;Berkman&lt;/a&gt; colleagues for their wonderful contributions to the panel session.]&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;Copyright is part of a social contract: You the author get a monopoly to exploit rights for a while in return for us the public gaining “&lt;a href=&quot;https://www.senate.gov/civics/constitution_item/constitution.htm#a1_sec8&quot;&gt;the progress of Science and the Useful Arts&lt;/a&gt;”. The idea is that the direct financial benefit of exploiting those rights provides incentive for the author to create.&lt;/p&gt;
&lt;p&gt;But this foundation for copyright ignores the fact that there are certain areas of creative expression in which direct financial benefit is &lt;em&gt;not an incentive to create&lt;/em&gt;: in particular, academia. It’s not that academics who create and publish their research don’t need incentives, even financial incentives, to do so. Rather, the financial incentives are indirect. They receive no direct payment for the articles that they publish describing their research. They benefit instead from the personal uplift of contributing to human knowledge and seeing that knowledge advance science and the useful arts. Plus, their careers depend on the impact of their research, which is a result of its being widely read; it’s not all altruism.&lt;/p&gt;
&lt;p&gt;In such cases, a different social contract can be in force without reducing creative expression. When the public underwrites the research that academics do – through direct research grants for instance – they can require in return that the research results must be made available to the public, &lt;em&gt;without&lt;/em&gt; allowing for the limited period of exclusive exploitation. This is one of the arguments for the idea of &lt;em&gt;open access to the scholarly literature&lt;/em&gt;. You see it in the &lt;a href=&quot;http://www.taxpayeraccess.org/&quot;&gt;Alliance for Taxpayer Access&lt;/a&gt; slogan “barrier-free access to taxpayer-funded research” and the &lt;a href=&quot;https://petitions.whitehouse.gov/response/increasing-public-access-results-scientific-research&quot;&gt;White House statement&lt;/a&gt; that “The Obama Administration agrees that citizens deserve easy access to the results of research their tax dollars have paid for.” It is implemented in the &lt;a href=&quot;http://publicaccess.nih.gov/&quot;&gt;NIH public access policy&lt;/a&gt;, requiring all articles funded by NIH grants to be made openly available through the &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/pmc/&quot;&gt;PubMed Central&lt;/a&gt; website, where millions of visitors access millions of articles each week.&lt;/p&gt;
&lt;p&gt;But here’s my point, one that is underappreciated even among open access supporters. The penetration of the notion of “taxpayer-funded research”, of “research their tax dollars have paid for”, is far greater than you might think. Yes, it includes research paid for by the &lt;a href=&quot;http://www.nih.gov/about/budget.htm&quot;&gt;$30 billion invested by the NIH each year&lt;/a&gt;, and the &lt;a href=&quot;http://www.nsf.gov/about/congress/113/highlights/cu14_0123.jsp&quot;&gt;$7 billion research funded by the NSF&lt;/a&gt;, and the &lt;a href=&quot;http://www.neh.gov/files/par_fy2013.pdf&quot;&gt;$150 million funded by the NEH&lt;/a&gt;. But &lt;em&gt;all&lt;/em&gt; university research benefits from the social contract with taxpayers that makes universities tax-exempt.&lt;sup&gt;&lt;a class=&quot;footnoteRef&quot; href=&quot;#fn1&quot; id=&quot;fnref1&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;The Association of American Universities &lt;a href=&quot;http://www.aau.edu/uploadedFiles/Policy_Issues/Tax,_Finance,_Management_Issues/Tax_Issues/Background_Documents_on_Tax_Issues_of_Interest_to_Research_Universities/Tax%20Exempt%20Status%20of%20Universities%20-%20FINAL.pdf&quot;&gt;makes clear this social contract&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;The educational purposes of universities and colleges – teaching, research, and public service – have been recognized in federal law as critical to the well-being of our democratic society. Higher education institutions are in turn exempted from income tax so they can make the most of their revenues…. Because of their tax exemption, universities and colleges are able to use more resources than would otherwise be available to fund: academic programs, student financial aid, research, public extension activities, and their overall operations.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;It’s difficult to estimate the size of this form of support to universities. The best estimate I’ve seen puts it at &lt;a href=&quot;http://www.pgdc.com/pgdc/crs-reports-tax-issues-relating-charitable-contributions-and-organizations&quot;&gt;something like $50 billion per year&lt;/a&gt; for the income tax exemption. That’s more than the NIH, NSF, and (hardly worth mentioning) the NEH put together. It’s &lt;a href=&quot;http://www.aaas.org/sites/default/files/migrate/uploads/DefNon.jpg&quot;&gt;on par with the total non-defense federal R&amp;amp;D funding&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;And it’s not just exemption from income tax that universities benefit from. They also are exempt from property taxes for their campuses. Their contributors are exempt from tax for their charitable contributions to the university, which results ceteris paribus in larger donations. Their students are exempt from taxes on educational expenses. They receive government funding for scholarships, freeing up funds for research. Constructing an estimate of the total benefit to universities from all these sources is daunting. One study places the total value of all direct tax exemptions, federal, state, and local, for a single university, Northeastern University, at $97 million, accounting for well over half of all government support to the university. (Even this doesn’t count several of the items noted above.)&lt;/p&gt;
&lt;p&gt;&lt;em&gt;All&lt;/em&gt; university research, not just the grant-funded research, benefits from the taxpayer underwriting implicit in the tax exemption social contract. It would make sense then, in return, for taxpayers to require open access to &lt;em&gt;all&lt;/em&gt; university research in return for continued tax-exempt status. Copyright is the citizenry paying authors with a monopoly in return for social benefit. But where the citizenry pays authors through some other mechanism, like $50 billion worth of tax exemption, it’s not a foregone conclusion that we should pay with the monopoly too.&lt;/p&gt;
&lt;p&gt;Some people point out that just because the government funds something doesn’t mean that the public gets a free right of access. Indeed, the government funds various things that the public doesn’t get access to, or at least, not free access. The &lt;a href=&quot;http://www.washingtonpost.com/blogs/wonkblog/post/the-government-spends-billions-on-research-should-we-have-to-pay-20000-to-see-the-results/2012/05/17/gIQAQEIqWU_blog.html&quot;&gt;American Publisher’s Association points out&lt;/a&gt;, for instance, that although taxpayers pay for the national park system “they still have to pay a fee if they want to go in, and certainly if they want to camp.” On the other hand, you don’t pay when the fire department puts out a fire in your house, or to access the &lt;a href=&quot;http://www.weather.gov/&quot;&gt;National Weather Service forecasts&lt;/a&gt;. It seems that the social contract is up for negotiation.&lt;/p&gt;
&lt;p&gt;And that’s just the point. The social contract needs to be &lt;em&gt;designed&lt;/em&gt;, and designed keeping in mind &lt;em&gt;the properties of the goods being provided and the sustainability of the arrangement&lt;/em&gt;. In particular, funding of the contract can come from taxpayers or users or a combination of both. In the case of national parks, access to real estate is an inherently limited resource, and the benefit of access redounds primarily to the user (the visitor), so getting some of the income from visitors puts in place a reasonable market-based constraint.&lt;/p&gt;
&lt;p&gt;Information goods are different. First, the benefits of access to information redound widely. Information begets information: researchers build on it, journalists report on it, products are based on it. The openness of NWS data means that farms can generate greater yields to benefit everyone (one part of the fourth of six goals in the &lt;a href=&quot;http://www.nws.noaa.gov/com/weatherreadynation/files/strategic_plan.pdf&quot;&gt;NWS Strategic Plan&lt;/a&gt;). The &lt;a href=&quot;http://realtime.mbta.com/portal&quot;&gt;openness of MBTA transit data&lt;/a&gt; means that a company can provide me with an iPhone app to tell me when my bus will arrive at my stop. Second, access to information is not an inherently limited resource. As Jefferson said, “&lt;a href=&quot;http://www.goodreads.com/work/quotes/437556-selected-writings-crofts-classics&quot;&gt;He who receives an idea from me, receives instruction himself without lessening mine.&lt;/a&gt;” If access is to be restricted, it must be done artificially, through legal strictures or technological measures. The marginal cost of providing access to an academic article is, for all intents and purposes, zero. Thus, it makes more sense for the social contract around distributing research results to be funded exclusively from the taxpayer side rather than the user side, that is, funding agencies requiring completely free and open access for the articles they fund, and paying to underwrite the manifest costs of that access. (I’ve &lt;a href=&quot;http://bit.ly/sLhk3H&quot;&gt;written in the past about the best way for funding agencies to organize that payment&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;It turns out that we, the public, are underwriting directly and indirectly &lt;em&gt;every&lt;/em&gt; research article that our universities generate. Let’s think about what the social contract should provide us in return. Blind application of the copyright social contract would not be the likely outcome.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot;&gt;
&lt;hr/&gt;
&lt;ol&gt;
&lt;li&gt;Underappreciated by many, but as usual, not by Peter Suber, who anticipated this argument, for instance, &lt;a href=&quot;http://mitpress.mit.edu/sites/default/files/titles/content/openaccess/Suber_09_chap2.html#chap2&quot;&gt;in his seminal book &lt;em&gt;Open Access&lt;/em&gt;&lt;/a&gt;:&lt;br/&gt;
&lt;blockquote&gt;&lt;p&gt;All scholarly journals (toll access and OA) benefit from public subsidies. Most scientific research is funded by public agencies using public money, conducted and written up by researchers working at public institutions and paid with public money, and then peer-reviewed by faculty at public institutions and paid with public money. &lt;em&gt;Even when researchers and peer reviewers work at private universities, their institutions are subsidized by publicly funded tax exemptions and tax-deductible donations.&lt;/em&gt; Most toll-access journal subscriptions are purchased by public institutions and paid with taxpayer money. [Emphasis added.]&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;#fnref1&quot;&gt;↩&lt;/a&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>A true transitional open-access business model</title>
   <link href="https://occasionalpamphlet.com/2014/03/28/a-true-transitional-open-access-business-model/"/>
   <updated>2014-03-28T14:53:32+00:00</updated>
   <id>https://occasionalpamphlet.com/2014/03/28/a-true-transitional-open-access-business-model</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;Photo: Stuart M. Shieber&quot; href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2010/10/temple-of-transition.jpg&quot;&gt;&lt;img src=&quot;/assets/2014/03/temple-of-transition-300x182.jpg&quot; alt=&quot;The Temple of Transition, Burning Man 2011&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #555555&quot;&gt;…provide a transition path…&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #555555;font-size: 50%&quot;&gt;&lt;br /&gt;
&quot;&lt;a href=&quot;https://www.flickr.com/photos/michaelholden/6107992598/&quot;&gt;The Temple of Transition, Burning Man 2011&lt;/a&gt;&quot; photo by flickr user &lt;a href=&quot;https://www.flickr.com/photos/michaelholden/&quot;&gt;Michael Holden&lt;/a&gt;, used by permission&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;The Temple of Transition, Burning Man 2011&quot; src=&quot;/assets/2014/03/temple-of-transition-300x182.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;…provide a transition path…&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;caption-source&quot;&gt;&lt;br/&gt;
&quot;&lt;a href=&quot;https://www.flickr.com/photos/michaelholden/6107992598/&quot;&gt;The Temple of Transition, Burning Man 2011&lt;/a&gt;&quot; photo by flickr user &lt;a href=&quot;https://www.flickr.com/photos/michaelholden/&quot;&gt;Michael Holden&lt;/a&gt;, used by permission&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;&lt;a href=&quot;http://www.davidwilletts.co.uk/&quot;&gt;David Willetts&lt;/a&gt;, the UK Minister for Universities and Research, has &lt;a href=&quot;http://www.researchinfonet.org/wp-content/uploads/2013/02/BIS-Transparency-Letter-to-Janet-Finch-One-Year-On-Response-January-2014.pdf&quot;&gt;written a letter&lt;/a&gt; to &lt;a href=&quot;http://www.socialsciences.manchester.ac.uk/morgancentre/people/staff/finch/&quot;&gt;Janet Finch&lt;/a&gt; responding to her committee’s “&lt;a href=&quot;http://www.researchinfonet.org/wp-content/uploads/2013/02/BIS-Transparency-Letter-to-Janet-Finch-One-Year-On-Response-January-2014.pdf&quot;&gt;A Review of Progress in Implementing the Recommendations of the Finch Report&lt;/a&gt;”. Notable in Minister Willetts response is this excerpt:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Government wants [higher education institutions] to fully participate in the take up of Gold OA and create a better functioning market. Hence, Government looks to the publishing industry to develop innovative and sustainable solutions to address the ‘double-dipping’ issue perceived by institutions. Publishers have an opportunity to incentivise early adoption of Gold OA by moderating the total cost of publication for &lt;em&gt;individual institutions&lt;/em&gt;. This would remove the final obstacle to greater take up of Gold OA, enabling universal acceptance of ‘hybrid’ journals.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;It is important for two reasons: in its recognition, first, that the hybrid journal model has inherent obstacles as currently implemented (consistent with a &lt;a href=&quot;http://bit.ly/aIwhAT&quot;&gt;previous post of mine&lt;/a&gt;), and second, that the solution is to make sure that individual institutions (as emphasized in the original) be properly incentivized for underwriting hybrid fees.&lt;/p&gt;
&lt;p&gt;This development led me to dust off a pending post that has been sitting in my virtual filing cabinet for several years now, being updated every once in a while as developments motivated. It addresses exactly this issue in some detail.&lt;/p&gt;
&lt;!--more--&gt;
&lt;h3 id=&quot;a-transitional-scholarly-journal-business-model&quot;&gt;A transitional scholarly journal business model&lt;/h3&gt;
&lt;p&gt;By way of background, recall that there are the toll-access scholarly journals and the open-access journals. The former comprise the bulk (about two-thirds) of peer-reviewed journals, the latter a growing minority. There is great interest in how a transition from the former to the latter might occur. The most common proposal is the hybrid model, in which a toll-access journal will accept an optional publication fee to make individual articles open access.&lt;/p&gt;
&lt;p&gt;I’ve &lt;a href=&quot;http://bit.ly/aIwhAT&quot;&gt;previously argued&lt;/a&gt; that the hybrid model does not, despite intentions, provide a transition path. I argue here that an alternative approach addresses many of the failings of the hybrid model.&lt;/p&gt;
&lt;p&gt;What do we want of a transitional process? First and foremost, a transitional process should allow for a &lt;em&gt;smooth transition path&lt;/em&gt; from toll-access to open-access that is, in the short term at least, &lt;em&gt;revenue-neutral&lt;/em&gt;. Intrinsically revenue-reducing transitions will find little support among publishers and revenue-increasing transitions will be appropriately rejected by scholarly institutions. Note that just because a transitional process is revenue-neutral in the short term does not mean that no moneys will be saved in the longer term as the result of the transition; a move to author-side fees from reader-side fees has the potential to be a much more transparent, competitive, and efficient market, which may well lead to overall cost reductions. Secondly, a transitional process should embed &lt;em&gt;incentives for movement&lt;/em&gt; along the path. This second issue has rarely been taken into account.&lt;/p&gt;
&lt;h3 id=&quot;flaws-in-the-hybrid-model&quot;&gt;Flaws in the hybrid model&lt;/h3&gt;
&lt;p&gt;A quick rehearsal of the problems with the hybrid model shows flaws with respect to both aspects.&lt;/p&gt;
&lt;p&gt;The hybrid model is revenue-neutral in the short run just in case (&lt;em&gt;i&lt;/em&gt;) a journal’s hybrid publication fee is set to be the average revenue per article for the journal under the toll-access model and (&lt;em&gt;ii&lt;/em&gt;) the publisher reduces the subscription fee in exact proportion to the percentage of articles for which the hybrid fee is paid. In that case, a publisher receives the same revenue whether no one pays the hybrid fees or everyone pays the hybrid fees (in which case the subscription fee becomes zero). For comparison with later models, we can capture this with some simple arithmetic. Suppose there are \(t\) institutions of which \(s\) are subscribers. For simplicity, assume that there is no price discrimination, so all subscribers pay subscription fee \(f\). Then total revenue is \(s \cdot f\). (I assume here that all revenue of the journal is subscription revenue. If there is other revenue, for instance, advertising revenue, that shouldn’t play a role in setting publication fees, since it doesn’t get displaced by those fees.) Suppose further that there are \(n\) articles published each year. Average revenue per article is thus \(\frac{s \cdot f}{n}\), which we choose for the hybrid fee. Finally, assume \(h\) percent of articles have the hybrid fee paid. Then the total revenue from hybrid fees is \(n \cdot h \cdot \left(\frac{s \cdot f}{n}\right) = h \cdot s \cdot f\) and total revenue from subscriptions is \( s \cdot f \cdot (1 - h) \). Total revenue is therefore \(s \cdot f \cdot (1 - h) + h \cdot s \cdot f = s \cdot f\), independently of \(h\). This is the sense in which the hybrid system is (or at least can be) revenue neutral. In a previous post, I referred to a hybrid model that had these revenue-neutrality properties as a &lt;em&gt;true hybrid&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Of course, there is a serious problem that it is difficult, and perhaps impossible, to determine if the revenue-neutrality conditions are met. It requires knowledge of the average revenue per article, as well as transparency of subscription prices to verify that subscription fees are reduced to \(f \cdot (1-h)\). But let us assume that these issues are surmountable, because there are bigger problems even with true hybrid journals.&lt;/p&gt;
&lt;p&gt;Since the price reduction for each hybrid fee paid is distributed over all subscribing institutions, the net effect on each institution of paying a hybrid fee is a large increase in fees paid. The institution pays \(\frac{s \cdot f}{n}\) but recovers just \(\frac{s \cdot f}{n \cdot s} = \frac{f}{n}\) subscription fee reduction; it recoups just \(1/s\) of each hybrid fee paid. That is, for every hybrid fee it pays, it recoups a share inversely proportional to the number of subscribers to the journal. The reduction is minimal even for journals that are poorly subscribed. If the journal has 100 subscribers, the author institution recoups just 1% of each hybrid fee it pays. Institutions would be unlikely to pay hybrid fees under these conditions. Indeed, this is what we see empirically. The setup induces a coordination problem: If all institutions paid the hybrid fees, all would be better off – collectively paying the same amount but achieving open access to all articles. But no institution has an incentive to be the “first mover”.&lt;/p&gt;
&lt;h3 id=&quot;a-preferable-alternative&quot;&gt;A preferable alternative&lt;/h3&gt;
&lt;p&gt;To solve this prisoner’s dilemma, a better method would allocate all subscription fee benefit of a hybrid payment to the author’s institution. Rather than each subscribing institution seeing a reduction of \(f/n\), the author’s institution would see a reduction of \(f\). I call this business model the &lt;em&gt;transitional model&lt;/em&gt;, to distinguish it from the hybrid model and also the pure models – the subscription model and the publication fee model. To the journal, there is no difference in revenue in the short run between these two approaches, hybrid and transitional. Instead of reducing the subscription fee of \(n\) institutions by \(f/n\) as in the hybrid model, the transitional model reduces the subscription fee of 1 institution by \(f\), in either case for a total reduction of \(f\), thereby exactly recouping the publication fee and retaining revenue neutrality. To the author’s institution, however, there is a big difference. Under the transitional model, it pays \(f\) in publication fees but recoups \(f\) in subscription fees; it’s a wash, so any institution should happily underwrite such a fee. It costs no more than the institution is already paying, and provides open access to the article.&lt;sup&gt;&lt;a class=&quot;footnoteRef&quot; href=&quot;#fn1&quot; id=&quot;fnref1&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; All of the institutions other than the author’s no longer receive a lower subscription fee, but the marginal reduction to them was trivial anyway, so their behavior wouldn’t be expected to change. I’ll refer to articles where the publication fee leads to a commensurate reduction in subscription to the institution as a &lt;em&gt;fully recovered article&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Parenthetically: What happens once an institution has paid so many publication fees that it has fully covered the entire subscription price? After an institution has published \(s/n\) fully covered articles, it has paid \(s\) in hybrid fees and its subscription fee is reduced to zero. At that point, there are several approaches that can be taken. Here’s one: Since there’s no more subscription fee to reduce, to preserve revenue neutrality, the publisher could then reduce the subscription fee of all other institutions by \(f/n\) (or a bit more actually, to account for the subscribers who have bottomed out on their subscription fee). Articles from that point on are &lt;em&gt;partially recovered articles&lt;/em&gt;; they work like hybrid journals currently do.&lt;/p&gt;
&lt;p&gt;There needs to be a way to complete the transition from a transitional subscription journal (with this kind of publication fee) to a fully open-access journal. The natural approach is a commitment on the part of the journal to switch models once a sufficiently high fraction of articles are paying hybrid fees. This transition threshold should be determined by where the publication fee model becomes independently viable. I don’t know where this threshold should be, but presumably quite high, perhaps 75% or more. One interesting point to examine is the percentage of articles published that would fall under the full recovery limit. If the percentage of fully recovered articles is greater than the transition threshold, the journal is quite likely to complete the transition.&lt;/p&gt;
&lt;p&gt;I would appreciate suggestions as to how to estimate these quantities: the transition threshold and especially the fully recovered percentage. The latter is dependent on how skewed the publication behavior of institutions is. The more skewed, the lower the fully recovered percentage.&lt;/p&gt;
&lt;p&gt;One way of thinking about the transitional model is that subscription fees are merely reenvisioned as prepaid publication fees. In that sense, the transitional proposal looks a bit like the SCOAP3 model, except that crucially unlike SCOAP3 (but like the hybrid model), there is no free-rider problem. Institutions can’t immediately drop their subscriptions and free ride on the availability of all articles. Rather they would gain access only to the open-access subset of the articles, and once the transition to fully open access occurred their authors would have to pony up publication fees (perhaps &lt;a href=&quot;http://bit.ly/4ocFRP&quot;&gt;subsidized by the institution&lt;/a&gt;, and of course &lt;a href=&quot;http://bit.ly/hXCqld&quot;&gt;waivable in case of exigency so as not to disenfranchise necessitous authors&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;In fact, since I first began thinking about this issue, a journal publisher has actually implemented just such a system. The &lt;a href=&quot;http://www.rsc.org/&quot;&gt;Royal Society of Chemistry&lt;/a&gt; has developed what they call the &lt;a href=&quot;http://www.rsc.org/Publishing/librarians/RSC_Gold.asp&quot;&gt;RSC Gold&lt;/a&gt; program, in which institutional subscribers to their journals receive vouchers that they can use to cover a certain number of OA fees. To the extent that the value of the vouchers is identical to the subscription cost of the set of subscribed journals (which is not made clear in their literature), this would constitute an instance of the transitional model. Unfortunately, the RSC Gold program is limited to subscribers that take the entire bundle of RSC journals, furthering the &lt;a href=&quot;http://works.bepress.com/aaron_edlin/37/&quot;&gt;market problems of bundling&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&quot;implementing-the-transitional-model&quot;&gt;Implementing the transitional model&lt;/h3&gt;
&lt;p&gt;The transitional model relies on reduction of the subscription fee in lock-step with payment of publication fees. There are several ways this could be achieved. Let’s assume subscription fees are paid in advance annually, for simplicity on a calendar year basis. One way is to perform the accounting of subscription fees and publication fees on a same-year basis. The institution pays the subscription fee for a given year and then pays no publication fees for articles published in that year until the subscription fee is fully recovered. Thereafter, the institution (or its authors or authors’ funders) can pay further publication fees, which will be only partially recovered.&lt;/p&gt;
&lt;p&gt;Another possibility is to recover in arrears. The institution pays the subscription fee for a given year and then during that year whatever publication fees it chooses to. The publication fees paid in that year get recovered in the following year by a reduction in (or rebate of) the subscription fee for that year. This method has some important advantages. In particular, it is easier for the institution to decide on an article by article basis whether or not to actually pay the publication fee or to have a funder pay it instead or even to refuse to pay it based on whatever criteria it uses. I’ve &lt;a href=&quot;http://bit.ly/eWUm51&quot;&gt;argued elsewhere&lt;/a&gt; that the ability to control which publication fees get underwritten by an institution is an important check on the publication fee market; it allows the construction of a market not subject to the moral hazards of the subscription model. On the other hand, the arrears approach has the disadvantage that the institution is always floating the future reimbursement. This means that it will incur a big increase in cost, perhaps a doubling or more, in the first year, after which time things will settle back to roughly the status quo ante. Institutions can at their control spread that increase over several years by covering an increasing percentage of articles over time.&lt;/p&gt;
&lt;p&gt;A third method solves this problem. Publication fees are recovered immediately, not in arrears, but a “fee” needs to be sent for every article, whether recovered or not. (The fee for a fully recovered article would be 0, so really this amounts to just a notification to the publisher that this article is one for which recovery is being claimed.) This allows the institution to refrain from paying (and hence recovering) an article’s publication fee if that would violate whatever constraints it puts on underwriting fees. This is, in essence, the approach taken by the &lt;a href=&quot;http://www.rsc.org/&quot;&gt;Royal Society of Chemistry’s&lt;/a&gt; &lt;a href=&quot;http://www.rsc.org/Publishing/librarians/RSC_Gold.asp&quot;&gt;RSC Gold&lt;/a&gt; voucher program.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&lt;strong&gt;Update January 9, 2015:&lt;/strong&gt; JISC and Wiley have entered into an experimental agreement along these lines, &lt;a href=&quot;http://www.jisc.ac.uk/news/wiley-and-jisc-announce-new-open-access-agreement-19-dec-2014&quot;&gt;as announced December 19,2014&lt;/a&gt;. Thanks to &lt;a href=&quot;http://thomasmunro.com/&quot;&gt;Thomas Munro&lt;/a&gt; for the pointer.&lt;/p&gt;
&lt;p&gt;There are still problems with this transitional model. It only works for what I called true hybrids, that is, the OA fee must be set at no more than the true average revenue of the journal. There are still all the problems of knowing what that true average revenue is and of monitoring subscription decreases in the face of price discrimination and for the partially recovered articles. And finally, there is a greater complexity to the system. This final problem might be mitigated by a clever reimagining of the transitional model, just as eBay managed to get across the idea of &lt;a href=&quot;http://en.wikipedia.org/wiki/Vickrey_auction&quot;&gt;second-price auctions&lt;/a&gt; to its customers by reimagining them as a traditional (first price) auction with proxy bidding. The RSC voucher approach may be a good first step in that direction.&lt;/p&gt;
&lt;h3 id=&quot;would-publishers-approve&quot;&gt;Would publishers approve?&lt;/h3&gt;
&lt;p&gt;A few months ago, I spoke to a group from a major commercial publisher about this business model. (The topic came up in a question about why Harvard’s open-access fund doesn’t cover hybrid fees.) The reaction to this kind of proposal – which was not news to them because of the RSC program – reveals a deep problem in how this publisher thinks about the OA transition. The problem with this approach, I was told, was that as a larger percentage of articles became available open access, libraries may start to cancel their subscriptions, reducing revenues to the publisher in a way that is not made up for by the OA fees.&lt;/p&gt;
&lt;p&gt;This is, of course, true. (It would hold also for the hybrid approach, except for the fact that uptake is so low that there is essentially no incentive to cancel subscriptions merely because of hybrid OA articles, and there is unlikely ever to be.) It is because of this possibility — that over time as the transition happens that subscriptions may be cancelled — that I refer to revenue neutrality &lt;em&gt;in the short term&lt;/em&gt;. Examining revenues related to the marginal article, the scheme I described is revenue neutral, but overall as the larger-scale transition starts to occur, aggregate phenomena can change the revenue neutrality.&lt;/p&gt;
&lt;p&gt;In the face of these changes, publishers have choices. If a publisher wants to achieve revenue neutrality in the face of subscription cancellations, it could raise its OA fee accordingly. The higher fee might have the effect of reducing the attractiveness of the journal to authors as they compare the fee against that of other journals, but that must be traded off against the attempt to maintain revenue. Setting prices is a business decision, a decision that should be made by the publisher to maximize its revenue. The fact that that’s harder to do in the transitional model as the anticompetitive features of the subscription market are reduced is an advantage of the model, not a flaw.&lt;/p&gt;
&lt;p&gt;This publisher claimed that their concern was that the transitional model could substantively affect their bottom line. But what they were really admitting is that &lt;em&gt;open access&lt;/em&gt; could substantively affect their bottom line. If uptake on the transitional model could induce cancellations that could not be recouped by increases in article fees, then the same is true for the hybrid model. Why is this publisher (like many others) an enthusiastic supporter of the hybrid model? I’m guessing it’s because they know that the hybrid model will never have substantial uptake. Since the transitional model might, they oppose it.&lt;/p&gt;
&lt;p&gt;The point of the open-access journal model is not to maintain publishers’ revenues at the current levels made possible by &lt;a href=&quot;http://bit.ly/WsXHUF&quot;&gt;the dysfunctional journal market&lt;/a&gt;. It is to provide publishing services without using access limitation to fund them. If doing so also introduces a competitive free market mechanism that saves money – as this publisher implicitly corroborates – so much the better.&lt;/p&gt;
&lt;p&gt;Perhaps many current publishers, seeing the likelihood that &lt;em&gt;any&lt;/em&gt; realistic approach to an OA transition would harm their revenues in the long term, would avoid a model like the one discussed here that has a real possibility of navigating the transition. But there may well be forward-thinking publishers (&lt;a href=&quot;http://bit.ly/WsXHUF&quot;&gt;society publishers perhaps&lt;/a&gt;), who would honestly like to make the transition if it could be done in an appropriately gradual manner. For them, this transitional open-access model may be just the thing. If so, they should be supported in taking it up.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot;&gt;
&lt;hr/&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;a id=&quot;fn1&quot;&gt;&lt;/a&gt;Peter Suber &lt;a href=&quot;http://nrs.harvard.edu/urn-3:HUL.InstRepos:4322572&quot;&gt;describes an interesting proposal of Mark Rowse&lt;/a&gt; that is a kind of high-level version of this idea, and similar in being revenue-neutral in the short term. Journals would merely reinterpret the subscription fees that they’ve been receiving as publication fees for the authors at the subscribing institution. He explores Rowse’s idea in detail, in particular, under what conditions this approach would make sense to publishers and to subscribers.&lt;a href=&quot;#fnref1&quot;&gt;↩&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>A document scanning smartphone handle</title>
   <link href="https://occasionalpamphlet.com/2014/03/13/a-document-scanning-smartphone-handle/"/>
   <updated>2014-03-13T12:46:37+00:00</updated>
   <id>https://occasionalpamphlet.com/2014/03/13/a-document-scanning-smartphone-handle</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;Photo: Stuart M. Shieber&quot; href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2014/03/photo-1.jpg&quot;&gt;&lt;img src=&quot;/assets/2014/03/photo-1-300x225.jpg&quot; alt=&quot;Photo&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #555555&quot;&gt;…my solution to the problem…&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #555555;font-size: 50%&quot;&gt;&lt;br /&gt;
(Demonstrating the Scan-dle to my colleagues from the &lt;a href=&quot;http://osc.hul.harvard.edu&quot;&gt;OSC&lt;/a&gt; over &lt;a href=&quot;http://lefthandbrewing.com/beers/milk-stout/&quot;&gt;a beer&lt;/a&gt; in &lt;a href=&quot;http://theboathouseharvardsquare.com/&quot;&gt;a local pub&lt;/a&gt;. Photo: Reinhard Engels)&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;Photo&quot; src=&quot;/assets/2014/03/photo-1-300x225.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;…my solution to the problem…&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;caption-source&quot;&gt;&lt;br/&gt;
(Demonstrating the Scan-dle to my colleagues from the &lt;a href=&quot;http://osc.hul.harvard.edu&quot;&gt;OSC&lt;/a&gt; over &lt;a href=&quot;http://lefthandbrewing.com/beers/milk-stout/&quot;&gt;a beer&lt;/a&gt; in &lt;a href=&quot;http://theboathouseharvardsquare.com/&quot;&gt;a local pub&lt;/a&gt;. Photo: Reinhard Engels)&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;blockquote&gt;&lt;p&gt;
&lt;em&gt;They are at the end of the gallery; retired to their tea and scandal, according to their ancient custom.&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: right&quot;&gt;&lt;em&gt;— &lt;a href=&quot;http://en.wikisource.org/wiki/The_Double_Dealer/Act_I&quot;&gt;William Congreve&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p style=&quot;text-align: left&quot;&gt;For a project that I am working on, I needed to scan some documents in one of the Harvard libraries. Smartphones are a boon for this kind of thing, since they are highly portable and now come with quite high-quality cameras. The iPhone 5 camera, for instance, has a &lt;a href=&quot;http://www.digitalcameraworld.com/2012/09/13/iphone-5-camera-whats-in-it-for-photographers/&quot;&gt;resolution of 3,264 x 2,448&lt;/a&gt;, which comes to about 300 dpi scanning a letter-size sheet of paper, and a brightness depth of 8 bits per pixel provides an effective resolution much higher.&lt;/p&gt;
&lt;p&gt;The downside of a smartphone, and any handheld camera, is the blurring that inevitably arises from &lt;a href=&quot;http://www.cambridgeincolour.com/tutorials/camera-shake.htm&quot;&gt;camera shake&lt;/a&gt; when holding the camera and pressing the shutter release. True document scanners have a big advantage here. You could use a tripod, but dragging a tripod into the library is none too convenient, and staff may even disallow it, not to mention the expense of a tripod and &lt;a href=&quot;http://amzn.com/B00HQO5VJ8&quot;&gt;smartphone tripod mount&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;My solution to the problem of stabilizing my smartphone for document scanning purposes is a kind of document &lt;span style=&quot;text-decoration: underline&quot;&gt;&lt;em&gt;scan&lt;/em&gt;&lt;/span&gt;ning smartphone han&lt;span style=&quot;text-decoration: underline&quot;&gt;&lt;em&gt;dle&lt;/em&gt;&lt;/span&gt; that I’ve dubbed the &lt;em&gt;Scan-dle&lt;/em&gt;. The stabilization that a Scan-dle provides dramatically improves the scanning ability of a smartphone, yet it’s cheap, portable, and unobtrusive.&lt;/p&gt;
&lt;p&gt;The Scan-dle is essentially a triangular cross-section &lt;a href=&quot;http://en.wikipedia.org/wiki/Monopod&quot;&gt;monopod&lt;/a&gt; made from foam board with a smartphone platform at the top. The angled base tilts the monopod so that the smartphone’s camera sees an empty area for the documents.&lt;a class=&quot;footnote&quot; href=&quot;1&quot; id=&quot;fnref:1&quot; title=&quot;see footnote&quot;&gt;[1]&lt;/a&gt; Judicious use of hook-and-loop fasteners allows the Scan-dle to fold small and flat in a couple of seconds.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2014/03/scandle-plans.pdf&quot;&gt;&lt;img align=&quot;right&quot; alt=&quot;&quot; class=&quot;alignright size-medium wp-image-1979&quot; height=&quot;158&quot; src=&quot;/assets/2014/03/scandle-plans-300x158.png&quot; width=&quot;300&quot;/&gt;&lt;/a&gt;The plans at right show how the device is constructed. Cut from a sheet of foam board the shape indicated by the solid lines. (You can start by cutting out a 6&quot; x 13.5&quot; rectangle of board, then cutting out the bits at the four corners.) &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2014/03/IMG_1682.jpg&quot;&gt;&lt;img align=&quot;left&quot; alt=&quot;&quot; class=&quot;alignleft size-medium wp-image-1995&quot; src=&quot;/assets/2014/03/IMG_1682-300x225.jpg&quot; width=&quot;100&quot;/&gt;&lt;/a&gt;Then, along the dotted lines, carefully cut through the top paper and foam but not the bottom layer of paper. This allows the board to fold along these lines. (I recommend adding a layer of clear packaging tape along these lines on the uncut side for reinforcement.) Place four small binder clips along the bottom where indicated; these provide a flatter, more stable base. Stick on six 3/4&quot; hook-and-loop squares where indicated, and cut two 2.5&quot; pieces of 3/4&quot; hook-and-loop tape.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2014/03/IMG_16841.jpg&quot;&gt;&lt;img align=&quot;left&quot; alt=&quot;&quot; class=&quot;alignleft size-medium wp-image-2006&quot; src=&quot;/assets/2014/03/IMG_16841-300x225.jpg&quot; width=&quot;100&quot;/&gt;&lt;/a&gt;When the board is folded along the “fold for storage” line (see image at left), you can use the tape pieces to hold it closed and flat for storage. &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2014/03/IMG_16851.jpg&quot;&gt;&lt;img align=&quot;right&quot; alt=&quot;&quot; class=&quot;alignright size-medium wp-image-2007&quot; src=&quot;/assets/2014/03/IMG_16851-300x225.jpg&quot; width=&quot;100&quot;/&gt;&lt;/a&gt;When the board is folded along the two “fold for use” lines (see image at right), the same tape serves to hold the board together into its triangular cross section. Hook-and-loop squares applied to a smartphone case hold the phone to the platform.&lt;/p&gt;
&lt;p&gt;To use the Scan-dle, hold the base to a desk with one hand and operate the camera’s shutter release with the other, as shown in the video below. An additional trick for iPhone users is to &lt;a href=&quot;http://iphonephotographyschool.com/shutter/&quot;&gt;use the volume buttons on a set of earbuds as a shutter release for the iPhone camera&lt;/a&gt;, further reducing camera shake.&lt;/p&gt;
&lt;div class=&quot;video-container&quot;&gt;
&lt;iframe allow=&quot;autoplay; fullscreen; picture-in-picture&quot; allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;360&quot; src=&quot;https://player.vimeo.com/video/88991265&quot; width=&quot;640&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;p&gt;The Scan-dle has several nice properties:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;It is made from readily available and inexpensive materials. I estimate that the cost of the materials used in a single Scan-dle is less than $10, of which about half is the iPhone case. In my case, I had everything I needed at home, so my incremental cost was $0.&lt;/li&gt;
&lt;li&gt;It is extremely portable. It folds flat to 6&quot; x 7&quot; x .5&quot;, and easily fits in a backpack or handbag.&lt;/li&gt;
&lt;li&gt;It sets up and breaks down quickly. It switches between its flat state and ready-to-go in about five seconds.&lt;/li&gt;
&lt;li&gt;It is quite sufficient for stabilizing the smartphone.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The scanning area covered by a Scan-dle is about 8&quot; x 11&quot;, just shy of a letter-size sheet. Of course, you can easily change the device’s height in the plans to increase that area. But I prefer to leave it short, which improves the resolution in scanning smaller pages. When a larger area is needed you can simply set the base of the Scan-dle on a book or two. Adding just 1.5&quot; to the height of the Scan-dle gives you coverage of about 10&quot; x 14&quot;. By the way, after you’ve offloaded the photos onto your computer, programs like the freely available &lt;a href=&quot;http://scantailor.sourceforge.net/&quot;&gt;Scantailor&lt;/a&gt; can do a wonderful job of splitting, deskewing, and cropping the pages if you’d like.&lt;/p&gt;
&lt;p&gt;Let me know in the comments section if you build a Scan-dle and how it works for you, especially if you come up with any use tips or design improvements.&lt;/p&gt;
&lt;h3&gt;Materials:&lt;/h3&gt;
&lt;p&gt;(Links are for reference only; no need to buy in these quantities.)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&quot;http://amzn.com/B000ZPOCPY&quot;&gt;foam board&lt;/a&gt;&lt;br/&gt;
&lt;!-- $31.09 / 10 = 3.11 --&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;http://amzn.com/B00DFZRE6A&quot;&gt;double-sided Velcro tape&lt;/a&gt;&lt;br/&gt;
&lt;!-- $5.99 / 15 ft = .40 --&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;http://amzn.com/B002IXGUAQ&quot;&gt;sticky-back Velcro coins&lt;/a&gt;&lt;br/&gt;
&lt;!-- $2.49 / 15 = 1. --&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://amzn.com/B000087KUA&quot;&gt;clear packaging tape&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;http://amzn.com/B005W8NSYK&quot;&gt;3/4&quot; binder clips&lt;/a&gt;&lt;br/&gt;
&lt;!-- $11.54 / 144 = .32 --&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;http://amzn.com/B00937KR8G&quot;&gt;iPhone case&lt;/a&gt;&lt;br/&gt;
&lt;!-- $5.09 / 1 = 5.09 --&gt;&lt;br/&gt;
&lt;!-- total = $9.92 --&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;footnotes&quot;&gt;
&lt;hr/&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;a href=&quot;http://www.telefon.de/images/out550/twin/twins_scandy_.jpg&quot;&gt;&lt;img align=&quot;right&quot; alt=&quot;&quot; src=&quot;/assets/2014/03/twins_scandy_.jpg&quot; width=&quot;100&quot;/&gt;&lt;/a&gt;The design bears a resemblance to a 2011 &lt;a href=&quot;https://www.kickstarter.com/projects/scandy/scandy-scans-with-your-smartphone&quot;&gt;Kickstarter-funded&lt;/a&gt; document scanner attachment called &lt;a href=&quot;http://www.scan-candy.com/&quot;&gt;the Scandy&lt;/a&gt;, though there are several differences. The Scandy was a telescoping tube that attached with a vise mount to a desk; the Scan-dle simplifies by using the operator’s hand as the mount. The Scandy’s telescoping tube allowed the scan area to be sized to the document; the Scan-dle must be rested on some books to increase the scan area. Because of its solid construction, the Scandy was undoubtedly slightly heavier and bulkier than the Scan-dle. The Scandy &lt;a href=&quot;https://www.kickstarter.com/projects/scandy/scandy-scans-with-your-smartphone#project_faq_13649&quot;&gt;cost some €40&lt;/a&gt; ($55); the Scan-dle comes in at a fraction of that. Finally, the Scandy seems &lt;a href=&quot;http://www.amazon.com/Scandy-Scan-with-Your-Smartphone/dp/B008JAU3EG/ref=sr_1_4?ie=UTF8&amp;amp;qid=1342328124&amp;amp;sr=8-4&amp;amp;keywords=scandy&quot;&gt;no longer to be available&lt;/a&gt;; the open-source Scan-dle never varies in its availability. &lt;a class=&quot;reversefootnote&quot; href=&quot;1&quot; title=&quot;return to article&quot;&gt; ↩&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>A model OA journal publication agreement</title>
   <link href="https://occasionalpamphlet.com/2014/02/19/a-model-oa-journal-publication-agreement/"/>
   <updated>2014-02-19T16:03:34+00:00</updated>
   <id>https://occasionalpamphlet.com/2014/02/19/a-model-oa-journal-publication-agreement</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;Photo: Stuart M. Shieber&quot; href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2014/01/drafting.jpg&quot;&gt;&lt;img src=&quot;/assets/2014/02/drafting-300x225.jpg&quot; alt=&quot;Photo&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #555555&quot;&gt;…decided to write my own…&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2014/02/drafting-300x225.jpg&quot; alt=&quot;Photo&quot; /&gt;
  &lt;figcaption&gt;…decided to write my own…&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;In &lt;a href=&quot;http://bit.ly/1e3yZkY&quot;&gt;a previous post&lt;/a&gt;, I proposed that open-access journals use the CC-BY license for their scholar-contributed articles:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;As long as you’re founding a new journal, its contents should be as open as possible consistent with appropriate attribution. That exactly characterizes &lt;a href=&quot;http://creativecommons.org/licenses/by/3.0/us/&quot;&gt;the CC-BY license&lt;/a&gt;. It’s also a tremendously simple approach. Once the author grants a CC-BY license, no further rights need be granted to the publisher. There’s no need for talk about granting the publisher a nonexclusive license to publish the article, etc., etc. The CC-BY license already allows the publisher to do so. There’s no need to talk about what rights the author retains, since the author retains all rights subject to the nonexclusive CC-BY license. I’ve made &lt;a href=&quot;http://nrs.harvard.edu/urn-3:HUL.InstRepos:10121960&quot;&gt;the case for a CC-BY license&lt;/a&gt; at length elsewhere.&lt;/p&gt;
&lt;p&gt;Recently, a journal asked me how to go about doing just that. What should their publication agreement look like? It was a fair question, and one I didn&apos;t have a ready answer for. The &quot;Online Guide to Open Access Journals Publishing&quot; provides &lt;a href=&quot;http://www.lexingtonnet.com/oajp/uploads/Example_Copyright_Agreement_CCBY.pdf&quot;&gt;a template agreement&lt;/a&gt; that is refreshingly minimalist, but by my lights misses some important aspects. I looked around at various journals to see what they did, but didn&apos;t find any agreements that seemed ideal either. So I decided to write my own. Herewith is my proposal for a model OA publication agreement. &lt;!--more--&gt;&lt;/p&gt;
&lt;p&gt;I had various goals for the agreement to achieve (enumerated here with the paragraph number that achieves each goal). First and foremost, the agreement should lead to a CC-BY license in the article being granted (¶2), so that the journal and the general public as well get broad use and reuse rights to the text -- though all other rights in the work should stay with the authors (¶4). The attribution aspect of the CC-BY license makes sure that the authors get credit for their work, but the journal should get some credit as well for having provided the services culminating in the article&apos;s publication (¶3). Those services may include editorial revision of the article. Of course, authors should have say in any changes made to the article, and the license should unambiguously cover not only the submitted manuscript, but the final published version of the article as well, even in the (unlikely) case where the publisher&apos;s changes could be construed as constituting a separately copyrightable derivative work (¶5). The authors have a responsibility in this contract as well, to act in good faith: the article should be original, proprietary, and legal (¶6); if there are, in fact, multiple authors, a single one should be able to act as corresponding author on behalf of all (¶1). Finally, the agreement should only have force if the publisher actually publishes the article in a timely fashion (¶7).&lt;/p&gt;
&lt;p&gt;Some of the provisions of the agreement cover issues that are apposite at the time of submission — especially the requirements in ¶6 of originality and single submission — other provisions upon acceptance — in particular, the license provisions. The agreement is intended for use at the time that an article is accepted for publication. In a sense, the authors&apos; warrants of ¶6 are thus a bit late in coming. But I expect there&apos;s little problem in this. It&apos;s unlikely that authors will go through the entire process of submitting an article that violates ¶6 merely because they were not aware that journal submissions were required to be original, proprietary, and legal, especially if the journal posts those requirements in its submissions policy on its web site along with a copy of the publication agreement that authors will eventually be required to sign. The alternative is to rephrase the agreement with much of it moved to a kind of conditional language (&quot;If the article is accepted for publication, you will...&quot;) and have it signed upon submission rather than acceptance. Personally, I prefer the simplicity of the approach taken here.&lt;/p&gt;
&lt;p&gt;The signature block at the end is formatted as if the agreement will be signed by the corresponding author and countersigned by the publisher. These days, such signature is likely to be handled through a clickthrough web form. The signature block can be updated accordingly for that context, for instance, by placing a radio button in front of the statement &quot;I HAVE READ AND AGREE FULLY WITH THE TERMS OF THIS AGREEMENT&quot; and a Submit button at the end.&lt;/p&gt;
&lt;p&gt;Journals should feel free to make use of this model agreement in any way they see fit; it is, after all, itself &lt;a title=&quot;Policies&quot; href=&quot;http://blogs.law.harvard.edu/pamphlet/license/&quot;&gt;provided under a CC-BY license&lt;/a&gt;. (I myself benefited from language in the &lt;em&gt;&lt;a href=&quot;http://jmlr.org/&quot;&gt;JMLR&lt;/a&gt;&lt;/em&gt; publication agreement.) If you do make use of the agreement, please let me know; I&apos;d love to track if and where it gets used. And of course I&apos;d be interested in any suggestions that people have for its improvement.&lt;/p&gt;
&lt;p&gt;(Thanks to Michael Carroll, Jonathan Hulbert, Sue Kriegsman, Peter Suber, and Caroline Sutton for their advice on earlier drafts of the agreement and post. However, the wording of the agreement and opinions expressed in the post are my own; they bear no responsibility for the result.)&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
&lt;strong&gt;Update June 27, 2015:&lt;/strong&gt; I&apos;ve noted a couple of journals that are using the model agreement: &lt;em&gt;&lt;a href=&quot;http://jaer.org.uk/page/policies-guidelines&quot;&gt;Journal of Applied Education Research&lt;/a&gt;&lt;/em&gt;, and &lt;em&gt;&lt;a href=&quot;http://www.tei-c.org/jTEI/jtei_author_agreement_CC.pdf&quot;&gt;Journal of the Text Encoding Initiative&lt;/a&gt;&lt;/em&gt;. In addition, I&apos;ve been informed that &lt;em&gt;&lt;a href=&quot;https://www.sociologicalscience.com/&quot;&gt;Sociological Science&lt;/a&gt;&lt;/em&gt; will be moving to this agreement shortly.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update September 4, 2017:&lt;/strong&gt; I&apos;ve been informed that the journal &lt;a href=&quot;https://journals.uct.ac.za/index.php/GHI/&quot;&gt;&lt;em&gt;Global Health Innovation&lt;/em&gt;&lt;/a&gt; uses this agreement.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update July 28, 2020:&lt;/strong&gt; &lt;a href=&quot;https://www.tudelft.nl&quot;&gt;TU Delft&lt;/a&gt;’s open access publishing program &lt;a href=&quot;https://www.tudelft.nl/library/actuele-themas/tu-delft-open-science/os/open-publishing/&quot;&gt;TU Delft OPEN&lt;/a&gt; is using the model agreement for &lt;a href=&quot;https://www.tudelft.nl/library/actuele-themas/tu-delft-open-science/os/open-publishing/open-books/guidelines-for-books/&quot;&gt;their book publishing program&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;
&lt;hr&gt;
&lt;h3 id=&quot;publication-agreement&quot;&gt;Publication Agreement&lt;/h3&gt;
&lt;p&gt;[&lt;em&gt;This is version 1.2 of 8 January 2014. It is made available under a &lt;a href=&quot;http://creativecommons.org/licenses/by/4.0/legalcode&quot;&gt;Creative Commons Attribution 4.0 License&lt;/a&gt;. The license&apos;s attribution requirement can be satisfied by including language conveying at least the following: “The language of this publication agreement is based on Stuart Shieber’s model open-access journal publication agreement, version 1.2, available at &lt;a href=&quot;http://bit.ly/1m9UsNt&quot;&gt;http://bit.ly/1m9UsNt&lt;/a&gt;.” If you intend to use this agreement, I request as a courtesy that you &lt;a href=&quot;http://www.eecs.harvard.edu/~shieber/contact.html&quot;&gt;notify me&lt;/a&gt; so that I can track usage.&lt;/em&gt;]&lt;/p&gt;
&lt;p&gt;This is a publication agreement (“this agreement”) regarding a written manuscript currently entitled […] (manuscript title) (“the article”) to be published in […] (“the journal”). The parties to this Agreement are: […] (the corresponding author on behalf of any other authors, collectively “you”) and […], (“the publisher”).&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;By signing this form, you warrant that you are signing on behalf of all authors of the article, and that you have the authority to act as their agent for the purpose of entering into this agreement.&lt;/li&gt;
&lt;li&gt;You hereby grant a Creative Commons copyright license in the article to the general public, in particular a Creative Commons Attribution 4.0 International License, which is incorporated herein by reference and is further specified at &lt;a href=&quot;http://creativecommons.org/licenses/by/4.0/legalcode&quot;&gt;http://creativecommons.org/licenses/by/4.0/legalcode&lt;/a&gt; (human readable summary at &lt;a href=&quot;http://creativecommons.org/licenses/by/4.0&quot;&gt;http://creativecommons.org/licenses/by/4.0&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;You agree to require that a citation to the original publication of the article in the journal be included in any attribution statement satisfying the attribution requirement of the Creative Commons license of paragraph 2.&lt;/li&gt;
&lt;li&gt;You retain ownership of all rights under copyright in all versions of the article, and all rights not expressly granted in this agreement.&lt;/li&gt;
&lt;li&gt;To the extent that any edits made by the publisher to make the article suitable for publication in the journal amount to copyrightable works of authorship, the publisher hereby assigns all right, title, and interest in such edits to you. The publisher agrees to verify with you any such edits that are substantive. You agree that the license of paragraph 2 covers such edits.&lt;/li&gt;
&lt;li&gt;You further warrant that:
&lt;ol type=&quot;a&quot;&gt;
&lt;li&gt;The article is original, has not been formally published in any other peer-reviewed journal or in a book or edited collection, and is not under consideration for any such publication.&lt;/li&gt;
&lt;li&gt;You are the sole author(s) of the article, and that you have a complete and unencumbered right to make the grants you make.&lt;/li&gt;
&lt;li&gt;The article does not libel anyone, invade anyone’s copyright or otherwise violate any statutory or common law right of anyone, and that you have made all reasonable efforts to ensure the accuracy of any factual information contained in the article. You agree to indemnify the publisher against any claim or action alleging facts which, if true, constitute a breach of any of the foregoing warranties or other provisions of this agreement, as well as against any related damages, losses, liabilities, and expenses incurred by the publisher.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;This is the entire agreement between you and the publisher, and it may be modified only in writing. It will be governed by the laws of […the Commonwealth of Massachusetts…]. It will bind and benefit our respective assigns and successors in interest, including your heirs. It will terminate if the publisher does not publish, in any medium, the article within one year of the date of your signature.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I HAVE READ AND AGREE FULLY WITH THE TERMS OF THIS AGREEMENT.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Corresponding Author:
&lt;ul&gt;
&lt;li&gt;Signed: _________________________&lt;/li&gt;
&lt;li&gt;Date:&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Publisher:
&lt;ul&gt;
&lt;li&gt;Signed: /signed by the publisher/&lt;/li&gt;
&lt;li&gt;Date:&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>Thoughts on founding open-access journals</title>
   <link href="https://occasionalpamphlet.com/2013/11/21/thoughts-on-founding-open-access-journals/"/>
   <updated>2013-11-21T15:00:04+00:00</updated>
   <id>https://occasionalpamphlet.com/2013/11/21/thoughts-on-founding-open-access-journals</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;&apos;reference&apos; by flickr user Sara S.&quot; href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2013/11/spines.jpg&quot;&gt;&lt;img src=&quot;/assets/2013/11/spines.jpg&quot; alt=&quot;&apos;reference&apos; by flickr user Sara S.&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #555555&quot;&gt;… altogether too much concern with the contents of the journal’s spine text…&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 50%&quot;&gt;“&lt;a href=&quot;http://www.flickr.com/photos/10594269@N00/42592072/&quot;&gt;reference&lt;/a&gt;” image by flickr user &lt;a href=&quot;http://www.flickr.com/photos/sarasays/&quot;&gt;Sara S.&lt;/a&gt; used &lt;a href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/deed.en&quot;&gt;by permission&lt;/a&gt;.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;&apos;reference&apos; by flickr user Sara S.&quot; src=&quot;/assets/2013/11/spines.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;… altogether too much concern with the contents of the journal’s spine text…&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;caption-source&quot;&gt;“&lt;a href=&quot;http://www.flickr.com/photos/10594269@N00/42592072/&quot;&gt;reference&lt;/a&gt;” image by flickr user &lt;a href=&quot;http://www.flickr.com/photos/sarasays/&quot;&gt;Sara S.&lt;/a&gt; used &lt;a href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/deed.en&quot;&gt;by permission&lt;/a&gt;.&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Precipitated by a recent request to review some proposals for new open-access journals, I spent some time gathering my own admittedly idiosyncratic thoughts on some of the issues that should be considered when founding new open-access journals. I make them available here. Good sources for more comprehensive information on launching and operating open-access journals are SPARC’s &lt;a href=&quot;http://www.sparc.arl.org/resources/publishing/journal-publishing-RI&quot;&gt;open-access journal publishing resource index&lt;/a&gt; and the Open Access Directories &lt;a href=&quot;http://oad.simmons.edu/oadwiki/Guides_for_OA_journal_publishers&quot;&gt;guides for OA journal publishers&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/policies/&quot;&gt;Unlike most of my posts&lt;/a&gt;, I may augment this post over time, and will do so without explicit marking of the changes. Your thoughts on additions to the topics below—via comments or &lt;a href=&quot;http://www.eecs.harvard.edu/~shieber/contact.html&quot;&gt;email&lt;/a&gt;—are appreciated. A version number (currently version 1.0) will track the changes for reference.&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;h3 id=&quot;it-is-better-to-flip-a-journal-than-to-found-one&quot;&gt;It is better to flip a journal than to found one&lt;/h3&gt;
&lt;p&gt;The world has &lt;a href=&quot;http://pages.cmns.sfu.ca/heather-morrison/appendix-c-how-many-active-scholarly-peer-reviewed-journals/&quot;&gt;enough journals&lt;/a&gt;. Adding new open-access journals as alternatives to existing ones may be useful if there are significant numbers of high quality articles being generated in a field for which there is no reasonable open-access venue for publication. Such cases are quite rare, especially given the rise of &lt;a href=&quot;http://bit.ly/hTyW99&quot;&gt;open-access “megajournals”&lt;/a&gt; covering the sciences (&lt;em&gt;&lt;a href=&quot;http://www.plosone.org/&quot;&gt;PLoS ONE&lt;/a&gt;&lt;/em&gt;, &lt;em&gt;&lt;a href=&quot;http://www.nature.com/scientificreports&quot;&gt;Scientific Reports&lt;/a&gt;&lt;/em&gt;, &lt;em&gt;&lt;a href=&quot;http://aipadvances.aip.org/&quot;&gt;AIP Advances&lt;/a&gt;&lt;/em&gt;, &lt;em&gt;&lt;a href=&quot;http://www.springerplus.com/&quot;&gt;SpringerPlus&lt;/a&gt;&lt;/em&gt;, etc.), and the social sciences and humanities (&lt;em&gt;&lt;a href=&quot;http://sgo.sagepub.com/&quot;&gt;SAGE Open&lt;/a&gt;&lt;/em&gt;). Where there are already adequate open-access venues (even if no one journal is “perfect” for the field), scarce resources are probably better spent elsewhere, especially on &lt;a href=&quot;http://oad.simmons.edu/oadwiki/Journals_that_converted_from_TA_to_OA&quot;&gt;flipping journals from closed to open access&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Admittedly, the world does not have enough open-access journals (at least high-quality ones). So if it is not possible to flip a journal, founding a new one may be a reasonable fallback position, but it is definitely the inferior alternative.&lt;/p&gt;
&lt;h3 id=&quot;licensing-should-be-by-cc-by&quot;&gt;Licensing should be by CC-BY&lt;/h3&gt;
&lt;p&gt;As long as you’re founding a new journal, its contents should be as open as possible consistent with appropriate attribution. That exactly characterizes &lt;a href=&quot;http://creativecommons.org/licenses/by/3.0/us/&quot;&gt;the CC-BY license&lt;/a&gt;. It’s also a tremendously simple approach. Once the author grants a CC-BY license, no further rights need be granted to the publisher. There’s no need for talk about granting the publisher a nonexclusive license to publish the article, etc., etc. The CC-BY license already allows the publisher to do so. There’s no need to talk about what rights the author retains, since the author retains all rights subject to the nonexclusive CC-BY license. I’ve made &lt;a href=&quot;http://nrs.harvard.edu/urn-3:HUL.InstRepos:10121960&quot;&gt;the case for a CC-BY license&lt;/a&gt; at length elsewhere.&lt;/p&gt;
&lt;h3 id=&quot;its-all-about-the-editorial-board&quot;&gt;It’s all about the editorial board&lt;/h3&gt;
&lt;p&gt;The main product that a journal is selling is its reputation. A new journal with no track record needs high quality submissions to bootstrap that reputation, and at the start, nothing is more convincing to authors to submit high quality work to the journal than its editorial board. Getting high-profile names somewhere on the masthead at the time of the official launch is the most important thing for the journal to do. (“We can add more people later” is a risky proposition. You may not get &lt;a href=&quot;https://www.youtube.com/watch?v=5w_bd0Ii_WY&quot;&gt;a second chance to make a first impression&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;Getting high-profile names on your board may occur naturally if you use the expedient of flipping an existing closed-access journal, thereby stealing the board, which also has the benefit of acquiring the journal’s previous reputation and eliminating one more subscription journal.&lt;/p&gt;
&lt;p&gt;Another good idea for jumpstarting a journal’s reputation is to prime the article pipeline by inviting leaders in the field to submit their best articles to the journal before its official launch, so that the journal announcement can provide information on forthcoming articles by luminaries.&lt;/p&gt;
&lt;h3 id=&quot;follow-ethical-standards&quot;&gt;Follow ethical standards&lt;/h3&gt;
&lt;p&gt;Adherence to the codes of conduct of the &lt;a href=&quot;http://oaspa.org/membership/membership-benefits/&quot;&gt;Open Access Scholarly Publishers Association&lt;/a&gt; (OASPA) and the &lt;a href=&quot;http://publicationethics.org/join-cope&quot;&gt;Committee on Publication Ethics&lt;/a&gt; (COPE) should be fundamental. Membership in the organizations is recommended; the fees are extremely reasonable.&lt;/p&gt;
&lt;h3 id=&quot;you-can-outsource-the-process&quot;&gt;You can outsource the process&lt;/h3&gt;
&lt;p&gt;There is a lot of interest among certain institutions to found new open-access journals, institutions that may have no particular special expertise in operating journals. A good solution is to outsource the operation of the journal to an organization that does have special expertise, namely, a journal publisher. There are several such publishers who have experience running open-access journals effectively and efficiently. Some are exclusively open-access publishers, for example, Co-Action Publishing, Hindawi Publishing, Ubiquity Press. Others handle both open- and closed-access journals: HighWire Press, Oxford University Press, ScholasticaHQ, Springer/BioMed Central, Wiley. This is not intended as a complete listing (the Open Access Directory has &lt;a href=&quot;http://oad.simmons.edu/oadwiki/OA_journal_launch_services&quot;&gt;a complementary offering&lt;/a&gt;), nor in any sense an endorsement of any of these organizations, just a comment that shopping the journal around to a publishing partner may be a good idea. Especially given the economies of scale that exist in journal publishing, an open-access publishing partner may allow the journal to operate much more economically than having to establish a whole organization in-house.&lt;/p&gt;
&lt;h3 id=&quot;certain-functionality-should-be-considered-a-baseline&quot;&gt;Certain functionality should be considered a baseline&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.lel.ed.ac.uk/~gpullum/&quot;&gt;Geoffrey Pullum&lt;/a&gt;, in his immensely satisfying essays “&lt;a href=&quot;http://www.jstor.org/stable/4047489&quot;&gt;Stalking the Perfect Journal&lt;/a&gt;” and “&lt;a href=&quot;http://www.jstor.org/stable/4047585&quot;&gt;Seven Deadly Sins in Journal Publishing&lt;/a&gt;”, lists his personal criteria in journal design. They are a good starting point, but need updating for the era of online distribution. (There is altogether too much concern with the contents of the journal’s &lt;a href=&quot;http://en.wikipedia.org/wiki/Spine_(bookbinding)###Spine_titling&quot;&gt;spine text&lt;/a&gt; for instance.)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Reviewing should be &lt;strong&gt;anonymous&lt;/strong&gt; (with regard to the reviewers) and &lt;strong&gt;blind&lt;/strong&gt; (with regard to the authors), except where a commanding argument can be given for experimenting with alternatives.&lt;/li&gt;
&lt;li&gt;Every article should be &lt;strong&gt;preserved&lt;/strong&gt; in one (or better, more than one) preservation system. &lt;a href=&quot;http://www.clockss.org/&quot;&gt;CLOCKSS&lt;/a&gt;, &lt;a href=&quot;http://www.portico.org/&quot;&gt;Portico&lt;/a&gt;&lt;sup&gt;&lt;a class=&quot;footnoteRef&quot; href=&quot;#fn1&quot; id=&quot;fnref1&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;, a university or institutional archival digital repository are good options.&lt;/li&gt;
&lt;li&gt;Every article should have complete &lt;strong&gt;bibliographic metadata&lt;/strong&gt; on the first page, including license information (a simple reference to CC-BY; see above), and (as per Pullum) first and last page numbers.&lt;/li&gt;
&lt;li&gt;The journal should provide &lt;strong&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Digital_object_identifier&quot;&gt;DOIs&lt;/a&gt;&lt;/strong&gt; for its articles. OASPA membership is an inexpensive way to acquire the ability to assign DOIs. An article’s DOI should be included in the bibliographic metadata on the first page.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There’s additional functionality beyond this baseline that would be ideal, though the tradeoff against the additional effort required would have to be evaluated.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Provide &lt;strong&gt;article-level metrics&lt;/strong&gt;, especially download statistics, though other “&lt;a href=&quot;http://altmetrics.org/manifesto/&quot;&gt;altmetrics&lt;/a&gt;” may be helpful.&lt;/li&gt;
&lt;li&gt;Provide access to the articles in &lt;strong&gt;multiple formats&lt;/strong&gt; in addition to PDF: HTML, XML with the NLM DTD.&lt;/li&gt;
&lt;li&gt;Provide the option for readers to receive &lt;strong&gt;alerts&lt;/strong&gt; of new content through emails and RSS feeds.&lt;/li&gt;
&lt;li&gt;Encourage authors to provide the underlying &lt;strong&gt;data&lt;/strong&gt; to be distributed openly as well, and provide the infrastructure for them to do so.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;take-advantage-of-the-networked-digital-era&quot;&gt;Take advantage of the networked digital era&lt;/h3&gt;
&lt;p&gt;Many journal publishing conventions of long standing are no longer well motivated in the modern era. Here are a few examples. They are not meant to be exhaustive. You can probably think of others. The point is that certain standard ideas can and should be rethought.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;There is no longer any need for “&lt;strong&gt;issues&lt;/strong&gt;” of journals. Each article should be published as soon as it is finished, no later and no sooner. If you’d like, an “issue” number can be assigned that is incremented for each article. (Volumes, incremented annually, are still necessary because many aspects of the scholarly publishing and library infrastructure make use of them. They are also useful for the purpose of characterizing a bolus of content for storage and preservation purposes.)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Endnotes&lt;/strong&gt;, a relic of the day when typesetting was a complicated and fraught process that was eased by a human being not having to determine how much space to leave at the bottom of a page for footnotes, should be permanently retired. Footnotes are far easier for readers (which is the whole point really), and computers do the drudgery of calculating the space for them.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Page limits&lt;/strong&gt; are silly. In the old physical journal days, page limits had two purposes. They were necessary because journal issues came in quanta of page signatures, and therefore had fundamental physical limits to the number of pages that could be included. A network-distributed journal no longer has this problem. Page limits also serve the purpose of constraining the author to write relatively succinctly, easing the burden on reviewer and (eventually) reader. But for this purpose the page is not a robust unit of measurement of the constrained resource, the reviewers’ and the readers’ attention. One page can hold anything from a few hundred to a thousand or more words. If limits are to be required, they should be stated in appropriate units such as the number of words. The word count should not include figures, tables, or bibliography, as they impinge on readers’ attention in a qualitatively different way.&lt;/li&gt;
&lt;li&gt;Author-date &lt;strong&gt;citation&lt;/strong&gt; is far superior to numeric citation in every way except for the amount of space and ink required. Now that digital documents use no physical space or ink, there is no longer an excuse for numeric citations. Similarly, &lt;em&gt;ibid.&lt;/em&gt; and &lt;em&gt;op. cit.&lt;/em&gt; should be permanently retired. I appreciate that different fields have different conventions on these matters. That doesn’t change the fact that those fields that have settled on numeric citations or ibidded footnotes are on the wrong side of technological history.&lt;/li&gt;
&lt;li&gt;Extensive worry about and investment in fancy &lt;strong&gt;navigation&lt;/strong&gt; within and among the journal’s articles is likely to be a waste of time, effort, and resources. To first approximation, all accesses to articles in the journal will come from sites higher up in the web food chain—the &lt;a href=&quot;http://www.google.com/&quot;&gt;Google’s&lt;/a&gt; and &lt;a href=&quot;http://www.bing.com/&quot;&gt;Bing’s&lt;/a&gt;, the &lt;a href=&quot;http://www.base-search.net/about/en/&quot;&gt;BASE’s&lt;/a&gt; and &lt;a href=&quot;http://www.oclc.org/oaister.en.html?urlm=168646&quot;&gt;OAIster’s&lt;/a&gt; of the world. Functionality that simplifies navigation among articles across the whole scholarly literature (cross-linked DOIs in bibliographies, for instance, or linked open metadata of various sorts) is a different matter.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;think-twice&quot;&gt;Think twice&lt;/h3&gt;
&lt;p&gt;In the end, think long and hard about whether founding a new open-access journal is the best use of your time and your institution’s resources in furthering the goals of open scholarly communication. Operating a journal is not free, in cash and in time. Perhaps a better use of resources is making sure that &lt;a href=&quot;http://oacompact.org&quot;&gt;the academic institutions&lt;/a&gt; and &lt;a href=&quot;http://bit.ly/sLhk3H&quot;&gt;funders&lt;/a&gt; are set up to underwrite the existing open-access journals in the optimal way. But if it&apos;s the right thing to do, do it right.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot;&gt;
&lt;hr/&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;a id=&quot;fn1&quot;&gt;A caveat&lt;/a&gt; on &lt;a href=&quot;http://www.portico.org/digital-preservation/services/e-journal-preservation-service&quot;&gt;Portico’s journal preservation service&lt;/a&gt;: The service is designed to release its stored articles when a “trigger event” occurs, for instance, if the publisher ceases operations. Unfortunately, Portico doesn’t release the journal contents openly, but only to its library participants, even for OA journals. However, if the articles were licensed under CC-BY, any participating library could presumably reissue them openly.&lt;a href=&quot;#fnref1&quot;&gt;↩&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>The Affordable Care Act's contradictory free market stance</title>
   <link href="https://occasionalpamphlet.com/2013/10/30/the-affordable-care-acts-contradictory-free-market-stance/"/>
   <updated>2013-10-30T21:43:33+00:00</updated>
   <id>https://occasionalpamphlet.com/2013/10/30/the-affordable-care-acts-contradictory-free-market-stance</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://www.logarchism.com/wp-content/uploads/2011/12/Ensuring-Value-for-Premiums-9.jpg&quot;&gt;&lt;img src=&quot;/assets/2013/10/Ensuring-Value-for-Premiums-9.jpg&quot; alt=&quot;Medical loss ratio versus year for Medicare and private insurers&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #555555&quot;&gt;…in the upper 90&apos;s…&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 50%&quot;&gt;apparently from &lt;a href=&quot;http://healthcareforamericanow.org/&quot;&gt;Health Care for America Now!&lt;/a&gt; via &lt;a href=&quot;http://www.logarchism.com/2011/12/05/of-medical-loss-ratios-and-men/&quot;&gt;logarchism.com&lt;/a&gt;.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;Medical loss ratio versus year for Medicare and private insurers&quot; src=&quot;/assets/2013/10/Ensuring-Value-for-Premiums-9.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;…in the upper 90&apos;s…&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;caption-source&quot;&gt;apparently from &lt;a href=&quot;http://healthcareforamericanow.org/&quot;&gt;Health Care for America Now!&lt;/a&gt; via &lt;a href=&quot;http://www.logarchism.com/2011/12/05/of-medical-loss-ratios-and-men/&quot;&gt;logarchism.com&lt;/a&gt;.&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;The &lt;a href=&quot;http://thomas.loc.gov/cgi-bin/bdquery/z?d111:HR03590:@@@L&amp;amp;summ2=m&amp;amp;summary&quot;&gt;Patient Protection and Affordable Care Act&lt;/a&gt; (ACA) limits the “&lt;a href=&quot;https://www.healthcare.gov/glossary/medical-loss-ratio-MLR/&quot;&gt;medical loss ratio&lt;/a&gt;” (MLR) that an insurer can have — the percentage of collected medical premiums that must go to medical services for the insured. The minimum MLR mandated by the law is &lt;a href=&quot;http://www.cms.gov/CCIIO/Programs-and-Initiatives/Health-Insurance-Market-Reforms/Medical-Loss-Ratio.html&quot;&gt;80-85% depending on the particular market&lt;/a&gt;. (For simplicity, let’s call it 80%.)&lt;/p&gt;
&lt;p&gt;On its face, this seems like a good idea. If an insurer’s MLR is really low, say 50%, they’re keeping an awful lot of money for administration and profit, and it looks like the premium-payers are getting a raw deal. By limiting MLR to at least 80%, premium-payers are guaranteed that at most 20% of their money will go to those costs that benefit them not at all. But there may be unintended consequences of the MLR limit, and alternatives to achieving its goal.&lt;/p&gt;
&lt;p&gt;Because of the MLR limit, an insurance company that spends $1,000,000 on medical services can generate at most $250,000 in profit. They’d reach this limit by charging premiums totalling $1,250,000, yielding an MLR of 1,000,000/1,250,000 = .80. (Of course, they’d generate even less profit than this, since they have other costs than medical services, but $250,000 is an upper bound on their profit.) They can’t increase their profit by charging higher premiums alone, since this would just blow the MLR limit. The only way to increase the profits (governed by the denominator in the MLR calculation) is to increase medical services (the numerator) as well — pay for more doctor visits, longer stays, more tests, just the kinds of things we’re already spending too much on with our moral-hazard–infested medical care system. The MLR limit embeds an incentive for insurance companies to push for more medical services, whether needed or not.&lt;/p&gt;
&lt;p&gt;And why 80%? Medicare has had an MLR in the upper 90%&apos;s for a couple of decades, and private insurers used to make a go of it in that range as well in the early 1990&apos;s. (See graph.) &lt;a href=&quot;http://www.forbes.com/sites/carolynmcclanahan/2012/05/15/what-is-a-medical-loss-ratio-the-check-will-be-in-the-mail/&quot;&gt;Other countries&lt;/a&gt; have MLR&apos;s in the mid-90&apos;s as well. An MLR limit of 80% means that once an insurer reaches 80% MLR, the regulation drops any incentive to improve further.&lt;/p&gt;
&lt;p&gt;Wasn’t this moral hazard and inefficiency just the sort of thing the ACA was supposed to resolve by using market forces? When people buy insurance premiums on a transparently priced exchange, if one insurer is less efficient or egregious in profit-taking (therefore with a low MLR), it should end up outcompeted by more efficient and leaner insurers. No need to mandate a limit; the market will solve the problem.&lt;/p&gt;
&lt;p&gt;If you think that the market forces in the health care exchanges won’t compete down adminstrative overheads and profits (that is, raise MLR) on their own and that regulation is necessary to prevent abuse, then you’re pretty much conceding that the market doesn’t work under the ACA, and that we should move to a single-payer system. MLR limits are not &lt;a href=&quot;http://blog.communitycatalyst.org/index.php/2012/04/12/keep-talking-up-the-medical-loss-ratio/&quot;&gt;a way of achieving a more efficient insurance system&lt;/a&gt; but rather an admission that our insurance system is inherently broken. The MLR limit looks to me like a crisis of faith in the free market. What am I missing?&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Can gerrymandering be solved with cut-and-choose?</title>
   <link href="https://occasionalpamphlet.com/2013/10/28/can-gerrymandering-be-solved-with-cut-and-choose/"/>
   <updated>2013-10-28T14:45:45+00:00</updated>
   <id>https://occasionalpamphlet.com/2013/10/28/can-gerrymandering-be-solved-with-cut-and-choose</id>
   <content type="html">&lt;p&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/REC-html40/loose.dtd&quot;&gt;

&lt;br/&gt;
&lt;html&gt;&lt;body&gt;&lt;br/&gt;
&lt;em&gt;&lt;strong&gt;Update March 25, 2019:&lt;/strong&gt; Wesley Pegden, Ariel D. Procaccia, and Dingli Yu have an &lt;a href=&quot;https://arxiv.org/abs/1710.08781&quot;&gt;elegant working out of the proposal&lt;/a&gt; below that they call &quot;I cut, you freeze.&quot; Pegden and Procaccia describe it in a &lt;a href=&quot;https://www.washingtonpost.com/opinions/theres-another-way-to-solve-gerrymandering-its-as-simple-as-cake/2018/02/15/69e47508-0531-11e8-94e8-e8b8600ade23_story.html?utm_term=.e48803743c1f&quot;&gt;Washington Post opinion piece&lt;/a&gt;.&lt;/em&gt;&lt;/body&gt;&lt;/html&gt;&lt;/p&gt;
&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;&apos;Halves&apos; by flickr user Julie Remizova&quot; href=&quot;http://farm8.staticflickr.com/7122/6986624532_554a079fe0_b.jpg&quot;&gt;&lt;img src=&quot;/assets/2013/10/6986624532_554a079fe0_b.jpg&quot; alt=&quot;&apos;Halves&apos; by flickr user Julie Remizova&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #555555&quot;&gt;…how to split a cupcake…&lt;/span&gt;&lt;span style=&quot;color: #999999;font-size: 50%&quot;&gt;&lt;br /&gt;
“&lt;a href=&quot;http://www.flickr.com/photos/remizova/6986624532/&quot;&gt;Halves&lt;/a&gt;” image by flickr user &lt;a href=&quot;http://www.flickr.com/photos/remizova/&quot;&gt;Julie Remizova&lt;/a&gt;.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;&apos;Halves&apos; by flickr user Julie Remizova&quot; src=&quot;/assets/2013/10/6986624532_554a079fe0_b.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;…how to split a cupcake…&lt;/span&gt; &lt;span class=&quot;caption-source&quot;&gt;&lt;br/&gt;
“&lt;a href=&quot;http://www.flickr.com/photos/remizova/6986624532/&quot;&gt;Halves&lt;/a&gt;” image by flickr user &lt;a href=&quot;http://www.flickr.com/photos/remizova/&quot;&gt;Julie Remizova&lt;/a&gt;.&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Why is gerrymandering even possible in a country with a &lt;a href=&quot;http://www.law.cornell.edu/constitution/amendmentxiv&quot;&gt;constitutional right to equal protection&lt;/a&gt;?:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;No State shall make or enforce any law which shall…deny to any person within its jurisdiction the equal protection of the laws.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;By reshaping districts to eliminate the voting power of particular individuals, as modern district mapping software allows, some persons are being denied equal protection, I’d have thought. And so have &lt;a href=&quot;http://www.scotusblog.com/2011/11/an-interview-with-justice-stevens/&quot;&gt;certain Supreme Court justices&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It’s hard to know what to do about the problem. Appeals to fairness aren’t particularly helpful, since who decides what’s fair? It would be nice to think that requirements of “&lt;a href=&quot;http://www.law.cornell.edu/supct/html/historics/USSC_CR_0377_0533_ZO.html&quot;&gt;compact districts of contiguous territory&lt;/a&gt;” (as Chief Justice Harlan put it) would be sufficient. But this reduces the problem of districting to a mathematical optimization problem; &lt;a href=&quot;http://www.siam.org/pdf/news/1237.pdf&quot;&gt;James Case proposes&lt;/a&gt; something like minimum &lt;a href=&quot;http://mathworld.wolfram.com/IsoperimetricQuotient.html&quot;&gt;isoperimetric quotient&lt;/a&gt; tessellation of a polygon. But such purely mathematical approaches may yield results that violate our intuitions about what is fair. They ignore other criteria, such as “&lt;a href=&quot;http://www.law.cornell.edu/supct/html/historics/USSC_CR_0377_0533_ZO.html&quot;&gt;natural or historical boundary lines&lt;/a&gt;”, determined for instance by geographical features like rivers and mountains or shared community interests. These boundaries may not coincide with the mathematical optima, so any mathematical formulation would need to be defeasible to take into account such features. This leads us right back to how to decide in which cases the mathematical formulation should be adjusted: who should decide what is fair?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.propublica.org/article/is-partisan-gerrymandering-unconstitutional#35939&quot;&gt;A comment&lt;/a&gt; at &lt;a href=&quot;http://www.propublica.org/article/is-partisan-gerrymandering-unconstitutional&quot;&gt;a ProPublica article about gerrymandering&lt;/a&gt; from “damien” caught my attention as a nice way out of this quandary. In essence, he proposes that &lt;em&gt;the parties themselves&lt;/em&gt; choose what’s fair.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;The first solution to gerrymandering is to have a fitness measure for a proposed districting (e.g. the sum of the perimeters), and then to allow any individual or organisation to propose a districting, with the winner having the best fitness value.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;What &quot;damien&quot; is proposing, I take it, is the application of an algorithm somewhat like one familiar from computer science (especially cryptography) and grade school cafeterias known as “&lt;a href=&quot;http://en.wikipedia.org/wiki/Divide_and_choose&quot;&gt;cut and choose&lt;/a&gt;”. How do you decide how to split a cupcake between two kids? One cuts; the other chooses. The elegance of cut-and-choose is that it harmonizes the incentives of the two parties. The cutter is incentivized to split equally, since the chooser can punish inequity.&lt;/p&gt;
&lt;p&gt;Cut-and-choose is asymmetrical; the two participants have different roles. A symmetrical variant has each participant propose a cut and an objective third party selecting whichever is better according to the pertinent objective measure. This variant shares the benefit that each participant has an incentive to be more nearly equal than the other. If Alice proposes a cut that gives her 60% of the cupcake and Bob 40%, she risks Bob proposing a better split that gives her only 45% with him taking the remaining 55%. To avoid getting taken advantage of, her best bet is to propose a split as nearly equal as possible.&lt;/p&gt;
&lt;p&gt;In the anti-gerrymandering application of the idea, the two parties propose districtings, which they could gerrymander however they wanted. Whichever of the two proposals has the lower objective function (lower isoperimetric quotient, say) is chosen. Thus, if one party gerrymanders too much, their districting will be dropped in favor of the other party’s proposal. Each party has an incentive to hew relatively close to a compact partition, while being allowed to deviate in appropriate cases.&lt;/p&gt;
&lt;p&gt;A nice property of this approach is that the optimization problem doesn’t ever need to be solved. All that is required is the evaluation of the objective function for the two proposed districtings, which is computationally far simpler. (In fact, I’d guess the minimum isoperimetric quotient optimization problem might well be &lt;a href=&quot;http://en.wikipedia.org/wiki/NP-hard&quot;&gt;NP-hard&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;There are problems of course. The procedure is subject to gaming when the proposal-generating process is not private to the parties. It is unclear how to extend the method to more than two parties. Of course, the obvious generalization works once the eligible parties are determined. The hard part is deciding what parties are eligible to propose a redistricting. Most critically, the method is subject to collusion, especially in cases where &lt;a href=&quot;http://en.wikipedia.org/wiki/Politics_of_California#Bi-partisan_gerrymandering&quot;&gt;both parties benefit from gerrymandering&lt;/a&gt;. In particular, both parties benefit from a districting that protects incumbencies for both parties. The parties could agree, for instance, not to disturb each other&apos;s safe districts, and would benefit from observing the agreement.&lt;/p&gt;
&lt;p&gt;Nonetheless, once districting is thought of in terms of &lt;a href=&quot;http://en.wikipedia.org/wiki/Mechanism_design&quot;&gt;mechanism design&lt;/a&gt;, the full range of previous algorithms can be explored. Somewhere in the previous literature there might be a useful solution. (Indeed, the proposal here is essentially the first step in Brams, Jones, and Klamler&apos;s &lt;a href=&quot;http://www.ams.org/notices/200611/fea-brams.pdf&quot;&gt;surplus procedure&lt;/a&gt; for cake-cutting.)&lt;/p&gt;
&lt;p&gt;Of course, as with many current political problems (campaign financing being the clearest example), the big question is how such new mechanisms would be instituted, given that it is not in the incumbent majority party&apos;s interest to do so. &lt;a href=&quot;http://www.rootstrikers.org/&quot;&gt;Until that’s sorted out&lt;/a&gt;, I’m not holding out much hope.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Why the serial comma helps, and why it's not sufficient</title>
   <link href="https://occasionalpamphlet.com/2013/10/15/why-the-serial-comma-helps-and-why-its-not-sufficient/"/>
   <updated>2013-10-15T19:41:17+00:00</updated>
   <id>https://occasionalpamphlet.com/2013/10/15/why-the-serial-comma-helps-and-why-its-not-sufficient</id>
   <content type="html">&lt;p&gt;
I came across the following perfect example of the importance of the &lt;a href=&quot;http://en.wikipedia.org/wiki/Serial_comma&quot; data-blogger-escaped-target=&quot;_blank&quot;&gt;serial comma&lt;/a&gt;, in &lt;a href=&quot;http://www.propublica.org/article/how-a-telecom-helped-the-government-spy-on-me&quot; data-blogger-escaped-target=&quot;_blank&quot;&gt;a ProPublica article&lt;/a&gt; describing a problematic data leak:
&lt;blockquote&gt;&lt;em&gt;The story prompted a leak investigation. The FBI sought to obtain my phone records and those of Jane Perlez, the Times bureau chief in Indonesia and my wife.&lt;/em&gt;&lt;/blockquote&gt;
Under the serial comma convention, the phrase &quot;Jane Perlez, the Times bureau chief in Indonesia and my wife&quot; describes a single person under three descriptions — a proper name, a professional post, and a personal connection. With the extra comma, &quot;Jane Perlez, the Times bureau chief in Indonesia, and my wife&quot; would describe three distinct people.
&lt;/p&gt;

&lt;p&gt;
Unfortunately, since it&apos;s not clear whether ProPublica always follows the serial comma convention, the version without the extra comma is ambiguous. (I even looked for a ProPublica style guide that might clarify their house style on the matter.) For that reason, when I first read the sentence, I actually could not easily determine whether the one referent or three referent interpretation was intended. The solution for the careful writer: Always use the Harvard comma where appropriate, and in cases such as the above, rephrase the sentence to disambiguate:
&lt;blockquote&gt;&lt;em&gt;The FBI sought to obtain my phone records and those of Jane Perlez, who is the Times bureau chief in Indonesia and my wife.&lt;/em&gt;&lt;/blockquote&gt;
&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Lessons from the faux journal investigation</title>
   <link href="https://occasionalpamphlet.com/2013/10/15/lessons-from-the-faux-journal-investigation/"/>
   <updated>2013-10-15T13:01:24+00:00</updated>
   <id>https://occasionalpamphlet.com/2013/10/15/lessons-from-the-faux-journal-investigation</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;&apos;scams upon scammers&apos; by flickr user Daniel Mogford&quot; href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2013/10/272385799_caab21872c_o.jpg&quot;&gt;&lt;img src=&quot;/assets/2013/10/272385799_caab21872c_o.jpg&quot; alt=&quot;&apos;scams upon scammers&apos; by flickr user Daniel Mogford&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #555555&quot;&gt;…what 419 scams are to banking…&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 50%&quot;&gt;“&lt;a href=&quot;http://www.flickr.com/photos/71064188@N00/272385799/&quot;&gt;scams upon scammers&lt;/a&gt;” image by flickr user &lt;a href=&quot;http://www.flickr.com/photos/dansflickr/&quot;&gt;Daniel Mogford&lt;/a&gt; used &lt;a href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/deed.en&quot;&gt;by permission&lt;/a&gt;.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;&apos;scams upon scammers&apos; by flickr user Daniel Mogford&quot; src=&quot;/assets/2013/10/272385799_caab21872c_o.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;…what 419 scams are to banking…&lt;/span&gt; &lt;span class=&quot;caption-source&quot;&gt;…what 419 scams are to banking…&lt;/span&gt;&lt;br/&gt;
&lt;span class=&quot;caption-source&quot;&gt;“&lt;a href=&quot;http://www.flickr.com/photos/71064188@N00/272385799/&quot;&gt;scams upon scammers&lt;/a&gt;” image by flickr user &lt;a href=&quot;http://www.flickr.com/photos/dansflickr/&quot;&gt;Daniel Mogford&lt;/a&gt; used &lt;a href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/deed.en&quot;&gt;by permission&lt;/a&gt;.&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Investigative science journalist John Bohannon&lt;a href=&quot;#fn1&quot; id=&quot;fnref1&quot;&gt;[1]&lt;/a&gt; has a &lt;a href=&quot;http://www.sciencemag.org/content/342/6154/60.full&quot;&gt;news piece in &lt;em&gt;Science&lt;/em&gt;&lt;/a&gt; earlier this month about the scourge of faux open-access journals. I call them faux journals (rather than predatory journals), &lt;a href=&quot;http://www.glottopedia.org/index.php/Intensional_adjective&quot;&gt;since&lt;/a&gt; they are not real journals at all. They display the trappings of a journal, promising peer-review and other services, but do not deliver; they perform no peer review, and provide no services, beyond posting papers and cashing checks for the publication fees. They are to scholarly journal publishing what &lt;a href=&quot;http://en.wikipedia.org/wiki/Nigerian_scam&quot;&gt;419 scams&lt;/a&gt; are to banking.&lt;/p&gt;
&lt;p&gt;We’ve known about this practice for a long time, and &lt;a href=&quot;http://scholarlyoa.com/&quot;&gt;Jeffrey Beall&lt;/a&gt; has done yeoman’s work codifying it informally. He has noted a recent dramatic increase in the number of publishers that appear to be engaged in the practice, &lt;a href=&quot;http://scholarlyoa.com/2012/12/06/bealls-list-of-predatory-publishers-2013/&quot;&gt;growing by an order of magnitude in 2012 alone&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the past, I’ve argued that &lt;a href=&quot;http://bit.ly/3ZTgRt&quot;&gt;the faux journal problem, while unfortunate, is oversold&lt;/a&gt;. My argument was that the existence of these faux journals costs clued-in researchers, research institutions, and the general public nothing. The journals don’t charge subscription fees, and we don’t submit articles to them so don’t pay their publication fees. &lt;em&gt;Caveat emptor&lt;/em&gt; ought to handle the problem, I would have thought.&lt;/p&gt;
&lt;p&gt;But I’ve come to understand over the past few years that the faux journal problem is important to address. The number of faux journals has exploded, and despite the fact that the faux journals tend to publish few articles, their existence crowds out attention to the many high-quality open-access journals. Their proliferation provides a convenient excuse to dismiss open-access journals as a viable model for scholarly publishing. It is therefore important to get a deeper and more articulated view of the problem.&lt;/p&gt;
&lt;p&gt;My views on Bohannon’s piece, which &lt;a href=&quot;http://svpow.com/2013/10/03/john-bohannons-peer-review-sting-against-science/&quot;&gt;has seen a lot of interest&lt;/a&gt;, may therefore be a bit contrarian among OA aficionados, who are quick to dismiss the effort as a stunt or to attribute hidden agendas. Despite some flaws (which have been widely noted and are discussed in part below), the study well characterizes and provides a far richer understanding of the faux OA journal problem. Bohannon provides tremendous texture to our understanding of the problem, far better than the anecdotal and unsystematic approaches that have been taken in the past.&lt;/p&gt;
&lt;p&gt;His study shows that even in these early days of open-access publishing, many OA journals are doing an at least plausible job of peer review. In total, 98 of the 255 journals that came to a decision on the bogus paper (about 38%) rejected it. It makes clear that the problem of faux journal identification may not be as simple as looking at superficial properties of journal web sites. About 18% of the journals from Beall’s list of predatory publishers actually performed sufficient peer review to reject the bogus articles outright.&lt;/p&gt;
&lt;p&gt;Just as clearly, the large and growing problem of faux journals — so easy to set up and so inexpensive to run — requires all scholars to pay careful attention to the services that journals provide. This holds especially for open-access journals, which are generally newer, with shorter track records, and for which the faux journal fraud has proliferated in a short time much faster than appropriate countermeasures can be deployed. The experiment provides copious data on where the faux journals tend to operate from, where they bank, where their editors are.&lt;/p&gt;
&lt;p&gt;Bohannon should also be commended for providing his underlying data open access, which will allow others to do even more detailed analysis.&lt;/p&gt;
&lt;p&gt;As with all studies, there are some aspects that require careful interpretation.&lt;/p&gt;
&lt;p&gt;First, the experiment did not test subscription journals. All experimenters, Bohannon included, must decide how to deploy scarce resources; his concentrating on OA journals, where the faux journal problem is well known to be severe, is reasonable for certain purposes. However, as many commentators have noted, it does prevent drawing specific conclusions comparing OA with subscription journals. Common sense might indicate that OA journals, whose revenues rely more directly on the number of articles published, have more incentive to fraudulently accept articles without review, but the study unfortunately can’t directly corroborate this, and as in so many areas, common sense may be wrong. We know, for instance, that many OA journals seem to operate without the rapacity to accept every article that comes over the transom, and that there are &lt;a href=&quot;http://bit.ly/3ZTgRt&quot;&gt;countervailing economic incentives for OA journals to maintain high quality&lt;/a&gt;. Journals from 98 publishers — including the “big three” OA publishers &lt;a href=&quot;http://www.plos.org/&quot;&gt;Public Library of Science&lt;/a&gt;, &lt;a href=&quot;http://www.hindawi.com/&quot;&gt;Hindawi&lt;/a&gt;, and &lt;a href=&quot;http://www.biomedcentral.com/&quot;&gt;BioMed Central&lt;/a&gt; — all rejected the bogus paper, and more importantly, a slew of high-quality journals throughout many fields of scholarship are conducting exemplary peer review on every paper they receive. (Good examples are the several OA journals in my own research area of artificial intelligence — &lt;a href=&quot;jmlr.org&quot;&gt;JMLR&lt;/a&gt;, &lt;a href=&quot;http://www.jair.org/&quot;&gt;JAIR&lt;/a&gt;, &lt;a href=&quot;http://www.mitpressjournals.org/loi/coli&quot;&gt;CL&lt;/a&gt; — which are all at the top of the prestige ladder in their fields.) Conversely, subscription publishers also may have perverse incentives to accept papers: Management typically establish goals for the number of articles to be published per year; they use article count statistics in marketing efforts; their regular founding of new journals engenders a need for a supply of articles so as to establish their contribution to the publisher’s stable of bundled journals; and many subscription journals especially in the life sciences charge author-side fees as well. Nonetheless, it would be unsurprising if the acceptance rate for the bogus articles would have been lower for subscription journal publishers given what we know about the state of faux journals. (Since there are many times more subscription journals than OA journals, it’s unclear how the problem would have compared in terms of absolute numbers of articles.) Hopefully, future work can clear up this problem with controls.&lt;/p&gt;
&lt;p&gt;Second, the experiment did not test journals charging no author-side fees, which is &lt;a href=&quot;http://bit.ly/dlr9LC&quot;&gt;currently the norm among OA journals&lt;/a&gt;. That eliminates about 70% of the OA journals, none of which have any incentive whatsoever to accept articles for acceptance’s sake. &lt;a href=&quot;http://mccabe.people.si.umich.edu/OA2.pdf&quot;&gt;Ditto for journals that gain their revenue through submission fees&lt;/a&gt; instead of publication fees, a practice that I have &lt;a href=&quot;http://bit.ly/3ZTgRt&quot;&gt;long been fond of&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Third, his result holds only for journal publishing in the life sciences. (Some people in the life sciences need occasional reminding that science research is not coextensive with life sciences research, and that scholarly research is not coextensive with science research.) I suspect the faux journal problem is considerably lower outside of the life sciences. It is really only in the life sciences where there is long precedent for author-side charges and deep pockets to pay those charges in much of the world, so that legitimate OA publishers can rely on being paid for their services. This characteristic of legitimate life sciences OA journals provides the cover for the faux journals to pretend to operate in the same way. In many other areas of scholarship, OA journals do not tend to charge publication fees as the researcher community does not have the same precedent.&lt;/p&gt;
&lt;p&gt;Finally, and most importantly, since the study reports percentages by publisher, rather than by journal or by published article, the results may overrepresent the problem from the reader’s point of view. Just because 62% of the tested publishers&lt;a href=&quot;#fn2&quot; id=&quot;fnref2&quot;&gt;[2]&lt;/a&gt; accepted the bogus paper doesn’t mean the problem covers that percentage of OA publishing or even of life sciences APC-charging OA publishing. The faux publishers may publish a smaller percentage of the journals (though the faux publishers’ tactic of listing large numbers of unstaffed journals may lead to the opposite conclusion). More importantly, those publishers may cover a much smaller fraction of OA-journal-published papers. (Anyone who has spent any time surfing the web sites of faux journal publishers knows their tendency to list many journals with very few articles. Even fewer if you eliminate the plagiarized articles that faux publishers like to use to pad their journals.) So the vast majority of OA-published &lt;em&gt;articles&lt;/em&gt; are likely to be from the 38% “good” journals. This should be determinable from Bohannon’s data — again thanks to his openness — and it would be useful to carry out the calculation, to show that the total number of OA-journal articles published by the faux publishers account for a small fraction of the OA articles published in all of the OA journals of all of the publishers in the study. I expect that’s highly likely.&lt;a href=&quot;#fn3&quot; id=&quot;fnref3&quot;&gt;[3]&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Bohannon has provided a valuable service, and his article is an important reminder, like the previous case of the &lt;a href=&quot;http://www.the-scientist.com/?articles.view/articleNo/27383/title/Elsevier-published-6-fake-journals/&quot;&gt;faux Australasian Journals&lt;/a&gt;, that journal publishers do not always operate under selfless motivations. It behooves authors to take this into account, and it behooves the larger scientific community to establish infrastructure for helping researchers by systematically and fairly tracking and publicizing information about journals that can help its members with their due diligence.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot;&gt;
&lt;hr/&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;a id=&quot;fn1&quot;&gt;In&lt;/a&gt; the interest of full disclosure, I mention that I am John Bohannon’s sponsor in his role as an Associate (visiting researcher) of the &lt;a href=&quot;https://www.seas.harvard.edu/&quot;&gt;School of Engineering and Applied Sciences&lt;/a&gt; at Harvard. He conceived, controlled, and carried out his study independently, and was in no sense under my direction. Though I did have discussions with him about his project, including on some of the topics discussed below, the study and its presentation were his alone. &lt;a href=&quot;#fnref1&quot;&gt; ↩&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a id=&quot;fn2&quot;&gt;It&lt;/a&gt; is also worth noting that by actively searching out lists of faux journals (Beall’s list) to add to a more comprehensive list (DOAJ), Bohannon may have introduced skew into the data collection. The attempt to be even more comprehensive than DOAJ is laudable, but the method chosen means that even more care must be taken in interpreting the results. If we look only at the DOAJ-listed journals that were tested, the acceptance rate drops from 62% to 45%. If we look only at &lt;a href=&quot;http://oaspa.org/membership/members/&quot;&gt;OASPA members&lt;/a&gt; subject to the test, who commit to a &lt;a href=&quot;http://oaspa.org/membership/code-of-conduct/&quot;&gt;code of conduct&lt;/a&gt;, then by my count the acceptance rate drops to 17%. That’s still too high of course, but it does show that the cohort counts, and adding in Beall’s list but not OASPA membership (for instance) could have an effect. &lt;a href=&quot;#fnref2&quot;&gt; ↩&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a id=&quot;fn3&quot;&gt;In a videotaped live chat, &lt;/a&gt;&lt;a href=&quot;http://news.sciencemag.org/scientific-community/2013/10/live-chat-exploring-wild-west-open-access&quot;&gt;Michael Eisen has claimed&lt;/a&gt; that this is exactly the case. &lt;a href=&quot;#fnref3&quot;&gt; ↩&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Ecumenical open access and the Finch Report principles</title>
   <link href="https://occasionalpamphlet.com/2013/07/10/ecumenical-open-access-and-the-finch-report-principles/"/>
   <updated>2013-07-10T15:20:54+00:00</updated>
   <id>https://occasionalpamphlet.com/2013/07/10/ecumenical-open-access-and-the-finch-report-principles</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;&apos;myopic&apos; by flickr user haglundc&quot; href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2013/07/myopic.jpg&quot;&gt;&lt;img src=&quot;/assets/2013/07/myopic-300x214.jpg&quot; alt=&quot;&apos;myopic&apos; by flickr user haglundc&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #555555&quot;&gt;...myopic...&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 50%&quot;&gt;&quot;&lt;a href=&quot;http://www.flickr.com/photos/haglundc/4736600901/&quot;&gt;myopic&lt;/a&gt;&quot; image by flickr user &lt;a href=&quot;http://www.flickr.com/photos/haglundc/&quot;&gt;haglundc&lt;/a&gt; used &lt;a href=&quot;http://creativecommons.org/licenses/by-nc/2.0/deed.en&quot;&gt;by permission&lt;/a&gt;.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;&apos;myopic&apos; by flickr user haglundc&quot; src=&quot;/assets/2013/07/myopic-300x214.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;...myopic...&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;caption-source&quot;&gt;&quot;&lt;a href=&quot;http://www.flickr.com/photos/haglundc/4736600901/&quot;&gt;myopic&lt;/a&gt;&quot; image by flickr user &lt;a href=&quot;http://www.flickr.com/photos/haglundc/&quot;&gt;haglundc&lt;/a&gt; used &lt;a href=&quot;http://creativecommons.org/licenses/by-nc/2.0/deed.en&quot;&gt;by permission&lt;/a&gt;.&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;&lt;em&gt;I was invited by the &lt;a href=&quot;http://www.britac.ac.uk&quot;&gt;British Academy for the Humanities and Social Sciences&lt;/a&gt; to write a piece on last year&apos;s report &quot;&lt;a href=&quot;http://www.researchinfonet.org/publish/finch/&quot;&gt;Accessibility, sustainability, excellence: How to expand access to research publications&lt;/a&gt;&quot; by the Working Group on Expanding Access to Published Research Findings (the &quot;Finch Report&quot;). The paper is part of a collection on &quot;&lt;a href=&quot;http://www.britac.ac.uk/openaccess/debatingopenaccess.cfm&quot;&gt;Debating Open Access&lt;/a&gt;&quot;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The Finch Report has been broadly criticized by open access advocates for several reasons, especially its preferring gold to green OA, and doing so to such an extent that its proposals actually incentivize publishers to make their publication agreements less OA-friendly. In fact, there&apos;s evidence that publishers are &lt;a href=&quot;http://poynder.blogspot.com/2013/06/open-access-emeralds-green-starts-to.html&quot;&gt;already acting on those incentives&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;I took the opportunity to concentrate my remarks on one of the underemphasized problems with the Finch Report recommendations, their conflation of two quite different notions of gold open access: open-access journals and hybrid journals. The two models work quite differently from a market perspective, and ignoring the distinctions leads to incredibly bad incentives in the resulting recommendations.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The &lt;a href=&quot;10867783&quot;&gt;published version of the paper&lt;/a&gt; has been made available by the British Academy under a CC-by-nc-nd license. I&apos;ve duplicated it below, under a CC-by license &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/license/&quot; title=&quot;License&quot;&gt;as with all Occasional Pamphlet postings&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;The Working Group on Expanding Access to Published Research Findings first convened in 2011 at the behest of David Willetts, the UK Minister for Universities and Science, to “examine how most effectively to expand access to the quality-assured published outputs of research; and to propose a programme of action to that end.” The group consisted of representatives of various of the stakeholder communities related to scholarly publishing, and was chaired by Janet Finch. Their final report &lt;span class=&quot;citation&quot;&gt;(Finch 2012)&lt;/span&gt; makes concrete policy recommendations for UK research funders to implement, and has been the basis for the policies being set by the Research Councils UK (RCUK).&lt;/p&gt;
&lt;p&gt;There is much to like in the Finch Report on open access. The primary recommendations have to do with directly providing for open access to scholarly articles funded by UK research agencies.&lt;sup&gt;&lt;a class=&quot;footnoteRef&quot; href=&quot;#fn1&quot; id=&quot;fnref1&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; The report appropriately outlines four desiderata that need to be optimised to this end &lt;span class=&quot;citation&quot;&gt;(Finch 2012, 17)&lt;/span&gt;:&lt;/p&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;strong&gt;Access&lt;/strong&gt;&lt;/dt&gt;
&lt;dd&gt;The report takes as given the importance and desirability of open access to the scholarly literature.&lt;/dd&gt;
&lt;dt&gt;&lt;strong&gt;Usability&lt;/strong&gt;&lt;/dt&gt;
&lt;dd&gt;It highlights the importance of a broad range of use rights, not just the ability for researchers to read the articles, but all other kinds of reuse rights as well.&lt;/dd&gt;
&lt;dt&gt;&lt;strong&gt;Quality&lt;/strong&gt;&lt;/dt&gt;
&lt;dd&gt;The scholarly publishing system must, in the eyes of the Finch committee, continue to provide the vetting and filtering for quality that is the hallmark of the peer review system.&lt;/dd&gt;
&lt;dt&gt;&lt;strong&gt;Cost and sustainability&lt;/strong&gt;&lt;/dt&gt;
&lt;dd&gt;It recognises that there are costs in publishing the literature, that the funders of research should take on those costs for the research they fund, and that the mechanisms for doing so must be sustainable.&lt;/dd&gt;
&lt;/dl&gt;
&lt;p&gt;Based on these principles, the report adduces certain conclusions. The access principle militates for articles being provided openly, so that the pure subscription revenue model, where revenue is based solely on limiting access to those willing and able to pay, is deprecated. The quality principle is taken to argue for journals that themselves provide open access to their articles, rather than relying on authors or institutions to merely provide supplementary access through article repositories. The cost and sustainability principle leads to the idea that funders might pay directly for the costs involved in journals’ processing of articles, these payments substituting for the deprecated subscription revenues. The usability principle entails that when articles are paid for in this way, they ought by rights to be usable as broadly as possible, for instance, through Creative Commons attribution licences.&lt;/p&gt;
&lt;p&gt;Now for the bad. The concrete recommendations that the Finch Report outlines do not present a prescription for optimising these principles &lt;em&gt;in the long term&lt;/em&gt;. Rather, they pursue short-term prescriptions that will likely provide merely incremental access gains at a very high cost. The primary problem in the Finch Report that leads to this unfortunate consequence is the conflation of two quite different market models as one: full open access and hybrid.&lt;/p&gt;
&lt;h2 id=&quot;three-market-structures&quot;&gt;Three market structures&lt;/h2&gt;
&lt;p&gt;To understand why this is so, we must look to the underlying economics of article publishing, which governs the incentives of the participants in the market. There are three revenue models for journals that are at play in the Finch Report: subscription journals, open-access journals, and hybrid journals.&lt;/p&gt;
&lt;h3 id=&quot;the-subscription-journal-market&quot;&gt;The subscription journal market&lt;/h3&gt;
&lt;p&gt;The current predominant market structure of the scholarly journal industry is based on reader-side payments, limiting access to those willing and able to pay subscription fees for the journals. This market structure is manifestly dysfunctional. The reader-side market has led to a well-attested decades-long spiral of hyperinflation of journal prices,&lt;sup&gt;&lt;a class=&quot;footnoteRef&quot; href=&quot;#fn2&quot; id=&quot;fnref2&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; causing libraries to have to cancel subscriptions, causing publishers to further raise prices to retain revenues. This vicious cycle has two bad effects: the &lt;em&gt;costs&lt;/em&gt; to research libraries (and the funding agencies that provide their underwriting through overhead fees) have grown substantially and unsustainably in real terms, while cancellations mean less &lt;em&gt;access&lt;/em&gt; to the articles themselves. It is this access problem that the Finch Report strives to address, subject to the cost and sustainability problem as well.&lt;/p&gt;
&lt;p&gt;The reasons for the market dysfunction are, by now, well understood. First, the good being sold — access to articles — is a monopolistic good, based on the monopoly right of copyright, and as such is subject to monopoly rents. Second, subscription journals are not (in the economists’ parlance) substitutive goods; access to one journal does not decrease the value of access to another, and in fact may well increase the value (as journals cite each other), making them complementary goods. Complementary goods do not compete against each other like substitutive goods do. Third, journals are sold under conditions of moral hazard; the consumers (readers) are not the purchasers (libraries), and hence are insulated from the costs. As with all moral hazards, this leads to inelasticity of demand and overconsumption. Finally, consolidation of multiple journals under a few large publishers insulates these publishers from economic pressure from cancellations, since they can adjust prices on the remaining journals to compensate for lost revenue.&lt;/p&gt;
&lt;p&gt;The subscription market structure thus violates both the &lt;em&gt;access&lt;/em&gt; and &lt;em&gt;cost and sustainability&lt;/em&gt; desiderata of the Finch Report. Clearly, any long-term strategy for broadening access to articles must move away from this market structure, rather than providing it further support.&lt;/p&gt;
&lt;p&gt;In the shorter term, the access problems with the subscription market (though not the sustainability problems) can be greatly alleviated by providing supplementary access to the articles — so-called &lt;em&gt;green open access&lt;/em&gt; — by posting copies of article manuscripts in subject-based or institutional repositories. Funding agencies have managed to generate tremendous access gains to their funded research by mandating such supplementary access, beginning with the “public access policy” of the US National Institutes of Health, which requires posting of author manuscripts in NIH’s PubMed Central repository no later than 12 months after publication. Although there is no evidence that immediate green open access has detrimental effect on publisher sustainability or even revenues &lt;span class=&quot;citation&quot;&gt;(Maxwell 2012)&lt;/span&gt;, embargoes such as those allowed for in the NIH policy (or the more widely used six-month embargoes found in essentially every other funder policy) further reduce any pressure on subscription revenue at the cost of delaying the access. But even if green open access did have an effect on market demand for subscriptions, this would be no argument against mandating it, so long as there were a viable alternative market structure for those journals to use.&lt;sup&gt;&lt;a class=&quot;footnoteRef&quot; href=&quot;#fn3&quot; id=&quot;fnref3&quot;&gt;3&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;h3 id=&quot;the-open-access-journal-market&quot;&gt;The open-access journal market&lt;/h3&gt;
&lt;p&gt;And indeed, there is an alternative market structure, one that is in fact highly preferable in that it does not have the same frailties as the reader-side subscription market structure, namely, an author-side market structure. In this system, the good being sold is not access for readers but publishing services for authors — the management of peer review (generating valuable feedback to the author); production services (such as copy-editing, typesetting, graphic design); and most importantly to academic authors, imprimatur of the journal. This market is seen most directly in &lt;em&gt;open-access journals&lt;/em&gt;&lt;sup&gt;&lt;a class=&quot;footnoteRef&quot; href=&quot;#fn4&quot; id=&quot;fnref4&quot;&gt;4&lt;/a&gt;&lt;/sup&gt; that charge a flat article-processing charge (APC), paid by or on behalf of authors. The APC spreads the costs of operating the journal plus a reasonable profit over the articles it publishes.&lt;/p&gt;
&lt;p&gt;This market structure doesn’t have the same market dysfunction exhibited by the subscription market, both in theory and in practice. First, publisher services are not a monopolistic good; any publisher can provide them to authors. Second, from the point of view of an article author, journals are substitutive goods, not complementary goods, since submission to one journal does not increase the value of submitting to another journal. In fact, because an article can only be submitted to one journal, journals are &lt;em&gt;perfect&lt;/em&gt; substitutes in the author-side market. Third, if authors pay APCs, there is no moral hazard, and if funders or employers pay on their behalf, moral hazard can be mitigated by introducing limits or copayments. &lt;span class=&quot;citation&quot;&gt;(Shieber 2009)&lt;/span&gt; Finally, bundling doesn’t apply to the good sold in the open-access journal market as it does in the subscription market.&lt;sup&gt;&lt;a class=&quot;footnoteRef&quot; href=&quot;#fn5&quot; id=&quot;fnref5&quot;&gt;5&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;For these reasons, one would expect strong market competition and price control in the open-access journal market in theory, and in practice, that is exactly what we see. Not only is there no evidence of hyperinflation, there are signs of strong price competition, with new models arising that can deliver publishing services at a fraction of the cost of subscription journals.&lt;/p&gt;
&lt;h3 id=&quot;the-hybrid-journal-market&quot;&gt;The hybrid journal market&lt;/h3&gt;
&lt;p&gt;A third market structure, the &lt;em&gt;hybrid journal&lt;/em&gt;, plays a frequent role in discussions of open access and in the Finch Report in particular. Hybrid journals are subscription journals that also allow authors to pay an APC to make individual articles available open access. This model has been around for over a decade, and has been taken up by essentially all of the major subscription journal publishers. It has been touted as a transitional mechanism to allow journals to transition from the reader-side payments to writer-side payments. The theory goes that as more and more authors pay the APCs, the subscription fees will be reduced accordingly, so that eventually, once a sufficient fraction of the articles are covered by APCs, the subscription fees can be dropped altogether and the journal converted to full open access. Confusingly, both open-access journals and hybrid journals are sometimes included under the term &lt;em&gt;gold open access&lt;/em&gt;, despite the fact that from an economic point of view they are quite distinct.&lt;/p&gt;
&lt;p&gt;In particular, the hybrid model is not an appropriate transitional model to true open access. First, hybrid journals have not seen a major uptake in voluntary payment of hybrid APCs in practice. This is not surprising. There’s very little in it for authors, since they typically have a far less expensive alternative method for achieving open-access to their articles through green open access. (In this way, the hybrid model disincentivises publishers from allowing green open access, another perverse effect of the model.) There’s very little in it for universities too, who are unlikely to underwrite these hybrid fees on behalf of authors. Although paying the hybrid fees is supposed to lead to a concomitant reduction in subscription fees, it is extremely difficult to guarantee that this is occurring, and in any case any such reduction is spread among all of the subscribers, so provides little direct benefit to the payer. Of course, payment of hybrid fees could be mandated by a funder. (Getting ahead of ourselves a bit, this is essentially what the Finch Report promotes.) But even if this practice were widespread and most articles had their hybrid fees paid, journals would still have no incentive to switch to the full open-access APC-only model. Why would they voluntarily give up one of their two types of revenue? Finally, hybrid APCs are not subject to the competitive pressures of open-access APCs and would be predicted therefore to be higher. This is exactly what we see in practice, with open-access APCs shaking out in the $750–2000 range and hybrid fees in the $3000–4000 range.&lt;/p&gt;
&lt;h2 id=&quot;comparing-recommendations&quot;&gt;Comparing Recommendations&lt;/h2&gt;
&lt;p&gt;Put together, these three facts — that the subscription market is inherently dysfunctional, that the open-access market is preferable and sustainable, and that the hybrid model entrenches the former to the exclusion of the latter — it becomes clear what the ideal recommendations should be for funders to provide open access in the short term &lt;em&gt;while promoting a long-term transition to the preferable open-access market structure&lt;/em&gt;:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Require that funded research articles be made openly accessible, either through publication in an open-access or hybrid journal or through green open access supplementary to publication in a subscription journal.&lt;sup&gt;&lt;a class=&quot;footnoteRef&quot; href=&quot;#fn6&quot; id=&quot;fnref6&quot;&gt;6&lt;/a&gt;&lt;/sup&gt;
&lt;/li&gt;
&lt;li&gt;Support the open-access journal market by providing underwriting of reasonable APCs, so long as they allow for full reuse rights.&lt;/li&gt;
&lt;li&gt;Do not support entrenchment of the subscription model by underwriting hybrid APCs.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;In terms of the four Finch Report desiderata, this approach provides essentially universal open &lt;em&gt;access&lt;/em&gt; to UK-funded research (as the NIH policy has in the US for NIH-funded research); preserves &lt;em&gt;quality&lt;/em&gt; by allowing authors to publish in subscription, open-access, and hybrid journals alike; works towards broader &lt;em&gt;usability&lt;/em&gt; by guaranteeing that APCs provide for full reuse rights; and provides &lt;em&gt;sustainability&lt;/em&gt; by supporting a competitive market mechanism and avoiding the high costs and counterproductive nature of paying to entrench the current dysfunctional mechanism. By avoiding payment of hybrid APCs, it forces journals to choose between (i) charging on the reader side and retaining the ability to limit access and (ii) charging on the writer side and allowing full use and reuse rights. Journals would not be able to retain their subscription revenues and pick up additional APCs as well, at least at the public’s expense.&lt;/p&gt;
&lt;p&gt;Crucially, these recommendations recognise the difference between the two quite different market structures that are inappropriately lumped together under the rubric ‘gold open access’. Willingness to pay APCs for open-access journals is consonant with the idea that publishers ought to be compensated for their work and recognises that open-access journals cannot be compensated by virtue of their limiting access to those willing and able to pay, nor would we want to do so. Willingness to pay APCs for hybrid journals provides open access to that single article, but disincentivises publishers from moving journals from the subscription market to the open-access market; it is myopic.&lt;/p&gt;
&lt;p&gt;By contrast, the pertinent Finch Report recommendations are different.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Require that funded research articles be made openly accessible through publication in an open-access or hybrid journal.&lt;/li&gt;
&lt;li&gt;Pay for the costs of that open access through underwriting of APCs, whether at open-access journals or hybrid journals.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The change seems small. Instead of underwriting only open-access journals, it underwrites hybrid journals as well. And once both are underwritten, it is not necessary to allow for the admittedly less desirable green open access option.&lt;sup&gt;&lt;a class=&quot;footnoteRef&quot; href=&quot;#fn7&quot; id=&quot;fnref7&quot;&gt;7&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Again, we evaluate the recommendations in terms of the four desiderata. By its silence on the matter (outside of mention of “providing access to research data and to grey literature”), the report implies that green open access is to be eschewed even in the short term. However, the requirement to publish in journals providing for payment for open access is likely to lead to broader &lt;em&gt;access&lt;/em&gt;, at least for those articles for which funds are available to pay the APCs, and its concentration on publication in open-access or hybrid journals recognises their ability to provide &lt;em&gt;quality&lt;/em&gt; control that repositories alone do not. With regard to &lt;em&gt;usability&lt;/em&gt;, the report is a bit equivocal in requiring broad licensing in return for APCs, but does say that “support for open access publication should be accompanied by policies to minimise restrictions on the rights of use and re-use, especially for non-commercial purposes”.&lt;/p&gt;
&lt;p&gt;The policy fails primarily, however, in the area of &lt;em&gt;cost and sustainability&lt;/em&gt;. It provides no mechanism for controlling the dramatic cost increase in covering both subscription fees and high hybrid APCs. (By definition, open-access journals don’t receive both kinds of fees, and their APCs are subject to market competition in a way that hybrid APCs are not, as discussed above.)&lt;/p&gt;
&lt;p&gt;Similarly, in the short term, APCs will predominantly be paid to hybrid journals rather than open-access journals, as the hybrids constitute far more of the journal market. Journals will have no incentive to switch to the open-access model, and in fact, will be incentivised not to. Research libraries would still have to maintain their subscriptions in order to cover the substantial body of articles in hybrid journals that are not covered by APCs (because, for instance, they are not UK-funded). The total costs would be greatly increased, while still not solving the underlying market dysfunction.&lt;/p&gt;
&lt;p&gt;In fact, the RCUK implementation plans for the Finch Report admit as much. It has become clear that there will be insufficient funds to cover all of the hybrid APCs, so that universities will be taken to be in compliance even if only a fraction of their articles are made available open access by the journals themselves, so long as the remaining fraction are available through green open access. In fact, the RCUK implementation of the Finch Report proposal even allows for longer embargo periods in case the green route is used because of insufficient APC funding &lt;span class=&quot;citation&quot;&gt;(UK 2013)&lt;/span&gt;. The Finch recommendations thus embed their own negation: they envision having to use green open access to implement a system that denies the utility of green open access.&lt;/p&gt;
&lt;p&gt;The alternative, requiring open access ecumenically — through open-access journals, hybrid journals, or green supplementary access — while being willing to underwrite fees for a market structure that work sustainably in the long term — true open access journals — is simultaneously effective in providing access as well as in providing an impetus to a future of the kind of accessible and sustainable journal publishing system that the Finch Report aspires to.&lt;/p&gt;
&lt;h2 id=&quot;acknowledgements&quot;&gt;Acknowledgements&lt;/h2&gt;
&lt;p&gt;Thanks to Peter Suber and Sue Kriegsman for comments on an earlier version of this article.&lt;/p&gt;
&lt;h2 id=&quot;references&quot;&gt;References&lt;/h2&gt;
&lt;p&gt;Bosch, Stephen, and Kittie Henderson. 2013. “The Winds of Change: Periodicals Price Survey 2013.” &lt;em&gt;Library Journal&lt;/em&gt; (25 April). &lt;a href=&quot;http://lj.libraryjournal.com/2013/04/publishing/the-winds-of-change-periodicals-price-survey-2013/&quot; title=&quot;http://lj.libraryjournal.com/2013/04/publishing/the-winds-of-change-periodicals-price-survey-2013/&quot;&gt;http://lj.libraryjournal.com/2013/04/publishing/the-winds-of-change-periodicals-price-survey-2013/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Finch, Janet. 2012. “Accessibility, Sustainability, Excellence: How to Expand Access to Research Publications.” &lt;a href=&quot;http://www.researchinfonet.org/publish/finch/&quot; title=&quot;http://www.researchinfonet.org/publish/finch/&quot;&gt;http://www.researchinfonet.org/publish/finch/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Maxwell, Elliot. 2012. “The Future of Taxpayer-Funded Research: Who Will Control Access to the Results?.” &lt;a href=&quot;http://www.emaxwell.net/linked/DCCReport_Final_Feb2012.pdf&quot; title=&quot;http://www.emaxwell.net/linked/DCCReport_Final_Feb2012.pdf&quot;&gt;http://www.emaxwell.net/linked/DCCReport_Final_Feb2012.pdf&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Shieber, Stuart M. 2009. “Equity for Open-Access Journal Publishing.” &lt;em&gt;PLoS Biology&lt;/em&gt; 7. &lt;a href=&quot;http://dx.doi.org/10.1371/journal.pbio.1000165&quot; title=&quot;http://dx.doi.org/10.1371/journal.pbio.1000165&quot;&gt;http://dx.doi.org/10.1371/journal.pbio.1000165&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;———. 2013. “Why Open Access Is Better for Scholarly Societies.” &lt;em&gt;The Occasional Pamphlet&lt;/em&gt; (29 January). &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2013/01/29/why-open-access-is-better-for-scholarly-societies/&quot; title=&quot;http://blogs.law.harvard.edu/pamphlet/2013/01/29/why-open-access-is-better-for-scholarly-societies/&quot;&gt;http://blogs.law.harvard.edu/pamphlet/2013/01/29/why-open-access-is-better-for-scholarly-societies/&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Suber, Peter. 2012. “Tectonic Movements toward OA in the UK and Europe.” &lt;em&gt;SPARC Open Access Newsletter&lt;/em&gt; (2 September). &lt;a href=&quot;http://nrs.harvard.edu/urn-3:HUL.InstRepos:9723075&quot; title=&quot;http://nrs.harvard.edu/urn-3:HUL.InstRepos:9723075&quot;&gt;http://nrs.harvard.edu/urn-3:HUL.InstRepos:9723075&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;UK, Research Councils. 2013. “RCUK Policy on Open Access and Supporting Guidance.” &lt;a href=&quot;http://www.rcuk.ac.uk/documents/documents/RCUKOpenAccessPolicy.pdf&quot; title=&quot;http://www.rcuk.ac.uk/documents/documents/RCUKOpenAccessPolicy.pdf&quot;&gt;http://www.rcuk.ac.uk/documents/documents/RCUKOpenAccessPolicy.pdf&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Notes&lt;/h2&gt;
&lt;div class=&quot;footnotes&quot;&gt;
&lt;ol&gt;
&lt;li&gt;The report also provides a series of recommendations for increasing access within public libraries, strengthening the operations of institutional article repositories, gathering and analyzing pertinent data, reviewing how learned societies might be better supported, adjusting tax policy for journal publishers, and so forth. Many of these recommendations are reasonable and appropriate, but my main concern is the primary recommendations that relate to the market structure of journal publishing.&lt;a href=&quot;#fnref1&quot;&gt;↩&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;For instance, &lt;em&gt;Library Journal&lt;/em&gt;’s annual Periodicals Price Survey &lt;span class=&quot;citation&quot;&gt;(Bosch and Henderson 2013)&lt;/span&gt; reported a 6% average price increase for 2013 during a period in which inflation increased at 1.7%, continuing their tracking of a multiple-decades-long trend of serials price increases at several times the rate of inflation.&lt;a href=&quot;#fnref2&quot;&gt;↩&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;See the discussion by Peter Suber arguing that we should “weigh the demonstrable degree of harm to publishers against the demonstrable degree of benefit to research, researchers, research institutions, and taxpayers…. In short, we needn’t let fear of harm serve as evidence of harm, and we needn’t assume without discussion that even evidence of harm to subscription publishers would justify compromising the public interest in public access to publicly-funded research.” &lt;span class=&quot;citation&quot;&gt;(Suber 2012)&lt;/span&gt;&lt;a href=&quot;#fnref3&quot;&gt;↩&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;The term ‘open-access journal’ covers any journal that makes its scholarly article content freely and openly available online. However, we use the term here (as in the Finch Report) to refer to journals using a revenue model based on APCs. Although at present only a minority of OA journals charge any APCs, for the purpose of discussion of revenue models, the APC approach is the most plausible one for sustaining open-access journals in the long run. Already, it is used nearly universally by the major open-access journal providers.&lt;a href=&quot;#fnref4&quot;&gt;↩&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;I have previously provided a fuller discussion of these issues of the difference between the subscription market and the open-access market, especially in the context of scholarly society publishing programs. &lt;span class=&quot;citation&quot;&gt;(Shieber 2013)&lt;/span&gt;&lt;a href=&quot;#fnref5&quot;&gt;↩&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;The treatment of hybrid journals we propose is appropriately subtle. Though authors are free to provide for the required open access by publishing in a hybrid journal (1), the funders would not underwrite the associated fee (3) as they would for a fully open-access journal (2).&lt;a href=&quot;#fnref6&quot;&gt;↩&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Although there are subscription journals that are not hybrid journals, the major publishers are uniformly moving in the direction of providing for hybrid fees, and smaller publishers are likely to follow suit over time. The Finch Report is silent on what to do about articles published in non-hybrid subscription journals. In the RCUK implementation documents, they allow green open access just in that case.&lt;a href=&quot;#fnref7&quot;&gt;↩&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Policies, publishers, and plagiarism prosecution</title>
   <link href="https://occasionalpamphlet.com/2013/05/15/policies-publishers-and-plagiarism-prosecution/"/>
   <updated>2013-05-15T16:33:15+00:00</updated>
   <id>https://occasionalpamphlet.com/2013/05/15/policies-publishers-and-plagiarism-prosecution</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;&apos;Judge Coco Declares Ang Out of Line!&apos; by flickr user Coco Mault&quot; href=&quot;http://www.flickr.com/photos/contusion/2916938867/&quot;&gt;&lt;img src=&quot;/assets/2013/05/judgegavel-225x300.jpg&quot; alt=&quot;&apos;Judge Coco Declares Ang Out of Line!&apos; by flickr user Coco Mault&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #555555&quot;&gt;...going after plagiarists on legal grounds...&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 50%&quot;&gt;&quot;&lt;a href=&quot;http://www.flickr.com/photos/contusion/2916938867/&quot;&gt;Judge Coco Declares Ang Out of Line!&lt;/a&gt;&quot; image by flickr user &lt;a href=&quot;http://www.flickr.com/photos/contusion/&quot;&gt;Coco Mault&lt;/a&gt; used &lt;a href=&quot;http://creativecommons.org/licenses/by/2.0/deed.en&quot;&gt;by permission&lt;/a&gt;.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;&apos;Judge Coco Declares Ang Out of Line!&apos; by flickr user Coco Mault&quot; src=&quot;/assets/2013/05/judgegavel-225x300.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;...going after plagiarists on legal grounds...&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;caption-source&quot;&gt;&quot;&lt;a href=&quot;http://www.flickr.com/photos/contusion/2916938867/&quot;&gt;Judge Coco Declares Ang Out of Line!&lt;/a&gt;&quot; image by flickr user &lt;a href=&quot;http://www.flickr.com/photos/contusion/&quot;&gt;Coco Mault&lt;/a&gt; used &lt;a href=&quot;http://creativecommons.org/licenses/by/2.0/deed.en&quot;&gt;by permission&lt;/a&gt;.&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;One of the services that journal publishers claim to provide on behalf of authors is legal support in the case that their work has been plagiarized, and they sometimes cite this as one of the reasons that they require a transfer of rights for publication of articles.&lt;/p&gt;
&lt;p&gt;Here’s a recent example of the claim, forwarded to me by a Harvard author of a paper accepted for publication in a Wiley journal.&lt;a href=&quot;one&quot; name=&quot;fnref:one&quot; title=&quot;see footnote&quot;&gt;[1]&lt;/a&gt; The article falls under Harvard’s &lt;a href=&quot;http://osc.hul.harvard.edu/hfaspolicy&quot;&gt;FAS open-access policy&lt;/a&gt;, by virtue of which the university held a nonexclusive license in the article. The author chose to inform the journal of this license by attaching the &lt;a href=&quot;http://osc.hul.harvard.edu/authors/amend&quot;&gt;Harvard addendum&lt;/a&gt; to Wiley’s publication agreement. Wiley’s emailed response to her included this explanation:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;You recently had a paper accepted for publication in &lt;em&gt;[journal name]&lt;/em&gt; and signed an exclusive license form to which you attached an addendum from Harvard University. Unfortunately, we are unable to accept this addendum, as it conflicts with the rights of the copyright holder (in this case, the &lt;em&gt;[society on whose behalf Wiley publishes the journal]&lt;/em&gt;). They guarantee the same rights that our copyright forms guarantee, but Harvard University, unlike Wiley, offers no support if your article is plagiarized or otherwise reused illegally.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;(It then went on to list various rights that Wiley grants back to authors of articles in this journal, such as posting manuscripts in repositories, all of which are laudable, though they remained silent on their required 12-month distribution embargo.)&lt;/p&gt;
&lt;p&gt;I have no problem with publishers requiring waivers of the Harvard open-access policy as a condition of publishing in their journals. They are their journals after all. And in the event, only a small proportion of articles, in the low single digits, end up needing waivers. But I bristle at the transparently disingenuous argumentation for their requirement. They make two separate arguments.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;The addendum “conflicts with the rights of the copyright holder”, the society on whose behalf Wiley publishes the journal.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Wait, what? How is the society the copyright holder? Until the author signs a publication agreement, the author is the copyright holder. And the publication agreement itself doesn’t involve a transfer of copyright, but rather, an exclusive license to Wiley on behalf of the society. And anyway, whether it’s an exclusive license or a wholesale transfer of copyright, that doesn’t conflict with the addendum by virtue of the plain words in the addendum: “Notwithstanding any terms in the Publication Agreement to the contrary, Author and Publisher agree as follows:…”.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;em&gt;If the addendum were allowed, “Harvard University, unlike Wiley, offers no support if your article is plagiarized or otherwise reused illegally.”&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Suppose that were true. (Though how would Wiley know what support Harvard gives its faculty when their work is plagiarized or used illegally?) Why would that be an issue? Nothing stops Wiley from providing that support on behalf of its authors, with or without the addendum. Either way it still receives an exclusive license from the author. Others illegally using the work are still violating that exclusive license.&lt;/p&gt;
&lt;p&gt;Unless of course the violator received a license by virtue of the prior nonexclusive license to the University mentioned in the addendum. Could that happen? Nope. The university uses its license only to authorize a particular set of uses. You can read them at the &lt;a href=&quot;http://osc.hul.harvard.edu/dash/termsofuse&quot;&gt;DASH Terms of Use page&lt;/a&gt; (see the “Open Access Policy Articles” section). They do not include plagiarism as a permitted use, or any illegal uses. (Is it even necessary to point that out?) The university also grants the authors themselves the ability to exercise rights in their article. But if someone explicitly received and exercised rights from a rights-holding author, it’s hard to see how that’s an illegal use.&lt;/p&gt;
&lt;p&gt;More fundamentally, however, there’s a basic premise that underlies this talk of publishers requiring exclusive rights in order to weed out and prosecute plagiarism, namely, that &lt;em&gt;publishers would not be able to do so if they didn’t acquire exhaustive exclusive rights&lt;/em&gt;. But there’s no legal basis to such a premise that I can imagine.&lt;/p&gt;
&lt;p&gt;Plagiarism per se is not a rights matter at all, but a violation of the professional conduct expected of scholars. Pursuing plagiarists is a matter of calling their behavior out for what it is, with the concomitant professional opprobrium and dishonor that such behavior deserves. Publishers should feel free to help with that social process; they don’t need any rights to do so.&lt;/p&gt;
&lt;p&gt;Being “otherwise used illegally” gets more to the heart of the matter, as rights violations are presumably what the publisher has in mind. But it’s hard to see how publishers would need any rights themselves just to help an author out in prosecuting a rights violation. Suppose a publisher, rather than acquiring exclusive rights in an article, instead had authors license their articles under &lt;a href=&quot;http://creativecommons.org/licenses/by/3.0/&quot;&gt;a CC-BY license&lt;/a&gt;. The publisher could still weed out and prosecute illegal uses of the article. There would be fewer opportunities for illegal use, since CC-BY allows lots of salutary kinds of use and reuse, subject only to proper attribution to the author and journal. But illegal uses might still arise from violating the attribution requirement of the CC-BY declaration. Nothing stops the publisher from looking for such gross plagiarisms of the articles they publish that rise to the level of rights violation, and from prosecuting the plagiarists on behalf of the authors. They could even write that into their agreements: “The Author grants the Publisher permission to prosecute violations of this license on the Author’s behalf, etc.”&lt;a href=&quot;two&quot; name=&quot;fnref:two&quot; title=&quot;see footnote&quot;&gt;[2]&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(As an aside, the offer to prosecute plagiarists and rights violators isn’t much of a benefit in practice. How many instances of publishers going after plagiarists on legal grounds based on the publisher’s holding of rights have there ever been? &lt;a href=&quot;http://www.goodreads.com/quotes/999-oh-jake-brett-said-we-could-have-had-such-a&quot;&gt;As Jake said&lt;/a&gt;, “Isn’t it pretty to think so?”)&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;What’s really going on here is not a mystery. The publisher doesn’t like the idea of the author distributing copies of her work. The primary difference between the rights the publisher wants to grant the author and the rights specified in the open-access policy is that the former stipulates that the author not distribute copies of her article for twelve months after publication. The publisher is objecting so as to force a waiver of the open-access policy license to preserve their ability to limit access to the article. Of course, saying “we won’t accept the addendum because we want to limit people reading your article” doesn’t sound nearly as good as “otherwise we couldn’t go after plagiarists”.&lt;/p&gt;
&lt;p&gt;Publishers are welcome to require waivers of Harvard’s open-access policies and the similar policies at other institutions, but hiding behind faux arguments in their explanations to authors isn’t attractive. They should come clean on the reasoning: They think it harms their business model.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot;&gt;
&lt;hr/&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;a name=&quot;fn:one&quot;&gt;There’s&lt;/a&gt; a long history of this kind of thing. For instance, &lt;a href=&quot;http://legacy.earlham.edu/~peters/fos/2007/10/why-publishers-want-authors-to-transfer.html&quot;&gt;Peter Suber addressed the issue&lt;/a&gt; as raised by the International Association of Scientific, Technical and Medical Publishers way back in 2007. &lt;a href=&quot;one&quot; title=&quot;return to article&quot;&gt; ↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a name=&quot;fn:two&quot;&gt;Not&lt;/a&gt; to mention the fact that open accessability of articles makes plagiarism easier to detect, and therefore provides a disincentive to plagiarize in the first place. For example, researcher at arXiv &lt;a href=&quot;http://arxiv.org/abs/cs/0702012&quot;&gt;have reported on experiments&lt;/a&gt; for automatically finding cases of plagiarism in its open-access collection. Services like the &lt;a href=&quot;http://oaps.eu/&quot;&gt;Open Access Plagiarism Search&lt;/a&gt; project sponsored by the German Research Foundation (DFG) are working to make good on this potential. &lt;a href=&quot;two&quot; title=&quot;return to article&quot;&gt; ↩&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Open letter on the White House public access directive</title>
   <link href="https://occasionalpamphlet.com/2013/02/28/open-letter-on-the-white-house-public-access-directive/"/>
   <updated>2013-02-28T18:19:54+00:00</updated>
   <id>https://occasionalpamphlet.com/2013/02/28/open-letter-on-the-white-house-public-access-directive</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;White House by flickr user Trevor McGoldrick&quot; href=&quot;http://www.flickr.com/photos/39414003@N04/7692614668/&quot;&gt;&lt;img src=&quot;/assets/2013/02/7692614668_dd7e50a91b_b.jpg&quot; alt=&quot;White House by flickr user Trevor Mcgoldrick&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;...White House...&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;&quot;&lt;a href=&quot;http://www.flickr.com/photos/39414003@N04/7692614668/&quot;&gt;White House&lt;/a&gt;&quot; image by flickr user &lt;a href=&quot;http://www.flickr.com/photos/39414003@N04/&quot;&gt;Trevor McGoldrick&lt;/a&gt;.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;White House by flickr user Trevor Mcgoldrick&quot; src=&quot;/assets/2013/02/7692614668_dd7e50a91b_b.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;...White House...&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;caption-source&quot;&gt;&quot;&lt;a href=&quot;http://www.flickr.com/photos/39414003@N04/7692614668/&quot;&gt;White House&lt;/a&gt;&quot; image by flickr user &lt;a href=&quot;http://www.flickr.com/photos/39414003@N04/&quot;&gt;Trevor McGoldrick&lt;/a&gt;.&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;As has been widely reported, this past Friday the White House directed essentially all federal funding agencies to develop open access policies over the next few months. I wrote the letter below to be forwarded to faculty at the Harvard schools with open-access policies, to inform them of this important new directive and its relation to the existing Harvard policies.&lt;/p&gt;
&lt;p&gt;&lt;!--more--&gt;&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;To: Harvard faculty at schools with open-access policies&lt;sup&gt;[1]&lt;/sup&gt;&lt;br/&gt;
From: Stuart Shieber, faculty director, Harvard Office for Scholarly Communication&lt;/p&gt;
&lt;p&gt;I write to you with three pieces of good news.&lt;/p&gt;
&lt;p&gt;First, the White House &lt;a href=&quot;http://www.whitehouse.gov/blog/2013/02/22/expanding-public-access-results-federally-funded-research&quot;&gt;on Friday released&lt;/a&gt; a new &lt;a href=&quot;http://www.whitehouse.gov/sites/default/files/microsites/ostp/ostp_public_access_memo_2013.pdf&quot;&gt;policy memorandum&lt;/a&gt; expanding public access to the results of federally funded research. This new policy follows on from two broad-based national policy forums in &lt;a href=&quot;http://www.whitehouse.gov/blog/2010/03/08/public-access-policy-update&quot;&gt;2010&lt;/a&gt; and &lt;a href=&quot;http://www.whitehouse.gov/blog/2012/01/30/your-comments-access-federally-funded-scientific-research-results&quot;&gt;2012&lt;/a&gt; organized by the White House Office for Science and Technology Policy. It also serves as &lt;a href=&quot;https://petitions.whitehouse.gov/response/increasing-public-access-results-scientific-research&quot;&gt;the response&lt;/a&gt; to &lt;a href=&quot;https://petitions.whitehouse.gov/petition/require-free-access-over-internet-scientific-journal-articles-arising-taxpayer-funded-research/wDX82FLQ&quot;&gt;over 65,000 petitioners to the White House “We the People” site supporting open access&lt;/a&gt;. The policy directs essentially all federal funding agencies to develop policies along the lines of the successful &lt;a href=&quot;http://publicaccess.nih.gov/&quot;&gt;public access policy&lt;/a&gt; already in place at the &lt;a href=&quot;http://www.nih.gov/&quot;&gt;National Institutes of Health&lt;/a&gt;, guaranteeing that articles based on federally funded research are made freely available to the public within one year of publication. The first piece of good news is that research results will now be much more broadly available and have greater impact.&lt;/p&gt;
&lt;p&gt;Public access policies like the NIH’s, which will soon be in place in all major federal funding agencies, come with a responsibility: Researchers must retain sufficient rights to comply with the public access requirement. The second piece of good news is that because your school has an &lt;a href=&quot;http://osc.hul.harvard.edu/policies&quot;&gt;open-access policy&lt;/a&gt; voted by the faculty, you already are automatically retaining sufficient rights to comply with the government’s public access requirements. Unless you opt out of rights retention by expressly directing that a waiver of the open-access policy license be granted, the school’s open-access policy has the effect that you retain broad rights in your articles, sufficient to distribute them in compliance with the NIH policy, as well as any new policies that arise from the White House directive or from the bipartisan &lt;a href=&quot;http://bit.ly/hoap-fastr&quot;&gt;Fair Access to Science and Technology Research (FASTR) Act&lt;/a&gt; that was just introduced in both houses of Congress. Faculty at most Harvard schools are thus exceptionally well placed to take the broadest advantage of the new White House and Congressional initiatives in making our scholarship openly accessible.&lt;/p&gt;
&lt;p&gt;The third piece of good news is that there is no need to wait for the White House policy to effect change in funding agency policies. By virtue of Harvard’s open-access policies, you can already provide for open distribution of your articles. Indeed, part of your school’s open access policy is a commitment by all faculty to do just that: provide copies of your final manuscripts to be placed into the &lt;a href=&quot;http://dash.harvard.edu/&quot;&gt;DASH repository&lt;/a&gt;. The &lt;a href=&quot;http://osc.hul.harvard.edu/&quot;&gt;Office for Scholarly Communication&lt;/a&gt; stands ready to help with the process. All you need to do is forward us your articles through our &lt;a href=&quot;http://osc.hul.harvard.edu/dash/quicksubmit&quot;&gt;“quick submit” form&lt;/a&gt;. Your articles can then join the &lt;a href=&quot;http://osc.hul.harvard.edu/dash/mydash?v=timeline&amp;amp;t=4&amp;amp;gi=alldash&quot;&gt;over 9,000 other articles&lt;/a&gt; in the repository that have been &lt;a href=&quot;http://osc.hul.harvard.edu/dash/mydash?t=1&amp;amp;gl=5&amp;amp;fl=5&amp;amp;fi=Any&quot;&gt;distributed well over a million times&lt;/a&gt; to &lt;a href=&quot;http://osc.hul.harvard.edu/dash/stories&quot;&gt;grateful readers&lt;/a&gt; from &lt;a href=&quot;http://osc.hul.harvard.edu/dash/mydash?v=geomap&amp;amp;gi=alldash&amp;amp;t=1&amp;amp;p=alltime&quot;&gt;every continent on earth&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Please do not hesitate to &lt;a href=&quot;mailto:osc@harvard.edu&quot;&gt;contact us&lt;/a&gt; if we can help in any way in broadening access to your scholarship.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The eight Harvard schools with open-access policies (with the date of policy enactment) are:  ↩
&lt;ul&gt;
&lt;li&gt;Harvard Faculty of Arts and Sciences (&lt;a href=&quot;http://osc.hul.harvard.edu/hfaspolicy&quot;&gt;2/12/2008&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Harvard Law School (&lt;a href=&quot;http://osc.hul.harvard.edu/hlspolicy&quot;&gt;5/1/2008&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Harvard Kennedy School of Government (&lt;a href=&quot;http://osc.hul.harvard.edu/hksgpolicy&quot;&gt;3/10/2009&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Harvard Graduate School of Education (&lt;a href=&quot;http://osc.hul.harvard.edu/hgsepolicy&quot;&gt;6/1/2009&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Harvard Business School (&lt;a href=&quot;http://osc.hul.harvard.edu/hbspolicy&quot;&gt;2/12/2010&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Harvard Divinity School (&lt;a href=&quot;http://osc.hul.harvard.edu/hdspolicy&quot;&gt;11/15/2010&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Harvard Graduate School of Design (&lt;a href=&quot;http://osc.hul.harvard.edu/hgsdpolicy&quot;&gt;3/30/2011&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Harvard School of Public Health (&lt;a href=&quot;http://osc.hul.harvard.edu/hsphpolicy&quot;&gt;11/26/2012&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Why open access is better for scholarly societies</title>
   <link href="https://occasionalpamphlet.com/2013/01/29/why-open-access-is-better-for-scholarly-societies/"/>
   <updated>2013-01-29T21:02:51+00:00</updated>
   <id>https://occasionalpamphlet.com/2013/01/29/why-open-access-is-better-for-scholarly-societies</id>
   <content type="html">&lt;p&gt;[This is a heavily edited transcript of a talk that I gave on January 3, 2013, at a &lt;a href=&quot;http://idiom.ucsd.edu/~bakovic/LSA-OA/&quot;&gt;panel on open access&lt;/a&gt; at the &lt;a href=&quot;http://www.linguisticsociety.org/content/2013-annual-meeting&quot;&gt;87th Annual Meeting&lt;/a&gt; of the &lt;a href=&quot;http://www.linguisticsociety.org/&quot;&gt;Linguistic Society of America&lt;/a&gt; (LSA, the main scholarly society for linguistics, and publisher of the journal &lt;em&gt;Language&lt;/em&gt;), co-sponsored by the &lt;a href=&quot;http://www.mla.org/&quot;&gt;Modern Language Association&lt;/a&gt; (MLA).]&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;Thank you for this opportunity to join &lt;a href=&quot;http://idiom.ucsd.edu/~bakovic/LSA-OA/panelists.html&quot;&gt;the others on this panel&lt;/a&gt; in talking about open access. I will concentrate in particular on the relationship between open access and the future of scholarly societies. I’m thinking in particular of small to medium scholarly societies, which have small publishing programs that are often central to the solvency of the societies and to their ability to do the important work that they do. In one sense it should be obvious, and I think it’s been made obvious by &lt;a href=&quot;http://idiom.ucsd.edu/~bakovic/LSA-OA/panelists.html&quot;&gt;the previous speakers&lt;/a&gt;, that open access meshes well with the missions of scholarly societies. &lt;a href=&quot;http://www.linguisticsociety.org/about&quot;&gt;LSA’s mission&lt;/a&gt;, for instance, is “to advance the scientific study of language. LSA plays a critical role in supporting and &lt;em&gt;disseminating linguistic scholarship both to professional linguists and to the general public&lt;/em&gt;.” [Emphasis added.] So I’ll just assume the societal benefit of open access to researchers and to the general public alike. For the purpose of conversation let’s just take that as given.&lt;/p&gt;
&lt;p&gt;Nonetheless, many scholarly societies, and the faculty that support them, are worried that open access – at least as they understand the concept – could exacerbate the serious financial distress that many of those societies are already under, and even undermine their very existence and thereby their ability to carry out this mission. I’ve heard faculty worry that even “green” open access (self-archiving of articles in open-access repositories) could undermine the economics of journal publishing in such a way that their scholarly societies could be endangered.&lt;/p&gt;
&lt;p&gt;I want to argue that there &lt;em&gt;is&lt;/em&gt; a real threat that many scholarly societies accurately perceive in their publishing programs, but that we must be careful not to misdiagnose this problem. In fact, a general move to open access would be the &lt;em&gt;best&lt;/em&gt; outcome for scholarly society publishers. If the entirety of journal publishing magically metamorphosed somehow to an open-access system, scholarly society publishers would be much better off. From a strategic point of view then, the best course of action for scholarly societies and for the faculty and researchers who support them would be to promote a shift to open access as widely and as quickly as possible. Now, the threat that societies perceive is an economic threat, so my remarks will be almost entirely economic in nature; I’m just warning you. My talk certainly will have no linguistic import at all.&lt;/p&gt;
&lt;h2&gt;Economic properties of the subscription market&lt;/h2&gt;
&lt;p&gt;Let me turn first to some basic truths about the subscription journal market that I’ve come to realize are important in understanding what the underlying economic issues are.&lt;/p&gt;
&lt;h3&gt;Journal access is a complementary good&lt;/h3&gt;
&lt;p&gt;The first is that different journals — viewed as products, as goods being sold — are in economists’ terms complements, not substitutes. Substitute goods are products like Coke and Pepsi. If you have one it decreases the value of the other to you, as they fulfill similar functions. Complements are products like a left shoe and a right shoe – that’s the most extreme case. If you have one it increases the value to you of the other. There are less extreme cases of economic complements – printers and toner cartridges, peanut butter and jelly, pencils and erasers.&lt;/p&gt;
&lt;p&gt;What about scholarly journals? Suppose you’re a patron of a library that subscribes to a bundle of, let’s say, Elsevier journals, including the journal &lt;em&gt;Lingua&lt;/em&gt;. Does the library subscription to that journal make you more or less interested in reading, say, &lt;em&gt;Language&lt;/em&gt;? (We’re holding cost aside. When thinking about complements or substitutes, it’s just about the value to the consumer, not the cost.) Of course, you’re not less inclined to read &lt;em&gt;Language&lt;/em&gt; just because the library subscribes to &lt;em&gt;Lingua&lt;/em&gt;. In fact you may be more inclined, because some &lt;em&gt;Lingua&lt;/em&gt; articles will cite &lt;em&gt;Language&lt;/em&gt; articles. You read the &lt;em&gt;Lingua&lt;/em&gt; article, you want to to read the &lt;em&gt;Language&lt;/em&gt; article it cites. So that would lead you to track down those articles and read them if the library had a subscription. And vice versa: a subscription to &lt;em&gt;Language&lt;/em&gt; can increase the value of a subscription to &lt;em&gt;Lingua&lt;/em&gt;. So journals are economic complements, not substitutes.&lt;/p&gt;
&lt;h4&gt;Inefficiency in the subscription market&lt;/h4&gt;
&lt;p&gt;This has important ramifications. Non-substitutive goods don’t compete against each other and complementary goods in fact support each other in the market. If consumers suddenly buy a lot more Coke, Pepsi is worried. But if peanut butter sales skyrocket, the jelly manufacturers are elated. So the complementary subscription of individual journals means that there’s limited market competition between journals, and limited competition leads to inefficiency in the journal market. (That’s not to say that there isn’t competition between &lt;em&gt;publishers&lt;/em&gt;. But as we’ll see, the primary form of that competition is in competing to acquire journals.)&lt;/p&gt;
&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2013/01/fig-bergstrom.png&quot;&gt;&lt;br /&gt;
&lt;img src=&quot;/assets/2013/01/fig-bergstrom.png&quot; alt=&quot;Average journal prices in a range of fields, differentiated by commercial and non-profit publishers. Left is based on prices as dollars per page. Right is based on dollars per citation, to normalize for quality. Data are from Bergstrom and Bergstrom, Journal pricing across disciplines, 2002.&quot; width=&quot;200&quot;&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;Figure 1: Average journal prices in a range of fields, differentiated by commercial and non-profit publishers. Left is based on prices as dollars per page. Right is based on dollars per citation, to normalize for quality. Data are from Bergstrom and Bergstrom, &lt;a href=&quot;http://octavia.zoology.washington.edu/publishing/pageprice_table.html&quot;&gt;Journal pricing across disciplines&lt;/a&gt;, 2002.&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2013/01/fig-bergstrom.png&quot; alt=&quot;Average journal prices in a range of fields, differentiated by commercial and non-profit publishers. Left is based on prices as dollars per page. Right is based on dollars per citation, to normalize for quality. Data are from Bergstrom and Bergstrom, Journal pricing across disciplines, 2002.&quot; /&gt;
  &lt;figcaption&gt;Figure 1: Average journal prices in a range of fields, differentiated by commercial and non-profit publishers. Left is based on prices as dollars per page. Right is based on dollars per citation, to normalize for quality. Data are from Bergstrom and Bergstrom, &lt;a href=&quot;http://octavia.zoology.washington.edu/publishing/pageprice_table.html&quot;&gt;Journal pricing across disciplines&lt;/a&gt;, 2002.&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;We can see ample evidence of this kind of inefficiency. One clear form of evidence for inefficiency is wide price disparities. The graph in Figure 1 shows average journal prices in a whole range of fields. The data is from &lt;a href=&quot;http://octavia.zoology.washington.edu/publishing/pageprice_table.html&quot;&gt;a study by Bergstrom and Bergstrom&lt;/a&gt;, and they differentiated the cost of the journals by whether the publisher is commercial or non-profit. The dark blue represents the commercial publishers, the light blue the nonprofit publishers. Notice that the commercial publishers on average charge about five times more for their journals than non-profit publishers, as measured by price per page. Now you might think there is a good explanation for this disparity: perhaps these aren’t comparable products. Perhaps the commercial publishers are selling a much better product, higher quality journals, and it’s therefore more expensive to develop them, and that’s what accounts for the price differential. So we can normalize for that by using a proxy for quality. One widely used proxy for quality, &lt;a href=&quot;http://bit.ly/MJ1K7l&quot;&gt;admittedly not a great one&lt;/a&gt; but at least widely touted by journals themselves through the ubiquitous “Impact Factor”, is the number of citations the journal receives. The second graph in Figure 1 thus shows price per citation. Measured this way, commercial journals are fifteen times more expensive than non-profit journals from the same field. Now, linguistics was not one of the fields examined in this study. But the same holds true here as well. For example, the subscription rate for LSA’s journal &lt;em&gt;Language&lt;/em&gt;, published by a non-profit of course, is &lt;a href=&quot;http://www.journalprices.com/cgi-bin/search.cgi?title=&amp;amp;publisher=&amp;amp;issn=0097-8507&amp;amp;sort=titlesort&amp;amp;order=asc&quot;&gt;$3.31 per citation&lt;/a&gt;, whereas Elsevier’s &lt;em&gt;Lingua&lt;/em&gt; is &lt;a href=&quot;http://www.journalprices.com/cgi-bin/search.cgi?title=&amp;amp;publisher=&amp;amp;issn=0024-3841&amp;amp;sort=titlesort&amp;amp;order=asc&quot;&gt;$32.30 per citation&lt;/a&gt; – almost exactly ten times more expensive.&lt;/p&gt;
&lt;p&gt;This kind of price differential is a clear sign of market failure, especially as it has been sustained over decades. You just do not get this kind of price disparity preserved over long periods of time in well functioning markets. Go to the various grocery stores in your neighborhood and see if you can find apples at different grocery stores at a price differential of a factor of ten. It does not happen. Such price disparities are a clear sign of inefficiency.&lt;/p&gt;
&lt;h3&gt;Journal access is a monopolistic good&lt;/h3&gt;
&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2013/01/fig-margins.png&quot;&gt;&lt;br /&gt;
&lt;img src=&quot;/assets/2013/01/fig-margins.png&quot; alt=&quot;Elsevier revenues, profit, and profit margin, 2002–2011. Data are from Mike Taylor, The obscene profits of commercial scholarly publishers, 2012.&quot; width=&quot;200&quot;&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;Figure 2: Elsevier revenues, profit, and profit margin, 2002–2011. Data are from Mike Taylor, &lt;a href=&quot;http://svpow.com/2012/01/13/the-obscene-profits-of-commercial-scholarly-publishers/&quot;&gt;The obscene profits of commercial scholarly publishers&lt;/a&gt;, 2012.&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2013/01/fig-margins.png&quot; alt=&quot;Elsevier revenues, profit, and profit margin, 2002–2011. Data are from Mike Taylor, The obscene profits of commercial scholarly publishers, 2012.&quot; /&gt;
  &lt;figcaption&gt;Figure 2: Elsevier revenues, profit, and profit margin, 2002–2011. Data are from Mike Taylor, &lt;a href=&quot;http://svpow.com/2012/01/13/the-obscene-profits-of-commercial-scholarly-publishers/&quot;&gt;The obscene profits of commercial scholarly publishers&lt;/a&gt;, 2012.&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;The second basic truth is that the good being sold in the subscription market is access, and access is a monopolistic good. The monopoly is enabled by copyright, founded in the government’s ability as codified in &lt;a href=&quot;http://www.senate.gov/civics/constitution_item/constitution.htm#a1_sec8&quot;&gt;Article I Section 8 of the Constitution&lt;/a&gt; to provide an exclusive right to the creator of a work for a limited period of time. Subscription publishers acquire exclusive rights to the articles they publish — typically by acquiring copyright, sometimes by acquiring an exclusive license, which is a distinction without a difference — and this allows publishers in theory and in many cases in practice to extract monopoly rents in selling access to the articles. We see evidence of this as well. For example, in Figure 2, I show a graph of the revenues, profits, and most importantly the profit margin, for the publisher Elsevier over the last decade. It’s quite a good business with annual revenues of over $2 billion, but that’s not the big point. The big point is the extraordinary 35–40% profit margins. It’s not just Elsevier. Many large commercial publishers have maintained these kinds of profit margins over a long period of time. An interesting thing to look at is the steady increase in the margins even during the financial crisis starting in 2009 when, for instance, many university endowments and library budgets dropped precipitously. Harvard’s endowment went down by 30% but Elsevier did just fine, and the other large publishers as well. So maintaining those kinds of profit margins again is a sign of the ability to extract monopoly rents.&lt;/p&gt;
&lt;h3&gt;Journal access is a bundled good&lt;/h3&gt;
&lt;p&gt;The third basic truth is that pricing is controlled not at the level of the individual journal but at the level of a bundle of journals. The large publishers have portfolios of hundreds to thousands of journals. They can therefore apply prices to a bundle of journals, not a single journal. They can show vastly different prices to different buyers and use the bundles to incentivize buyers, the libraries, to pay larger fees. The upshot of this point, that pricing happens at the bundle level and not the journal level, is that a library can find it extremely difficult to control its expenditures by canceling individual journals because the publisher can just price the smaller bundle at essentially the same cost as the larger bundle.&lt;/p&gt;
&lt;p&gt;I’ll tell you a personal story. Some years ago, Harvard was one of the first universities to &lt;a href=&quot;http://www.econ.ucsb.edu/~tedb/Journals/harvardletter040101.htm&quot;&gt;cancel the “big deal” with Elsevier&lt;/a&gt;. I don’t want to pick on Elsevier. They’re not bad people. They’re a wonderful group of folks. Lots of the large publishers of journals work this way and it’s not because they’re evil or anything like that. I just mention the Elsevier case as a convenient story. Harvard was one of the first universities to cancel its “big deal” and went &lt;em&gt;a la carte&lt;/em&gt; on the journals. In the &lt;a href=&quot;http://seas.harvard.edu/&quot;&gt;School of Engineering and Applied Sciences&lt;/a&gt;, my own school, we had been subscribing to around 130 Elsevier journals in engineering and applied sciences as I recall. We took the opportunity to cancel about 100 of these journals, leaving something like 30 journals, hoping to recoup some costs. And we did. The first year we recouped about 20%. The following year the total cost was back where it had been before the cancellations, and it has increased steadily from there. From the library’s point of view, you can’t win by canceling journals, because the product is not the journal, it’s the bundle.&lt;/p&gt;
&lt;p&gt;Edlin and Rubinfeld, in &lt;a href=&quot;http://works.bepress.com/aaron_edlin/37/&quot;&gt;a Law Review article about possible anti-trust implications of this bundling&lt;/a&gt;, say “The immediate effect of [bundled pricing] has been to move competition from individual journals to large bundles of journals. … Creating a large bundle of journals to compete with Elsevier or Kluwer seems almost insurmountable. … There are indications that [bundled pricing] is hindering entry. Librarians … say that they would spend more money for journals from smaller and alternative publishers if they could achieve proportionate savings from reductions. By selling electronic bundles, publishers have erected a strategic barrier to entry at just the time that the electronic publishing possibility has made it increasingly possible for alternative publishers to overcome the existing structural barriers.” The fact that competition is at the level of bundles, not at the level of journals, is very important.&lt;/p&gt;
&lt;h3&gt;The result: market dysfunction&lt;/h3&gt;
&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2013/01/fig-increases.png&quot;&gt;&lt;br /&gt;
&lt;img src=&quot;/assets/2013/01/fig-increases.png&quot; alt=&quot;Scholarly journal expenditures percentage increase 1986–2010 compared to consumer price index. Data from Association for Research Libraries.&quot; width=&quot;200&quot;&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;Figure 3: Scholarly journal expenditures percentage increase 1986–2010 compared to consumer price index. Data from Association for Research Libraries.&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2013/01/fig-increases.png&quot; alt=&quot;Scholarly journal expenditures percentage increase 1986–2010 compared to consumer price index. Data from Association for Research Libraries.&quot; /&gt;
  &lt;figcaption&gt;Figure 3: Scholarly journal expenditures percentage increase 1986–2010 compared to consumer price index. Data from Association for Research Libraries.&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;When we put all these properties of the journal market together, the end result is market dysfunction and a steady long-term hyperinflation in journal expenditures by libraries. Figure 3 shows a graph of serials expenditures over the last couple of decades, the dark blue line. The light blue line is the consumer price index, a proxy for the ambient rate of inflation. You can see that serials expenditures in research libraries have been going up at something like three times the rate of inflation for decades. Exponential real growth in the cost of journals is an unsustainable state of affairs.&lt;/p&gt;
&lt;p&gt;I return to the issue of inefficiency. Why is it that the non-profit publishers are so much more efficient than the commercial publishers? Not in every case of course but on average the difference is really striking. There are a couple of possible reasons. One is that the non-profits tend to be scholarly societies who may be motivated not by profit maximization but by service to the field. I think that’s true to a certain extent. But also the non-profits tend to be small publishers with few journals – maybe one, two, three, five, ten journals. Since bundle size governs market power, non-profits have less ability to grow margins. And scholarly societies rightly complain that they’re being squeezed. From the point of view of libraries, if you have to cancel something you can recoup revenue if you cancel the journals from a small publisher. You can’t recoup revenue if you cancel journals from the large commercial publishers. As a library, what are you going to do? Cancel scholarly society journals, just as the societies have been rightly complaining about.&lt;/p&gt;
&lt;p&gt;But notice that the problem that scholarly societies face, a problem that will only increase in a status quo future, is based not on open access but on &lt;em&gt;inherent properties of the subscription market that they participate in&lt;/em&gt;. For scholarly societies, the status quo is not a good alternative. Doing nothing is a failing strategy.&lt;/p&gt;
&lt;h2&gt;Open-access journals as a preferable system&lt;/h2&gt;
&lt;p&gt;The idea of open-access journals is that they provide access to the articles for free. How can this be a better system for scholarly societies, given that much of the societies’ revenues may come from the publishing program?&lt;/p&gt;
&lt;p&gt;Open-access journals don’t charge for access, but that doesn’t mean they eschew revenue entirely. Open-access journals are just selling a different good, and therefore participating in a different market. Instead of selling access to readers (or the readers’ proxy, the libraries), they sell publisher services to the authors (or to the authors’ proxy, their research funders).&lt;/p&gt;
&lt;p&gt;In fact there are now over 8,500 open-access journals listed in the &lt;a href=&quot;http://www.doaj.org/&quot;&gt;Directory of Open Access Journals&lt;/a&gt;. Some of them have been mentioned already on this panel: &lt;a href=&quot;http://linguistic-discovery.dartmouth.edu/cgi-bin/WebObjects/Journals.woa/xmlpage/1/issue&quot;&gt;&lt;em&gt;Linguistic Discovery&lt;/em&gt;&lt;/a&gt;, &lt;a href=&quot;http://semprag.org/&quot;&gt;&lt;em&gt;Semantics and Pragmatics&lt;/em&gt;&lt;/a&gt;. The majority of existing open-access journals, like those journals, &lt;a href=&quot;http://bit.ly/dlr9LC&quot;&gt;don’t charge author-side article-processing charges&lt;/a&gt; (APCs). But in the end APCs seems to me the most reasonable, reliable, scalable, and efficient revenue mechanism for open-access journals. This move from reader-side subscription fees to author-side APCs has dramatic ramifications for the structure of the market that the publisher participates in.&lt;/p&gt;
&lt;h3&gt;Economic properties of the open-access journal market&lt;/h3&gt;
&lt;p&gt;The open-access APC market has quite different properties from the subscription market. Recall the basic truths about the subscription market. Journals are complements, not substitutes. There’s limited market competition. The product being sold is a monopolistic good. Pricing is controlled at the bundle level. What are the corresponding properties of the publisher services market, the market that open-access journals participate in? In that market, the purchaser of the good is the author or the author’s proxy, not the reader or reader&apos;s proxy. And from the point of view of an author, two journals are not complements but substitutes. You can publish your article in the &lt;em&gt;Journal of Linguistics&lt;/em&gt; or &lt;em&gt;Lingua&lt;/em&gt; or better yet in &lt;em&gt;Language&lt;/em&gt;. But having published it in one, you have no incentive to publish it in the other. In fact, you’re not allowed to publish in both, making journals &lt;em&gt;perfect&lt;/em&gt; substitutes. There is no value to the second journal once you’ve published the article in the first journal, from the point of view of the author trying to get a publication.&lt;/p&gt;
&lt;p&gt;So journals compete for authors in a way they don’t for readers, and this competition leads to much greater efficiency. Open-access publishers are highly motivated to provide better services at lower price to compete for authors’ article submissions. We actually see evidence of this competition on both price and quality happening in the market. I won’t go through examples but &lt;a href=&quot;http://bit.ly/3ZTgRt&quot;&gt;have written about it previously&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Second, publisher services on the author side are not a monopolistic good. Anyone can provide those services. In fact because the service is a knowledge good, there are exceptionally low barriers to entry. Kai von Fintel and David Beaver can just unilaterally set up &lt;em&gt;Semantics and Pragmatics&lt;/em&gt;; maybe they’ll be successful and maybe they won’t. In this case, it turned out pretty well. The low barrier to entry further enhances competition and improves the efficiency of the market.&lt;/p&gt;
&lt;p&gt;Finally, pricing is controlled not at the level of the bundle of journals. You don’t care about the bundle of the publisher when you’re an author submitting to a journal. You care about the journal. Actually, pricing is not even at the journal level, but at the level of the individual article. So price competition happens at that level as well, with journals competing for individual articles on price as well as quality.&lt;/p&gt;
&lt;p&gt;In summary, the open-access APC market is a more efficient market than the closed-access subscription market for reasons of basic economics. That’s not just my opinion. Claudio Aspesi, senior analyst at Sanford Bernstein studying the finances of publishing companies, &lt;a href=&quot;http://www.richardpoynder.co.uk/OAcosts.pdf&quot;&gt;has estimated&lt;/a&gt; that a transition to open access would lead to Elsevier cutting its margins by 41–89%.&lt;/p&gt;
&lt;h3&gt;
&lt;a id=&quot;comparativecost&quot;&gt;&lt;/a&gt;Comparative cost of open-access journals&lt;/h3&gt;
&lt;p&gt;Let me say something about the overall cost for the two kinds of models. The APCs that open-access journals charge range from $0 to around $3,000. The median &lt;a href=&quot;http://bit.ly/dlr9LC&quot;&gt;turns out to be zero&lt;/a&gt;. But for those open-access journals that do charge a fee, the mean is around $1,200, and reasonable sustainable fees seem to be shaking out in the $1,000 to $1,500 range. Let’s call it $1,500. Since article processing fees are essentially the totality of revenue that open-access journals receive, the APC is a reasonable figure for average revenue per article. There are open-access publishers who are profitable in that range, including commercial open-access journals.&lt;/p&gt;
&lt;p&gt;What’s the corresponding number for subscription journals? What is their average revenue per article? The &lt;a href=&quot;http://www.aau.edu/WorkArea/DownloadAsset.aspx?id=10044&quot;&gt;Scholarly Publishing Roundtable&lt;/a&gt; reported total 2008 revenue for scholarly publishing at $8 billion on 1.5 million articles, the vast bulk of that revenue coming from subscription fees. Average revenue per article for subscription journals is, by that measure, over $5,000 an article. Remember that this averages over all of the journals — the high quality and the low alike.&lt;/p&gt;
&lt;p&gt;So what’s happening is that authors one way or another are paying. Either you’re paying an APC to an open-access journal or you’re paying with your copyright to a subscription journal, which the publisher then monetizes, turning it into about $5,000 per article. It turns out that if we moved from a subscription journal world to an open-access world, the institutions of the world would go from paying, on average, $5,000 an article to about $1,500. Let’s suppose the $1,500 estimate is unreasonably low. Let’s suppose that really the &lt;em&gt;average&lt;/em&gt; APC would be what the &lt;em&gt;most high-end&lt;/em&gt; open-access journal, &lt;em&gt;PLoS Biology&lt;/em&gt;, now charges – that’s $2,900; call it $3,000. If every article moved from the subscription model to an open-access APC model at the high end of cost – we would still be saving 40%. And more importantly, we would be better executing the scholarly society mission by providing the broadest possible dissemination.&lt;/p&gt;
&lt;h3&gt;Scholarly societies as open-access publishers&lt;/h3&gt;
&lt;p&gt;Who wins in this kind of market – a non-monopolistic, competitive market of substitutes where the processing fees are considerably less than the current cost per article for subscription journals? The publisher who wins in that market is the publisher who can provide the best services, including imprimatur, at the lowest price to the author, that is, the publisher who is most efficient. Scholarly society publishers would have a huge lead in this market, because they are manifestly more efficient than commercial publishers by a large factor. If the scholarly journal market were structured as the open-access journal market rather than the subscription journal market, scholarly society publishers would be the big winners. And scholarly societies are beginning to realize that open access could be a boon not only to their mission – that much should be uncontroversial – but also to their solvency. Perhaps for this reason, some &lt;a href=&quot;http://bit.ly/oaj-society&quot;&gt;600 scholarly societies&lt;/a&gt;, including the LSA, are already publishing open-access journals.&lt;/p&gt;
&lt;p&gt;At the root, the reason that scholarly societies benefit from playing in the open-access APC market rather than the closed-access subscription fee market is the difference in the goods being sold. When the good is a journal bundle, the companies with the biggest bundles, the large commercial publishers, win. When the good is publisher services for an individual article, the publishers that can deliver those services for an individual article most efficiently, the non-profit publishers, win. Sure, there are economies of scale, but empirical evidence shows that the scholarly societies are already far better able to efficiently deliver services despite any scale disadvantage.&lt;/p&gt;
&lt;h2&gt;The problem for open access: the transition&lt;/h2&gt;
&lt;p&gt;Now, all that sounds great, but I don’t want to be too positive. As I said at the outset, there &lt;em&gt;is&lt;/em&gt; a real worry that society publishers should have about the open-access APC market. But it’s not that they’d be at a competitive disadvantage in that market; I think that they’d have a huge advantage. And it’s important to remember that they’re already at a huge disadvantage in the subscription journal market; &lt;em&gt;status quo is a failing strategy&lt;/em&gt;. Rather the problem is this. Open-access journals are at a disadvantage in their competition for authors against subscription journals. That is, the problem arises &lt;em&gt;across the two markets&lt;/em&gt;. When the only kind of journals are open-access journals, scholarly societies have the upper hand. When there are both kinds of journals in the market, both subscription journals and open-access journals, the open-access journals are at a competitive disadvantage because (from the author’s point of view) publishing is free in a subscription journal. (Of course, it’s not really free; it’s just that the research libraries of the world are underwriting the very high $5,000 cost per article.) By contrast, in an open-access APC journal, the author personally could be out let’s say $1,200 or $1,500 or whatever. This is a problem not just for scholarly societies but for &lt;em&gt;all&lt;/em&gt; publishers exploring the possibility of going fee-based open access.&lt;/p&gt;
&lt;p&gt;To make a transition possible, what we, as supporters of scholarly societies, should be working on is placing open-access journals on a level playing field with subscription journals. There’s a principle at stake here, and the principle is this: &lt;em&gt;Dissemination of research results is an inherent part of the research process.&lt;/em&gt; This is something that publishers themselves are frequently pointing out — that they are part of the research process. Consequently, &lt;em&gt;the funders of that research should underwrite dissemination of the results&lt;/em&gt;. Who are the funders of the research? In science, technology, and medicine, public and private funding agencies are the primary research funders. By this principle then, the funding agencies giving the grants in those areas would be on the hook to pay the $1,000 or $1,200 or $1,500 or $2,900 publication fees. Most funding agencies already will pay for publication costs for open-access journals (though not in an ideal way, which &lt;a href=&quot;http://bit.ly/sLhk3H&quot;&gt;I’ve written about in the past&lt;/a&gt;). What about fields where there aren’t funding agencies handing out large grants? In the humanities and social sciences, universities are the de facto primary research funders. Faculty members in universities are doing research in those fields as part of their employment as researchers. As the primary research funders in the humanities and social sciences, in linguistics in particular, the universities that employ us should be on the hook to disseminate the research results that their researchers generate.&lt;/p&gt;
&lt;p&gt;This is the principle behind an effort called the &lt;a href=&quot;http://www.oacompact.org/&quot;&gt;&lt;em&gt;Compact for Open-Access Publishing Equity&lt;/em&gt;&lt;/a&gt;. It was set up by a group of five universities initially — Cornell, Dartmouth, Harvard, MIT, and Berkeley — to place the open-access revenue model on a more level playing field with the subscription model. Since then &lt;a href=&quot;http://www.oacompact.org/signatories/&quot;&gt;another dozen or so institutions have signed on&lt;/a&gt;. The Compact says that these universities &lt;a href=&quot;http://www.oacompact.org/compact/&quot;&gt;commit to providing a mechanism for underwriting reasonable publication fees for articles written by their faculty and published in fee-based open-access journals&lt;/a&gt;. From the point of view of these signatory institutions, and the &lt;a href=&quot;http://www.oacompact.org/signatories/&quot;&gt;many other institutions that don’t happen to be signatories but have similar funding policies&lt;/a&gt;, if you structure your journal as an open-access journal charging a publication fee, you don’t need to worry that the authors will be personally out of pocket to pay those fees; the university will pay on their behalf.&lt;/p&gt;
&lt;h2&gt;Next steps&lt;/h2&gt;
&lt;p&gt;Given that the open-access publication fee market would be preferable from the point of view of scholarly societies and their members, what should scholarly societies be doing from the strategic point of view? What is in the best interest of us as supporters of scholarly societies? Happily the best interest of scholarly society publishers is the best interest of the scholars themselves, namely as rapid a transition to open access as possible. So scholarly societies should be doing what they can to speed that transition, and I’m glad to say that the LSA and the MLA are working in that direction. I wish all scholarly societies would do so as well.&lt;/p&gt;
&lt;p&gt;Of course, the ideal action for a scholarly society is to convert all of its journals to open access. By doing so, they help set expectations among authors that &lt;em&gt;we don’t restrict access to articles&lt;/em&gt;, thereby hastening the day that closed-access journals find it impossible to compete for authors.&lt;/p&gt;
&lt;p&gt;But some scholarly societies may still find it too worrisome to take such a bold move, not because they disagree with my conclusion that they fare better in an open access world, but because they fear not making it through the transition to that world. I’m sympathetic to that worry. Still, there are important actions that societies can take short of converting all of their journals to open access, actions that will still greatly contribute to changing the expectations of scholars that research results should be and are being made accessible. Scholarly societies can:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;em&gt;Experiment with open access&lt;/em&gt; for at least some of their journals (as LSA is doing with &lt;em&gt;Semantics and Pragmatics&lt;/em&gt;), thereby gaining exactly the experience with open-access publishing that will be invaluable in the future.&lt;/li&gt;
&lt;li&gt;Along the same lines, &lt;em&gt;commit to open access for any new journals&lt;/em&gt;.&lt;/li&gt;
&lt;li&gt;For the legacy non-open-access journals, &lt;em&gt;provide delayed open-access&lt;/em&gt; to articles, making them available with a broad license after, say, six months or one year. The LSA has &lt;a href=&quot;http://www.linguisticsociety.org/content/update-status-lsa-publications&quot;&gt;already taken this important step&lt;/a&gt;. Once conditions are right, the delay can simply be dropped.&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Explicitly allow self-archiving&lt;/em&gt; of articles published in their journals, the green open access that I alluded to at the start of the talk. Doing so sends a strong signal that the society supports open access. At the same time, there is “&lt;a href=&quot;http://www.ced.org/component/blog/entry/1/765&quot;&gt;no persuasive evidence that increased access threatens the sustainability of traditional subscription-supported journals, or their ability to fund rigorous peer review&lt;/a&gt;.” TheLSA does this, and the MLA &lt;a href=&quot;http://crln.acrl.org/content/73/11/650.full&quot;&gt;recently announced&lt;/a&gt; that they are modifying their publication agreement along these lines, and even allowing distribution of the final published version after one year.&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Recognize, accommodate, and promote university and funder open-access policies&lt;/em&gt;. Accommodation requires only the addition of a single sentence to a publisher’s publication agreement. The pertinent sentence taken from the &lt;a href=&quot;http://scholars.sciencecommons.org/&quot;&gt;Science Commons addenda&lt;/a&gt; is this:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Where applicable, Publisher acknowledges that Author’s assignment of copyright or Author’s grant of exclusive rights in the Publication Agreement is subject to Author’s prior grant of a non-exclusive copyright license to Author’s employing institution and/or to a funding entity that financially supported the research reflected in the Article as part of an agreement between Author or Author’s employing institution and such funding entity, such as an agency of the United States government.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;(My guess is that it should be possible to generate an English version of such a sentence as well.)&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Support pro-open-access legislation&lt;/em&gt; such as &lt;a href=&quot;http://www.taxpayeraccess.org/issues/frpaa/index.shtml&quot;&gt;the Federal Research Public Access Act&lt;/a&gt;. At the least, scholarly societies should disavow anti-open-access statements made on their behalf by publishing consortia, as the MLA did in its &lt;a href=&quot;http://www.mla.org/ec_opp_rwa&quot;&gt;statement&lt;/a&gt; opposing the &lt;a href=&quot;http://cyber.law.harvard.edu/hoap/Notes_on_the_Research_Works_Act&quot;&gt;Research Works Act&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Leverage the society’s membership to &lt;em&gt;push for open-access underwriting&lt;/em&gt; by funding agencies and by universities such as envisioned by the &lt;a href=&quot;http://www.oacompact.org/&quot;&gt;Compact for Open-Access Publishing Equity&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To the extent that we can get a transition to a primarily open-access publishing system to happen, scholarly societies, their members, and the general public will all be much better off, which is a happy confluence of interest. Thank you very much.</content>
 </entry>
 
 <entry>
   <title>Guest Post: On Lance Armstrong</title>
   <link href="https://occasionalpamphlet.com/2013/01/22/guest-post-on-lance-armstrong/"/>
   <updated>2013-01-22T19:42:12+00:00</updated>
   <id>https://occasionalpamphlet.com/2013/01/22/guest-post-on-lance-armstrong</id>
   <content type="html">&lt;p&gt;[&lt;em&gt;I am pleased to present a guest post from my friend &lt;a href=&quot;http://new.wellesley.edu/economics/faculty/velenchika&quot;&gt;Ann Velenchik&lt;/a&gt;, professor of economics at Wellesley College, director of their writing program, and &lt;a href=&quot;https://itunes.apple.com/us/itunes-u/an-unsolitary-life/id414301582&quot;&gt;expert monologist&lt;/a&gt;. This post is reproduced from her private blog, which I am privileged to have access to, in which she has chronicled her experience with her leukemia diagnosis and treatment over the last three years.&lt;/em&gt;]&lt;/p&gt;
&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a title=&quot;Oprah Winfrey by HarvardEducation, on Flickr&quot; href=&quot;http://www.flickr.com/photos/harvardeducation/6810617316/&quot;&gt;&lt;img src=&quot;/assets/2013/01/6810617316_20e2025d3f_n.jpg&quot; alt=&quot;Oprah Winfrey&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;...one of my idols...&lt;/span&gt;&lt;br&gt;&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;&quot;&lt;a href=&quot;http://www.flickr.com/photos/wallyg/2224874868/&quot;&gt;Oprah Winfrey speaks at the launch of the Born This Way Foundation&lt;/a&gt;&quot; image by flickr user &lt;a href=&quot;http://www.flickr.com/photos/harvardeducation/&quot;&gt;HarvardEducation&lt;/a&gt;.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;Oprah Winfrey&quot; src=&quot;/assets/2013/01/6810617316_20e2025d3f_n.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;...one of my idols...&lt;/span&gt; &lt;br/&gt;&lt;span class=&quot;caption-source&quot;&gt;&quot;&lt;a href=&quot;http://www.flickr.com/photos/wallyg/2224874868/&quot;&gt;Oprah Winfrey speaks at the launch of the Born This Way Foundation&lt;/a&gt;&quot; image by flickr user &lt;a href=&quot;http://www.flickr.com/photos/harvardeducation/&quot;&gt;HarvardEducation&lt;/a&gt;.&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;January 18, 2013 — Despite living with Bicycle Boy, I take no interest in competitive cycling. We were in Paris for the end of the Tour de France in 2008, and while Tom, Becca and Nate all stood on benches to see the riders circle the Arc de Triomphe, I was happily drinking an orangina at a table far from the crowds. Tom has assured me, for years, that Armstrong has clearly been doping, and I frankly didn&apos;t think much more about it.&lt;/p&gt;
&lt;p&gt;But I obviously couldn&apos;t escape the news that Oprah would be interviewing Armstrong on TV last night and, because Oprah is one of my idols, I did a little web surfing this morning to find out what was said. And I found something that made me so angry that I had to respond.&lt;/p&gt;
&lt;p&gt;In a part of the conversation about &lt;em&gt;why&lt;/em&gt; he had started doping, and how he justified it to himself, Armstrong lay some of the blame on the &quot;fighting spirit&quot; he developed during his &quot;battle&quot; with testicular cancer from October 1996 to February 1997.&lt;/p&gt;
&lt;p&gt;“That process turned me into a person — it was truly win at all costs,” Armstrong said. “When I was diagnosed, I said, ‘I will do anything I need to do to survive,’ and that’s good. And I took that attitude, that ruthless and relentless and win-at-all-costs attitude into cycling, and that’s bad.”&lt;/p&gt;
&lt;p&gt;Let&apos;s leave aside the fact that there&apos;s evidence that he started doping before he got cancer, and that it&apos;s possible that taking a lot of testosterone might have made that cancer worse. Let&apos;s just talk about the idea that the attitude that helped him &quot;win&quot; the cancer battle justifies, or even explains, what the evidence indicates he has done since.&lt;/p&gt;
&lt;p&gt;I think it is highly possible that cancer diagnosis and treatment in the prime of his life was a deep and abiding trauma that warped his moral compass. As I have said before, I don&apos;t think cancer is a blessing in disguise, and I don&apos;t think all the lessons we learn there are good ones, let alone worth the price. So I am not even pissed off that he has the audacity to use his status as a cancer patient to explain the appalling way he has treated people.&lt;/p&gt;
&lt;p&gt;What pisses me off is his description of the attitude he brought to treatment itself. When he says &quot;I will do anything I need to do to survive...ruthless and relentless and win-at-all-costs...,&quot; as though lying and cheating and doing &lt;em&gt;terrible things to other people&lt;/em&gt; were part of the cancer process, that&apos;s when my head starts to explode.&lt;/p&gt;
&lt;p&gt;Because, here&apos;s the thing. There isn&apos;t much in cancer treatment that requires lying or cheating, that requires you to sue for libel the people who are actually telling the truth, or that allows you to threaten and bully and defame other people. Yes, there&apos;s a lot of win-at-all costs to be found there, but those aren&apos;t costs you get to impose on other people.&lt;/p&gt;
&lt;p&gt;Lance Armstrong misspoke. Cancer treatment isn&apos;t about being willing to &lt;em&gt;do anything to anyone&lt;/em&gt; in order to win. It&apos;s about being willing to &lt;em&gt;endure anything&lt;/em&gt; onesself. Here&apos;s my guess. Lance Armstrong is a very bad guy who was a bad guy before he got cancer and perhaps a worse one afterward. He doped because he was getting away with it and getting richer and more famous every minute. He lied and intimidated and threatened and bullied because, as I heard one person say, when he got cornered his strategy was to double down. And maybe his experience as a cancer patient was part of the list of things that made him so broken. But that&apos;s about him, not about cancer.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Aaron Swartz's legacy</title>
   <link href="https://occasionalpamphlet.com/2013/01/13/aaron-swartzs-legacy/"/>
   <updated>2013-01-13T19:35:53+00:00</updated>
   <id>https://occasionalpamphlet.com/2013/01/13/aaron-swartzs-legacy</id>
   <content type="html">&lt;p&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/REC-html40/loose.dtd&quot;&gt;&lt;br /&gt;
&lt;html&gt;&lt;body&gt;
&lt;p&gt;Government zealotry in prosecuting brilliant people is a repeating theme. It gave rise to &lt;a href=&quot;http://bit.ly/VZSPnH&quot;&gt;one of the great intellectual tragedies of the 20th century, the death of Alan Turing after his appalling treatment by the British government&lt;/a&gt;. Sadly, we have just been presented with another case. Aaron Swartz &lt;a href=&quot;http://www.nytimes.com/2013/01/13/technology/aaron-swartz-internet-activist-dies-at-26.html&quot;&gt;committed suicide at his apartment in New York this week&lt;/a&gt; in the face of an &lt;a href=&quot;http://unhandled.com/2013/01/12/the-truth-about-aaron-swartzs-crime/&quot;&gt;overreaching prosecution&lt;/a&gt; of his JSTOR download action. I never met him, but I understand &lt;a href=&quot;http://lessig.tumblr.com/post/40347463044/prosecutor-as-bully&quot;&gt;from those who knew him well&lt;/a&gt; that he was a brilliant, committed person who only acted intending to do good in the world. I&apos;m on the record disagreeing with the particulars of the open access tactic for which he was being prosecuted, &lt;a href=&quot;http://bit.ly/n9Wssm&quot;&gt;on the basis that it was counterproductive&lt;/a&gt;. But I empathize with the gut instinct that led to his effort. I hope that it will inspire us all to redouble our efforts to eliminate the needless restraints on the distribution and use of scholarship as Swartz himself was trying to achieve.&lt;/p&gt;
&lt;p&gt;&lt;/body&gt;&lt;/html&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>When practice and logic conflict, change the practice</title>
   <link href="https://occasionalpamphlet.com/2013/01/03/when-practice-and-logic-conflict-change-the-practice/"/>
   <updated>2013-01-03T20:14:21+00:00</updated>
   <id>https://occasionalpamphlet.com/2013/01/03/when-practice-and-logic-conflict-change-the-practice</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2013/01/2224874868_a960ca8022_b.jpg&quot;&gt;&lt;img src=&quot;/assets/2013/01/2224874868_a960ca8022_b-300x200.jpg&quot; alt=&quot;...our little tiff in the late 18th century... / NYC - Metropolitan Museum of Art: Washington Crossing the Delaware / image by flickr user wallyg / used by permission&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;...our little tiff in the late 18th century...&lt;/span&gt;&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;&quot;&lt;a href=&quot;http://www.flickr.com/photos/wallyg/2224874868/&quot;&gt;NYC - Metropolitan Museum of Art: Washington Crossing the Delaware&lt;/a&gt;&quot; image by flickr user &lt;a href=&quot;http://www.flickr.com/photos/wallyg/&quot;&gt;wallyg&lt;/a&gt;. &lt;a href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/&quot;&gt;Used by permission&lt;/a&gt;.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;...our little tiff in the late 18th century... / NYC - Metropolitan Museum of Art: Washington Crossing the Delaware / image by flickr user wallyg / used by permission&quot; src=&quot;/assets/2013/01/2224874868_a960ca8022_b-300x200.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;...our little tiff in the late 18th century...&lt;/span&gt; &lt;span class=&quot;caption-source&quot;&gt;&quot;&lt;a href=&quot;http://www.flickr.com/photos/wallyg/2224874868/&quot;&gt;NYC - Metropolitan Museum of Art: Washington Crossing the Delaware&lt;/a&gt;&quot; image by flickr user &lt;a href=&quot;http://www.flickr.com/photos/wallyg/&quot;&gt;wallyg&lt;/a&gt;. &lt;a href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/&quot;&gt;Used by permission&lt;/a&gt;.&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;I&apos;m shortly off to give a talk at the &lt;a href=&quot;http://www.linguisticsociety.org/meetings-institutes/annual-meetings/2013&quot;&gt;annual meeting&lt;/a&gt; of the &lt;a href=&quot;http://www.linguisticsociety.org/&quot;&gt;Linguistic Society of America&lt;/a&gt; (on &lt;a href=&quot;http://idiom.ucsd.edu/~bakovic/LSA-OA/panelists.html&quot;&gt;why open access is better for scholarly societies&lt;/a&gt;, which I&apos;ll be blogging about soon), but in the meantime, a linguistically related post about punctuation.&lt;/p&gt;
&lt;p&gt;Careful readers of this blog (are there any careful readers of this blog? are there any readers at all?) will note that I generally eschew the peculiarly American convention of moving punctuation within a closing quotation mark. Examples from &lt;a href=&quot;http://occasionalpamphlet.com/&quot;&gt;The Occasional Pamphlet&lt;/a&gt; abound: &lt;a href=&quot;http://bit.ly/SX6iM2&quot;&gt;here&lt;/a&gt;, &lt;a href=&quot;http://bit.ly/QtgNnM&quot;&gt;here&lt;/a&gt;, &lt;a href=&quot;http://bit.ly/QOAfwR&quot;&gt;here&lt;/a&gt;, &lt;a href=&quot;http://bit.ly/RY93PX&quot;&gt;here&lt;/a&gt;, &lt;a href=&quot;http://bit.ly/MaYcO8&quot;&gt;here&lt;/a&gt;, &lt;a href=&quot;http://bit.ly/LQilIQ&quot;&gt;here&lt;/a&gt;, &lt;a href=&quot;http://bit.ly/wOnMEq&quot;&gt;here&lt;/a&gt;, and &lt;a href=&quot;http://bit.ly/yi8osW&quot;&gt;here&lt;/a&gt;. And that&apos;s just from 2012. It&apos;s surprising how often this punctuation convention comes into play.&lt;/p&gt;
&lt;p&gt;Instead, I use the convention that only the stuff being quoted is put within the quotation marks. This is sometimes called the &quot;British&quot; convention, despite the fact that other nationalities use it as well, presumably to emphasize the American/British dualism extant from &lt;a href=&quot;http://en.wikipedia.org/wiki/American_Revolutionary_War&quot;&gt;our little tiff in the late 18th century&lt;/a&gt;. I use the &quot;British&quot; convention because the &quot;American&quot; convention is, in technical terms, stupid.&lt;/p&gt;
&lt;p&gt;The story goes that punctuation appearing within the quotation mark is more aesthetically pleasing than punctuation outside the quotation mark. But even if that were true, clarity trumps beauty. Moving the punctuation means that when you see a quoted string with some final punctuation, you don&apos;t know if that punctuation is or is not intended to be part of the thing being quoted; it is systematically ambiguous.&lt;/p&gt;
&lt;p&gt;Apparently, my view is highly controversial. For example, when working with &lt;a class=&quot;zem_slink&quot; href=&quot;http://mitpress.mit.edu&quot; rel=&quot;homepage&quot; target=&quot;_blank&quot; title=&quot;MIT Press&quot;&gt;MIT Press&lt;/a&gt; on &lt;a href=&quot;http://www.theturingtest.com/&quot;&gt;my book on the Turing test&lt;/a&gt;, my copy editor (who, by the way, was wonderful, and amazingly patient) moved all my punctuation around to satisfy the American convention. I moved them all back. She moved them again. We got into a long discussion of the matter; it seems she had never confronted an author who felt strongly about punctuation before. (I presume she had never copy-edited Geoff Pullum, from whom more later.) As a compromise, we left the punctuation the way I liked it---mostly---but she made me add the &lt;a href=&quot;http://books.google.com/books?id=CEMYUU_HFMAC&amp;amp;printsec=frontcover&amp;amp;dq=turing+test+shieber&amp;amp;hl=en&amp;amp;sa=X&amp;amp;ei=MOHlUK6nKeXW0gG1v4HQAw&amp;amp;ved=0CDQQ6AEwAA#v=snippet&amp;amp;q=American%20convention&amp;amp;f=false&quot;&gt;following prefatory editorial note&lt;/a&gt;:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Throughout the text, the American convention of moving punctuation within closing quotation marks (whether or not the punctuation is part of what is being referred to) is dropped in favor of the more logical and consistent convention of placing only the quoted material within the marks.&lt;/p&gt;
&lt;p&gt;I would now go on to explain why the &quot;British&quot; convention is better than the &quot;stupid&quot; convention, except that &lt;a href=&quot;http://www.lel.ed.ac.uk/~gpullum/&quot;&gt;Geoff Pullum&lt;/a&gt; has done so much better a job, far better than I ever could. Here is an excerpt from his essay &quot;&lt;a href=&quot;http://www.jstor.org/stable/4047624&quot;&gt;Punctuation and human freedom&lt;/a&gt;&quot; published in &lt;a href=&quot;http://www.springer.com/education+%26+language/linguistics/journal/11049&quot;&gt;&lt;em&gt;Natural Language and Linguistic Theory&lt;/em&gt;&lt;/a&gt; and reproduced in his book &lt;a href=&quot;http://www.amazon.com/Eskimo-Vocabulary-Irreverent-Essays-Language/dp/0226685349&quot;&gt;&lt;em&gt;The Great Eskimo Vocabulary Hoax&lt;/em&gt;&lt;/a&gt;. I recommend the entire essay to you.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;I want you to first consider the string &apos;the string&apos; and the string &apos;the string.&apos;, noting that it takes ten keystrokes to type the string in the first set of quotes, and eleven to type the string in the second pair. Imagine you wanted to quote me on the latter point. You might want to say (1).&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;(1) Pullum notes that it takes eleven keystrokes to type the string &apos;the string.&apos;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;No problem there; (1) is true (and grammatical if we add a final period). But now suppose you want to say this:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;(2) Pullum notes that it takes ten keystrokes to type the string &apos;the string&apos;.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;You won&apos;t be able to publish it. Your copy-editor will change it before the first proof stage to (3), which is false (though regarded by copy-editors as grammatical):&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;(3) Pullum notes that it takes ten keystrokes to type the string &apos;the string.&apos;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Why? Because the copy-editor will insist that when a sentence ends with a quotation, the closing quotation mark must follow the punctuation mark.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;I say this must stop. Linguists have a duty to the public to use their expertise in arguing for changes to the fabric of society when its interests are threatened. And we have such a situation here.&lt;/p&gt;
&lt;p&gt;What say we all switch over to the logical quotation punctuation approach and save the fabric of society, shall we?&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;&lt;img alt=&quot;&quot; class=&quot;zemanta-pixie-img&quot; src=&quot;/assets/2013/01/pixy.gif?x-id=bb500f74-f4ad-468b-99eb-7593457f4954&quot; style=&quot;border: none;float: right&quot;/&gt;&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>How not to entice an author</title>
   <link href="https://occasionalpamphlet.com/2012/11/06/how-not-to-entice-an-author/"/>
   <updated>2012-11-06T20:03:34+00:00</updated>
   <id>https://occasionalpamphlet.com/2012/11/06/how-not-to-entice-an-author</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2012/11/tree.jpg&quot;&gt;&lt;img src=&quot;/assets/2012/11/tree-200x300.jpg&quot; alt=&quot;&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;...There&apos;s a &quot;tree&quot; in it...&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;&quot;&lt;a href=&quot;http://www.flickr.com/photos/brtinboston/5106999420/in/photostream/&quot;&gt;Fall New England&lt;/a&gt;&quot; image by flickr user &lt;a href=&quot;http://www.flickr.com/photos/brtinboston/&quot;&gt;BrtinBoston&lt;/a&gt;. &lt;a href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/&quot;&gt;Used by permission&lt;/a&gt;.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;&quot; src=&quot;/assets/2012/11/tree-200x300.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;...There&apos;s a &quot;tree&quot; in it...&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;caption-source&quot;&gt;&quot;&lt;a href=&quot;http://www.flickr.com/photos/brtinboston/5106999420/in/photostream/&quot;&gt;Fall New England&lt;/a&gt;&quot; image by flickr user &lt;a href=&quot;http://www.flickr.com/photos/brtinboston/&quot;&gt;BrtinBoston&lt;/a&gt;. &lt;a href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/&quot;&gt;Used by permission&lt;/a&gt;.&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;I received the attached email, inviting a contribution to a journal called &lt;em&gt;Advances in Forestry Letter&lt;/em&gt;. Yes, that&apos;s &quot;Letter&quot; in the singular, which is even still optimistic given the number of papers they&apos;ve published so far, viz., none. For a week or so after I received the email, the journal&apos;s web site was down. It&apos;s back up now, and we can glean some further information about this &quot;journal&quot;. It is claimed to be published by &quot;World Academic Publishers&quot; (&lt;a href=&quot;http://scholarlyoa.com/2012/03/03/introducing-the-world-academic-publishing/&quot;&gt;already listed&lt;/a&gt; in Jeffrey Beall&apos;s &lt;a href=&quot;http://scholarlyoa.com/publishers/&quot;&gt;list of predatory publishers&lt;/a&gt;), though the publisher&apos;s site does not list the journal as of this writing. The listing of covered topics from their &quot;Focus and Scope&quot; page seems to have been plagiarized from the corresponding listing for the MDPI journal &lt;em&gt;Forests&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Why am I, a computer scientist, being invited to submit an article on forestry? On the basis of being the author of an article entitled &quot;&lt;a href=&quot;http://nrs.harvard.edu/urn-3:HUL.InstRepos:2309661&quot;&gt;Optimal &lt;em&gt;k&lt;/em&gt;-arization of synchronous tree-adjoining grammar&lt;/a&gt;&quot;. (Actually, they got that wrong too. I&apos;m a co-author, along with &lt;a href=&quot;http://rebeccanesson.heroku.com/&quot;&gt;Rebecca Nesson&lt;/a&gt; and &lt;a href=&quot;http://www.dei.unipd.it/~satta/&quot;&gt;Giorgio Satta&lt;/a&gt;.) See? There&apos;s a &quot;tree&quot; in it. It &lt;em&gt;must&lt;/em&gt; be about forestry.&lt;/p&gt;
&lt;p&gt;I have half a mind to submit the article to them (after making it &quot;80% different&quot;) and see what happens.&lt;!--more--&gt;&lt;/p&gt;
&lt;hr/&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Dear Shieber Stuart M.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;This is from the Editorial Board Office of Journal of Advances in Forestry Letter (AFL). It is my honor to contact you.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Your paper&lt;br/&gt;
Title: Optimal k-arization of synchronous tree-adjoining grammar&lt;br/&gt;
Author(s):Shieber Stuart M.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;has drawn our attention. We found the paper in the subject coverage of AFL. To promote the development and communication of Forestry Engineering, we sincerely invite you to make it 80% different from the original one and submit to AFL. The new papers in this area are extremely warmly welcome.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;If you are interested, please submit your manuscript online before Nov. 15, 2012. Your paper will be published with no charge if accepted.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;PAPER SUBMISSION WEBSITE:&lt;br/&gt;
&lt;em&gt;[removed so as not to improve their page rank]&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Best regards,&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Editorial Board Office&lt;br/&gt;
Advances in Forestry Letter (AFL)&lt;br/&gt;
Website: &lt;em&gt;[removed so as not to improve their page rank]&lt;/em&gt;&lt;br/&gt;
Email: afl@seipub.org&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Guide released on good practices for university open-access policies</title>
   <link href="https://occasionalpamphlet.com/2012/10/17/guide-released-on-good-practices-for-university-open-access-policies/"/>
   <updated>2012-10-17T21:25:56+00:00</updated>
   <id>https://occasionalpamphlet.com/2012/10/17/guide-released-on-good-practices-for-university-open-access-policies</id>
   <content type="html">&lt;p&gt;I&apos;m pleased to forward on the announcement that the &lt;a href=&quot;http://cyber.law.harvard.edu/hoap&quot;&gt;Harvard Open Access Project&lt;/a&gt; has just released an initial version of a guide on &quot;good practices for university open-access policies&quot;. It was put together by &lt;a href=&quot;http://cyber.law.harvard.edu/people/psuber&quot;&gt;Peter Suber&lt;/a&gt; and myself with help from many, including Ellen Finnie Duranceau, Ada Emmett, Heather Joseph, Iryna Kuchma, and Alma Swan. It has already received endorsements from the Coalition of Open Access Policy Institutions (COAPI), Confederation of Open Access Repositories (COAR), Electronic Information for Libraries (EIFL), Enabling Open Scholarship (EOS), Harvard Open Access Project (HOAP), Open Access Scholarly Information Sourcebook (OASIS), Scholarly Publishing and Academic Resources Coalition (SPARC), and SPARC Europe.&lt;/p&gt;
&lt;p&gt;The official announcement is provided below, replicated from the &lt;a href=&quot;http://cyber.law.harvard.edu/node/8005&quot;&gt;Berkman Center announcement&lt;/a&gt;.&lt;!--more--&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h2&gt;Good practices for university open-access policies&lt;/h2&gt;
&lt;h3&gt;October 17, 2012&lt;/h3&gt;
&lt;p&gt;In anticipation of worldwide Open Access Week, the Harvard Open Access Project is pleased to release version 1.0 of a guide to &lt;a title=&quot;&quot; href=&quot;http://cyber.law.harvard.edu/hoap/Good_practices_for_university_open-access_policies&quot;&gt;good practices for university open-access policies&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Gathering together recommendations on drafting, adopting, and implementing OA policies, the guide is based on policies adopted at Harvard, Stanford, MIT, and a couple of dozen other institutions around the world. But it&apos;s not limited to policies of this type and includes recommendations that should be useful to institutions taking other approaches.&lt;/p&gt;
&lt;p&gt;The guide is designed to evolve. As co-authors, we plan to revise and enlarge it over time, building on our own experience and the experience of colleagues elsewhere. We welcome suggestions.&lt;/p&gt;
&lt;p&gt;The guide deliberately refers to &quot;good practices&quot; rather than &quot;best practices&quot;. On many points, there are multiple, divergent good practices. Good practices are easier to identify than best practices. And there can be wider agreement on which practices are good than on which practices are best.&lt;/p&gt;
&lt;p&gt;The current version of the guide has the benefit of the advice of expert colleagues, and the endorsement of projects and organizations devoted to the spread of effective university OA policies. It has been written in consultation with Ellen Finnie Duranceau, Ada Emmett, Heather Joseph, Iryna Kuchma, and Alma Swan, and has already been endorsed by the Coalition of Open Access Policy Institutions (COAPI), Confederation of Open Access Repositories (COAR), Electronic Information for Libraries (EIFL), Enabling Open Scholarship (EOS), Harvard Open Access Project (HOAP), Open Access Scholarly Information Sourcebook (OASIS), Scholarly Publishing and Academic Resources Coalition (SPARC), and SPARC Europe.&lt;/p&gt;
&lt;p&gt;Over time we hope to name more consulting experts and endorsing organizations. Please contact us if you or your organization may be interested. We do not assume that consulting experts or endorsing organizations support every recommendation in the guide.&lt;/p&gt;
&lt;p&gt;The guide should be useful to institutions considering an OA policy, and to faculty and librarians who would like their institution to start considering one. We hope that institutions with working policies will share their experience and recommendations, and that organizers of Open Access Week events will link to the guide and bring it to the attention of their participants.&lt;/p&gt;
&lt;p&gt;Good practices for university open-access policies&lt;br /&gt;
&lt;a href=&quot;http://cyber.law.harvard.edu/hoap/Good_practices_for_university_open-access_policies&quot;&gt;http://cyber.law.harvard.edu/hoap/Good_practices_for_university_open-access_policies&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Stuart Shieber&lt;br /&gt;
Professor of Computer Science and Director of the Office for Scholarly Communication, Harvard University&lt;br /&gt;
&lt;a title=&quot;&quot; href=&quot;http://www.seas.harvard.edu/~shieber&quot;&gt;http://www.seas.harvard.edu/~shieber&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Peter Suber&lt;br /&gt;
Director of the Harvard Open Access Project, Special Advisor to the Harvard Office for Scholarly Communication, and Fellow at the Berkman Center for Internet &amp;amp; Society&lt;br /&gt;
&lt;a href=&quot;mailto:psuber@cyber.law.harvard.edu&quot;&gt;psuber@cyber.law.harvard.edu&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Harvard Open Access Project&lt;br /&gt;
&lt;a title=&quot;http://cyber.law.harvard.edu/hoap&quot; href=&quot;http://cyber.law.harvard.edu/hoap&quot;&gt;http://cyber.law.harvard.edu/hoap&lt;/a&gt;&lt;br /&gt;</content>
 </entry>
 
 <entry>
   <title>For Ada Lovelace Day 2012: Karen Spärck Jones</title>
   <link href="https://occasionalpamphlet.com/2012/10/16/for-ada-lovelace-day-2012-karen-sparck-jones/"/>
   <updated>2012-10-16T12:05:27+00:00</updated>
   <id>https://occasionalpamphlet.com/2012/10/16/for-ada-lovelace-day-2012-karen-sparck-jones</id>
   <content type="html">&lt;table width=&quot;140&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Karen_Sp%C3%A4rck_Jones&quot;&gt;&lt;img src=&quot;/assets/2012/10/180px-Karen_Sp%25C3%25A4rck.jpg&quot; alt=&quot;&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;Karen Spärck Jones, 1935-2007&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In honor of &lt;a href=&quot;http://findingada.com/&quot;&gt;Ada Lovelace Day&lt;/a&gt; 2012, I write about the only female winner of the &lt;a href=&quot;http://www.bcs.org/category/5932&quot;&gt;Lovelace Medal&lt;/a&gt; awarded by the &lt;a class=&quot;zem_slink&quot; title=&quot;British Computer Society&quot; href=&quot;http://www.bcs.org/&quot; rel=&quot;homepage&quot; target=&quot;_blank&quot;&gt;British Computer Society&lt;/a&gt; for &quot;individuals who have made an outstanding contribution to the understanding or advancement of Computing&quot;. &lt;a class=&quot;zem_slink&quot; title=&quot;Karen Spärck Jones&quot; href=&quot;http://en.wikipedia.org/wiki/Karen_Sp%C3%A4rck_Jones&quot; rel=&quot;wikipedia&quot; target=&quot;_blank&quot;&gt;Karen Spärck Jones&lt;/a&gt; was the 2007 winner of the medal, awarded shortly before &lt;a href=&quot;http://dx.doi.org/10.1162/coli.2007.33.3.289&quot;&gt;her death&lt;/a&gt;. She also happened to be a leader in my own field of computational linguistics, a past president of the &lt;a class=&quot;zem_slink&quot; title=&quot;Association for Computational Linguistics&quot; href=&quot;http://www.aclweb.org/&quot; rel=&quot;homepage&quot; target=&quot;_blank&quot;&gt;Association for Computational Linguistics&lt;/a&gt;. Because we shared a research field, I had the honor of knowing Karen and the pleasure of meeting her on many occasions at ACL meetings.&lt;/p&gt;
&lt;p&gt;One of her most notable contributions to the field of information retrieval was the idea of inverse document frequency. Well before search engines were a &quot;thing&quot;, Karen was among the leaders in figuring out how such systems should work. Already in the 1960&apos;s there had arisen the idea of keyword searching within sets of documents, and the notion that the more &quot;hits&quot; a document receives, the higher ranked it should be. Karen noted in her seminal 1972 paper &quot;&lt;a href=&quot;http://scholar.google.com/scholar?cluster=2767385655895369762&amp;amp;hl=en&amp;amp;as_sdt=0,22&quot;&gt;A statistical interpretation of term specificity and its application in retrieval&lt;/a&gt;&quot; that not all hits should be weighted equally. For terms that are broadly distributed throughout the corpus, their occurrence in a particular document is less telling than occurrence of terms that occur in few documents. She proposed weighting each term by its &quot;inverse document frequency&quot; (IDF), which she defined as log(&lt;em&gt;N&lt;/em&gt;/(&lt;em&gt;n&lt;/em&gt; + 1)) where &lt;em&gt;N&lt;/em&gt; is the number of documents and &lt;em&gt;n&lt;/em&gt; the number of documents containing the keyword under consideration. When the keyword occurs in all documents, IDF approaches 1 for large &lt;em&gt;N&lt;/em&gt;, but as the keyword occurs in fewer and fewer documents (making it a more specific and presumably more important keyword), IDF rises. The two notions of weighting (frequency of occurrence of the keyword together with its specificity as measured by inverse document frequency) are combined multiplicatively in the by now standard &lt;a href=&quot;http://en.wikipedia.org/wiki/Tf%E2%80%93idf&quot;&gt;tf*idf metric&lt;/a&gt;; tf*idf or its successors underlie essentially all information retrieval systems in use today.&lt;/p&gt;
&lt;p&gt;In &lt;a href=&quot;http://www.bcs.org/content/ConWebDoc/10791&quot;&gt;Karen&apos;s interview for the Lovelace Medal&lt;/a&gt;, she opined that &quot;Computing is too important to be left to men.&quot; Ada Lovelace would have agreed.</content>
 </entry>
 
 <entry>
   <title>Open Access Week 2012 at Harvard</title>
   <link href="https://occasionalpamphlet.com/2012/10/09/open-access-week-2012-at-harvard/"/>
   <updated>2012-10-09T00:46:01+00:00</updated>
   <id>https://occasionalpamphlet.com/2012/10/09/open-access-week-2012-at-harvard</id>
   <content type="html">&lt;table width=&quot;140&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://osc.hul.harvard.edu/oaweek2012&quot;&gt;&lt;img src=&quot;/assets/2012/10/block_120x240.jpg&quot; alt=&quot;&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;...set the default...&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Here&apos;s what&apos;s on deck at Harvard for Open Access Week 2012 (reproduced from &lt;a href=&quot;http://osc.hul.harvard.edu/oaweek2012&quot;&gt;the OSC announcement&lt;/a&gt;).&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;From October 22 through October 28, Harvard University is joining hundreds of other institutions of higher learning to celebrate &lt;a href=&quot;http://www.openaccessweek.org/&quot; target=&quot;_blank&quot;&gt;Open Access Week&lt;/a&gt;, a global event for the promotion of free, immediate online access to scholarly research.&lt;/p&gt;
&lt;p&gt;Harvard will participate in OA Week locally by offering two public events that engage this year’s theme, “Set the default to open access.”&lt;/p&gt;
&lt;p&gt;On October 23rd at 12:30 p.m., the Berkman Center for Internet &amp;amp; Society and the Office for Scholarly Communication will host a forum entitled “&lt;a href=&quot;http://cyber.law.harvard.edu/events/luncheon/2012/10/OAweek&quot; target=&quot;_blank&quot;&gt;How to Make Your Research Open Access (Whether You’re at Harvard or Not)&lt;/a&gt;.” OA advocates Peter Suber and Stuart Shieber will headline the session, answering questions on any aspect of open access and recommending concrete steps for making your work open access. The event will be held at the Berkman Center, 23 Everett Street, 2nd Floor. The Berkman Center will also stream the discussion live online. See the &lt;a href=&quot;http://cyber.law.harvard.edu/events/luncheon/2012/10/OAweek&quot; target=&quot;_blank&quot;&gt;Berkman Center website&lt;/a&gt; for more information and to RSVP.&lt;/p&gt;
&lt;p&gt;On October 24, a panel of experts will consider efforts by the National Institutes of Health to ensure public access to the published results of federally funded research. “&lt;a href=&quot;http://www.law.harvard.edu/programs/petrie-flom/events/index.html&quot; target=&quot;_blank&quot;&gt;Open Access to Health Research: Future Directions for the NIH Public Access Policy&lt;/a&gt;” will feature a discussion of the challenges and opportunities for increasing compliance with the NIH policy. The event, co-sponsored by the Office for Scholarly Communication, Right to Research Coalition, and Universities Allied for Essential Medicines, will be held at the Harvard Law School in Hauser Hall, room 104. More information is available at the &lt;a href=&quot;http://www.law.harvard.edu/programs/petrie-flom/events/index.html&quot; target=&quot;_blank&quot;&gt;Petrie-Flom Center website&lt;/a&gt;.</content>
 </entry>
 
 <entry>
   <title>Is the Harvard open-access policy legally sound?</title>
   <link href="https://occasionalpamphlet.com/2012/09/17/is-the-harvard-open-access-policy-legally-sound/"/>
   <updated>2012-09-17T13:28:35+00:00</updated>
   <id>https://occasionalpamphlet.com/2012/09/17/is-the-harvard-open-access-policy-legally-sound</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2012/09/contract.jpg&quot;&gt;&lt;img src=&quot;/assets/2012/09/contract-300x200.jpg&quot; alt=&quot;...evidenced by a written instrument... / &quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;...evidenced by a written instrument...&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;&quot;&lt;a href=&quot;http://www.sxc.hu/photo/1221952&quot;&gt;To Sign a Contract 3&lt;/a&gt;&quot; image by &lt;a href=&quot;http://www.sxc.hu/profile/shho&quot;&gt;shho&lt;/a&gt;. &lt;a href=&quot;http://www.sxc.hu/help/7_2&quot;&gt;Used by permission&lt;/a&gt;.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;...evidenced by a written instrument... /&quot; src=&quot;/assets/2012/09/contract-300x200.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;...evidenced by a written instrument...&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;caption-source&quot;&gt;&quot;&lt;a href=&quot;http://www.sxc.hu/photo/1221952&quot;&gt;To Sign a Contract 3&lt;/a&gt;&quot; image by &lt;a href=&quot;http://www.sxc.hu/profile/shho&quot;&gt;shho&lt;/a&gt;. &lt;a href=&quot;http://www.sxc.hu/help/7_2&quot;&gt;Used by permission&lt;/a&gt;.&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;The idea behind rights-retention open-access policies is, as &lt;a href=&quot;http://www.openaccessweek.org/&quot;&gt;this year’s OA Week slogan&lt;/a&gt; goes, to “set the default to open access”. Traditionally, authors retained rights to their scholarly articles only if they expressly negotiated with their publishers to do so. Rights-retention OA policies—like &lt;a href=&quot;http://osc.hul.harvard.edu/policies&quot;&gt;those at Harvard&lt;/a&gt; and many other universities, and as exemplified by our &lt;a href=&quot;http://osc.hul.harvard.edu/modelpolicy&quot;&gt;Model Policy&lt;/a&gt;—change the default so that authors retain open-access rights unless they expressly opt out.&lt;/p&gt;
&lt;p&gt;The technique the policies use is a kind of “rights loop”:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The policy has the effect of granting a transferable nonexclusive license to the university as soon as copyright vests in the article. This license precedes and survives any later transfer to a publisher.&lt;/li&gt;
&lt;li&gt;The university can grant the licensed rights back to the author (as well as making use of them itself, primarily through distribution of the article from a repository).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The author retains rights by using the university as a kind of holding area for those rights. The waiver provision, under sole control of the author, means that this rights retention is a default, but defeasible.&lt;/p&gt;
&lt;p&gt;This at least was the theory, but what are the legalities of the matter? In designing Harvard’s OA policy, we spent a lot of time trying to make sure that the reality would match the theory. Now, &lt;a href=&quot;http://law.uoregon.edu/faculty/priest/&quot;&gt;Eric Priest&lt;/a&gt;, a professor at the &lt;a href=&quot;http://law.uoregon.edu/&quot;&gt;University of Oregon School of Law&lt;/a&gt;, has done a detailed analysis of the policy (forthcoming in the Northwestern Journal of Technology and Intellectual Property and &lt;a href=&quot;http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1890467&quot;&gt;available open access from SSRN&lt;/a&gt;) to determine if the legal premise of the policy is sound. The bottom line: It is. Those charged with writing such policies will want to read the article in detail. I’ll only give a summary of the conclusions here, and mention how at Harvard we have been optimizing our own implementation of the policy to further strengthen its legal basis.&lt;/p&gt;
&lt;p&gt;Priest’s conclusion is well summarized in the following quote:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;The principal aim of this Article has been to analyze the legal effect of “Harvard-style” open access permission mandates. This required first analyzing whether scholars are the legal authors (and therefore initial owners) of their scholarly articles under the Copyright Act’s work made for hire rules. It then required determining whether a permission mandate in fact vests, as its terms suggest, nonexclusive licenses in the university for all scholarly articles created by its faculty. Lastly, this analysis required determining whether those licenses survive after the faculty member who writes the article transfers copyright ownership to a publisher. As the foregoing analysis shows, in the Author’s opinion the answer to all three of these questions is “yes”: scholars should be deemed the authors of their works, and permission mandates create in universities effective, durable nonexclusive licenses to archive and distribute faculty scholarship and permit the university to license others to do the same.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Although Priest’s analysis agrees with our own that the policies work in and of themselves (at least those using the wording that we have promulgated in &lt;a href=&quot;http://osc.hul.harvard.edu/policies&quot;&gt;our own policies at Harvard&lt;/a&gt; and in our &lt;a href=&quot;http://osc.hul.harvard.edu/modelpolicy&quot;&gt;Model Policy&lt;/a&gt;), he notes various ways in which the arguments for the various legal aspects can be even further strengthened, revolving around &lt;a href=&quot;http://www.copyright.gov/title17/92chap2.html#205&quot;&gt;Section 205(e) of the Copyright Act&lt;/a&gt;, which holds that “a nonexclusive license, whether recorded or not, prevails over a conflicting transfer of copyright ownership if the license is evidenced by a written instrument signed by the owner of the rights licensed”.&lt;/p&gt;
&lt;p&gt;Priest argues at length and in detail that no individual written instrument is required for the survival of the nonexclusive license. But obtaining such an individual written instrument certainly can’t hurt. In fact, at Harvard we do obtain such a written instrument. There are two paths by which articles enter the &lt;a href=&quot;http://dash.harvard.edu/&quot;&gt;DASH repository&lt;/a&gt; for distribution pursuant to an OA policy: Authors can deposit them themselves, or someone (a faculty assistant or a member of the &lt;a href=&quot;http://osc.hul.harvard.edu/&quot;&gt;Office for Scholarly Communication&lt;/a&gt; staff) can deposit them on behalf of the authors. In the first case, the author assents (via &lt;a href=&quot;http://dash.harvard.edu/popup/license/OAP&quot;&gt;a click-through statement&lt;/a&gt;) to an affirmation of the nonexclusive license:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;I confirm my grant to Harvard of a non-exclusive license with respect to my scholarly articles, including the Work, as set forth in the open access policy found at http://osc.hul.harvard.edu/ that was adopted by the Harvard Faculty or School of which I am a member.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;In the second case, our workflow requires that authors have provided us with an “Assistance Authorization Form”, available either as a click-through web form or &lt;a href=&quot;http://osc.hul.harvard.edu/dash/sites/osc.hul.harvard.edu.dash/files/Assistance%20Authorization%20Form%20(12-15-11).pdf&quot;&gt;print version&lt;/a&gt; to be signed. This form gives the OSC and any named assistants the right to act on the faculty member&apos;s behalf as depositor, and also provides assent to the statement&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;In addition, if I am a member of a Harvard Faculty or School that has adopted an open access policy found at http://osc.hul.harvard.edu/, this confirms my grant to Harvard of a non-exclusive license with respect to my scholarly articles as set forth in that policy.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Authors need only provide this form once; thereafter, we can act on their behalf in depositing articles.&lt;/p&gt;
&lt;p&gt;Thus, no matter how an article enters the DASH repository, we have an express affirmation of the OA policy’s nonexclusive license, providing yet a further satisfaction of the Section 205(e) “written instrument” clause.&lt;/p&gt;
&lt;p&gt;Priest mentions another way of strengthening the argument of survival of the nonexclusive license, namely, incorporating the license into faculty employment agreements, either directly or by reference. This provides further backup that the license is individually affirmed through the employment agreement. We take additional steps along these lines at Harvard as well.&lt;/p&gt;
&lt;p&gt;One of the most attractive aspects of the default rights retention approach to open-access policies is that the author retains rights automatically, without having to negotiate individually with publishers and regardless of the particularities and exigencies of any later publication agreement, while maintaining complete author choice in the matter through the open license waiver option. It is good to know that a thorough independent legal review of our approach has ratified that understanding.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>The inevitability of open access</title>
   <link href="https://occasionalpamphlet.com/2012/06/28/the-inevitability-of-open-access/"/>
   <updated>2012-06-28T18:31:29+00:00</updated>
   <id>https://occasionalpamphlet.com/2012/06/28/the-inevitability-of-open-access</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2012/06/wave.jpg&quot;&gt;&lt;img src=&quot;/assets/2012/06/wave-225x300.jpg&quot; alt=&quot;...wave of the future... / &quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;...wave of the future...&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #999999;font-size: 85%&quot;&gt;&quot;&lt;a href=&quot;http://www.flickr.com/photos/mjsawyer/20361431/&quot;&gt;Nonantum Wave&lt;/a&gt;&quot; photo by flickr user &lt;a href=&quot;http://www.flickr.com/photos/mjsawyer/&quot;&gt;mjsawyer&lt;/a&gt;. Used by permission (&lt;a href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/&quot;&gt;CC-BY-NC-ND 2.0&lt;/a&gt;).&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;...wave of the future... /&quot; src=&quot;/assets/2012/06/wave-225x300.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;...wave of the future...&lt;/span&gt; &lt;br/&gt;
&lt;span class=&quot;caption-source&quot;&gt;&quot;&lt;a href=&quot;http://www.flickr.com/photos/mjsawyer/20361431/&quot;&gt;Nonantum Wave&lt;/a&gt;&quot; photo by flickr user &lt;a href=&quot;http://www.flickr.com/photos/mjsawyer/&quot;&gt;mjsawyer&lt;/a&gt;. Used by permission (&lt;a href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/&quot;&gt;CC-BY-NC-ND 2.0&lt;/a&gt;).&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;I get the sense that we&apos;ve moved into a new phase in discussions of open access. There seems to be a consensus that open access is an inevitability. We&apos;re hearing this not only from the usual suspects in academia but from publishers, policy-makers, and other interested parties. I&apos;ve started collecting pertinent quotes. The voices remarking on the inevitability of open access range from congressional representatives sponsoring the pro-OA &lt;a href=&quot;http://cyber.law.harvard.edu/hoap/Notes_on_the_Federal_Research_Public_Access_Act&quot;&gt;FRPAA&lt;/a&gt; bill (Representative Lofgren) to the sponsors of the anti-OA &lt;a href=&quot;http://cyber.law.harvard.edu/hoap/Notes_on_the_Research_Works_Act&quot;&gt;RWA&lt;/a&gt; bill (Representatives Issa and Maloney), from open-access publishers (Sutton of Co-Action) to the oldest of guard subscription publishers (Campbell of &lt;em&gt;Nature&lt;/em&gt;). Herewith, a selection. Pointers to other examples would be greatly appreciated.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&quot;I agree which is why I am a cosponsor of the bill [&lt;a href=&quot;http://cyber.law.harvard.edu/hoap/Notes_on_the_Federal_Research_Public_Access_Act&quot;&gt;FRPAA&lt;/a&gt;, &lt;a href=&quot;http://thomas.loc.gov/cgi-bin/bdquery/z?d112:H.R.4004:&quot;&gt;HR4004&lt;/a&gt;], but I think even if the bill does not pass, this [subscription journal] model is dead. It is just a question of how long the patient is going to be on life support.&quot;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px;text-align: right&quot;&gt;— &lt;a href=&quot;http://science.house.gov/hearing/subcommittee-investigations-and-oversight-hearing-examining-public-access-and-scholarly&quot;&gt;Zoe Lofgren (D-CA), March 29, 2012&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&quot;As the costs of publishing continue to be driven down by new technology, we will continue to see a growth in open access publishers. This new and innovative model appears to be the wave of the future.&quot;&lt;/p&gt;
&lt;p style=&quot;text-align: right;padding-left: 30px&quot;&gt;— &lt;a href=&quot;http://maloney.house.gov/press-release/issa-maloney-statement-research-works-act&quot;&gt;Darryl Issa (R-CA) and Carolyn Maloney (D-NY), co-sponsors of H.R. 3699 (“The Research Works Act”), February 27, 2012&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&quot;I realise this move to open access presents a challenge and opportunity for your industry, as you have historically received funding by charging for access to a publication. Nevertheless that funding model is surely going to have to change even beyond the welcome transition to open access and hybrid journals that’s already underway. To try to preserve the old model is the wrong battle to fight.&quot;&lt;/p&gt;
&lt;p style=&quot;text-align: right;padding-left: 30px&quot;&gt;— &lt;a href=&quot;http://www.bis.gov.uk/news/speeches/david-willetts-public-access-to-research&quot;&gt;David Willetts (MP, Minister of State for Universities and Science), May 2, 2012&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: left;padding-left: 30px&quot;&gt;&quot;[A] change in the delivery of scientific content and in the business models for delivering scholarly communication was inevitable from the moment journals moved online, even if much of this change is yet to come.&quot;&lt;/p&gt;
&lt;p style=&quot;text-align: right;padding-left: 30px&quot;&gt;— &lt;a href=&quot;http://crln.acrl.org/content/72/11/642.full&quot;&gt;Caroline Sutton (Publisher, Co-Action Publishing), December 2011&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&lt;span style=&quot;text-align: left&quot;&gt;&quot;My personal belief is that that&apos;s what&apos;s going to happen in the long run.&quot;&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: right;padding-left: 30px&quot;&gt;— &lt;a href=&quot;http://www.guardian.co.uk/science/2012/jun/08/open-access-research-inevitable-nature-editor&quot;&gt;Philip Campbell (Editor-in-chief, &lt;em&gt;Nature&lt;/em&gt;), June 8, 2012&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: left;padding-left: 30px&quot;&gt;&quot;In the longer term, the future lies with open access publishing,&quot; said Finch at the launch of her report on Monday. &quot;The UK should recognise this change, should embrace it and should find ways of managing it in a measured way.&quot;&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px;text-align: right&quot;&gt;— &lt;a href=&quot;http://www.guardian.co.uk/science/2012/jun/19/open-access-academic-publishing-finch-report?CMP=twt_gu&quot;&gt;Janet Finch (Professor of Sociology, University of Manchester; Chair, Working Group on Expanding Access to Published Research Findings), June 18, 2012&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: left;padding-left: 30px&quot;&gt;&quot;Open access is here to stay, and has the support of our key partners.&quot;&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px;text-align: right&quot;&gt;— &lt;a href=&quot;http://web.archive.org/web/20110725001919/http://www.alpsp.org/ngen_public/article.asp?aid=341706&quot;&gt;Association of Learned and Professional Society Publishers, July 25, 2011&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: left&quot;&gt; (Hat tip to &lt;a href=&quot;https://plus.google.com/109377556796183035206/about&quot;&gt;Peter Suber&lt;/a&gt; for pointers to a couple of these quotes.)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Talmud and the Turing Test</title>
   <link href="https://occasionalpamphlet.com/2012/06/16/talmud-and-the-turing-test/"/>
   <updated>2012-06-16T19:19:35+00:00</updated>
   <id>https://occasionalpamphlet.com/2012/06/16/talmud-and-the-turing-test</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2012/06/golem.jpg&quot;&gt;&lt;img src=&quot;/assets/2012/06/golem-199x300.jpg&quot; alt=&quot;Image of the statue of the Golem of Prague at the entrance to the Jewish Quarter of Prague by flickr user D_P_R. Used by permission.&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;...the Golem...&lt;br /&gt;
&lt;span style=&quot;font-size: 85%&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/dylanramos/3783430758/&quot;&gt;Image&lt;/a&gt; of the statue of the &lt;a href=&quot;http://en.wikipedia.org/wiki/Golem#The_classic_narrative:_The_Golem_of_Prague&quot;&gt;Golem of Prague&lt;/a&gt; at the entrance to the Jewish Quarter of Prague by flickr user &lt;a href=&quot;http://www.flickr.com/photos/dylanramos/&quot;&gt;D_P_R&lt;/a&gt;. Used by permission (&lt;a href=&quot;http://creativecommons.org/licenses/by/2.0/deed.en&quot;&gt;CC-BY 2.0&lt;/a&gt;).&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2012/06/golem-199x300.jpg&quot; alt=&quot;Image of the statue of the Golem of Prague at the entrance to the Jewish Quarter of Prague by flickr user D_P_R. Used by permission.&quot; /&gt;
  &lt;figcaption&gt;...the Golem...&lt;br /&gt;
&lt;span style=&quot;font-size: 85%&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/dylanramos/3783430758/&quot;&gt;Image&lt;/a&gt; of the statue of the &lt;a href=&quot;http://en.wikipedia.org/wiki/Golem#The_classic_narrative:_The_Golem_of_Prague&quot;&gt;Golem of Prague&lt;/a&gt; at the entrance to the Jewish Quarter of Prague by flickr user &lt;a href=&quot;http://www.flickr.com/photos/dylanramos/&quot;&gt;D_P_R&lt;/a&gt;. Used by permission (&lt;a href=&quot;http://creativecommons.org/licenses/by/2.0/deed.en&quot;&gt;CC-BY 2.0&lt;/a&gt;).&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;&lt;a class=&quot;zem_slink&quot; title=&quot;Alan Turing&quot; href=&quot;http://en.wikipedia.org/wiki/Alan_Turing&quot; target=&quot;_blank&quot; rel=&quot;wikipedia&quot;&gt;Alan Turing&lt;/a&gt;, the patron saint of computer science, was born 100 years ago this week (June 23). I’ll be attending the Turing Centenary Conference at University of Cambridge this week, and am honored to be giving an invited talk on “The Utility of the Turing Test”. The Turing Test was Alan Turing’s proposal for an appropriate criterion to attribute intelligence (that is, capacity for thinking) to a machine: you verify through blinded interactions that the machine has verbal behavior indistinguishable from a person.&lt;/p&gt;
&lt;p&gt;In preparation for the talk, I’ve been looking at the early history of the premise behind the Turing Test, that language plays a special role in distinguishing thinking from nonthinking beings. I had thought it was an Enlightenment idea, that until the technological advances of the 16th and 17th centuries, especially clockwork mechanisms, the whole question of thinking machines would never have entertained substantive discussion. As &lt;a href=&quot;http://theturingtest.com/&quot;&gt;I wrote earlier&lt;/a&gt;,&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Clockwork automata provided a foundation on which one could imagine a living machine, perhaps even a thinking one. In the midst of the seventeenth-century explosion in mechanical engineering, the issue of the mechanical nature of life and thought is found in the philosophy of Descartes; the existence of sophisticated automata made credible Descartes’s doctrine of the (beast-machine), that animals &lt;em&gt;were&lt;/em&gt; machines. His argument for the doctrine incorporated the first indistinguishability test between human and machine, the first Turing test, so to speak.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;But I’ve seen occasional claims &lt;a href=&quot;http://www.hods.org/pdf/Azriel%20Rosenfeld%20-%20Religion%20and%20the%20Robot.pdf&quot;&gt;here&lt;/a&gt; and &lt;a href=&quot;http://www.3quarksdaily.com/3quarksdaily/2009/12/look-whos-talking-the-turing-tests-3000-year-history.html&quot;&gt;there&lt;/a&gt; that there is in fact a Talmudic basis to the Turing Test. Could this be true? Was the Turing Test presaged, not by centuries, but by millennia?&lt;/p&gt;
&lt;p&gt;Uniformly, the evidence for Talmudic discussion of the Turing Test is a single quote from Sanhedrin 65b.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Rava said: If the righteous wished, they could create a world, for it is written, “Your iniquities have been a barrier between you and your God.” For Rava created a man and sent him to R. Zeira. The Rabbi spoke to him but he did not answer. Then he said: “You are [coming] from the pietists: Return to your dust.”&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Rava creates a &lt;a class=&quot;zem_slink&quot; title=&quot;Golem&quot; href=&quot;http://en.wikipedia.org/wiki/Golem&quot; target=&quot;_blank&quot; rel=&quot;wikipedia&quot;&gt;Golem&lt;/a&gt;, an artificial man, but Rabbi Zeira recognizes it as nonhuman by its lack of language and returns it to the dust from which it was created.&lt;/p&gt;
&lt;p&gt;This story certainly describes the use of language to unmask an artificial human. But is it a Turing Test precursor?&lt;/p&gt;
&lt;p&gt;It depends on what one thinks are the defining aspects of the Turing Test. I take the central point of the Turing Test to be a criterion for attributing intelligence. The title of Turing&apos;s seminal &lt;em&gt;Mind&lt;/em&gt; article is &quot;Computing Machinery and Intelligence&quot;, wherein he addresses the question &quot;Can machines think?&quot;. Crucially, the question is whether the “test” being administered by Rabbi Zeira is testing the Golem for thinking, or for something else.&lt;/p&gt;
&lt;p&gt;There is no question that verbal behavior can be used to test for many things that are irrelevant to the issues of the Turing Test. We can go much earlier than the Mishnah to find examples. In &lt;a href=&quot;http://www.biblegateway.com/passage/?search=Judges+12%3A5-6&amp;amp;version=KJV&quot;&gt;Judges 12:5–6&lt;/a&gt; (King James Version)&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
&lt;sup&gt;5&lt;/sup&gt; And the Gileadites took the passages of Jordan before the Ephraimites: and it was so, that when those Ephraimites which were escaped said, Let me go over; that the men of Gilead said unto him, Art thou an Ephraimite? If he said, Nay;&lt;/p&gt;
&lt;p&gt;&lt;sup&gt;6&lt;/sup&gt; Then said they unto him, Say now Shibboleth: and he said Sibboleth: for he could not frame to pronounce it right. Then they took him, and slew him at the passages of Jordan: and there fell at that time of the Ephraimites forty and two thousand.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The Gileadites use verbal indistinguishability (of the pronounciation of the original shibboleth) to unmask the Ephraimites. But they aren’t executing a Turing Test. They aren’t testing for thinking but rather for membership in a warring group.&lt;/p&gt;
&lt;p&gt;What is Rabbi Zeira testing for? I’m no Talmudic scholar, so I defer to the experts. My understanding is that the Golem’s lack of language indicated not its own deficiency per se, but the deficiency of its creators. The Golem is imperfect in not using language, a sure sign that it was created by pietistic kabbalists who themselves are without sufficient purity.&lt;/p&gt;
&lt;p&gt;Talmudic scholars note that the deficiency the Golem exhibits is intrinsically tied to the method by which the Golem is created: language. The kabbalistic incantations that ostensibly vivify the Golem were generated by mathematical combinations of the letters of the Hebrew alphabet. Contemporaneous understanding of the Golem&apos;s lack of speech was connected to this completely formal method of kabbalistic letter magic: “The silent Golem is, prima facie, a foil to the recitations involved in the process of his creation.” (Idel, 1990, pages 264–5) The imperfection demonstrated by the Golem’s lack of language is not its inability to think, but its inability to wield the powers of language manifest in Torah, in prayer, in the creative power of the kabbalist incantations that gave rise to the Golem itself.&lt;/p&gt;
&lt;p&gt;Only much later does interpretation start connecting language use in the Golem to soul, that is, to an internal flaw: “However, &lt;em&gt;in the medieval period&lt;/em&gt;, the absence of speech is related to what was conceived then to be the highest human faculty: reason according to some writers, or the highest spirit, Neshamah, according to others.” (Idel, 1990, page 266, emphasis added)&lt;/p&gt;
&lt;p&gt;By the 17th century, the time was ripe for consideration of whether nonhumans had a rational soul, and how one could tell. Descartes’s observations on the special role of language then serve as the true precursor to the Turing Test. Unlike the sole Talmudic reference, Descartes discusses the connection between language and thinking in detail and in several places — the &lt;em&gt;Discourse on the Method&lt;/em&gt;, the &lt;em&gt;Letter to the Marquess of Newcastle&lt;/em&gt; — and his followers — &lt;a href=&quot;http://en.wikipedia.org/wiki/Cordemoy&quot;&gt;Cordemoy&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/La_Mettrie&quot;&gt;La Mettrie&lt;/a&gt; — pick up on it as well. By Turing’s time, it is a natural notion, and one that Turing operationalizes for the first time in his Test.&lt;/p&gt;
&lt;p&gt;The test of the Golem in the Sanhedrin story differs from the Turing Test in several ways. There is no discussion that the &lt;em&gt;quality&lt;/em&gt; of language use was important (merely its existence), no mention of &lt;em&gt;indistinguishability&lt;/em&gt; of language use (but Descartes didn&apos;t either), and certainly no consideration of Turing&apos;s idea of &lt;em&gt;blinded controls&lt;/em&gt;. But the real point is that at heart the Golem test was not originally a test for the intelligence of the Golem at all, but of the purity of its creators.&lt;/p&gt;
&lt;h2 id=&quot;references&quot;&gt;References&lt;/h2&gt;
&lt;p&gt;Idel, Moshe. 1990. &lt;em&gt;&lt;a href=&quot;http://books.google.com/books/about/Golem.html?id=WqFkSKT9XKcC&quot;&gt;Golem: Jewish magical and mystical traditions on the artificial anthropoid&lt;/a&gt;&lt;/em&gt;, Albany, N.Y.: State University of New York Press.&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;border: none;float: right&quot; src=&quot;/assets/2012/06/pixy.gif?x-id=42163436-cd62-42f8-afea-97490591d354&quot; alt=&quot;&quot;&gt;&lt;/div&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>More reason to outlaw Impact Factors from personnel discussions</title>
   <link href="https://occasionalpamphlet.com/2012/06/14/more-reason-to-outlaw-impact-factors-from-personnel-discussions/"/>
   <updated>2012-06-14T13:24:59+00:00</updated>
   <id>https://occasionalpamphlet.com/2012/06/14/more-reason-to-outlaw-impact-factors-from-personnel-discussions</id>
   <content type="html">&lt;p&gt;Pity the poor, beleaguered “&lt;a href=&quot;http://en.wikipedia.org/wiki/Impact_factor&quot;&gt;Impact Factor&lt;/a&gt;™” (IF), a secret mathematistic formula originally intended to serve as a proxy for journal quality. &lt;a href=&quot;http://cameronneylon.net/blog/warning-misusing-the-journal-impact-factor-can-damage-your-science/&quot;&gt;No&lt;/a&gt; one &lt;a href=&quot;http://jcb.rupress.org/content/179/6/1091&quot;&gt;seems&lt;/a&gt; to &lt;a href=&quot;http://chronicle.com/article/The-Number-That-s-Devouring/26481&quot;&gt;like&lt;/a&gt; it much. The manifold problems with IF have been rehearsed to death:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The calculation isn&apos;t a proper average.&lt;/li&gt;
&lt;li&gt;The calculation is statistically inappropriate.&lt;/li&gt;
&lt;li&gt;The calculation ignores most of the citation data.&lt;/li&gt;
&lt;li&gt;The calculated values aren&apos;t reproducible.&lt;/li&gt;
&lt;li&gt;Citation rates, and hence Impact Factors, vary considerably across fields making cross-discipline comparison meaningless.&lt;/li&gt;
&lt;li&gt;Citation rates vary across languages. Ditto.&lt;/li&gt;
&lt;li&gt;IF varies over time, and varies differentially for different types of journals.&lt;/li&gt;
&lt;li&gt;IF is manipulable by publishers.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;a href=&quot;http://www.iciam.org/QAR/&quot;&gt;study by the International Mathematical Union&lt;/a&gt; is especially trenchant on these matters, as is &lt;a href=&quot;http://bjoern.brembs.net/comment-n499.html&quot;&gt;Bjorn Brembs&apos; take&lt;/a&gt;. I don&apos;t want to pile on, just look at some new data that shows that IF has been getting even more problematic over time.&lt;/p&gt;
&lt;p&gt;One of the most egregious uses of IF is in promotion and tenure discussions. It&apos;s been understood for a long time that the Impact Factor, given its manifest problems as a method for ranking journals, is completely inappropriate for ranking articles. As the &lt;a href=&quot;http://www.ease.org.uk/sites/default/files/ease_statement_ifs_final.pdf&quot;&gt;European Association of Science Editors has said&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Therefore the European Association of Science Editors recommends that journal impact factors are used only – and cautiously – for measuring and comparing the influence of entire journals, but not for the assessment of single papers, and certainly not for the assessment of researchers or research programmes either directly or as a surrogate.&lt;/p&gt;
&lt;p&gt;Even Thomson Reuters says&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;The impact factor should be used with informed peer review. In the case of academic evaluation for tenure it is sometimes inappropriate to use the impact of the source journal to estimate the expected frequency of a recently published article.&lt;/p&gt;
&lt;p&gt;&quot;Sometimes inappropriate.&quot; Snort.&lt;/p&gt;
&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2012/05/where-the-best-papers-are.png&quot;&gt;&lt;img src=&quot;/assets/2012/06/where-the-best-papers-are-300x230.png&quot; alt=&quot;Graph from Lozano et al., 2012&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;...the money chart...&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2012/06/where-the-best-papers-are-300x230.png&quot; alt=&quot;Graph from Lozano et al., 2012&quot; /&gt;
  &lt;figcaption&gt;...the money chart...&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;Check out the &lt;a href=&quot;http://en.wikipedia.org/wiki/Money_shot&quot;&gt;money chart&lt;/a&gt; from the recent paper &quot;&lt;a href=&quot;http://arxiv.org/abs/1205.4328&quot;&gt;The weakening relationship between the Impact Factor and papers’ citations in the digital age&lt;/a&gt;&quot; by George A. Lozano, Vincent Lariviere, and Yves Gingras.&lt;/p&gt;
&lt;p&gt;They address the issue of whether the most highly cited papers tend to appear in the highest Impact Factor journals, and how that has changed over time. One of their analyses looked at the papers that fall in the top 5% for number of citations over a two-year period following publication, and depicts what percentage of these do &lt;em&gt;not&lt;/em&gt; appear in the top 5% of journals as ranked by Impact Factor. If Impact Factor were a perfect reflection of the future citation rate of the articles in the journal, this number should be zero.&lt;/p&gt;
&lt;p&gt;As it turns out, the percentage has been extremely high over the years. The majority of top papers fall into this group, indicating that restricting attention to top Impact Factor journals doesn&apos;t nearly cover the best papers. This by itself is not too surprising, though it doesn&apos;t bode well for IF.&lt;/p&gt;
&lt;p&gt;More interesting is the trajectory of the numbers. At one point, roughly up through World War II, the numbers were in the 70s and 80s. Three quarters of the top-cited papers were not in the top IF journals. After the war, a steady consolidation of journal brands, along with the invention of the formal Impact Factor in the 60s and its increased use, led to a steady decline in the percentage of top articles in non-top journals. Basically, a journal&apos;s imprimatur — and its IF along with it — became a better and better indicator of the quality of the articles it published. (Better, but still not particularly good.)&lt;/p&gt;
&lt;p&gt;This process ended around 1990. As electronic distribution of individual articles took over for distribution of articles bundled within printed journal issues, it became less important which journal an article appeared in. Articles more and more lived and died by their own inherent quality rather than by the quality signal inherited from their publishing journal. The pattern in the graph is striking.&lt;/p&gt;
&lt;p&gt;The important ramification is that the Impact Factor of a journal is an increasingly poor metric of quality, especially at the top end. And it is likely to get even worse. Electronic distribution of individual articles is only increasing, and as the Impact Factor signal decreases, there is less motivation to publish the best work in high IF journals, compounding the change.&lt;/p&gt;
&lt;p&gt;Meanwhile, computer and network technology has brought us to the point where we can develop and use metrics that serve as proxies for quality &lt;a href=&quot;http://total-impact.org/&quot;&gt;at the individual article level&lt;/a&gt;. We don&apos;t need to rely on journal-level metrics to evaluate articles.&lt;/p&gt;
&lt;p&gt;Given all this, promotion and tenure committees should proscribe consideration of journal-level metrics — including Impact Factor — in their deliberations. Instead, if they must use metrics, they should &lt;a href=&quot;http://altmetrics.org/manifesto/&quot;&gt;use article-level metrics only&lt;/a&gt;, or better yet, &lt;em&gt;read the articles themselves.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>Editorial board members: What to ask of your journal</title>
   <link href="https://occasionalpamphlet.com/2012/06/11/editorial-board-members-what-to-ask-of-your-journal/"/>
   <updated>2012-06-11T14:48:43+00:00</updated>
   <id>https://occasionalpamphlet.com/2012/06/11/editorial-board-members-what-to-ask-of-your-journal</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2012/06/187333_2126-small.jpg&quot;&gt;&lt;img src=&quot;/assets/2012/06/187333_2126-small-300x225.jpg&quot; alt=&quot;Thumbs up.&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;...good behavior...&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2012/06/187333_2126-small-300x225.jpg&quot; alt=&quot;Thumbs up.&quot; /&gt;
  &lt;figcaption&gt;...good behavior...&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;Harvard &lt;a href=&quot;http://www.guardian.co.uk/science/2012/apr/24/harvard-university-journal-publishers-prices&quot;&gt;made a big splash&lt;/a&gt; recently when my colleagues on the &lt;a href=&quot;http://bit.ly/LiT7Ek&quot;&gt;Faculty Advisory Council to the Harvard Library&lt;/a&gt; distributed a &lt;a href=&quot;http://bit.ly/JJu5cn&quot;&gt;Memorandum on Journal Pricing&lt;/a&gt;. One of the main problems with the memo, however, is the relatively imprecise recommendations that it makes. It exhorts faculty to work with journals and scholarly societies on their publishing and pricing practices, but provides no concrete advice on exactly what to request. What is good behavior?&lt;/p&gt;
&lt;p&gt;I just met with a colleague here at Harvard who raised the issue with me directly. He&apos;s a member of the editorial board of a journal and wants to do the right thing and make sure that the journal&apos;s policies make them a good actor. But he doesn&apos;t want to (and shouldn&apos;t be expected to) learn all the ins and outs of the scholarly publishing business, the legalisms of publication agreements and copyright, and the interactions of all that with the policies of the particular journal. He&apos;s not alone; there are many others in the same boat. Maybe you are too. Is there some pithy request you can make of the journal that encapsulates good publishing practices?&lt;/p&gt;
&lt;p&gt;(I&apos;m assuming here that converting the journal to open access is off the table. Of course, that would be preferable, but it&apos;s unlikely to get you very far, especially given that the most plausible revenue model for open-access journal publishing, namely, publication fees, is not well supported by the scholarly publishing ecology as of yet.)&lt;/p&gt;
&lt;p&gt;There are two kinds of practices that the Harvard memo moots: it explicitly mentions pricing practices of journals, and implicitly brings up author rights issues in its recommendations. Scholar participants in journals (editors editorial board members, reviewers) may want to discuss both kinds of practices with their publishers. I have recommendations for both.&lt;/p&gt;
&lt;h2&gt;Rights practices&lt;/h2&gt;
&lt;p&gt;Here&apos;s my candidate recommendation for ensuring a subscription journal has good rights practice. You (and, ideally, your fellow editorial board members) hand the publisher a copy of the &lt;a href=&quot;http://creativecommons.org/science&quot;&gt;Science Commons&lt;/a&gt; &lt;a href=&quot;http://scholars.sciencecommons.org/&quot;&gt;Delayed Access (SCDA) addendum&lt;/a&gt;. (&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2012/06/agreement-4.pdf&quot;&gt;Here&apos;s a sample&lt;/a&gt;.) You request that they adjust their standard article publication agreement so as to &lt;em&gt;make the addendum redundant&lt;/em&gt;. This request has several nice effects.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;It&apos;s simple, concrete, and unambiguous.&lt;/li&gt;
&lt;li&gt;It describes the desired result in terms of functionality — what the publication agreement should achieve — not how it should be worded.&lt;/li&gt;
&lt;li&gt;It guarantees that the journal exhibits best practices for a subscription journal. Any journal that can satisfy the criterion that the SCDA addendum is redundant:
&lt;ul&gt;
&lt;li&gt;Let&apos;s authors retain rights to use and reuse the article in further research and scholarly activities,&lt;/li&gt;
&lt;li&gt;Allows green OA self-archiving without embargo,&lt;/li&gt;
&lt;li&gt;Allows compliance with any funder policies (such as the NIH Public Access Policy),&lt;/li&gt;
&lt;li&gt;Allows compliance with employer policies (such as university open-access policies) without having to get a waiver, and&lt;/li&gt;
&lt;li&gt;Allows distribution of the publisher&apos;s version of the article after a short embargo period.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;It applies to journals of all types. (Just because the addendum comes from Science Commons doesn&apos;t mean it&apos;s not appropriate for non-science journals.)&lt;/li&gt;
&lt;li&gt;It doesn&apos;t require the journal to give up exclusivity to its published content (though it makes that content available with a moving six-month wall).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The most controversial aspect of an SCDA-compliant agreement from the publisher&apos;s point of view is likely the ability to distribute the publisher&apos;s version of the article after a six-month embargo. I wouldn&apos;t be wed to that six month figure. This provision would be the first thing to negotiate, by increasing the embargo length — to one year, two years, even five years. But sticking to &lt;em&gt;some&lt;/em&gt; finite embargo period for distributing the publisher&apos;s version is a good idea, if only to serve as precedent for the idea. Once the journal is committed to allowing distribution of the publisher&apos;s version after some period, the particular embargo length might be reduced over time.&lt;/p&gt;
&lt;h2&gt;Pricing practices&lt;/h2&gt;
&lt;p&gt;The previous proposal does a good job, to my mind, of encapsulating a criterion of best publication agreement practice, but it doesn&apos;t address the important issue of pricing practice. Indeed, with respect to pricing practices, it&apos;s tricky to define good value. Looking at the brute price of a journal is useless, since journals publish wildly different numbers of articles, from the single digits to the four digits per year, so three orders of magnitude variations in price per journal is expected. Price per article and price per page are more plausible metrics of value, but even there, because journals differ in the quality of articles they tend to publish, hence their likely utility to readers, variation in these metrics should be expected as well. For this reason, some analyses of value look to citation rate as a proxy for quality, leading to a calculation of price per citation.&lt;/p&gt;
&lt;p&gt;Another problem is getting appropriate measures of the numerator in these metrics. When calculating price per article or per page or per citation, what price should one use? Institutional list price is a good start. List price for individual subscriptions is more or less irrelevant, given that individual subscriptions account for a small fraction of revenue. But publishers, especially major commercial publishers with large journal portfolios, practice bundling and price discrimination that make it hard to get a sense of the actual price that libraries pay. On the other hand, list price is certainly an upper bound on the actual price, so not an unreasonable proxy.&lt;/p&gt;
&lt;p&gt;Finally, any of these metrics may vary systematically across research fields, so the metrics ought to be relativized within a field.&lt;/p&gt;
&lt;p&gt;Ted and Carl Bergstrom have collected just this kind of data for a large range of journals at their &lt;a href=&quot;http://journalprices.com/&quot;&gt;journalprices.com&lt;/a&gt; site, calculating price per article and price per citation along with a composite index calculated as the geometric mean of the two. To handle the problem of field differences, they provide a relative price index (RPI) that compares the composite to the median for non-profit journals within the field, and propose that a journal be considered &quot;good value&quot; if RPI is less than 1.25, &quot;medium value&quot; if its RPI is less than 2, and &quot;bad value&quot; otherwise.&lt;/p&gt;
&lt;p&gt;As a good first cut at a simple message to a journal publisher then, you could request that the price of a journal be reduced to bring its RPI below 1.25 (that is, good value), or at least 2 (medium value). Since lots of journals run in the black with composite price indexes below median, that is, with RPI below 1, achieving an RPI of 2 should be achievable for an efficient publisher. (My colleague&apos;s journal, the one that precipitated this post, has an RPI of 2.85. Plenty of room for improvement.)&lt;/p&gt;
&lt;p&gt;In summary, you ask the journal to change its publication agreement to be SCDA-compliant and its price to have RPI less than 2. That&apos;s specific, pragmatic, and actionable. If the journal won&apos;t comply, you at least know where they stand. If you don&apos;t like the answers you&apos;re getting, you can work to find a new publisher willing to play ball, or at least, don&apos;t lend your free labor to the current one.</content>
 </entry>
 
 <entry>
   <title>Processing special collections: An archivist's workstation</title>
   <link href="https://occasionalpamphlet.com/2012/05/29/shieber/"/>
   <updated>2012-05-29T18:00:07+00:00</updated>
   <id>https://occasionalpamphlet.com/2012/05/29/shieber</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://ids.lib.harvard.edu/ids/view/10249976?buttons=y&quot;&gt;&lt;img src=&quot;/assets/2012/05/alice.jpg&quot; alt=&quot;Houghton Library, Harvard University&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;John Tenniel, c. 1864. Study for &lt;a href=&quot;http://books.google.com/books?id=btIQAAAAYAAJ&amp;amp;dq=alice&apos;s%20adventures%20in%20wonderland&amp;amp;pg=PA177#v=onepage&amp;amp;q=alice&apos;s%20adventures%20in%20wonderland&amp;amp;f=false&quot;&gt;illustration&lt;/a&gt; to &lt;em&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Alice&apos;s_Adventures_in_Wonderland&quot;&gt;Alice&apos;s adventures in wonderland&lt;/a&gt;.&lt;/em&gt; &lt;a href=&quot;http://nrs.harvard.edu/urn-3:FHCL.Hough:hou00171&quot;&gt;Harcourt Amory collection of Lewis Carroll&lt;/a&gt;, &lt;a href=&quot;http://hcl.harvard.edu/libraries/houghton/index.cfm&quot;&gt;Houghton Library&lt;/a&gt;, Harvard University.&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2012/05/alice.jpg&quot; alt=&quot;Houghton Library, Harvard University&quot; /&gt;
  &lt;figcaption&gt;
    &lt;span class=&quot;caption-text&quot;&gt;...Harvard&apos;s special collections...&lt;/span&gt;
    &lt;span class=&quot;caption-source&quot;&gt; John Tenniel, c. 1864. Study for &lt;a href=&quot;http://books.google.com/books?id=btIQAAAAYAAJ&amp;amp;dq=alice&apos;s%20adventures%20in%20wonderland&amp;amp;pg=PA177#v=onepage&amp;amp;q=alice&apos;s%20adventures%20in%20wonderland&amp;amp;f=false&quot;&gt;illustration&lt;/a&gt; to &lt;em&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Alice&apos;s_Adventures_in_Wonderland&quot;&gt;Alice&apos;s adventures in wonderland&lt;/a&gt;.&lt;/em&gt; &lt;a href=&quot;http://nrs.harvard.edu/urn-3:FHCL.Hough:hou00171&quot;&gt;Harcourt Amory collection of Lewis Carroll&lt;/a&gt;, &lt;a href=&quot;http://hcl.harvard.edu/libraries/houghton/index.cfm&quot;&gt;Houghton Library&lt;/a&gt;, Harvard University.&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;We&apos;ve just completed spring semester during which I taught a system design course jointly in Engineering Sciences and Computer Science. The aim of &lt;a href=&quot;http://bit.ly/cs96-2012&quot;&gt;ES96/CS96&lt;/a&gt; is to help the students learn about the process of solving complex, real-world problems — applying engineering and computational design skills — by undertaking an extended, focused effort directed toward an open-ended problem defined by an interested &quot;client&quot;.&lt;/p&gt;
&lt;p&gt;The students work independently as a self-directed team. The instructional staff provides coaching, but the students do all of the organization and carrying out of the work, from fact-finding to design to development to presentation of their findings.&lt;/p&gt;
&lt;p&gt;This term the problem to be addressed concerned the Harvard Library&apos;s exceptional &lt;a href=&quot;http://en.wikipedia.org/wiki/Special_collections&quot;&gt;special collections&lt;/a&gt;, vast holdings of rare books, archives, manuscripts, personal documents, and other materials that the library stewards. &lt;a href=&quot;http://lib.harvard.edu/archives/index.html&quot;&gt;Harvard&apos;s special collections&lt;/a&gt; are unique and invaluable, but are useful only insofar as potential users of the material can find and gain access to them. Despite herculean efforts of an outstanding staff of archivists, the scope of the collections means that large portions are not catalogued, or catalogued in insufficient detail, making materials essentially unavailable for research. And this problem is growing as the cataloging backlog mounts. The students were asked to address core questions about this valuable resource: What accounts for this problem at its core? Can tools from computer science and technology help address the problems? Can they even qualitatively improve the utility of the special collections?&lt;/p&gt;
&lt;div&gt;The clients were the leadership of Harvard&apos;s premier &lt;a href=&quot;http://hcl.harvard.edu/libraries/houghton/index.cfm&quot;&gt;Houghton&lt;/a&gt; and &lt;a href=&quot;http://www.radcliffe.harvard.edu/schlesinger-library&quot;&gt;Schlesinger&lt;/a&gt; libraries. The students received briefings from &lt;a href=&quot;http://harvardmagazine.com/1998/09/jhj.portrait.html&quot;&gt;William Stoneman&lt;/a&gt;, Florence Fearrington Librarian of Houghton Library, and &lt;a href=&quot;http://www.radcliffe.harvard.edu/people/marilyn-dunn&quot;&gt;Marilyn Dunn&lt;/a&gt;, Executive Director of the Schlesinger Library and Librarian of the Radcliffe Institute; toured both libraries; and met with a wide range of archivists and librarians, who were incredibly generous with their time and expertise. I&apos;d like to express my deep appreciation and thanks to all of the library staff who helped out with the course. Their participation was vital.&lt;/div&gt;
&lt;p&gt;The students&apos; recommendations centered around the design, development, and prototyping of an &quot;archivist&apos;s workstation&quot; and the unconventional &quot;flipped&quot; collections processing that the workstation enabled. Their process involves exhaustive but lightweight digitization of a collection as a precursor to highly efficient metadata acquisition on top of the digitized images, rather than the conventional approach of  digitizing selectively only after all processing of the collection is performed. The &quot;digitize first&quot; approach means that documents need only be touched once, with all of the sorting, arrangement, and metadata application being performed virtually using optimized user interfaces that they designed for these purposes. The output is a dynamic finding aid with images of all documents, complete with search and faceted browsing of the collection, to supplement the static finding aid of traditional archival processing. The students estimate that processing in this way would be faster than current methods, while delivering a superior result. Their demo video (below) gives a nice overview of the idea.&lt;/p&gt;
&lt;p&gt;The deliverables for the course are now available at &lt;a href=&quot;http://bit.ly/cs96-2012&quot;&gt;the course web site&lt;/a&gt;, including the &lt;a href=&quot;http://isites.harvard.edu/fs/docs/icb.topic1076801.files/es96d.pdf&quot;&gt;final report&lt;/a&gt; and a &lt;a href=&quot;http://cm.dce.harvard.edu/1999/01/89001/P13/screen_H264LargeTalkingHead-16x9.shtml&quot;&gt;videotape of their final presentation&lt;/a&gt; before dozens of Harvard archivists, librarians, and other members of the community.&lt;/p&gt;
&lt;p&gt;I hope others find the ideas that the students developed as provocative and exciting as I do. I&apos;m continuing to work with some of them over the summer and perhaps beyond, so comments are greatly appreciated.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://isites.harvard.edu/fs/docs/icb.topic1076801.files/Archivist%20Video.mov&quot;&gt;Archivist%20Video.mov&lt;/a&gt;&lt;br /&gt;</content>
 </entry>
 
 <entry>
   <title>Open letter on the Access2Research White House petition</title>
   <link href="https://occasionalpamphlet.com/2012/05/21/open-letter-on-the-access2research-white-house-petition/"/>
   <updated>2012-05-21T15:45:10+00:00</updated>
   <id>https://occasionalpamphlet.com/2012/05/21/open-letter-on-the-access2research-white-house-petition</id>
   <content type="html">&lt;p&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/REC-html40/loose.dtd&quot;&gt;&lt;br /&gt;
&lt;html&gt;&lt;body&gt;&lt;br /&gt;
&lt;a href=&quot;http://bit.ly/MAbTHG&quot;&gt;&lt;img src=&quot;/assets/2012/05/tumblr_m4ctwkc5H51qezr1m.png&quot; alt=&quot;&quot; align=&quot;right&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I just sent the email below to my friends and family. Feel free to send a similar letter to yours.&lt;/p&gt;
&lt;hr&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;You know me. I don&apos;t send around chain letters, much less start them. So you know that if I&apos;m sending you an email and asking you to tell your friends, it must be important.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;This is important.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;As taxpayers, we deserve access to the research that we fund. It&apos;s in everyone&apos;s interest: citizens, researchers, government, everyone. I&apos;ve been &lt;a href=&quot;https://www.google.com/search?sourceid=chrome&amp;amp;ie=UTF-8&amp;amp;q=stuart+shieber+open+access#hl=en&amp;amp;sclient=psy-ab&amp;amp;q=%22stuart+shieber%22+%22open+access%22&amp;amp;oq=%22stuart+shieber%22+%22open+access%22&amp;amp;aq=f&amp;amp;aqi=g-K1&amp;amp;aql=&amp;amp;gs_l=serp.3..0i30.15773.20215.0.20908.4.4.0.0.0.0.77.284.4.4.0...0.0.VR7PW8WILws&amp;amp;pbx=1&amp;amp;bav=on.2,or.r_gc.r_pw.r_qf.,cf.osb&amp;amp;fp=3e4ba508b4fe7347&amp;amp;biw=1035&amp;amp;bih=649&quot;&gt;working on this issue for years&lt;/a&gt;. I recently &lt;a href=&quot;http://bit.ly/HwtaNW&quot;&gt;testified before a House committee about it&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Now we have an opportunity to tell the White House that they need to take action. There is &lt;a href=&quot;http://bit.ly/MAbTHG&quot;&gt;a petition at the White House petition site&lt;/a&gt; calling for &quot;President Obama to act now to implement open access policies for all federal agencies that fund scientific research.&quot; If we get 25,000 signatures by June 19, 2012, the petition will be placed in the Executive Office of the President for a policy response.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&lt;a href=&quot;http://bit.ly/MAbTHG&quot;&gt;Please sign the petition&lt;/a&gt;. I did. I was signatory number 442. Only 24,558 more to go.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Signing the petition is easy. You &lt;a href=&quot;https://wwws.whitehouse.gov/user/register&quot;&gt;register at the White House web site&lt;/a&gt; verifying your email address, and then click a button. It&apos;ll take five minutes tops. (If you&apos;re already registered, you&apos;re down to ten seconds.)&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&lt;a href=&quot;http://bit.ly/MAbTHG&quot;&gt;Please sign the petition&lt;/a&gt;, and then tell those of your friends and family who might be interested to do so as well. You can inform people by tweeting them this URL &amp;lt;&lt;a href=&quot;http://bit.ly/MAbTHG&quot;&gt;http://bit.ly/MAbTHG&lt;/a&gt;&amp;gt; or posting on your Facebook page or sending them an email or forwarding them this one. If you want, you can point them to a copy of this email that I&apos;ve put up on the web at &amp;lt;&lt;a href=&quot;http://bit.ly/J8EmyD&quot;&gt;http://bit.ly/J8EmyD&lt;/a&gt;&amp;gt;.&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px&quot;&gt;&lt;em&gt;Since I&apos;ve just requested that you send other people this email (and that they do so as well), I want to make sure that there&apos;s a chain letter disclaimer here: Do not merely spam every email address you can find. Please forward only to those people who you know well enough that it will be appreciated. Do not forward this email after June 19, 2012. The petition drive will be over by then. By all means before forwarding the email check the &lt;a href=&quot;http://bit.ly/MAbTHG&quot;&gt;White House web link&lt;/a&gt; showing the petition at whitehouse.gov to verify that this isn&apos;t a hoax. Feel free to modify this letter when you forward it, but please don&apos;t drop the substance of this disclaimer paragraph.&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;You can find out more about the petition from the wonderful people at &lt;a href=&quot;http://access2research.org/context&quot;&gt;Access2Research&lt;/a&gt; who initiated it, and you can read more about my own views on open access to the scholarly literature at my blog, the &lt;a href=&quot;http://www.occasionalpamphlet.com/&quot;&gt;Occasional Pamphlet&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Thank you for your help.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Stuart M. Shieber&lt;br /&gt;
&lt;a href=&quot;http://seas.harvard.edu/~shieber/&quot;&gt; Welch Professor of Computer Science&lt;/a&gt;&lt;br /&gt;
Director, &lt;a href=&quot;http://osc.hul.harvard.edu/&quot;&gt;Office for Scholarly Communication&lt;/a&gt;&lt;br /&gt;
Harvard University&lt;/p&gt;
&lt;p&gt;&lt;/body&gt;&lt;/html&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>The new Harvard Library open metadata policy</title>
   <link href="https://occasionalpamphlet.com/2012/04/27/the-new-harvard-library-open-metadata-policy/"/>
   <updated>2012-04-27T19:09:24+00:00</updated>
   <id>https://occasionalpamphlet.com/2012/04/27/the-new-harvard-library-open-metadata-policy</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2012/04/oldbooks.jpg&quot;&gt;&lt;img src=&quot;/assets/2012/04/oldbooks-199x300.jpg&quot; alt=&quot;“Old Books” photo by flickr user Iguana Joe, used by permission (CC-by-nc)&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;“Old Books”&lt;br&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 85%&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/iguanajo/3332803370/in/photostream/&quot;&gt;photo&lt;/a&gt; by flickr user &lt;a href=&quot;http://www.flickr.com/photos/iguanajo/&quot;&gt;Iguana Joe&lt;/a&gt;, used by permission (&lt;a href=&quot;http://creativecommons.org/licenses/by-nc/2.0/&quot;&gt;CC-by-nc&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2012/04/oldbooks-199x300.jpg&quot; alt=&quot;“Old Books” photo by flickr user Iguana Joe, used by permission (CC-by-nc)&quot; /&gt;
  &lt;figcaption&gt;“Old Books”&lt;br&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: 85%&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/iguanajo/3332803370/in/photostream/&quot;&gt;photo&lt;/a&gt; by flickr user &lt;a href=&quot;http://www.flickr.com/photos/iguanajo/&quot;&gt;Iguana Joe&lt;/a&gt;, used by permission (&lt;a href=&quot;http://creativecommons.org/licenses/by-nc/2.0/&quot;&gt;CC-by-nc&lt;/a&gt;)&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;Earlier this week, the Harvard Library &lt;a href=&quot;http://isites.harvard.edu/icb/icb.do?keyword=k77982&amp;amp;pageid=icb.page498373&quot;&gt;announced&lt;/a&gt; its new &lt;a href=&quot;http://openmetadata.lib.harvard.edu/&quot; target=&quot;_blank&quot;&gt;open metadata policy&lt;/a&gt;, which was approved by the &lt;a href=&quot;http://isites.harvard.edu/icb/icb.do?keyword=k77982&amp;amp;pageid=icb.page399544&quot; target=&quot;_blank&quot;&gt;Library Board&lt;/a&gt; earlier this year, along with an initial two metadata releases. &lt;a href=&quot;http://openmetadata.lib.harvard.edu/&quot;&gt;The policy&lt;/a&gt; is straightforward:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;The Harvard Library provides open access to library metadata, subject to legal and privacy factors. In particular, the Library makes available its own catalog metadata under appropriate broad use licenses. The Library Board is responsible for interpreting this policy, resolving disputes concerning its interpretation and application, and modifying it as necessary.&lt;/p&gt;
&lt;p&gt;The first releases under the policy include the metadata in &lt;a href=&quot;http://dash.harvard.edu/&quot;&gt;the DASH repository&lt;/a&gt;. Though this metadata has been available through &lt;a href=&quot;http://openmetadata.lib.harvard.edu/dash&quot;&gt;open APIs&lt;/a&gt; since early in the repository&apos;s history, the open metadata policy makes clear the open licensing terms that the data is provided under.&lt;/p&gt;
&lt;p&gt;The release of a huge percentage of the Harvard Library&apos;s bibliographic metadata for its holdings is likely to have much bigger impact. We&apos;ve provided 12 million records — the vast majority of Harvard&apos;s bibliographic data — describing Harvard&apos;s library holdings in &lt;a href=&quot;http://www.loc.gov/marc/&quot;&gt;MARC&lt;/a&gt; format &lt;a href=&quot;http://openmetadata.lib.harvard.edu/bibdata/useterms&quot;&gt;under a CC0 license that requests adherence to a set of community norms&lt;/a&gt; that I think are quite reasonable, primarily calling for attribution to Harvard and our major partners in the release, &lt;a href=&quot;http://www.oclc.org/&quot; target=&quot;_blank&quot;&gt;OCLC&lt;/a&gt; and the &lt;a href=&quot;http://www.loc.gov/&quot; target=&quot;_blank&quot;&gt;Library of Congress&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;OCLC in particular has &lt;a href=&quot;http://hangingtogether.org/?p=1647&quot;&gt;praised the effort&lt;/a&gt;, saying it “furthers [Harvard&apos;s] mandate from their Library Board and Faculty to make as much of their metadata as possible available through open access in order to support learning and research, to disseminate knowledge and to foster innovation and aligns with the very public and established commitment that Harvard has made to open access for scholarly communication. I’m pleased to say that they worked with OCLC as they thought about the terms under which the release would be made.” We&apos;ve gotten nice coverage from the &lt;a href=&quot;http://bits.blogs.nytimes.com/2012/04/24/harvard-releases-big-data-for-books/?pagemode=print&quot;&gt;New York Times&lt;/a&gt;, &lt;a href=&quot;http://www.thedigitalshift.com/2012/04/metadata/harvard-releases-metadata-into-public-domain/&quot;&gt;Library Journal&lt;/a&gt;, and &lt;a href=&quot;http://boingboing.net/2012/04/24/massive-public-domain-catalog.html&quot; target=&quot;_blank&quot;&gt;Boing Boing&lt;/a&gt; as well.&lt;/p&gt;
&lt;p&gt;Many people have asked what we expect people to do with the data. Personally, I have no idea, and that&apos;s the point. I&apos;ve seen over and over that when data is made openly available with the fewest impediments — legal and technical — people are incredibly creative about finding innovative uses for the data that we never could have predicted. Already, we&apos;re seeing people picking up the data, exploring it, and building on it.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The &lt;a href=&quot;http://dp.la/&quot;&gt;Digital Public Library of America&lt;/a&gt; is making the data available through &lt;a href=&quot;http://dp.la/dev/wiki/Item_API&quot;&gt;an API&lt;/a&gt; that provides data in a much nicer way than the pure MARC record dump that Harvard is making available.&lt;/li&gt;
&lt;li&gt;Within hours of release, Benjamin Bergstein had already set up &lt;a href=&quot;http://benjaminbergstein.com/dpla/&quot;&gt;his own search interface&lt;/a&gt; to the Harvard data using the &lt;a href=&quot;http://dp.la/dev/wiki/Item_API&quot;&gt;DPLA API&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Carlos Bueno has developed code for the Harvard Library Bibliographic Dataset to parse its &quot;wonky&quot; MARC21 format, and has &lt;a href=&quot;https://github.com/aristus/copymine-harvard#readme&quot;&gt;open-sourced the code&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Alf Eaton has &lt;a href=&quot;http://hublog.hubmed.org/archives/001953.html&quot;&gt;documented his own efforts&lt;/a&gt; to work with the bibliographic dataset, providing instructions for downloading and extracting the records and putting up all of the code he developed to massage and render the data. He outlines his plans for further extensions as well.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;(I&apos;m sure I&apos;ve missed some of the ways people are using the data. Let me know if you&apos;ve heard of others, and I&apos;ll update this list.)&lt;/p&gt;
&lt;p&gt;As &lt;a href=&quot;http://bits.blogs.nytimes.com/2012/04/24/harvard-releases-big-data-for-books/?pagemode=print&quot; target=&quot;_blank&quot;&gt;I&apos;ve said before&lt;/a&gt;, “This data serves to link things together in ways that are difficult to predict. The more information you release, the more you see people doing innovative things.” These examples are the first evidence of that potential.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://cyber.law.harvard.edu/people/jpalfrey&quot; target=&quot;_blank&quot;&gt;John Palfrey&lt;/a&gt;, who was really the instigator of the open metadata project, has been especially interested in getting other institutions to make their own collection metadata publicly available, and the DPLA stands ready to help. They&apos;re running a wiki with instructions on &lt;a href=&quot;http://dp.la/dev/wiki/Metadata_upload&quot; target=&quot;_blank&quot;&gt;how to add your own institution&apos;s metadata to the DPLA service&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It&apos;s hard to list all the people who make initiatives like this possible, since there are so many, but I&apos;d like to mention a few major participants (in addition to John): Jonathan Hulbert, Tracey Robinson, David Weinberger, and Robin Wendler. Thanks to them and the many others that have helped in various ways.</content>
 </entry>
 
 <entry>
   <title>Statement before the House Science Committee</title>
   <link href="https://occasionalpamphlet.com/2012/03/30/statement-before-the-house-science-committee/"/>
   <updated>2012-03-30T12:18:27+00:00</updated>
   <id>https://occasionalpamphlet.com/2012/03/30/statement-before-the-house-science-committee</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2012/03/2865356520_1476022a9c.jpg&quot;&gt;&lt;img src=&quot;/assets/2012/03/2865356520_1476022a9c.jpg&quot; alt=&quot;“Majesty of Law” Statue in front of the Rayburn House Office Building in Washington, D.C., photo by flickr user NCinDC, used by permission (CC-by-nd)&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;“Majesty of Law”&lt;br /&gt;
&lt;span style=&quot;font-size: 85%&quot;&gt;Statue in front of the Rayburn House Office Building in Washington, D.C., photo by flickr user &lt;a href=&quot;http://www.flickr.com/photos/ncindc/&quot;&gt;NCinDC&lt;/a&gt;, used by permission (&lt;a href=&quot;http://creativecommons.org/licenses/by-nd/2.0/deed.en&quot;&gt;CC-by-nd&lt;/a&gt;)&lt;/span&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2012/03/2865356520_1476022a9c.jpg&quot; alt=&quot;“Majesty of Law” Statue in front of the Rayburn House Office Building in Washington, D.C., photo by flickr user NCinDC, used by permission (CC-by-nd)&quot; /&gt;
  &lt;figcaption&gt;“Majesty of Law”&lt;br /&gt;
&lt;span style=&quot;font-size: 85%&quot;&gt;Statue in front of the Rayburn House Office Building in Washington, D.C., photo by flickr user &lt;a href=&quot;http://www.flickr.com/photos/ncindc/&quot;&gt;NCinDC&lt;/a&gt;, used by permission (&lt;a href=&quot;http://creativecommons.org/licenses/by-nd/2.0/deed.en&quot;&gt;CC-by-nd&lt;/a&gt;)&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;Here is my written testimony filed in association with &lt;a href=&quot;http://science.house.gov/press-release/witnesses-highlight-complexity-and-promise-increased-public-access-research&quot;&gt;my appearance yesterday&lt;/a&gt; at the hearing on &quot;&lt;a href=&quot;http://science.house.gov/hearing/subcommittee-investigations-and-oversight-hearing-examining-public-access-and-scholarly&quot;&gt;Federally Funded Research: Examining Public Access and Scholarly Publication Interests&lt;/a&gt;&quot; before the Subcommittee on Investigations and Oversight of the House Committee on Science, Space and Technology. My thanks to Chairman Broun, ranking member Tonko, and the committee for allowing me the opportunity to speak with them today.&lt;/p&gt;
&lt;p&gt;[&lt;strong&gt;Update 3/30/12:&lt;/strong&gt; Coverage from &lt;a href=&quot;http://chronicle.com/blogs/wiredcampus/experts-debate-public-access-to-scholarly-research-at-house-subcommittee-hearing/35868&quot;&gt;Chronicle of Higher Education&lt;/a&gt;. &lt;strong&gt;Update 4/2/12:&lt;/strong&gt;&lt;a href=&quot;http://science.edgeboss.net/wmedia/science/sst2012/032912.wvx&quot;&gt; Video of the session is available&lt;/a&gt; from the House Science Committee as well.]&lt;br /&gt;
&lt;!--more--&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;strong&gt;Statement of Stuart M. Shieber before the &lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;Committee on Science, Space and Technology &lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;Subcommittee on Investigations and Oversight &lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;U.S. House of Representatives&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;March 29, 2012&lt;/p&gt;
&lt;p&gt;Chairman Broun and Members of the Subcommittee:&lt;/p&gt;
&lt;p&gt;My name is Stuart Shieber. I am the James O. Welch, Jr. and Virginia B. Welch Professor of Computer Science at Harvard University. My primary field of research is computational linguistics, the study of human language from a computer science perspective, often with application to the engineering of useful computer systems that manipulate language. As a faculty member, I led the development and enactment of Harvard’s open-access policies. Since October of 2008, I have served in the additional role as the faculty director of Harvard’s Office for Scholarly Communication. Thank you for the opportunity to speak with you today about some of the actions that we have taken at Harvard to provide the broadest possible access to the results of our research.&lt;/p&gt;
&lt;h3 id=&quot;thepotentialforopenaccess&quot;&gt;The potential for open access&lt;/h3&gt;
&lt;p&gt;The mission of the university is to create, preserve, and disseminate knowledge to the benefit of all. In Harvard’s Faculty of Arts and Sciences (FAS), where I hold my faculty post, we codify this in the FAS Grey Book, which states that research policy “should encourage the notion that ideas or creative works produced at the University should be used for the greatest possible public benefit. This would normally mean the widest possible dissemination and use of such ideas or materials.”&lt;/p&gt;
&lt;p&gt;At one time, the widest possible dissemination was achieved by distributing the scholarly articles describing the fruits of research in the form of printed issues of peer-reviewed journals, sent to the research libraries of the world for reading by their patrons, and paid for by subscription fees. These fees covered the various services provided to the authors of the articles — management of the peer review process, copy-editing, typesetting, and other production processes — as well as the printing, binding, and shipping of the physical objects.&lt;/p&gt;
&lt;p&gt;Thanks to the forward thinking of federal science funding agencies, including NSF, DARPA, NASA, and DOE, we now have available computing and networking technologies that hold the promise of transforming the mechanisms for disseminating and using knowledge in ways not imaginable even a few decades ago. The internet allows nearly instantaneous distribution of content for essentially zero marginal cost to a large and rapidly increasing proportion of humanity. Ideally, this would ramify in a universality of access to research results, thereby truly achieving the widest possible dissemination.&lt;/p&gt;
&lt;p&gt;The benefits of such so-called &lt;em&gt;open access&lt;/em&gt; are manifold. The signatories of the 2002 Budapest Open Access Initiative state that&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;The public good [open access] make[s] possible is the world-wide electronic distribution of the peer-reviewed journal literature and completely free and unrestricted access to it by all scientists, scholars, teachers, students, and other curious minds. Removing access barriers to this literature will accelerate research, enrich education, share the learning of the rich with the poor and the poor with the rich, make this literature as useful as it can be, and lay the foundation for uniting humanity in a common intellectual conversation and quest for knowledge.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;From a more pragmatic point of view, a large body of research has shown that public research has a large positive impact on economic growth, and that access to the scholarly literature is central to that impact. Martin and Tang’s recent review of the literature concludes that “there have been numerous attempts to measure the economic impact of publicly funded research and development (R&amp;amp;D), all of which show a large positive contribution to economic growth.”&lt;a name=&quot;ref1&quot; href=&quot;#fn1&quot;&gt;&lt;sup&gt;[1]&lt;/sup&gt;&lt;/a&gt; It is therefore not surprising that Houghton’s modeling of the effect of broader public access to federally funded research shows that the benefits to the US economy come to the billions of dollars and are eight times the costs.&lt;a name=&quot;ref2&quot; href=&quot;#fn2&quot;&gt;&lt;sup&gt;[2]&lt;/sup&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Opening access to the literature makes it available not only to human readers, but to computer processing as well. There are some million and a half scholarly articles published each year.&lt;a name=&quot;ref3&quot; href=&quot;#fn3&quot;&gt;&lt;sup&gt;[3]&lt;/sup&gt;&lt;/a&gt; No human can read them all or even the tiny fraction in a particular subfield, but computers can, and computer analysis of the text, known as &lt;em&gt;text mining&lt;/em&gt;, has the potential not only to extract high-quality structured data from article databases but even to generate new research hypotheses. My own field of research, computational linguistics, includes text mining. I have collaborated with colleagues in the East Asian Languages and Civilization department on text mining of tens of thousands of classical Chinese biographies and with colleagues in the History department on computational analysis of pre-modern Latin texts. Performing similar analyses on the current research literature, however, is encumbered by proscriptions of copyright and contract because the dominant publishing mechanisms are not open.&lt;/p&gt;
&lt;p&gt;In Harvard’s response to the Office of Science and Technology Policy’s request for information on public access,&lt;a name=&quot;ref4&quot; href=&quot;#fn4&quot;&gt;&lt;sup&gt;[4]&lt;/sup&gt;&lt;/a&gt; Provost Alan Garber highlighted the economic potential for the kinds of reuse enabled by open access.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Public access not only facilitates innovation in research-driven industries such as medicine and manufacturing. It stimulates the growth of a new industry adding value to the newly accessible research itself. This new industry includes search, current awareness, impact measurement, data integration, citation linking, text and data mining, translation, indexing, organizing, recommending, and summarizing. These new services not only create new jobs and pay taxes, but they make the underlying research itself more useful. Research funding agencies needn’t take on the job of provide all these services themselves. As long as they ensure that the funded research is digital, online, free of charge, and free for reuse, they can rely on an after-market of motivated developers and entrepreneurs to bring it to users in the forms in which it will be most useful. Indeed, scholarly publishers are themselves in a good position to provide many of these value-added services, which could provide an additional revenue source for the industry.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Finally, free and open access to the scholarly literature is an intrinsic good. It is in the interest of the researchers generating the research and those who might build upon it, the public who take interest in the research, the press who help interpret the results, and the government who funds these efforts. All things being equal, open access to the research literature ought to be the standard.&lt;/p&gt;
&lt;h3 id=&quot;systemicproblemsinthejournalpublishingsystem&quot;&gt;Systemic problems in the journal publishing system&lt;/h3&gt;
&lt;p&gt;Unfortunately, over the last several years, it has become increasingly clear to many that this goal of the “widest possible dissemination” was in jeopardy because of systemic problems in the current mechanisms of scholarly communication, which are not able to take full advantage of the new technologies to maximize the access to research and therefore its potential for social good.&lt;/p&gt;
&lt;p&gt;By way of background, I should review the standard process for disseminating research results. Scholars and researchers — often with government funding — perform research and write up their results in the form of articles, which are submitted to journals that are under the editorial control of the editor-in-chief and editorial boards made up of other scholars. These editors find appropriate reviewers, also scholars, to read and provide detailed reviews of the articles, which authors use to improve the quality of the articles. Reviewers also provide advice to the editors on whether the articles are appropriate for publication in the journal, the final decisions being made by the editors. Participants in these aspects of the publishing process are overwhelmingly volunteers, scholars who provide their time freely as a necessary part of their engagement in the research enterprise. The management of this process, handling the logistics, is typically performed by the journal’s publisher, who receives the copyright in the article from the author for its services. The publisher also handles any further production process such as copy-editing and typesetting of accepted articles and their distribution to subscribers through print issue or more commonly these days through online access. This access is provided to researchers by their institutional libraries, which pay for annual subscriptions to the journals.&lt;/p&gt;
&lt;p&gt;Libraries have observed with alarm a long-term dramatic rise in subscription costs of journals. The Association of Research Libraries, whose members represent the leading research libraries of the United States and Canada, have tracked serials expenditures for over three decades. From 1986 through 2010 (the most recent year with available data), expenditures in ARL libraries have increased by a factor of almost 5. Even discounting for inflation, the increase is almost 2.5 times. These increases correspond to an annualized rate of almost 7% per year, during a period in which inflation has averaged less than 3%.&lt;a name=&quot;ref5&quot; href=&quot;#fn5&quot;&gt;&lt;sup&gt;[5]&lt;/sup&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Another diagnostic of the market dysfunction in the journal publishing system is the huge disparity in subscription costs between different journals. Bergstrom and Bergstrom showed that even within a single field of research, commercial journals are &lt;em&gt;on average&lt;/em&gt; five times more expensive per page than non-profit journals.&lt;a name=&quot;ref6&quot; href=&quot;#fn6&quot;&gt;&lt;sup&gt;[6]&lt;/sup&gt;&lt;/a&gt; When compared by cost per citation, which controls better for journal quality, the disparity becomes even greater, a factor of 10 times. Odylzko notes that “The great disparity in costs among journals is a sign of an industry that has not had to worry about efficiency.”&lt;a name=&quot;ref7&quot; href=&quot;#fn7&quot;&gt;&lt;sup&gt;[7]&lt;/sup&gt;&lt;/a&gt; Finally, the extraordinary profit margins, increasing even over the last few years while research libraries’ budgets were under tremendous pressure, provide yet another signal of the absence of a functioning competitive market.&lt;/p&gt;
&lt;p&gt;The Harvard library system is the largest academic library in the world, and the fifth largest library of any sort. In attempting to provide access to research results to our faculty and students, the university subscribes to tens of thousands of serials at a cost of about 9 million dollars per year. Nonetheless, we too have been buffeted by the tremendous growth in journal costs over the last decades, with Harvard’s serials expenditures growing by a factor of 3 between 1986 and 2004.&lt;a name=&quot;ref8&quot; href=&quot;#fn8&quot;&gt;&lt;sup&gt;[8]&lt;/sup&gt;&lt;/a&gt; Such geometric increases in expenditures could not be sustained indefinitely. Over the years since 2004 our journal expenditure increases have been curtailed through an aggressive effort at deduplication, elimination of print subscriptions, and a painful series of journal cancellations. As a researcher, I know that Harvard does not subscribe to all of the journals that I would like access to for my own research, and if Harvard, with its scale, cannot provide optimal subscription access, other universities without our resources are in an even more restricted position.&lt;/p&gt;
&lt;p&gt;Correspondingly, the articles that we ourselves generate as authors are not able to be accessed as broadly as we would like. We write articles not for direct financial gain — we are not paid for the articles and receive no royalties — but rather so that others can read them and make use of the discoveries they describe. To the extent that access is limited, those goals are thwarted.&lt;/p&gt;
&lt;p&gt;The economic causes of these observed phenomena are quite understandable. Journal access is a monopolistic good. Libraries can buy access to a journal’s articles only from the publisher of that journal, by virtue of the monopoly character of copyright. In addition, the high prices of journals are hidden from the “consumers” of the journals, the researchers reading the articles, because an intermediary, the library, pays the subscriptions on their behalf. The market therefore embeds a moral hazard. Under such conditions, market failure is not surprising; one would expect inelasticity of demand, hyperinflation, and inefficiency in the market, and that is what we observe. Prices inflate, leading to some libraries canceling journals, leading to further price increases to recoup revenue — a spiral that ends in higher and higher prices paid by fewer and fewer libraries. The market is structured to provide institutions a Hobson’s choice between unsustainable expenditures or reduced access.&lt;/p&gt;
&lt;p&gt;The unfortunate side effect of this market dysfunction has been that as fewer libraries can afford the journals, access to the research results they contain is diminished. In 2005, then Provost of Harvard Steven Hyman appointed an ad hoc committee, which I chaired, to examine these issues and make recommendations as to what measures Harvard might pursue to mitigate this problem of access to our writings. Since then, we have been pursuing a variety of approaches to maximize access to the writings of Harvard researchers.&lt;/p&gt;
&lt;h3 id=&quot;addressinginsufficientaccessthroughanopen-accesspolicy&quot;&gt;Addressing insufficient access through an open-access policy&lt;/h3&gt;
&lt;p&gt;One of these approaches involves the self-imposition by faculty of an open-access policy according to which faculty grant a license to the university to distribute our scholarly articles and commit to providing copies of our manuscript articles for such distribution. By virtue of this kind of policy, the problem of access limitation is mitigated by providing a supplemental venue for access to the articles. Four years ago, in February of 2008, the members of the Faculty of Arts and Sciences at Harvard became the first school to enact such a policy,&lt;a name=&quot;ref9&quot; href=&quot;#fn9&quot;&gt;&lt;sup&gt;[9]&lt;/sup&gt;&lt;/a&gt; by unanimous vote as it turned out.&lt;/p&gt;
&lt;p&gt;In order to guarantee the freedom of faculty authors to choose the rights situation for their articles, the license is waivable at the sole discretion of the author, so faculty retain control over whether the university is granted this license. But the policy has the effect that by default, the university holds a license to our articles, which can therefore be distributed from a repository that we have set up for that purpose. Since the FAS vote, six other schools at Harvard — Harvard Law School, Harvard Kennedy School of Government, Harvard Graduate School of Education, Harvard Business School, Harvard Divinity School, and Harvard Graduate School of Design — have passed this same kind of policy, and similar policies have been voted by faculty bodies at many other universities as well, including Massachusetts Institute of Technology, Stanford, Princeton, Columbia, and Duke. Notably, the policies have seen broad faculty support, with faculty imposing these policies on themselves typically by unanimous or near unanimous votes.&lt;/p&gt;
&lt;p&gt;Because of these policies in the seven Harvard schools, Harvard’s article repository, called DASH (for Digital Access to Scholarship at Harvard),&lt;a name=&quot;ref10&quot; href=&quot;#fn10&quot;&gt;&lt;sup&gt;[10]&lt;/sup&gt;&lt;/a&gt; now provides access to over 7,000 articles representing 4,000 Harvard-affiliated authors. Articles in DASH have been downloaded almost three-quarters of a million times.&lt;a name=&quot;ref11&quot; href=&quot;#fn11&quot;&gt;&lt;sup&gt;[11]&lt;/sup&gt;&lt;/a&gt; The number of waivers of the license has been very small; we estimate the waiver rate at about 5%. Because of the policy, as faculty authors we are retaining rights to openly distribute the vast majority of the articles that we write.&lt;/p&gt;
&lt;p&gt;The process of consultation in preparation for the faculty vote was a long one. I started speaking with faculty committees, departments, and individuals about two years before the actual vote. During that time and since, I have not met a single faculty member or researcher who objected to the principle underlying the open-access policies at Harvard, to obtain the widest possible dissemination for our scholarly results, and have been struck by the broad support for the kind of open dissemination of articles that the policy and the repository allow.&lt;/p&gt;
&lt;p&gt;This approach to the access limitation problem, the provision of supplemental access venues, is also seen in the extraordinarily successful public access policy of the National Institutes of Health (NIH), which Congress mandated effective April, 2008. By virtue of that policy, researchers funded by NIH provide copies of their articles for distribution from NIH’s PubMed Central (PMC) repository. Today, PMC provides free online access to 2.4 million articles downloaded a million times per day by half a million users.&lt;a name=&quot;ref12&quot; href=&quot;#fn12&quot;&gt;&lt;sup&gt;[12]&lt;/sup&gt;&lt;/a&gt; NIH’s own analysis has shown that a quarter of the users are researchers. The hundreds of thousands of articles they are accessing per day demonstrates the large latent demand for articles not being satisfied by the journals’ subscription base. Companies account for another 17%, showing that the policy benefits small businesses and corporations, who need access to scientific advances to spur innovation. Finally, the general public accounts for 40% of the users, some quarter of a million people per day, demonstrating that these articles are of tremendous interest to the taxpayers who fund the research in the first place and who deserve access to the results that they have underwritten.&lt;/p&gt;
&lt;h3 id=&quot;thestandardobjectiontoopen-accesspolicies&quot;&gt;The standard objection to open-access policies&lt;/h3&gt;
&lt;p&gt;The standard objection to these open-access policies is that supplemental access to scholarly articles, such as that provided by institutional repositories like Harvard’s DASH or subject-based repositories like NIH’s PubMed Central, could supplant subscription access to such an extent that subscriptions would come under substantial price pressure. Sufficient price pressure, in this scenario, could harm the publishing industry, the viability of journals, and the peer review and journal production processes.&lt;/p&gt;
&lt;p&gt;There is no question that the services provided by journals are valuable to the research enterprise, so such concerns must be taken seriously. By now, however, these arguments have been aired and addressed in great detail. I recommend the report “The Future of Taxpayer-Funded Research: Who Will Control Access to the Results?” by my co-panelist Elliott Maxwell,&lt;a name=&quot;ref13&quot; href=&quot;#fn13&quot;&gt;&lt;sup&gt;[13]&lt;/sup&gt;&lt;/a&gt; which provides detailed support for the report’s conclusion that “There is no persuasive evidence that increased access threatens the sustainability of traditional subscription-supported journals, or their ability to fund rigorous peer review.” The reasons are manifold, including the fact that supplemental access covers only a fraction of the articles in any given journal, is often delayed relative to publication, and typically provides a manuscript version of the article rather than the version of record. Consistent with this reasoning, the empirical evidence shows no such discernible effect. After four years of the NIH policy, for instance, subscription prices have continued to increase, as have publisher margins. The NIH states that “while the U.S. economy has suffered a downturn during the time period 2007 to 2011, scientific publishing has grown: The number of journals dedicated to publishing biological sciences/agriculture articles and medicine/health articles increased 15% and 19%, respectively. The average subscription prices of biology journals and health sciences journals increased 26% and 23%, respectively. Publishers forecast increases to the rate of growth of the medical journal market, from 4.5% in 2011 to 6.3% in 2014.”&lt;a name=&quot;ref14&quot; href=&quot;#fn14&quot;&gt;&lt;sup&gt;[14]&lt;/sup&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&quot;open-accessjournalpublishingasanalternativetosubscriptionjournalpublishing&quot;&gt;Open-access journal publishing as an alternative to subscription journal publishing&lt;/h3&gt;
&lt;p&gt;Nonetheless, it does not violate the laws of economics that increased supplemental access (even if delayed) to a sufficiently high proportion of articles (even if to a deprecated version) could put price pressure on subscription journals, perhaps even so much so that journals would not be able to recoup their costs. In this hypothetical case, would that be the end of journals? No, because even if publishers (again, merely by hypothesis and counterfactually) add no value for the readers (beyond what the readers are already getting in the [again hypothetical] universal open access), the author and the author’s institution gain much value: vetting, copyediting, typesetting, and most importantly, imprimatur of the journal. This is value that authors and their institutions should be, would be, and are willing to pay for. The upshot is that journals will merely switch to a different business model, in which the journal charges a one-time &lt;em&gt;publication fee&lt;/em&gt; to cover the costs of publishing the article.&lt;/p&gt;
&lt;p&gt;I state this as though this publication-fee revenue model is itself hypothetical, but it is not. Open-access journals already exist in the thousands. They operate in exactly the same way as traditional subscription journals — providing management of peer review, production services, and distribution — with the sole exception that they do not charge for online access, so that access is free and open to anyone. The publication-fee revenue model for open-access journals is a proven mechanism. The prestigious non-profit open-access publisher Public Library of Science is generating surplus revenue and is on track to publish some 3% of the world biomedical literature through its journal &lt;em&gt;PLoS ONE&lt;/em&gt; alone. The BioMed Central division of the commercial publisher Springer is generating profits for its parent company using the same revenue model. Indeed, the growth of open-access journals over the past few years has been meteoric. There are now over 7,000 open-access journals,&lt;a name=&quot;ref15&quot; href=&quot;#fn15&quot;&gt;&lt;sup&gt;[15]&lt;/sup&gt;&lt;/a&gt; many using the publication-fee model, and many of the largest, most established commercial journal publishers — Elsevier, Springer, Wiley-Blackwell, SAGE — now operate open-access journals using the publication-fee revenue model. Were supplemental access to cause sufficient price pressure to put the subscription model in danger, the result would merely be further uptake of this already burgeoning alternative revenue model.&lt;/p&gt;
&lt;p&gt;In this scenario, the cost of journal publishing would be borne not by the libraries on behalf of their readers, but by funding agencies and research institutions on behalf of their authors. Already, funding agencies such as Wellcome Trust and Howard Hughes Medical Institute underwrite open access author charges, and in fact mandate open access. Federal granting agencies such as NSF and NIH allow grant funds to be used for open-access publication fees as well (though grantees must prebudget for these unpredictable charges). Not all fields have the sort of grant funding opportunities that could underwrite these fees. For those fields, the researcher’s employing institution, as de facto funder of the research, should underwrite charges for publication in open-access journals. Here again, Harvard has taken an early stand as one of the initial signatories — along with Cornell, Dartmouth, MIT, and University of California, Berkeley — of the Compact for Open-Access Publishing Equity,&lt;a name=&quot;ref16&quot; href=&quot;#fn16&quot;&gt;&lt;sup&gt;[16]&lt;/sup&gt;&lt;/a&gt; which commits these universities and the dozen or so additional signatories to establishing mechanisms for underwriting reasonable open-access publication fees. The Compact acknowledges the fact that the services that journal publishers provide are important, cost money, and deserve to be funded, and commits the universities to doing so, albeit with a revenue model that avoids the market dysfunction of the subscription journal system.&lt;/p&gt;
&lt;h3 id=&quot;advantagesoftheopen-accesspublishingsystem&quot;&gt;Advantages of the open-access publishing system&lt;/h3&gt;
&lt;p&gt;The primary advantage of the open-access journal publishing system is the open access that it provides. Since revenue does not depend on limiting access to those willing to pay, journals have no incentive to limit access, and in fact have incentive to provide as broad access as possible to increase the value of their brand. In fact, open-access journals can provide access not only in the traditional sense, allowing anyone to access the articles for the purpose of reading them, but can provide the articles unencumbered by any use restrictions, thereby allowing the articles to be used, re-used, analyzed, and data-mined in ways we are not even able to predict.&lt;/p&gt;
&lt;p&gt;A perhaps less obvious advantage of the publication-fee revenue model for open-access journals is that the factors leading to the subscription market failure do not inhere in the publication-fee model. Bergstrom and Bergstrom&lt;a name=&quot;ref17&quot; href=&quot;#fn17&quot;&gt;&lt;sup&gt;[17]&lt;/sup&gt;&lt;/a&gt; explain why:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Journal articles differ [from conventional goods such as cars] in that they are not substitutes for each other in the same way as cars are. Rather, they are complements. Scientists are not satisfied with seeing only the top articles in their field. They want access to articles of the second and third rank as well. Thus for a library, a second copy of a top academic journal is not a good substitute for a journal of the second rank. Because of this lack of substitutability, commercial publishers of established second-rank journals have substantial monopoly power and are able to sell their product at prices that are much higher than their average costs and several times higher than the price of higher quality, non-profit journals.&lt;/p&gt;
&lt;p&gt;By contrast, the market for authors’ inputs appears to be much more competitive. If journals supported themselves by author fees, it is not likely that one Open Access journal could charge author fees several times higher than those charged by another of similar quality. An author, deciding where to publish, is likely to consider different journals of similar quality as close substitutes. Unlike a reader, who would much prefer access to two journals rather than to two copies of one, an author with two papers has no strong reason to prefer publishing once in each journal rather than twice in the cheaper one.&lt;/p&gt;
&lt;p&gt;If the entire market were to switch from Reader Pays to Author Pays, competing journals would be closer substitutes in the view of authors than they are in the view of subscribers. As publishers shift from selling complements to selling substitutes, the greater competition would be likely to force commercial publishers to reduce their profit margins dramatically.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Again, the empirical evidence supports this view. Even the most expensive open-access publication fees, such as those of the prestigious Public Library of Science journals, are less than $3,000 per article, with a more typical value in the $1,000-1,500 range. By contrast, the average revenue per article for subscription journal articles is about $5,000. Thus, the open-access model better leverages free market principles: Despite providing unencumbered access to the literature, it costs no more overall per article, and may end up costing much less, than the current system. The savings to universities and funding agencies could be substantial.&lt;/p&gt;
&lt;h3 id=&quot;conclusion&quot;&gt;Conclusion&lt;/h3&gt;
&lt;p&gt;I began my comments by quoting the mission of academics such as myself to provide the widest possible dissemination — open access — to the ideas and knowledge resulting from our research. Government, too, has an underlying goal of promoting the dissemination of knowledge, expressed in Thomas Jefferson’s view that “by far the most important bill in our whole code is that for the diffusion of knowledge among the people.”&lt;a name=&quot;ref18&quot; href=&quot;#fn18&quot;&gt;&lt;sup&gt;[18]&lt;/sup&gt;&lt;/a&gt; The federal agencies and science policies that this committee oversees have led to knowledge breakthroughs of the most fundamental sort — in our understanding of the physical universe, in our ability to comprehend fundamental biological processes, and, in my own field, in the revolutionary abilities to transform and transmit information.&lt;/p&gt;
&lt;p&gt;Open access policies build on these information technology breakthroughs to maximize the return on the taxpayers’ enormous investment in that research, and magnify the usefulness of that research. They bring economic benefits that far exceed the costs. The NIH has shown one successful model, which could be replicated at other funding agencies, as envisioned in the recently re-introduced bipartisan Federal Research Public Access Act (FRPAA).&lt;/p&gt;
&lt;p&gt;Providing open access to the publicly-funded research literature — amplifying the &quot;diffusion of knowledge&quot; — will benefit researchers, taxpayers, and every person who gains from new medicines, new technologies, new jobs, and new solutions to longstanding problems of every kind.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;a name=&quot;fn1&quot; href=&quot;#ref1&quot;&gt;&lt;sup&gt;[1]&lt;/sup&gt;&lt;/a&gt;   Ben R. Martin and Puay Tang, The benefits from publicly funded research, SEWPS Paper No. 161, SPRU—Science and Technology Policy Research, University of Sussex, Brighton (2007). &lt;code&gt;&lt;a href=&quot;http://www.sussex.ac.uk/spru/documents/sewp161&quot;&gt;http://www.sussex.ac.uk/spru/documents/sewp161&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn2&quot; href=&quot;#ref2&quot;&gt;&lt;sup&gt;[2]&lt;/sup&gt;&lt;/a&gt;   John Houghton, &lt;em&gt;Economic and Social Returns on Investment in Open Archiving Publicly Funded Research Outputs&lt;/em&gt; (July 2010). &lt;code&gt;&lt;a href=&quot;http://www.arl.org/sparc/bm~doc/vufrpaa&quot;&gt;http://www.arl.org/sparc/bm~doc/vufrpaa&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn3&quot; href=&quot;#ref3&quot;&gt;&lt;sup&gt;[3]&lt;/sup&gt;&lt;/a&gt;   Scholarly Publishing Roundtable, &lt;em&gt;Report and Recommendations from the Scholarly Publishing Roundtable&lt;/em&gt; (January 2010). &lt;code&gt;&lt;a href=&quot;http://www.aau.edu/WorkArea/DownloadAsset.aspx?id=10044&quot;&gt;http://www.aau.edu/WorkArea/DownloadAsset.aspx?id=10044&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn4&quot; href=&quot;#ref4&quot;&gt;&lt;sup&gt;[4]&lt;/sup&gt;&lt;/a&gt;   Alan Garber, Harvard response to the White House RFI on public access to research (January 2012). &lt;code&gt;&lt;a href=&quot;http://osc.hul.harvard.edu/stp-rfi-response-january-2012&quot;&gt;http://osc.hul.harvard.edu/stp-rfi-response-january-2012&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn5&quot; href=&quot;#ref5&quot;&gt;&lt;sup&gt;[5]&lt;/sup&gt;&lt;/a&gt;   Association of Research Libraries, Monograph and Serial Costs in ARL Libraries, 1986-2010 (2010). &lt;code&gt;&lt;a href=&quot;http://www.arl.org/bm~doc/t2_monser10.xls&quot;&gt;http://www.arl.org/bm~doc/t2_monser10.xls&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn6&quot; href=&quot;#ref6&quot;&gt;&lt;sup&gt;[6]&lt;/sup&gt;&lt;/a&gt;   Carl T. Bergstrom and Theodore C. Bergstrom, The costs and benefits of library site licenses to academic journals, &lt;em&gt;Proceedings of the National Academy of Sciences&lt;/em&gt;, volume 101, number 3 (20 January 2004). &lt;code&gt;&lt;a href=&quot;http://dx.doi.org/10.1073/pnas.0305628101&quot;&gt;http://dx.doi.org/10.1073/pnas.0305628101&lt;/a&gt;&lt;/code&gt;}&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn7&quot; href=&quot;#ref7&quot;&gt;&lt;sup&gt;[7]&lt;/sup&gt;&lt;/a&gt;   Andrew Odlyzko, The Economics of Electronic Journals, &lt;em&gt;First Monday&lt;/em&gt;, volume 2, number 8 (4 August 1997). &lt;code&gt;&lt;a href=&quot;http://firstmonday.org/htbin/cgiwrap/bin/ojs/index.php/fm/article/view/542/463&quot;&gt;http://firstmonday.org/htbin/cgiwrap/bin/ojs/index.php/fm/article/view/542/463&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn8&quot; href=&quot;#ref8&quot;&gt;&lt;sup&gt;[8]&lt;/sup&gt;&lt;/a&gt;   Association of Research Libraries, Monograph and Serial Costs in ARL Libraries, 1986-2010 (2010). &lt;code&gt;&lt;a href=&quot;http://www.arl.org/bm~doc/t2_monser10.xls&quot;&gt;http://www.arl.org/bm~doc/t2_monser10.xls&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn9&quot; href=&quot;#ref9&quot;&gt;&lt;sup&gt;[9]&lt;/sup&gt;&lt;/a&gt;   Text of the FAS policy and the other Harvard open-access policies is available at &lt;code&gt;&lt;a href=&quot;http://osc.hul.harvard.edu/policies.&quot;&gt;http://osc.hul.harvard.edu/policies.&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn10&quot; href=&quot;#ref10&quot;&gt;&lt;sup&gt;[10]&lt;/sup&gt;&lt;/a&gt;   &lt;code&gt;&lt;a href=&quot;http://dash.harvard.edu/&quot;&gt;http://dash.harvard.edu/&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn11&quot; href=&quot;#ref11&quot;&gt;&lt;sup&gt;[11]&lt;/sup&gt;&lt;/a&gt;   &lt;code&gt;&lt;a href=&quot;http://dash.harvard.edu/mydash&quot;&gt;http://dash.harvard.edu/mydash&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn12&quot; href=&quot;#ref12&quot;&gt;&lt;sup&gt;[12]&lt;/sup&gt;&lt;/a&gt;   National Institutes of Health, &lt;em&gt;NIH Public Access Policy Implications&lt;/em&gt; (2012).&lt;br /&gt;
&lt;code&gt;&lt;a href=&quot;http://publicaccess.nih.gov/public_access_policy_implications_2012.pdf&quot;&gt;http://publicaccess.nih.gov/public_access_policy_implications_2012.pdf&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn13&quot; href=&quot;#ref13&quot;&gt;&lt;sup&gt;[13]&lt;/sup&gt;&lt;/a&gt;   Committee for Economic Development. &lt;em&gt;The Future of Taxpayer-Funded Research: Who Will Control Access to the Results?&lt;/em&gt; (2012). &lt;code&gt;&lt;a href=&quot;http://www.ced.org/component/blog/entry/1/765&quot;&gt;http://www.ced.org/component/blog/entry/1/765&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn14&quot; href=&quot;#ref14&quot;&gt;&lt;sup&gt;[14]&lt;/sup&gt;&lt;/a&gt;   National Institutes of Health, &lt;em&gt;NIH Public Access Policy Implications&lt;/em&gt; (2012).&lt;br /&gt;
&lt;code&gt;&lt;a href=&quot;http://publicaccess.nih.gov/public_access_policy_implications_2012.pdf&quot;&gt;http://publicaccess.nih.gov/public_access_policy_implications_2012.pdf&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn15&quot; href=&quot;#ref15&quot;&gt;&lt;sup&gt;[15]&lt;/sup&gt;&lt;/a&gt;   According to the Directory of Open Access Journals, &lt;code&gt;&lt;a href=&quot;http://www.doaj.org/&quot;&gt;http://www.doaj.org/&lt;/a&gt;&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn16&quot; href=&quot;#ref16&quot;&gt;&lt;sup&gt;[16]&lt;/sup&gt;&lt;/a&gt;   &lt;code&gt;&lt;a href=&quot;http://www.oacompact.org/&quot;&gt;http://www.oacompact.org/&lt;/a&gt;&lt;/code&gt;. See also Stuart M. Shieber, Equity for open-access journal publishing, &lt;em&gt;PLoS Biology&lt;/em&gt;, volume 7, number 8 (2012). &lt;code&gt;&lt;a href=&quot;http://dx.doi.org/10.1371/journal.pbio.1000165&quot;&gt;http://dx.doi.org/10.1371/journal.pbio.1000165&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn17&quot; href=&quot;#ref17&quot;&gt;&lt;sup&gt;[17]&lt;/sup&gt;&lt;/a&gt;   Theodore C. Bergstrom and Carl T. Bergstrom, Can &apos;author pays&apos; journals compete with &apos;reader pays&apos;?, &lt;em&gt;Nature Web Focus&lt;/em&gt; (2004). &lt;code&gt;&lt;a href=&quot;http://www.nature.com/nature/focus/accessdebate/22.html&quot;&gt;http://www.nature.com/nature/focus/accessdebate/22.html&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn18&quot; href=&quot;#ref18&quot;&gt;&lt;sup&gt;[18]&lt;/sup&gt;&lt;/a&gt;   Thomas Jefferson, Letter to George Wythe (13 August, 1786). &lt;code&gt;&lt;a href=&quot;http://hdl.loc.gov/loc.mss/mtj.mtjbib002184&quot;&gt;http://hdl.loc.gov/loc.mss/mtj.mtjbib002184&lt;/a&gt;&lt;/code&gt;&lt;br /&gt;</content>
 </entry>
 
 <entry>
   <title>The "Cost of Knowledge" boycott trajectory</title>
   <link href="https://occasionalpamphlet.com/2012/03/09/the-cost-of-knowledge-boycott-trajectory/"/>
   <updated>2012-03-09T03:39:44+00:00</updated>
   <id>https://occasionalpamphlet.com/2012/03/09/the-cost-of-knowledge-boycott-trajectory</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2012/03/cost_of_knowledge_count4.png&quot;&gt;&lt;img src=&quot;/assets/2012/03/cost_of_knowledge_count4.png&quot; alt=&quot;Have scientists lost interest again?&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;“Have scientists lost interest again?”&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2012/03/cost_of_knowledge_count4.png&quot; alt=&quot;Have scientists lost interest again?&quot; /&gt;
  &lt;figcaption&gt;&lt;span style=&quot;color: #999999&quot;&gt;“Have scientists lost interest again?”&lt;br /&gt;&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;The &quot;&lt;a href=&quot;http://thecostofknowledge.com/&quot;&gt;Cost of Knowledge&lt;/a&gt;&quot; boycott of Elsevier is in its seventh week. The boycott was precipitated by various practices of the journal publisher, most recently its support for the &lt;a href=&quot;http://thomas.loc.gov/cgi-bin/query/z?c112:H.R.3699:&quot;&gt;Research Works Act&lt;/a&gt;, a bill that would roll back the &lt;a href=&quot;http://publicaccess.nih.gov/policy.htm&quot;&gt;NIH public access policy&lt;/a&gt; and prevent similar policies by other federal funding agencies.&lt;/p&gt;
&lt;p&gt;Early on, several hundred researchers a day were signing on to the pledge not to submit to or edit or review for Elsevier journals, but recently that rate had settled down to about a hundred per day. On February 11, I started &lt;a href=&quot;https://scraperwiki.com/scrapers/cost_of_knowledge_count/&quot;&gt;tracking the daily totals&lt;/a&gt; by scraping the site through a simple scraper I set up at &lt;a href=&quot;https://scraperwiki.com/&quot;&gt;ScraperWiki&lt;/a&gt;. I&apos;ve &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2012/03/cost_of_knowledge_count4.png&quot;&gt;graphed the results&lt;/a&gt; in the attached graph, showing raw count of signatories with the blue line (left axis) and the number added since the previous day with the green bars (right axis).&lt;/p&gt;
&lt;p&gt;As you can see from the chart, there seems to be a slight drop in activity around weekends, and Sunday February 26 and Monday February 27 had clearly been the slowest days since I&apos;ve been keeping records, and likely since the effort started. On the 27th (red arrow), Elsevier issued its &lt;a href=&quot;http://www.elsevier.com/wps/find/intro.cws_home/newmessagerwa&quot;&gt;quasi-recantation&lt;/a&gt; of support for RWA. (&quot;While we continue to oppose government mandates in this area, Elsevier is withdrawing support for the Research Work Act itself. We hope this will address some of the concerns expressed....&quot;)&lt;/p&gt;
&lt;p&gt;The day after Elsevier&apos;s announcement saw a bit of a bump back to previous levels. Was this an instance of the &lt;a class=&quot;zem_slink&quot; title=&quot;Streisand effect&quot; href=&quot;http://en.wikipedia.org/wiki/Streisand_effect&quot; rel=&quot;wikipedia&quot; target=&quot;_blank&quot;&gt;Streisand effect&lt;/a&gt; or was the 26-27 dip an aberration? It&apos;s hard to tell. However, since the 27th, it seems clear that the number of pledges is down considerably. It could well be that Elsevier&apos;s tactical approach has worked and it has stanched the spate of boycott pledges, despite the fact that the community was generally unimpressed with Elsevier&apos;s statement, &lt;a href=&quot;http://www.earlham.edu/~peters/fos/newsletter/03-02-12.htm#rwa&amp;amp;frpaa&quot;&gt;as Peter Suber has cataloged&lt;/a&gt;. Alternatively, the current rate of new pledges may just reflect the natural reductions that had been happening over the last few weeks.&lt;/p&gt;
&lt;p&gt;Elsevier has not changed its underlying stance. It still &quot;&lt;a href=&quot;http://www.elsevier.com/wps/find/intro.cws_home/newmessagerwa&quot;&gt;continue[s] to oppose government mandates&lt;/a&gt;&quot; for public access, as per RWA. It &lt;a href=&quot;http://www.publishers.org/_attachments/docs/library/aap%20-%20dc%20principles%20frpaa%20letter%20house.pdf&quot;&gt;strongly opposes FRPAA&lt;/a&gt;. Have scientists lost interest again?&lt;/p&gt;
&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2012/03/cost-of-knowledge-update.png&quot;&gt;&lt;img src=&quot;/assets/2012/03/cost-of-knowledge-update.png&quot; alt=&quot;A bumpy road&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;“Note the surges...”&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2012/03/cost-of-knowledge-update.png&quot; alt=&quot;A bumpy road&quot; /&gt;
  &lt;figcaption&gt;&lt;span style=&quot;color: #999999&quot;&gt;“Note the surges...”&lt;br /&gt;&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;[&lt;strong&gt;Update 4/20/2012:&lt;/strong&gt; Now that a few more weeks have passed, here&apos;s an updated figure of the boycott growth. Note the surges around March 18 and April 10. As near as I can make out, these were the result of widely disseminated coverage in &lt;a href=&quot;http://politics.slashdot.org/story/12/03/19/2220208/boycott-of-elsevier-exceeds-8000-researchers&quot;&gt;Slashdot&lt;/a&gt; and the &lt;a href=&quot;http://www.guardian.co.uk/science/2012/apr/09/frustrated-blogpost-boycott-scientific-journals&quot;&gt;Guardian&lt;/a&gt;, respectively. These surges show that the boycott hasn&apos;t played itself out yet, and that continued discussion of the boycott is likely to lead to a continued steady rise in the number of signatures. &lt;/p&gt;
&lt;p&gt;At the current rate, I expect the number of signatories to hit 10,000 around April 27 or so.]&lt;/p&gt;
&lt;p&gt;[&lt;strong&gt;Update 4/24/2012:&lt;/strong&gt; Well, my guess was wrong. A big bump of activity in the last few days meant that the boycott broke 10,000 signatures on April 23. I&apos;m not sure who to blame for the renewed interest in the last couple of days. Anyone have any conjectures?]</content>
 </entry>
 
 <entry>
   <title>An efficient journal</title>
   <link href="https://occasionalpamphlet.com/2012/03/06/an-efficient-journal/"/>
   <updated>2012-03-06T14:55:53+00:00</updated>
   <id>https://occasionalpamphlet.com/2012/03/06/an-efficient-journal</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2012/03/Cottingley_Fairies_1.jpg&quot;&gt;&lt;img src=&quot;/assets/2012/03/Cottingley_Fairies_1.jpg&quot; alt=&quot;...time to switch...&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;
&lt;span style=&quot;color: #999999&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;“You seem to believe in fairies.”&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-size: 85%&quot;&gt;Photo of the &lt;a href=&quot;http://en.wikipedia.org/wiki/Cottingley_Fairies&quot;&gt;Cottingley Fairies&lt;/a&gt;, 1917, by Elsie Wright via Wikipedia.&lt;/span&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
&lt;img alt=&quot;...time to switch...&quot; src=&quot;/assets/2012/03/Cottingley_Fairies_1.jpg&quot;/&gt;
&lt;figcaption&gt;&lt;span class=&quot;caption-text&quot;&gt;“You seem to believe in fairies.”&lt;/span&gt; &lt;span class=&quot;caption-source&quot;&gt;Photo of the &lt;a href=&quot;http://en.wikipedia.org/wiki/Cottingley_Fairies&quot;&gt;Cottingley Fairies&lt;/a&gt;, 1917, by Elsie Wright via Wikipedia.&lt;/span&gt;&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Aficionados of open access should know about the &lt;em&gt;Journal of Machine Learning Research&lt;/em&gt; (&lt;em&gt;JMLR&lt;/em&gt;), an open-access journal in my own research field of artificial intelligence, a subfield of computer science concerned with the computational implementation and understanding of behaviors that in humans are considered intelligent. The journal became the topic of some dispute in a conversation that took place a few months ago in &lt;a href=&quot;http://scholarlykitchen.sspnet.org/2011/09/01/uninformed-unhinged-and-unfair-the-monbiot-rant/#comments&quot;&gt;the comment stream of the Scholarly Kitchen blog&lt;/a&gt; between computer science professor &lt;a href=&quot;http://yann.lecun.com/&quot;&gt;Yann LeCun&lt;/a&gt; and scholarly journal publisher &lt;a href=&quot;http://en.gravatar.com/scholarlykitchen&quot;&gt;Kent Anderson&lt;/a&gt;, with LeCun stating that &quot;The best publications in my field are not only open access, but completely free to the readers &lt;em&gt;and&lt;/em&gt; to the authors.&quot; He used &lt;em&gt;JMLR&lt;/em&gt; as the exemplar. Anderson expressed incredulity:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;I’m not entirely clear how &lt;em&gt;JMLR&lt;/em&gt; is supported, but there is financial and infrastructure support going on, most likely from MIT. The servers are not &quot;marginal cost = 0&quot; — as a computer scientist, you surely understand the 20-25% annual maintenance costs for computer systems (upgrades, repairs, expansion, updates). MIT is probably footing the bill for this. The journal has a 27% acceptance rate, so there is definitely a selection process going on. There is an EIC, a managing editor, and a production editor, all likely paid positions. There is a Webmaster. I think your understanding of &lt;em&gt;JMLR&lt;/em&gt;’s financing is only slightly worse than mine — I don’t understand how it’s financed, but I know it’s financed somehow. You seem to believe in fairies.&lt;/p&gt;
&lt;p&gt;Since I have some pretty substantial knowledge of &lt;em&gt;JMLR&lt;/em&gt; and how it works, I thought I&apos;d comment on the facts of the matter.&lt;!--more--&gt;&lt;/p&gt;
&lt;p&gt;First, some history. &lt;em&gt;JMLR&lt;/em&gt; was founded when most of the editorial board of the Kluwer journal &lt;em&gt;Machine Learning&lt;/em&gt; (now &lt;a href=&quot;http://www.springer.com/computer/ai/journal/10994&quot;&gt;a Springer journal&lt;/a&gt;) resigned to establish JMLR, Inc., a nonprofit to develop and publish the new journal on an open access model. The first editor-in-chief was Leslie Kaelbling, a computer science professor at MIT. The journal&apos;s first papers appeared in October 2000. Its twelfth annual volume just completed this past December.&lt;/p&gt;
&lt;p&gt;One of the main things that journal publishers do is manage the logistics of the peer review and filtering of submitted articles. Starting with the former &lt;em&gt;Machine Learning&lt;/em&gt; team, the journal put together an&lt;a href=&quot;http://jmlr.csail.mit.edu/editorial-board.html&quot;&gt; editorial board and a cadre of action editors&lt;/a&gt; to handle the reviewing process. At the time the journal was launched, there weren&apos;t the abundance of &lt;a href=&quot;http://oad.simmons.edu/oadwiki/Free_and_open-source_journal_management_software&quot;&gt;open-source journal management platforms&lt;/a&gt; that are now available. Being computer scientists, the editorial board took the expedient of implementing their own, a custom system that they still use. Much of the clerical effort of tracking the peer review process — assigning papers to action editors, engaging reviewers, tracking reviews, acceptances and rejections, and the like — is automated by the platform. Of course, these days, the platform situation has &lt;a href=&quot;http://www.arl.org/sparc/publisher/journal_management.shtml&quot;&gt;eased considerably&lt;/a&gt;.&lt;/p&gt;
&lt;div&gt;Almost immediately, the journal was appreciated as being of top quality. The number of articles it published increased quickly over the first few years, its &lt;a href=&quot;http://jmlr.csail.mit.edu/editorial-board.html&quot;&gt;illustrious editorial team&lt;/a&gt; serving to convince prospective authors of its seriousness. Its first year in ISI&apos;s rankings, it had the highest &lt;a href=&quot;http://en.wikipedia.org/wiki/Impact_factor&quot;&gt;Impact Factor&lt;/a&gt; of any journal in its Web of Science subject category (&quot;computer science, artificial intelligence&quot;). It is currently ranked eighth (of 108 journals) by Impact Factor and fourth by &lt;a href=&quot;http://en.wikipedia.org/wiki/Eigenfactor&quot;&gt;Eigenfactor&lt;/a&gt; and Article Influence. &lt;em&gt;Machine Learning&lt;/em&gt; is down to 33rd. If you&apos;re &lt;a href=&quot;http://altmetrics.org/manifesto/&quot;&gt;into that kind of thing&lt;/a&gt;.&lt;/div&gt;
&lt;p&gt;The journal does not charge any submission or publication fees and has never done so. It has never taken any advertising. Indeed, it has never had any direct revenue at all. In fact, JMLR, Inc. didn&apos;t even have a bank account until recently; there was no need.&lt;/p&gt;
&lt;p&gt;Of course, there are costs, but they are all provided through in-kind support. By far the largest costs are the labor required for peer reviewing and its management by the editorial board, but this is all volunteer effort as in most all scholarly journals. The primary people involved, the editor-in-chief, managing editor, and production editor, are all unpaid, contra Anderson&apos;s conjecture. They volunteer for &lt;em&gt;JMLR&lt;/em&gt; in their spare time away from their day jobs as computer science professors. MIT implicitly underwrites some clerical help, since Kaelbling&apos;s administrative assistant at MIT does a small amount of work for the journal, amounting to a few hours per year.&lt;/p&gt;
&lt;p&gt;The webmaster is a student volunteer. Anderson is right that MIT provides the web server, saving &lt;em&gt;JMLR&lt;/em&gt; the &lt;a href=&quot;http://findwebhosting.com/&quot;&gt;tens of dollars per month&lt;/a&gt; they would otherwise have to pay for commercial hosting. Kaelbling has paid for the domain name &lt;a href=&quot;http://www.jmlr.org/&quot;&gt;jmlr.org&lt;/a&gt; out of her own pocket. The &lt;a href=&quot;http://www.cheapestdomain.info/org&quot;&gt;going rate for .org domains&lt;/a&gt; is about $15 per year.&lt;/p&gt;
&lt;p&gt;In addition to management of the peer review process, publishers provide production services as well, such as copy-editing and typesetting. One of the main motivations for &lt;em&gt;JMLR&lt;/em&gt; leaving Kluwer was the sense that the help they were supposed to be providing was sparse and better avoided. Kluwer did no copy-editing of articles. &lt;em&gt;JMLR&lt;/em&gt; relies on reviewers for the kind of light copy-editing they always have done in the normal course of reviewing. For accepted articles that require large amounts of language help, the authors are requested to find copy-editing help at their expense; such cases are extremely rare. Other than that, no copy-editing is done. It doesn&apos;t seem to have harmed the journal&apos;s perceived quality.&lt;/p&gt;
&lt;p&gt;As for the typesetting of articles, computer science authors typically use the open-source &lt;a href=&quot;http://www.latex-project.org/&quot;&gt;LaTeX&lt;/a&gt; typesetting system for writing their articles, a system designed for beautiful typesetting of mathematical material and far better for mathematical typesetting than the typical systems publishers are accustomed to. The process of retypesetting that many journals have historically performed inevitably introduces errors, leading to a product inferior to that computer science authors typically provide. &lt;em&gt;JMLR&lt;/em&gt; used an approach where authors submit camera-ready copy based on a publisher-supplied LaTeX style file. By dropping the retypesetting with an inferior system, errors in the process are eliminated and the quality of typesetting improved. Increasingly, journals in computer science and related fields (mathematics, physics) are moving to this system. In fact, &lt;em&gt;Machine Learning&lt;/em&gt; itself accepts LaTeX submissions and provides an appropriate LaTeX style file for authors to use. Thus, the total cost to &lt;em&gt;JMLR&lt;/em&gt; for copy-editing and typesetting is zero.&lt;/p&gt;
&lt;p&gt;The biggest expense, it turns out paradoxically, is paying a tax accountant. Kaelbling explained the problem to me:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;We have to file a bunch of annoying forms to maintain tax exempt status, etc. I have paid for the original incorporation and some amount of the accountant out of my pocket. But I have gotten a couple of donations (totaling $7K) which I have also used for that stuff. It wouldn&apos;t need to be so expensive, except I&apos;m too disorganized and late to keep on top of it myself.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;JMLR&lt;/em&gt; has always appeared both free online and by subscription in print. The print edition was originally intended to satisfy the desires of authors who hung onto a view that online-only journals may not be viewed as &quot;serious&quot;, but also has the advantage of substantially solving the digital preservation problem for the journal. The print edition of the first four volumes was published by MIT Press, at first quarterly, then semi-quarterly as submissions grew and more articles were accepted. &lt;em&gt;JMLR&lt;/em&gt; received no revenue from the print edition and paid no subvention to MIT Press. MIT Press handled all aspects of fulfilling the print subscriptions and kept all the revenues from a quite reasonable subscription fee of just under 30 cents per page. From the fifth volume on, the print edition was taken over by &lt;a href=&quot;http://www.mtome.com/&quot;&gt;Microtome Publishing&lt;/a&gt; under the same zero-zero arrangement. Under Microtome Publishing&apos;s approach, which &lt;a href=&quot;http://mtome.com/Services/printarchiving-whatis.html&quot;&gt;leverages important aspects of the print editions specific to open-access journals&lt;/a&gt;, the subscription cost decreased dramatically over the next few volumes, settling at a steady state of 8 cents per page for the last several volumes.&lt;/p&gt;
&lt;p&gt;Adding it all up, a reasonable imputed estimate for &lt;em&gt;JMLR&lt;/em&gt;’s total direct costs other than the volunteered labor (that is, tax accountant, web hosting, domain names, clerical work, etc.) is less than $10,000, covering the almost 1,000 articles the journal has published since its founding — about $10 per article. With regard to whose understanding of &lt;em&gt;JMLR&lt;/em&gt;’s financing is better than whose, Yann LeCun I think comes out on top.&lt;/p&gt;
&lt;p&gt;[&lt;strong&gt;Update 3/18/12:&lt;/strong&gt; In the comments section, Leslie Kaelbling corrects her estimate of outside donations to $3,500, so I should revise my estimate of &lt;em&gt;JMLR’&lt;/em&gt;s cost per article to be about $6.50 per article.]&lt;/p&gt;
&lt;p&gt;How do I know all this about &lt;em&gt;JMLR&lt;/em&gt;? Because (full disclosure alert) &lt;em&gt;&lt;a href=&quot;http://mtome.com/mission.html&quot;&gt;I am Microtome Publishing&lt;/a&gt;.&lt;/em&gt; Microtome is a sole proprietorship providing &quot;publishing services in support of open access to the scholarly literature.&quot; I&apos;ve worked with &lt;em&gt;JMLR&lt;/em&gt; for many years now, and consequently have gained a good understanding of all aspects of its operations and of the operations of a subscription-based print journal as well. I don&apos;t pretend to have all of the knowledge of a professional publisher by any means. On the other hand, I don&apos;t believe in fairies.&lt;/p&gt;
&lt;p&gt;Does &lt;em&gt;JMLR&lt;/em&gt;’s success and efficiency mean that all journals could run this way? Of course not. First, computer science journals are in a particularly good situation for being operated at low cost. Computer scientists possess all of the technological expertise required to efficiently manage and operate an online journal. Journal publishing is an information industry and computer scientists are specialists in information processing. Second, the level of volunteerism that &lt;em&gt;JMLR&lt;/em&gt; relies on is atypical for the entire spectrum of journals. Paid editorial positions for computer science journals are exceptionally rare; we&apos;re used to the volunteerism of running a journal. As authors, computer scientists are accustomed to performing their own typesetting and we prefer to do it ourselves. &lt;em&gt;JMLR&lt;/em&gt; reviewers are relied on for whatever copy-editing is done. Paying professional copy-editors if that was desired would add more to the cost per page (though apparently not even &lt;em&gt;Machine Learning’&lt;/em&gt;s commercial publisher was doing so when the board left). Third, some of the costs of operating a journal are the overhead costs that are being absorbed by various institutions. An independent publisher would have to pay for office space for staff, for instance, whereas the primary editors use their homes or offices, hiding that cost.&lt;/p&gt;
&lt;p&gt;Nonetheless, the success of &lt;em&gt;JMLR&lt;/em&gt; does provide a clue that the cost of running a premier journal might be far less than publishers imply, if they were to rethink the process substantially — maybe not $10 per article, but surely far less than &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2010/07/31/will-open-access-publication-fees-grow-out-of-control/&quot;&gt;the $5,000 average revenue per article&lt;/a&gt; that scholarly publishers currently receive. This expectation is borne out by the several non-profit and commercial open-access journal publishers that are able to operate in the black with publication fees a fraction of that average.&lt;/p&gt;
&lt;p&gt;Anderson closes his comments on &lt;em&gt;JMLR&lt;/em&gt; with these recommendations for LeCun:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;You should look at yourself in the mirror, and ask why you don’t understand even the most basic financial realities (computers cost money to run, editors get paid, and webmasters get paid), why you don’t understand how &lt;em&gt;JMLR&lt;/em&gt; is funded, how much you’ve benefited from tuition/fee increases foisted on students at +395% over the past decade,&lt;a href=&quot;#fn1&quot;&gt;&lt;sup&gt;[1]&lt;/sup&gt;&lt;/a&gt; and why you feel compelled to argue points you haven’t adequately examined (you tell me how &lt;em&gt;JMLR&lt;/em&gt; is funded, and you’ll have much better face validity).&lt;/p&gt;
&lt;p&gt;The call not to argue points one hasn&apos;t adequately examined is surely apt.&lt;/p&gt;
&lt;hr/&gt;
&lt;p&gt;&lt;a href=&quot;#ref1&quot;&gt;&lt;sup&gt;[1]&lt;/sup&gt;&lt;/a&gt;With regard to tuition hikes foisted on students see &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2012/02/25/is-the-pot-calling-the-kettle-black/&quot;&gt;my earlier post&lt;/a&gt;.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Is the pot calling the kettle black?</title>
   <link href="https://occasionalpamphlet.com/2012/02/26/is-the-pot-calling-the-kettle-black/"/>
   <updated>2012-02-26T00:03:51+00:00</updated>
   <id>https://occasionalpamphlet.com/2012/02/26/is-the-pot-calling-the-kettle-black</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/41597157@N00/3053948214/&quot;&gt;&lt;img src=&quot;/assets/2012/02/3053948214_c446d6969b.jpg&quot; alt=&quot;...time to switch...&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;“...the interpersonal processes that a student goes through...”&lt;br /&gt;
&lt;span style=&quot;font-size: 85%&quot;&gt;&lt;em&gt;Harvard students&lt;/em&gt; (2008) by &lt;a href=&quot;http://www.flickr.com/people/41597157@N00/&quot;&gt;E&amp;gt;mar&lt;/a&gt; via flickr. Used by permission (&lt;a href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/&quot;&gt;CC by-nc-nd&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2012/02/3053948214_c446d6969b.jpg&quot; alt=&quot;...time to switch...&quot; /&gt;
  &lt;figcaption&gt;“...the interpersonal processes that a student goes through...”&lt;br /&gt;
&lt;span style=&quot;font-size: 85%&quot;&gt;&lt;em&gt;Harvard students&lt;/em&gt; (2008) by &lt;a href=&quot;http://www.flickr.com/people/41597157@N00/&quot;&gt;E&amp;gt;mar&lt;/a&gt; via flickr. Used by permission (&lt;a href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/&quot;&gt;CC by-nc-nd&lt;/a&gt;)&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;Is the pot calling the kettle black? Oh sure, journal prices are going up, but so is tuition. How can universities complain about journal price hyperinflation if tuition is hyperinflating too? Why can&apos;t universities use that income stream to pay for the rising journal costs?&lt;/p&gt;
&lt;p&gt;There are several problems with this argument, above and beyond the obvious one that two wrongs don&apos;t make a right.&lt;/p&gt;
&lt;p&gt;First, tuition fees aren&apos;t the bulk of a university&apos;s revenue stream. So even if it were true that tuition is hyperinflating at the pace of journal prices, that wouldn&apos;t mean that university revenues were keeping pace with journal prices.&lt;/p&gt;
&lt;p&gt;Second, a journal is a monopolistic good. If its price hyperinflates, buyers can&apos;t go elsewhere for a substitute; it&apos;s pay or do without. But a college education can be arranged for at thousands of institutions. Students and their families can and do shop around for the best bang for the buck. (Just do a search for &quot;&lt;a href=&quot;https://www.google.com/search?sourceid=chrome&amp;amp;ie=UTF-8&amp;amp;q=best+college+deals#sclient=psy-ab&amp;amp;hl=en&amp;amp;source=hp&amp;amp;q=best+college+values&amp;amp;pbx=1&amp;amp;oq=best+college+values&amp;amp;aq=f&amp;amp;aqi=g4&amp;amp;aql=&amp;amp;gs_sm=3&amp;amp;gs_upl=8472l9191l0l9624l6l4l0l2l2l0l185l562l0.4l6l0&amp;amp;bav=on.2,or.r_gc.r_pw.r_cp.,cf.osb&amp;amp;fp=cd966fbc5ee5cb60&amp;amp;biw=1013&amp;amp;bih=649&quot;&gt;best college values&lt;/a&gt;&quot; for the evidence.) In economists&apos; parlance, colleges are economic substitutes. So even if it were true that tuition at a given college is hyperinflating at the pace of journal prices, individual students can adjust accordingly. As the College Board says in their report on “&lt;a href=&quot;http://trends.collegeboard.org/college_pricing&quot;&gt;Trends in College Pricing 2011&lt;/a&gt;”:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Neither changes in average published prices nor changes in average net prices necessarily describe the circumstances facing individual students. There is considerable variation in prices across sectors and across states and regions as well as among institutions within these categories. College students in the United States have a wide variety of educational institutions from which to choose, and these come with many different price tags.&lt;/p&gt;
&lt;p&gt;Third, a journal article is a pure information good. What you buy is the content. Pure information goods include things like novels and music CDs. They tend to have high fixed costs and low marginal costs, leading to large economies of scale. But a college education is not a pure information good. Sure, you are paying in part to acquire some particular knowledge, say, by listening to a lecture. But far more important are the interpersonal processes that a student participates in: interacting with faculty, other instructional staff, librarians, other students, in their dormitories, labs, libraries, and classrooms, and so forth. It is through the person-to-person hands-on interactions that a college education develops knowledge, skills, and character.&lt;/p&gt;
&lt;p&gt;This aspect of college education has high marginal costs. One would not expect it to exhibit the economies of scale of a pure information good. So even if it were true that tuition is hyperinflating at the pace of journal prices, that would not take the journals off the hook; they should be able to operate with much higher economies of scale than a college by virtue of the type of good they are.&lt;a name=&quot;ref1&quot; href=&quot;#fn1&quot;&gt;&lt;/a&gt;&lt;sup&gt;[1]&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Which makes it all the more surprising that the claims about college tuition hyperinflating at the rate of journals are, as it turns out, just plain false.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Let&apos;s look at what the average Harvard College student pays for his or her education. &lt;!--more--&gt;When we talk about journal prices hyperinflating, we&apos;re not just talking about list prices but about the net prices that libraries actually pay for the journals. If list prices hyperinflate but publishers provide discounts that moderate the inflation, you can&apos;t hold the list prices against them. But the hyperinflation in serials prices has been in net costs—for instance, as recorded by the annual ARL serials price surveys.&lt;/p&gt;
&lt;p&gt;Similarly for colleges we need to look at net prices, not list prices. The list price of a college education, the &lt;em&gt;cost of attendance&lt;/em&gt; (COA) is the published tuition and fees, room and board; the net price subtracts whatever financial aid the college provides. There is a substantial difference between the two, as this chart shows:&lt;/p&gt;
&lt;p style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2012/02/gross-vs-net1.png&quot;&gt;&lt;img class=&quot;aligncenter  wp-image-1171&quot; src=&quot;/assets/2012/02/gross-vs-net1.png&quot; alt=&quot;&quot; width=&quot;250&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The green line, the average net COA (in green) has increased, surely, but not nearly as quickly as the list COA (in blue). And it is the net COA that we are concerned with.&lt;/p&gt;
&lt;p&gt;We also need to make sure that we are comparing costs appropriately over time. We should compare in inflation-adjusted dollars. Looking at the net COA normalized against the consumer price index (CPI-U, in 1996 dollars), things look quite different:&lt;/p&gt;
&lt;p style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2012/02/net-coa-infl-adj1.png&quot;&gt;&lt;img class=&quot;aligncenter  wp-image-1172&quot; src=&quot;/assets/2012/02/net-coa-infl-adj1.png&quot; alt=&quot;&quot; width=&quot;250&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Net Harvard COA has been basically flat for the last 15 years or so, with, in fact, a dip in the last few years.&lt;/p&gt;
&lt;p&gt;Now, we can place the inflation-adjusted net COA on the same chart as inflation-adjusted net serials expenditures to gauge the comparison between the two. (I normalize them to 1996 = 1 so that the changes over time can be compared.)&lt;/p&gt;
&lt;p style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2012/02/net-coa-vs-serials2.png&quot;&gt;&lt;img class=&quot;aligncenter  wp-image-1187&quot; src=&quot;/assets/2012/02/net-coa-vs-serials2.png&quot; alt=&quot;&quot; width=&quot;250&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Is this unique to Harvard? Certainly there is a lot of variation in net COA among different groups of colleges. Public universities have been losing large amounts of their state subsidies over the last few years, leading to real net COA increases. But those tuition increases result from a subsidy being reduced; they aren&apos;t generating windfall revenue increases to pay for journal price increases. Private four-year colleges and universities have not had huge increases in revenues from students. The College Board&apos;s study shows that over the time period they looked at&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Average published tuition and fees at private nonprofit four-year colleges and universities are about $3,730 higher (in 2011 dollars) in 2011-12 than they were in 2006-07, but the average net tuition paid by full-time students in this sector &lt;em&gt;declined by $550 in inflation-adjusted dollars&lt;/em&gt; over this five-year period. (College Board, “&lt;a href=&quot;http://trends.collegeboard.org/college_pricing&quot;&gt;Trends in College Pricing 2011&lt;/a&gt;”. Emphasis added.)&lt;/p&gt;
&lt;p&gt;You can be the judge as to whether a tuition decrease of $100 per year in real dollars constitutes hyperinflation at journal-price levels.&lt;/p&gt;
&lt;p&gt;The hyperinflation in journal prices looks especially bad when we compare it against other pure information goods, say, music CDs. The information technology revolution has led to tremendous efficiencies in generating and distributing information goods. In the presence of competition, this leads in general to great efficiencies and price reductions, a phenomenon we see clearly in CD price history. Why hasn&apos;t the journal publishing industry been able to generate similar efficiency gains over time? Shouldn&apos;t journal prices be going &lt;em&gt;down&lt;/em&gt;, not up?&lt;/p&gt;
&lt;p style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2012/02/net-coa-serials-cds1.png&quot;&gt;&lt;br /&gt;
&lt;/a&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2012/02/net-coa-serials-cds2.png&quot;&gt;&lt;img class=&quot;aligncenter  wp-image-1188&quot; src=&quot;/assets/2012/02/net-coa-serials-cds2.png&quot; alt=&quot;&quot; width=&quot;250&quot;&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;text-align: left&quot;&gt;[&lt;strong&gt;Update May 15, 2012:&lt;/strong&gt; NPR&apos;s &lt;a href=&quot;http://www.npr.org/blogs/money/&quot;&gt;Planet Money podcast&lt;/a&gt; for May 11, 2012 featured a story (&quot;&lt;a href=&quot;http://www.npr.org/blogs/money/2012/05/11/152511771/the-real-price-of-college&quot;&gt;The Real Price of College&lt;/a&gt;&quot;) on the divergence of list and net college prices  stating the same conclusion of stable net COA over the last decade. They go into great detail about why list prices are increasing while net prices remain roughly constant.]&lt;/p&gt;
&lt;h2 style=&quot;text-align: left&quot;&gt;Data sources:&lt;/h2&gt;
&lt;p style=&quot;text-align: left&quot;&gt;Serials expenditure data are from the &lt;a href=&quot;http://www.arl.org/stats/annualsurveys/index.shtml&quot;&gt;ARL Annual Surveys&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot;text-align: left&quot;&gt;Harvard COA and net COA data are courtesy of Harvard&apos;s &lt;a href=&quot;http://www.provost.harvard.edu/institutional_research/&quot;&gt;Office of Institutional Research&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot;text-align: left&quot;&gt;CD prices are from the RIAA report &quot;&lt;a href=&quot;http://www.riaa.com/newsitem.php?news_year_filter=&amp;amp;resultpage=61&amp;amp;id=4F9A7FD3-2800-B395-28D2-416B8BF83D02&quot;&gt;CDs are a better value than ever!&lt;/a&gt;&quot;.&lt;/p&gt;
&lt;p style=&quot;text-align: left&quot;&gt;&lt;a href=&quot;ftp://ftp.bls.gov/pub/special.requests/cpi/cpiai.txt&quot;&gt;Consumer price index data&lt;/a&gt; are from the US Department of Labor Bureau of Labor Statistics.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;a name=&quot;fn1&quot; href=&quot;#ref1&quot;&gt;&lt;/a&gt;&lt;sup&gt;[1]&lt;/sup&gt;You may say that this aspect of college education is a waste of money. The Khan Academy is able to teach algebra at essentially zero marginal cost. This is true, and its tuition is not hyperinflating either. If students want that kind of education, that&apos;s fine, but for better or worse that is not the type of education provided by institutions that have libraries that subscribe to journals, so is irrelevant to this argument.</content>
 </entry>
 
 <entry>
   <title>Switching to open access for the new year</title>
   <link href="https://occasionalpamphlet.com/2012/01/05/switching-to-open-access-for-the-new-year/"/>
   <updated>2012-01-05T01:45:56+00:00</updated>
   <id>https://occasionalpamphlet.com/2012/01/05/switching-to-open-access-for-the-new-year</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/raybanbro66/2993752517/&quot;&gt;&lt;img src=&quot;/assets/2012/01/2993752517_66a9b9ffa8.jpg&quot; alt=&quot;...time to switch...&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;“...time to switch...”&lt;br /&gt;
&lt;span style=&quot;font-size: 85%&quot;&gt;&lt;em&gt;A very old light switch&lt;/em&gt; (2008) by &lt;a href=&quot;http://www.flickr.com/photos/raybanbro66/&quot;&gt;RayBanBro66&lt;/a&gt; via flickr. Used by permission (&lt;a href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/deed.en&quot;&gt;CC by-nc-nd&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2012/01/2993752517_66a9b9ffa8.jpg&quot; alt=&quot;...time to switch...&quot; /&gt;
  &lt;figcaption&gt;“...time to switch...”&lt;br /&gt;
&lt;span style=&quot;font-size: 85%&quot;&gt;&lt;em&gt;A very old light switch&lt;/em&gt; (2008) by &lt;a href=&quot;http://www.flickr.com/photos/raybanbro66/&quot;&gt;RayBanBro66&lt;/a&gt; via flickr. Used by permission (&lt;a href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/deed.en&quot;&gt;CC by-nc-nd&lt;/a&gt;)&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;The journal &lt;em&gt;&lt;a href=&quot;http://www.researchinlearningtechnology.net/index.php/rlt&quot;&gt;Research in Learning Technology&lt;/a&gt;&lt;/em&gt; has &lt;a href=&quot;http://www.alt.ac.uk/researchinlearningtechnology2012&quot;&gt;switched its approach&lt;/a&gt; from closed to open access as of New Year&apos;s 2012. Congratulations to the &lt;a href=&quot;http://www.alt.ac.uk/&quot;&gt;Association for Learning Technology&lt;/a&gt; (ALT) and its &lt;a href=&quot;http://www.alt.ac.uk/about-alt/how-we-are-governed/central-executive-committee&quot;&gt;Central Executive Committee&lt;/a&gt; for this farsighted move.&lt;/p&gt;
&lt;p&gt;This isn&apos;t the first journal to make the switch. The Open Access Directory lists &lt;a href=&quot;http://oad.simmons.edu/oadwiki/Journals_that_converted_from_TA_to_OA&quot;&gt;about 130 of them&lt;/a&gt;. In my own research field, the &lt;a href=&quot;http://www.aclweb.org/&quot;&gt;Association for Computational Linguistics&lt;/a&gt; (ACL) &lt;a href=&quot;http://www.mitpressjournals.org/doi/abs/10.1162/coli.2008.34.4.621&quot;&gt;converted&lt;/a&gt; its flagship journal &lt;em&gt;&lt;a href=&quot;http://www.mitpressjournals.org/loi/coli&quot;&gt;Computational Linguistics&lt;/a&gt;&lt;/em&gt; to OA as of 2009, and has just announced a new open-access journal &lt;em&gt;&lt;a href=&quot;http://www.aclweb.org/index.php?option=com_content&amp;amp;task=view&amp;amp;id=102&amp;amp;Itemid=30&quot;&gt;Transactions of the Association for Computational Linguistics&lt;/a&gt;&lt;/em&gt;. Each such transition is a reminder of the trajectory that journal publishing ought to head.&lt;/p&gt;
&lt;p&gt;The ALT has done lots of things right in this change. They&apos;ve chosen the ideal licensing regime for papers, the &lt;a href=&quot;http://creativecommons.org/licenses/by/3.0/&quot;&gt;Creative Commons Attribution&lt;/a&gt; (CC-BY) license. They&apos;ve jettisoned one of the largest commercial subscription journal publishers, and gone with a small but dedicated professional open-access publisher, &lt;a href=&quot;http://www.co-action.net/&quot;&gt;Co-Action Publishing&lt;/a&gt;. They&apos;ve opened access to the journal retrospectively, so that the entire archive, back to 1993, is available from the publisher&apos;s web site.&lt;/p&gt;
&lt;p&gt;Here&apos;s hoping that other scholarly societies are inspired by the examples of the ALT and ACL, and join the &lt;a href=&quot;http://www.arl.org/sparc/publications/open-access-journals-from-society-publishers.shtml&quot;&gt;many hundreds of scholarly societies&lt;/a&gt; that publish their journals open access. It&apos;s time to switch.</content>
 </entry>
 
 <entry>
   <title>Clarifying the Harvard policies: a response</title>
   <link href="https://occasionalpamphlet.com/2011/12/02/clarifying-the-harvard-policies-a-response/"/>
   <updated>2011-12-02T20:59:34+00:00</updated>
   <id>https://occasionalpamphlet.com/2011/12/02/clarifying-the-harvard-policies-a-response</id>
   <content type="html">&lt;p&gt;My friend and ex-colleague Matt Welsh has &lt;a href=&quot;http://matt-welsh.blogspot.com/2011/11/research-without-walls.html&quot;&gt;an interesting post&lt;/a&gt; supporting the &lt;a href=&quot;http://www.researchwithoutwalls.org/&quot;&gt;Research Without Walls pledge&lt;/a&gt;, in which he talks about the &lt;a href=&quot;http://osc.hul.harvard.edu/policies&quot;&gt;Harvard open-access policies&lt;/a&gt;. He says:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Another way to fight back is for your home institution to require all of your work be made open. Harvard was one of the first major universities to do this. This ambitious effort, spearheaded by my colleague &lt;a href=&quot;http://www.eecs.harvard.edu/shieber/&quot;&gt;Stuart Shieber&lt;/a&gt;, required all Harvard affiliates to submit copies of their published work to the open-access &lt;a href=&quot;http://dash.harvard.edu/&quot;&gt;Harvard DASH archive&lt;/a&gt;. While in theory this sounds great, there are several problems with this in practice. First, it requires individual scientists to do the legwork of securing the rights and submitting the work to the archive. This is a huge pain and most folks don&apos;t bother. Second, it requires that scientists attach a Harvard-supplied &quot;rider&quot; to the copyright license (e.g., from the ACM or IEEE) allowing Harvard to maintain an open-access copy in the DASH repository. Many, many publishers have pushed back on this. Harvard&apos;s response was to allow its affiliates to get an (automatic) waiver of the open-access requirement. Well, as soon as word got out that Harvard was granting these waivers, the publishers started refusing to accept the riders wholesale, claiming that the scientist could just request a waiver. So the publishers tend to win.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I wrote a response to his post, clarifying some apparent misconceptions about the policy, but it was too long for his blogging platform&apos;s comment system, so I decided to post it here in its entirety. Here it is:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;There&apos;s a lot to like about &lt;a href=&quot;http://matt-welsh.blogspot.com/2011/11/research-without-walls.html&quot;&gt;your post&lt;/a&gt;, and I agree with much of what you say. But I&apos;d like to clarify some specific issues about the Harvard open-access policies, which are in place at seven of the Harvard schools as well as MIT, Duke, Stanford, and elsewhere.&lt;/p&gt;
&lt;p&gt;The policy has two aspects. First, the policy commits faculty to (as you say) &quot;submitting the work to the archive&quot;, that is, providing a copy of the final manuscript of each article, to be deposited into Harvard&apos;s &lt;a href=&quot;http://dash.harvard.edu/&quot;&gt;DASH open-access repository&lt;/a&gt;. Doing so involves filling out a web form with metadata about the article and uploading a file. But if that is too much trouble, we provide a simpler web form that is tantamount to just uploading the file. Or you can email the file to the OSC. Or one of our &quot;&lt;a href=&quot;http://osc.hul.harvard.edu/dash/fellows&quot;&gt;open-access fellows&lt;/a&gt;&quot; can make the deposit on your behalf. We also harvest articles from other repositories such as &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/pmc/&quot;&gt;PubMed Central&lt;/a&gt; and &lt;a href=&quot;http://arxiv.org/&quot;&gt;arXiv&lt;/a&gt;. I can&apos;t imagine that providing the articles is &quot;a huge pain&quot;.&lt;/p&gt;
&lt;p&gt;Second, by virtue of the policy, Harvard faculty grant a nonexclusive transferable license to the university in all our scholarly articles. This license occurs as soon as copyright vests in the article, so it predates and therefore dominates any later transfer of copyright to a publisher. Since the policy license is transferable, the university can and does transfer it back to the author, so the author automatically retains rights in each article, without having to take any further action. Because of this policy, the &quot;legwork of securing the rights&quot; is actually eliminated. By doing &lt;em&gt;nothing at all&lt;/em&gt;, the author retains rights in the article.&lt;/p&gt;
&lt;p&gt;You mention attaching a rider to publication agreements. Although we provide an addendum generator to generate such riders, and we &lt;a href=&quot;http://osc.hul.harvard.edu/authors/amend&quot;&gt;recommend that authors use them&lt;/a&gt;, attaching an addendum is &lt;em&gt;not&lt;/em&gt; required to retain rights. The only point of the addendum is to alert the publisher that the author has already given Harvard non-exclusive rights to the article (though publishers undoubtedly are already aware of the fact; the policy and its license have been widely publicized).&lt;/p&gt;
&lt;p&gt;Because we want the policy to work in the interest of faculty and guarantee the free choice of faculty as to the disposition of their works, the license is waivable at the sole discretion of the author. Thus, rights retention moves from an opt-in regime without the policy to an opt-out regime with the policy. The waiver aspect of the policy was not a response to publisher pushback, but has in fact been in the policies from the beginning. The waiver was intended to preserve complete freedom of choice for authors in rights retention.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://nudges.org/&quot;&gt;As is found in many areas&lt;/a&gt; (organ donation, 401K participation), participation tends to be much higher with opt-out than opt-in systems, and that holds for rights retention as well. We have found that the waiver rate is extraordinarily low, contra your assumption. For FAS, we estimate it at perhaps 5% of articles. In total, the number of waivers we have issued is in the very low hundreds, out of the many thousands of articles that have been published by Harvard faculty since the policy was in force. MIT has tracked the waiver rate more accurately, and has reported a 1.5% waiver rate. So for well over 90% of articles, authors are retaining broad rights to use their articles.&lt;/p&gt;
&lt;p&gt;The statement that &quot;Many, many publishers have pushed back on this&quot; is false. Less than a handful of publishers have established systematic policies to require waivers of the license, which accounts for the exceptionally low waiver rate. Indeed, over a third of all waivers are attributable to a single journal.&lt;/p&gt;
&lt;p&gt;The Harvard approach to rights retention and open-access provision for articles is not a silver bullet to solve all problems in scholarly publishing. It has a limited goal: to provide an alternate venue for openly disseminating our articles and to retain the rights to do so. It is extremely successful at that goal. Many thousands of articles have been deposited in DASH, accounting for &lt;a href=&quot;http://osc.hul.harvard.edu/dash/mydash&quot;&gt;over half a million downloads&lt;/a&gt;. Nonetheless, other efforts need to be made to address the underlying market dysfunction in scholarly publishing, and we are actively engaged there too. For those interested in what we&apos;re up to along those lines, I recommend taking a look at the various posts at my blog, &lt;a href=&quot;http://www.occasionalpamphlet.com/&quot;&gt;The Occasional Pamphlet&lt;/a&gt;, which discusses issues of open access and scholarly communication more generally.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>Conan Doyle on the prevention of cruelty to books</title>
   <link href="https://occasionalpamphlet.com/2011/12/01/conan-doyle-on-the-prevention-of-cruelty-to-books/"/>
   <updated>2011-12-01T12:00:29+00:00</updated>
   <id>https://occasionalpamphlet.com/2011/12/01/conan-doyle-on-the-prevention-of-cruelty-to-books</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/File:Dog-ear.jpg&quot;&gt;&lt;img src=&quot;/assets/2011/12/320px-Dog-ear.jpg&quot; alt=&quot;...dog-eared in thirty-one places...&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;“...dog-eared in thirty-one places...”&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2011/12/320px-Dog-ear.jpg&quot; alt=&quot;...dog-eared in thirty-one places...&quot; /&gt;
  &lt;figcaption&gt;“...dog-eared in thirty-one places...”&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;I&apos;ve been reading &lt;a href=&quot;http://en.wikipedia.org/wiki/Conan_Doyle&quot;&gt;Arthur Conan Doyle&lt;/a&gt;&apos;s first novel, &lt;a href=&quot;http://publishing.bl.uk/book/narrative-john-smith&quot;&gt;&lt;em&gt;The Narrative of John Smith&lt;/em&gt;&lt;/a&gt;, just published for the first time by the British Library. It&apos;s no &lt;em&gt;&lt;a href=&quot;http://openlibrary.org/works/OL262421W/The_adventures_of_Sherlock_Holmes&quot;&gt;The Adventures of Sherlock Holmes&lt;/a&gt;&lt;/em&gt;, that&apos;s for sure. For one thing, he seems to have left out any semblance of plot. But it does incorporate some entertaining pronouncements. Here&apos;s one I identify with highly:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;There should be a &lt;a href=&quot;http://query.nytimes.com/mem/archive-free/pdf?res=FA0F15F73D5910738DDDAC0A94DB405B8284F0D3&quot;&gt;Society for the Prevention of Cruelty to Books&lt;/a&gt;. I hate to see the poor patient things knocked about and disfigured. A book is a mummified soul embalmed in &lt;a href=&quot;http://commons.wikimedia.org/wiki/File:Binding_coloured_Morocco_leather.jpg&quot;&gt;morocco leather&lt;/a&gt; and printer&apos;s ink instead of cerecloths and unguents. It is the concentrated essence of a man. Poor &lt;a href=&quot;http://openlibrary.org/authors/OL20088A/Horace&quot;&gt;Horatius Flaccus&lt;/a&gt; has turned to an impalpable powder by this time, but there is his very spirit stuck like a fly in amber, in that brown-backed volume in the corner. A line of books should make a man subdued and reverent. If he cannot learn to treat them with becoming decency he should be forced.&lt;/p&gt;
&lt;p&gt;If a bibliophile House of Commons were to pass a &apos;Bill for the better preservation of books&apos; we should have paragraphs of this sort under the headings of &apos;Police Intelligence&apos; in the newspapers of the year 2000: &apos;Marylebone Police Court. Brutal outrage upon an &lt;a href=&quot;http://www.freefictionbooks.org/books/a/5268-the-atlantic-monthly-volume-18-no-106-august-1866?start=46&quot;&gt;Elzevir Virgil&lt;/a&gt;. &lt;a href=&quot;https://soundcloud.com/djrumor/james-brown-mix#play&quot;&gt;James Brown&lt;/a&gt;, a savage-looking elderly man, was charged with a cowardly attack upon a copy of Virgil&apos;s poems issued by the &lt;a href=&quot;http://en.wikipedia.org/wiki/House_of_Elzevir&quot;&gt;Elzevir press&lt;/a&gt;. Police Constable Jones deposed that on Tuesday evening about seven o&apos;clock some of the neighbours complained to him of the prisoner&apos;s conduct. He saw him sitting at an open window with the book in front of him which he was dog-earing, thumb-marking and otherwise ill using. Prisoner expressed the greatest surprise upon being arrested. John Robinson, librarian of the casualty section of the &lt;a href=&quot;http://www.britishmuseum.org/&quot;&gt;British Museum&lt;/a&gt;, deposed to the book, having been brought in in a condition which could only have arisen from extreme violence. It was dog-eared in thirty-one places, page forty-six was suffering from a clean cut four inches long, and the whole volume was a mass of pencil — and finger — marks. Prisoner, on being asked for his defence, remarked that the book was his own and that he might do what he liked with it. Magistrate: &quot;Nothing of the kind, sir! Your wife and children are your own but the law does not allow you to ill treat them! I shall decree a judicial separation between the Virgil and yourself: and condemn you to a week&apos;s hard labour.&quot; Prisoner was removed, protesting. The book is doing well and will soon be able to quit the museum.&apos;&lt;/p&gt;
&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://commons.wikimedia.org/wiki/File:PortraitOfACD.JPG&quot;&gt;&lt;img src=&quot;/assets/2011/12/PortraitOfACD.JPG&quot; alt=&quot;Portrait of Arthur Conan Doyle by Sidney Paget, c. 1890&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;Portrait of Arthur Conan Doyle by Sidney Paget, c. 1890&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2011/12/PortraitOfACD.JPG&quot; alt=&quot;Portrait of Arthur Conan Doyle by Sidney Paget, c. 1890&quot; /&gt;
  &lt;figcaption&gt;Portrait of Arthur Conan Doyle by Sidney Paget, c. 1890&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;What a wonderful, wonderful thing it is, though use has dulled our admiration of it! Here are all these dead men lurking inside my oaken case, ready to come out and talk to me whenever I may desire it. Do I wish philosophy? Here are Aristotle, Plato, Bacon, Kant and Descartes, all ready to confide to one their very inmost thoughts upon a subject which they have made their own. Am I dreamy and poetical? Out come Heine and Shelley and Goethe and Keats with all their wealth of harmony and imagination. Or am I in need of amusement on the long winter evenings? You have but to light your reading lamp and beckon to any one of the world&apos;s great storytellers, and the dead man will come forth and prattle to you by the hour. That reading-lamp is the real Aladdin&apos;s wonder for summoning the genii with. Indeed, &lt;a href=&quot;http://www.classic-literature.co.uk/scottish-authors/arthur-conan-doyle/through-the-magic-door/&quot;&gt;the dead are such good company that one is apt to think too little of the living&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I know that there are those who think it is a sign of appreciation to write in, dog-ear, underline, highlight, and otherwise modify books — Anne Fadiman lauds such things as &lt;a href=&quot;http://books.google.com/books?id=Bc9LpS6o6VwC&amp;amp;pg=PA37&amp;amp;source=gbs_toc_r&amp;amp;cad=3#v=onepage&amp;amp;q&amp;amp;f=false&quot;&gt;carnal acts&lt;/a&gt; — but I can&apos;t bring myself to do so. I just can&apos;t.</content>
 </entry>
 
 <entry>
   <title>How should funding agencies pay open-access fees?</title>
   <link href="https://occasionalpamphlet.com/2011/11/16/how-should-funding-agencies-pay-open-access-fees/"/>
   <updated>2011-11-16T14:00:37+00:00</updated>
   <id>https://occasionalpamphlet.com/2011/11/16/how-should-funding-agencies-pay-open-access-fees</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2011/11/951254417_209aa2aff0.jpg&quot;&gt;&lt;img src=&quot;/assets/2011/11/951254417_209aa2aff0.jpg&quot; alt=&quot;...a drop in the bucket. Drop I (2007) by Delox - Martin Deák via flickr. Used by permission (CC by-nc-nd)&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;“...a drop in the bucket.”&lt;br&gt;&lt;span style=&quot;font-size: 85%&quot;&gt;&lt;em&gt;Drop I&lt;/em&gt; (2007) by &lt;a href=&quot;http://www.flickr.com/photos/matko_deo/&quot;&gt;Delox - Martin Deák&lt;/a&gt; via flickr. Used by permission (&lt;a href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/deed.en&quot;&gt;CC by-nc-nd&lt;/a&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2011/11/951254417_209aa2aff0.jpg&quot; alt=&quot;...a drop in the bucket. Drop I (2007) by Delox - Martin Deák via flickr. Used by permission (CC by-nc-nd)&quot; /&gt;
  &lt;figcaption&gt;“...a drop in the bucket.”&lt;br&gt;&lt;span style=&quot;font-size: 85%&quot;&gt;&lt;em&gt;Drop I&lt;/em&gt; (2007) by &lt;a href=&quot;http://www.flickr.com/photos/matko_deo/&quot;&gt;Delox - Martin Deák&lt;/a&gt; via flickr. Used by permission (&lt;a href=&quot;http://creativecommons.org/licenses/by-nc-nd/2.0/deed.en&quot;&gt;CC by-nc-nd&lt;/a&gt;)&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;At the recent &lt;a href=&quot;http://www.berlin9.org/&quot;&gt;Berlin 9 conference&lt;/a&gt;, there was much talk about the role of funding agencies in open-access publication, both through funding-agency-operated journals like the &lt;a href=&quot;http://wellcometrust.wordpress.com/2011/11/07/elife-a-journal-by-scientists-for-scientists/&quot;&gt;new &lt;em&gt;eLife&lt;/em&gt; journal&lt;/a&gt; and through direct reimbursement of publication fees. I&apos;ve written in the past about the &lt;a href=&quot;http://bit.ly/4ocFRP&quot;&gt;importance of universities underwriting open-access publication fees&lt;/a&gt;, but only tangentially about the role of funding agencies. To correct that oversight, I provide in this post my thoughts on how best to organize a funding agency&apos;s open-access underwriting system.&lt;/p&gt;
&lt;p&gt;The motivation for underwriting publication fees is simple: Publishers provide valuable services to authors: management of peer review; production (copy-editing and typesetting); filtering, branding, and imprimatur. Although access to scholarly articles can now be provided at essentially zero marginal cost through digital networks, some means for paying for these so-called first-copy costs needs to be found in order to preserve these services. The natural business model is the open-access journal funded by article processing fees. (Although &lt;a href=&quot;http://bit.ly/dlr9LC&quot;&gt;most current open-access journals charge no article processing fees&lt;/a&gt;, I will abuse the term &quot;open-access journal&quot; for this model.) Open-access (OA) journals are no longer an oddity, a fringe phenomenon. The largest scholarly journal on earth, &lt;em&gt;PLoS ONE&lt;/em&gt;, is an OA journal. Major publishers — Springer, Elsevier, SAGE, Nature Publishing Group — are now publishing OA journals.&lt;/p&gt;
&lt;p&gt;However, OA journals are currently at a significant disadvantage with respect to subscription journals, because universities and funding agencies subsidize the costs of subscription journals in such a way that &lt;em&gt;authors do not need to trade off money used for the subsidy against money used for other purchases.&lt;/em&gt; In particular, subscription fees are paid by universities through their library budgets and by funding agencies through their overhead payments that fund those libraries. Authors do not see, let alone attend to, these costs. In such a situation, an author is inclined to publish in a subscription journal, where they do not need to use any moneys that could otherwise be applied to other uses, rather than an OA journal that requires payment of a publication fee. And if authors are unwilling to publish in open-access journals because of the fees, publishers — even those interested and motivated to switch to an OA revenue model — are unable to do so.&lt;/p&gt;
&lt;p&gt;The solution is clear: universities and funding agencies should underwrite reasonable OA publication fees just as they do subscription fees. But how should this be done? Each kind of institution needs to provide its fair share of support.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://bit.ly/4ocFRP&quot;&gt;As I&apos;ve written about before&lt;/a&gt;, universities can underwrite processing fees on behalf of their faculty, and do so in a way that does not reintroduce a moral hazard, by reimbursing faculty for OA publication fees &lt;em&gt;up to a fixed cap per year.&lt;/em&gt; Since these funds can only be used for open access fees, they can&apos;t be traded off against other purchases, so they don&apos;t provide a disincentive against open access journals. On the other hand, since these funds are limited (capped), they provide a market signal to motivate choosing among open access journals so that the economic incentives will militate toward low-cost high-service open access journals.&lt;/p&gt;
&lt;p&gt;This is the argument for the &lt;a href=&quot;http://oacompact.org/&quot;&gt;Compact for Open-Access Publishing Equity&lt;/a&gt; (COPE), a commitment by universities to establish mechanisms for underwriting OA publication fees. COPE has grown well beyond its &lt;a href=&quot;http://www.oacompact.org/signatories/&quot;&gt;initial five signatories&lt;/a&gt; and is supported by a &lt;a href=&quot;http://www.oacompact.org/supporters/&quot;&gt;wide range of institutions and people&lt;/a&gt;. &lt;a href=&quot;http://osc.hul.harvard.edu/hope&quot;&gt;Harvard&lt;/a&gt; and other COPE signatories have already set up such OA funds, which work in just this way.&lt;/p&gt;
&lt;p&gt;Many COPE-compliant OA funds don&apos;t underwrite articles that were developed under research grants, &lt;a href=&quot;http://www.oacompact.org/faq/#otherinstitutions&quot;&gt;under the view that such funding is the responsibility of the granting institutions&lt;/a&gt;. COPE calls for universities to do their fair share of paying OA fees, no less, but no more. Funding agencies need to underwrite their share of OA fees as well, and crucially should do so in a way that respects several important criteria:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;They level the playing field completely, at least for cost-efficient OA journals.&lt;/li&gt;
&lt;li&gt;They recognize that publication of research results often occurs after grants have ended.&lt;/li&gt;
&lt;li&gt;They provide incentive for publishers to switch revenue model to the OA publication fee model, or at least provide no disincentive.&lt;/li&gt;
&lt;li&gt;They avoid the moral hazard of insulating authors from the costs of their publishing.&lt;/li&gt;
&lt;li&gt;They don&apos;t place an undue burden on funders that would require reducing the impact of research they fund.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Of course, many funders already allow grantees to pay for OA publication fees from their grants. But this method falls afoul of some of these criteria. With respect to criterion (1), grantees are forced to trade off uses of grant moneys to pay OA fees against uses to pay for other research expenses, providing incentive to publish in subscription-fee journals where these costs are hidden. This approach maintains the tilted playing field against OA journals. With respect to criterion (2), because the funds must be expended during the granting period, grantees must predict ahead of time how many articles they will be publishing in OA journals, where they will be publishing them, and those articles must be completed and accepted for publication by the end of the granting period.&lt;/p&gt;
&lt;p&gt;The mechanism that satisfies these criteria is for funding agencies to provide non-fungible funds specifically for OA publication fees, funds that are not usable for purchasing other grant-related materials. Funders would establish a policy that grantees could be reimbursed for OA publication fees for articles based on grant-funded research at any time during &lt;em&gt;or after&lt;/em&gt; the period of the grant. This satisfies criterion (1) because grantees would no longer have to pay publication fees out of pocket or from grant funds that could be used otherwise. It satisfies criterion (2) because payments can be provided after the end of the grant. (If desired, the delay after the grant ends can be limited to, say, a year or two.) A reasonable requirement for reimbursement of publication fees would be that the article explicitly acknowledge the grant as a source of research funding.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.wellcome.ac.uk/&quot;&gt;Wellcome Trust&lt;/a&gt; already uses &lt;a href=&quot;http://www.wellcome.ac.uk/About-us/Policy/Spotlight-issues/Open-access/Policy/index.htm&quot;&gt;a similar incremental funding system&lt;/a&gt;. However, they (inadvisably in my mind) allow the funds to apply to so-called hybrid publication fees, where an additional fee can be paid to make a single article available open access. These reimbursements should be limited to publication fees for true OA journals, not hybrid fees for subscription journals. Willingness to pay hybrid fees provides an incentive for a publisher to maintain the subscription revenue model for a journal, because the publisher can acquire these funds without converting the journal as a whole to open access. &lt;a href=&quot;http://bit.ly/aIwhAT&quot;&gt;Eschewing hybrid fees is necessary&lt;/a&gt; to satisfy criterion (3).&lt;/p&gt;
&lt;p&gt;If funders were willing to pay arbitrary amounts for publication fees without limit, a new moral hazard would be introduced into the publishing market. Authors would become price-insensitive and hyperinflation of publication fees would be possible. To retain a functioning market in publication fees, we must be careful in designing the reimbursement scheme for OA journals; we need to make sure that there is still some scarce resource that authors must manage. This can be achieved in a couple of ways, by capping reimbursements or by copayments. First, reimbursement of OA publication fees can be offered only up to a fixed percentage of the grant amount. By way of example, if an &lt;a href=&quot;http://report.nih.gov/NIHDatabook/Charts/Default.aspx?showm=Y&amp;amp;chartId=155&amp;amp;catId=2&quot;&gt;average NIH grant is $300,000&lt;/a&gt; (excluding overhead&lt;a name=&quot;ref1&quot; href=&quot;#fn1&quot;&gt;&lt;/a&gt;&lt;sup&gt;[1]&lt;/sup&gt;), a cap of, say, 2% would provide up to $6,000 available for OA fees. (Robert Kiley, Head of Digital Services at the &lt;a href=&quot;http://www.wellcome.ac.uk/&quot;&gt;Wellcome Trust&lt;/a&gt;, estimates that at present rates all funded papers of the Wellcome Trust could be underwritten for &lt;a href=&quot;http://ukpmc.blogspot.com/2011/02/wellcome-trust-and-author-pays-model.html&quot;&gt;about 1.25% of their total granted funds&lt;/a&gt;. In the short run, nowhere near that level of underwriting is necessary, since the number of publication-fee-charging OA journals is so small. In the long run, as competition in the publication fee market increases, this number may well go down.) That would cover two &lt;em&gt;PLoS Biology&lt;/em&gt; papers, three BMC papers, four or five &lt;em&gt;PLoS ONE&lt;/em&gt; papers, eight or so Hindawi papers. A grantee would apply separately for these funds to reimburse reasonable OA fees. Some grantees might use all of these funds, some none, with most falling in the middle (and currently at the low end); but in any case they would not be usable for other purposes. Since these funds can only be used for OA publication fees, they can&apos;t be traded off against other purchases, so there is no disincentive against selecting OA journals. On the other hand, since these funds are limited (capped), they provide a market signal to motivate choosing &lt;em&gt;among &lt;/em&gt;open access journals so that the economic incentives will militate toward low-cost high-service OA journals.  (This can&apos;t be repeated often enough.)&lt;/p&gt;
&lt;p&gt;Alternatively, a copayment approach can be used to provide economic pressure to keep publication fees down. Reimbursement would cover only part of the fee, at least at the expensive end of such fees. It is important (criterion 1) that for cost-efficient OA journals, authors should not be out of pocket for any fees. Thus, reimbursement should be at 100% for journals charging less than some threshold amount, say, $1,500. (As publishers become more efficient, this threshold can and should be reduced over time.) Above that level, the funder might pay only a proportion of the fee, say, 50%, so that grantees have some &quot;skin in the game&quot; and are motivated to trade off publication fees against quality of publisher services. With these parameters, the payment schedule would provide for the following kinds of payments:&lt;/p&gt;
&lt;table style=&quot;font-size: 85%&quot; cellspacing=&quot;5&quot; align=&quot;center&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr bgcolor=&quot;#EADED3&quot;&gt;
&lt;th&gt;Publication fee&lt;/th&gt;
&lt;th&gt;Funder pays&lt;/th&gt;
&lt;th&gt;Author copays&lt;/th&gt;
&lt;th&gt;Examples&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: right&quot;&gt;$700&lt;/td&gt;
&lt;td style=&quot;text-align: right&quot;&gt;$700&lt;/td&gt;
&lt;td style=&quot;text-align: right&quot;&gt;$0&lt;/td&gt;
&lt;td style=&quot;text-align: left&quot;&gt;typical Hindawi journal, &lt;em&gt;SAGE Open&lt;/em&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: right&quot;&gt;$1350&lt;/td&gt;
&lt;td style=&quot;text-align: right&quot;&gt;$1350&lt;/td&gt;
&lt;td style=&quot;text-align: right&quot;&gt;$0&lt;/td&gt;
&lt;td style=&quot;text-align: left&quot;&gt;
&lt;em&gt;PLoS ONE&lt;/em&gt;, &lt;em&gt;Scientific Reports&lt;/em&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: right&quot;&gt;$2000&lt;/td&gt;
&lt;td style=&quot;text-align: right&quot;&gt;$1750&lt;/td&gt;
&lt;td style=&quot;text-align: right&quot;&gt;$250&lt;/td&gt;
&lt;td&gt;typical BMC journal&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: right&quot;&gt;$2900&lt;/td&gt;
&lt;td style=&quot;text-align: right&quot;&gt;$2200&lt;/td&gt;
&lt;td style=&quot;text-align: right&quot;&gt;$700&lt;/td&gt;
&lt;td style=&quot;text-align: left&quot;&gt;&lt;em&gt;PLoS Biology&lt;/em&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;(What the right parameters of such an approach are may depend on field and may change over time. I don&apos;t propose these as the correct values, but merely provide an example of the workings of such a system.)&lt;/p&gt;
&lt;p&gt;These two approaches are complementary. A policy could involve both a per-article copayment and a maximum per-grant outlay.&lt;/p&gt;
&lt;p&gt;Finally, criterion (5) calls for implementing such an underwriting scheme as cost-effectively as possible, so that a funder&apos;s research impact is not lessened by paying for publication fees. Indeed, one might expect that impact would be &lt;em&gt;increased&lt;/em&gt; by such a move, given that the tiny percentage of funds going to OA fees would mean that those research results were freely and openly available to readers and to machine analysis throughout the world. I would think (and I recall a claim to this effect at Berlin 9) that the impact benefit of providing open access to a funder&apos;s research results is greater than the impact of the marginal funded research grant. To the extent that this is so, it behooves funders to underwrite OA fees even at the expense of funding the incremental research. Nonetheless, there may be no need to forego funding research just to pay OA fees. Suppose that on the average grant incremental funds of $200 are used to pay OA publication fees. (With current availability and usage of OA journals, this is likely an overestimate of current demand for OA fees.) Where would this money come from? To the extent that faculty are publishing in OA journals, funders should not need to underwrite subscription journals, so that their overhead rates can be reduced accordingly. An overhead rate of 67% (Harvard&apos;s current rate) would need to be reduced by a minuscule 0.067% to compensate. (This is not a typo. The number really is 0.067%, not 6.7%.) This constitutes a percentage reduction in overhead of one part in a thousand, a drop in the bucket. In the longer term over several years if usage of the funds rises to, say, $1000 per grant, the overhead rate would need to be reduced by a still tiny 0.33% for cost neutrality. As more OA journals become available and more funds are used, the overhead rate would be adjusted accordingly. If hypothetically all journals became OA, and all articles incurred these charges, the cost per grant might rise higher to Wellcome Trust&apos;s predicted 1.25% (though by this point competition may have substantially reduced the fees), but then, larger reductions in overhead rates would be met by reduced university costs, since libraries would no longer need to pay subscription fees.&lt;/p&gt;
&lt;p&gt;One of the nice properties of this approach is that it doesn&apos;t require synchronization of the many actors involved. Each funding agency can unilaterally start providing OA fee reimbursement along these lines. Until a critical mass do so, the costs would be minimal. Once a critical mass is obtained, and journals feel confident enough that a sufficient proportion of their author pool will be covered by such a fund to switch to an open-access revenue model, subscription fees to libraries will drop, allowing for overhead rates to be reduced commensurately to cover the increasing underwriting costs. Each actor — author, funder, publisher, university, library — acts independently, with a market mechanism to move all towards a system based on open access.&lt;/p&gt;
&lt;p&gt;It is time for funding agencies to take on the responsibility not only to fund research but its optimal distribution. Part of that responsibility is putting in place an economically sustainable system of underwriting open-access publication fees.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;a name=&quot;fn1&quot; href=&quot;#ref1&quot;&gt;&lt;/a&gt;&lt;sup&gt;[1]&lt;/sup&gt;The &lt;a href=&quot;http://www.report.nih.gov/NIHDatabook/&quot;&gt;NIH Data Book&lt;/a&gt; reports &lt;a href=&quot;http://www.report.nih.gov/NIHDatabook/Charts/Default.aspx?chartId=155&amp;amp;catId=2&quot;&gt;average grant size&lt;/a&gt; for 2010 as around $450,000, which corresponds to something like $270,000 assuming a 67% overhead rate. $300,000 is thus likely on the high side.</content>
 </entry>
 
 <entry>
   <title>The future of the library, expressed in sculpture</title>
   <link href="https://occasionalpamphlet.com/2011/10/13/the-future-of-the-library-expressed-in-sculpture/"/>
   <updated>2011-10-13T09:33:48+00:00</updated>
   <id>https://occasionalpamphlet.com/2011/10/13/the-future-of-the-library-expressed-in-sculpture</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2011/10/laddish-spronk-architectural-fragment.jpg&quot;&gt;&lt;img src=&quot;/assets/2011/10/laddish-spronk-architectural-fragment.jpg&quot; alt=&quot;Petrus Spronk, “Architectural Fragment”, 1992. Photo © 2005 Robert Laddish, used by permission.&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;Petrus Spronk, “Architectural Fragment”, 1992. Photo © 2005 Robert Laddish (&lt;a href=&quot;http://www.laddish.net&quot;&gt;www.laddish.net&lt;/a&gt;), used by permission.&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2011/10/laddish-spronk-architectural-fragment.jpg&quot; alt=&quot;Petrus Spronk, “Architectural Fragment”, 1992. Photo © 2005 Robert Laddish, used by permission.&quot; /&gt;
  &lt;figcaption&gt;Petrus Spronk, “Architectural Fragment”, 1992. Photo © 2005 Robert Laddish (&lt;a href=&quot;http://www.laddish.net&quot;&gt;www.laddish.net&lt;/a&gt;), used by permission.&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;I&apos;ve just been at the &lt;a href=&quot;http://www.sibi.usp.br/30anos&quot;&gt;conference in honor of the 30th anniversary&lt;/a&gt; of the &lt;a href=&quot;http://www.usp.br/sibi/&quot;&gt;University of Sao Paulo Integrated Library System (SIBi USP)&lt;/a&gt;. &lt;a href=&quot;http://hub.hku.hk/rp/rp00001&quot;&gt;David Palmer&lt;/a&gt;, one of the speakers at the conference, used in his presentation a picture of a wonderful sculpture that I had never seen before, which turned out to be a public art piece at the State Library of Victoria in Melbourne, Australia by &lt;a href=&quot;http://web.archive.org/web/20111104070035/http://www.daaag.org/who-s-who/art-and-culture/petrus-spronk&quot;&gt;Petrus Spronk&lt;/a&gt; entitled &quot;Architectural Fragment&quot;. I place a couple of pictures of it here in honor of Spronk&apos;s 72nd birthday, which &lt;a href=&quot;http://blogos-haha.blogspot.com/2009/10/petrus-spronk-70-today.html&quot;&gt;happens to be today&lt;/a&gt;.  You can find more images &lt;a href=&quot;http://www.google.com/search?q=petrus+spronk+architectural+fragment&amp;amp;tbm=isch&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;!-- &lt;table width=&quot;*&quot; align=&quot;left&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;http://www.flickr.com/photos/the-lab/219877401/&quot;&gt;&lt;img src=&quot;/assets/2011/10/spronk-architectural-fragment.jpg&quot; alt=&apos;Petrus Spronk, &quot;Architectural Fragment&quot;, 1992. Photo by flickr user madam3181, used by permission (CC by-nc-nd).&apos; width=&quot;95%&quot; align=&quot;center&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;Petrus Spronk, &quot;Architectural Fragment&quot;, 1992. Photo by flickr user &lt;a href=&quot;http://www.flickr.com/people/the-lab/&quot;&gt;madam3181&lt;/a&gt;, used by permission (CC by-nc-nd).&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2011/10/spronk-architectural-fragment.jpg&quot; alt=&quot;Petrus Spronk,&quot; /&gt;
  &lt;figcaption&gt;Petrus Spronk, &quot;Architectural Fragment&quot;, 1992. Photo by flickr user &lt;a href=&quot;http://www.flickr.com/people/the-lab/&quot;&gt;madam3181&lt;/a&gt;, used by permission (CC by-nc-nd).&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>Tales of peer review, episode 1: Boyer and Moore's MJRTY algorithm</title>
   <link href="https://occasionalpamphlet.com/2011/09/23/tales-of-peer-review-episode-1-boyer-and-moores-mjrty-algorithm/"/>
   <updated>2011-09-23T15:07:37+00:00</updated>
   <id>https://occasionalpamphlet.com/2011/09/23/tales-of-peer-review-episode-1-boyer-and-moores-mjrty-algorithm</id>
   <content type="html">&lt;p&gt;I&apos;m generally a big fan of peer review. I think it plays an important role in the improvement and &quot;&lt;a href=&quot;http://en.wikipedia.org/wiki/Chromatography&quot;&gt;chromatography&lt;/a&gt;&quot; of the scholarly literature. But sometimes. Sometimes.&lt;/p&gt;
&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2011/09/mjrty-pattern1.png&quot;&gt;&lt;img src=&quot;/assets/2011/09/mjrty-pattern1.png&quot; alt=&quot;The Boyer-Moore MJRTY algorithm allows efficient determination of which shape (triangle, circle, square) is in the majority without counting each shape.&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;The Boyer-Moore MJRTY algorithm allows efficient determination of which shape (triangle, circle, square) is in the majority &lt;em&gt;without counting each shape&lt;/em&gt;.&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2011/09/mjrty-pattern1.png&quot; alt=&quot;The Boyer-Moore MJRTY algorithm allows efficient determination of which shape (triangle, circle, square) is in the majority without counting each shape.&quot; /&gt;
  &lt;figcaption&gt;The Boyer-Moore MJRTY algorithm allows efficient determination of which shape (triangle, circle, square) is in the majority &lt;em&gt;without counting each shape&lt;/em&gt;.&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;This past week I was reading &lt;a href=&quot;http://www.cs.utexas.edu/~boyer/&quot;&gt;Robert Boyer&lt;/a&gt; and &lt;a href=&quot;http://www.cs.utexas.edu/~moore/&quot;&gt;J Strother Moore&lt;/a&gt;&apos;s paper on computing the majority element of a multiset, which presents a very clever simple algorithm for this fundamental problem and a description of a &lt;a href=&quot;http://en.wikipedia.org/wiki/Automated_theorem_proving&quot;&gt;mechanical proof&lt;/a&gt; of its correctness. The authors aptly consider the work a &quot;minor landmark in the development of formal verification and automated reasoning&quot;.&lt;/p&gt;
&lt;p&gt;Below is the postscript to that paper, in its entirety, which describes the history of the paper including how and why it was &quot;repeatedly rejected for publication&quot;. (It was eventually published as a chapter in a &lt;a href=&quot;http://www.worldcat.org/oclc/24375294&quot;&gt;1991 festschrift for Woody Bledsoe&lt;/a&gt;, &lt;em&gt;ten years&lt;/em&gt; after it was written, and is now also &lt;a href=&quot;http://www.cs.utexas.edu/users/boyer/mjrty.ps.Z&quot;&gt;available from Moore&apos;s website&lt;/a&gt;.)&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;In this paper we have described a linear time majority vote algorithm and discussed the mechanically checked correctness proof of a Fortran implementation of it. This work has a rather convoluted history which we would here like to clarify.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;The algorithm described here was invented in 1980 while we worked at SRI International. A colleague at SRI, working on fault tolerance, was trying to specify some algorithms using the logic supported by &quot;Boyer-Moore Theorem Prover.&quot; He asked us for an elegant definition within that logic of the notion of the majority element of a list. Our answer to this challenge was the recursive expression of the algorithm described here.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;In late 1980, we wrote a Fortran version of the algorithm and proved it correct mechanically. In February, 1981, we wrote this paper, describing that work. In our minds the paper was noteworthy because it simultaneously announced an interesting new algorithm and offered a mechanically checked correctness proof. We submitted the paper for publication.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;In 1981 we moved to the University of Texas. Jay Misra, a colleague at UT, heard our presentation of the algorithm to an NSF site-visit team. According to Misra (private communication, 1990): &quot;I wondered how to generalize [the algorithm] to detect elements that occur more than &lt;em&gt;n&lt;/em&gt;/&lt;em&gt;k&lt;/em&gt; times, for all &lt;em&gt;k&lt;/em&gt;, &lt;em&gt;k&lt;/em&gt; ≥ 2. I developed algorithm 2 [given in Section 3 of [9]] which is directly inspired by your algorithm. Also, I showed that this algorithm is optimal [Section 5, &lt;em&gt;op. cit.&lt;/em&gt;]. On a visit to Cornell, I showed all this to David Gries; he was inspired enough to contribute algorithm 1 [Section 2, &lt;em&gt;op. cit.&lt;/em&gt;].&quot; In 1982, Misra and Gries published their work [9], citing our technical report appropriately as &quot;submitted for publication.&quot;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;However, our paper was repeatedly rejected for publication, largely because of its emphasis on Fortran and mechanical verification. A rewritten version emphasizing the algorithm itself was rejected on the grounds that the work was superceded by the paper of Misra and Gries!&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;When we were invited to contribute to the Bledsoe festschrift we decided to use the opportunity to put our original paper into the literature. We still think of this as a minor landmark in the development of formal verification and automated reasoning: here for the first time a new algorithm is presented along with its mechanically checked correctness proof—eleven years after the work.&lt;/p&gt;
&lt;p&gt;I have to think the world would have been better off if Boyer and Moore had just posted the paper to the web in 1981 and been done with it. Unfortunately, the web hadn&apos;t been developed yet.</content>
 </entry>
 
 <entry>
   <title>Subscription fees as a distribution control mechanism</title>
   <link href="https://occasionalpamphlet.com/2011/09/11/subscription-fees-as-a-distribution-control-mechanism/"/>
   <updated>2011-09-11T12:46:07+00:00</updated>
   <id>https://occasionalpamphlet.com/2011/09/11/subscription-fees-as-a-distribution-control-mechanism</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://www.flickr.com/photos/donovan_beeson/5706025332/in/photostream/&quot;&gt;&lt;img src=&quot;/assets/2011/09/restricted-stamp.jpg&quot; alt=&apos;Stamps to mark &quot;restricted data&quot; (modified from &quot;atomic stamps 1&quot; by flickr user donovanbeeson, used by permission under CC by-nc-sa)&apos; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;Stamps to mark &quot;restricted data&quot; (modified from &quot;&lt;a href=&quot;http://www.flickr.com/photos/donovan_beeson/5706025332/in/photostream/&quot;&gt;atomic stamps 1&lt;/a&gt;&quot; by flickr user donovanbeeson, used by permission under CC by-nc-sa)&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2011/09/restricted-stamp.jpg&quot; alt=&quot;Stamps to mark&quot; /&gt;
  &lt;figcaption&gt;Stamps to mark &quot;restricted data&quot; (modified from &quot;&lt;a href=&quot;http://www.flickr.com/photos/donovan_beeson/5706025332/in/photostream/&quot;&gt;atomic stamps 1&lt;/a&gt;&quot; by flickr user donovanbeeson, used by permission under CC by-nc-sa)&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;Ten years ago today was the largest terrorist action in United States history, an event that highlighted the importance of intelligence, and its reliance on information classification and control, for the defense of the country. This anniversary precipitated &lt;a href=&quot;http://www.earlham.edu/~peters/fos/newsletter/09-02-11.htm#9/11&quot;&gt;Peter Suber&apos;s important message&lt;/a&gt;, which starts from the fact that access to knowledge is not always a good. He addresses the question of whether open access to the scholarly literature might make information too freely available to actors who do not have the best interests of the United States (or &lt;span style=&quot;text-decoration: underline&quot;&gt;&lt;em&gt;your country here&lt;/em&gt;&lt;/span&gt;) at heart. Do we really want everyone on earth to have information about &lt;a class=&quot;zem_slink&quot; title=&quot;Public-key cryptography&quot; href=&quot;http://en.wikipedia.org/wiki/Public-key_cryptography&quot; rel=&quot;wikipedia&quot;&gt;public-key cryptosystems&lt;/a&gt; or &lt;a href=&quot;http://en.wikipedia.org/wiki/Exothermic_reaction&quot;&gt;exothermic chemical reactions&lt;/a&gt;? Should our foreign business competitors freely reap the fruits of research that American taxpayers funded? He says,&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;You might think that no one would seriously argue that using prices to restrict access to knowledge would contribute to a country&apos;s national and economic security. But a vice president of the Association of American Publishers &lt;a href=&quot;http://www.insidehighered.com/news/2006/09/06/access&quot;&gt;made that argument in 2006&lt;/a&gt;. He &quot;rejected the idea that the government should mandate that taxpayer financed research should be open to the public, saying he could not see how it was in the national interest. &apos;Remember -- you&apos;re talking about free online access to the world,&apos; he said. &apos;You are talking about making our competitive research available to foreign governments and corporations.&apos; &quot;&lt;/p&gt;
&lt;p&gt;Suber&apos;s response is that &quot;If we&apos;re willing to restrict knowledge for good people in order to restrict knowledge for bad people, at least when the risks of harm are sufficiently high, then we already have a classification system to do this.&quot; (He provides a &lt;a href=&quot;http://www.earlham.edu/~peters/fos/newsletter/10-02-06.htm#adler&quot;&gt;more detailed response in an earlier newsletter&lt;/a&gt;.) He is exactly right. Placing a $30 paywall in front of everyone to read an article in order to keep terrorists from having access to it is both ineffective (relying on al Qaeda&apos;s coffers to drop below the $30 point is not a counterterrorism strategy) and overreaching (since a side effect is to disenfranchise the overwhelming majority of human beings who are not enemies of the state). Instead, research that the country deems too dangerous to distribute should be, and is, classified, and therefore kept from both open access and toll access journals.&lt;/p&gt;
&lt;p&gt;This argument against open access, that it might inadvertently abet competitors of the state, is an instance of a more general worry about open distribution being too broad. Another instance is the &quot;corporate free-riding&quot; argument. It is argued that moving to an open-access framework for journals would be a windfall to corporations (the canonical example is big pharma) who would no longer have to subscribe to journals to gain the benefit of their knowledge and would thus be free-riding. To which the natural response would be &quot;and what exactly is wrong with that?&quot; Scientists do research to benefit society, and corporate use of the fruits of the research is one of those benefits. Indeed, making research results freely available is a much fairer system, since it allows businesses both large &lt;em&gt;and small&lt;/em&gt; to avail themselves of the results. Why should only businesses with deep pockets be able to take advantage of research, much of which is funded by the government.&lt;/p&gt;
&lt;p&gt;But shouldn&apos;t companies pay their fair share for these results? Who could argue with that? To assume that the subscription fees that companies pay constitute their fair share for research requires several implicit assumptions that bear examination.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Assumption 1: Corporate subscriptions are a nontrivial sum.&lt;/em&gt; Do corporate subscriptions constitute a significant fraction of journal revenues? Unfortunately, there are to my knowledge no reliable data on the degree to which corporate subscriptions contribute to revenue. Estimates range from 0% (certainly the case in most fields of research outside the life sciences and technology) to &lt;a href=&quot;http://arstechnica.com/science/news/2010/11/the-economic-case-for-open-access-in-academic-publishing.ars&quot;&gt;15-17%&lt;/a&gt;  to &lt;a href=&quot;http://goo.gl/AuR1M&quot;&gt;25%&lt;/a&gt; (a figure that has appeared informally and been challenged in favor of a &lt;a href=&quot;http://goo.gl/FJi9h&quot;&gt;5-10%&lt;/a&gt; figure). (Thanks to Peter Suber for help in finding these references.) None of these estimates were backed up in any way. Without any well-founded figures, it doesn&apos;t seem reasonable to be worrying about the issue. The onus is on those proposing corporate free-riding as a major problem to provide some kind of transparently supportable figures.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Assumption 2: Corporations would pay less under open access.&lt;/em&gt; The argument assumes that in an open-access world, journal revenues from corporations would drop, because they would save money on subscriptions but would not be supporting publication of articles through publication fees. That is, corporate researchers &quot;read more than they write.&quot; Of course, corporate researchers publish in the scholarly literature as well (as I did for the first part of my career when I was a researcher at SRI International), and thus would be contributing to the financial support of the publishing ecology. Here again, I know of no data on the percentage of articles with corporate authors and how that compares to the percentage of revenue from corporate subscriptions.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Assumption 3: Corporations shouldn&apos;t be paying less than they now are&lt;/em&gt;, perhaps for reasons of justice, or perhaps on the more mercenary basis of financial reality. It is presumed that if corporations are not paying subscription fees (and, again by assumption, publication fees) then academia will have to pick up the slack through commensurately higher publication fees, so the total expenditure by academia will be higher. This is taken to be a bad thing, but the reason for that is not clear. Why is it assumed that the &quot;right&quot; apportionment of fees between academia and business is whatever we happen to have at the moment, resulting as it does from historical happenstance based on differential subscription rates and corporate and university budget decisions? Free riding in the objectionable sense is to get something without paying &lt;em&gt;when one ought to pay&lt;/em&gt;.  But the latter condition doesn&apos;t apply to the open-access scholarly literature any more than it applies to broadcast television.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Assumption 4: Corporations only support research through subscription fees.&lt;/em&gt; However, corporations also provide support for funded research through the corporate taxes that they pay to the government, which funds the research. And this mode of payment has the advantage that it covers all parts of the research process, not just the small percentage that constitutes the publishing of the final results. Corporate taxes constitute some 10% of total US tax revenue &lt;a href=&quot;http://www.irs.gov/taxstats/article/0,,id=102886,00.html&quot;&gt;according to the IRS&lt;/a&gt;, so we can impute corporate underwriting of US-government funded research at that same 10% level. (In fact, since many non-corporate taxes, like FICA taxes, are earmarked for particular programs that don&apos;t fund research, the imputed percentage should perhaps be even higher.) The subscription fees companies pay is above and beyond that. Is the corporate 10% not already a fair share? Might it even be too much?&lt;/p&gt;
&lt;p&gt;If we collectively thought that the amount corporations are paying is insufficient, then the right response would be to increase the corporate taxes accordingly, so that all corporations contribute to the underwriting of scientific research that they all would be benefitting from. Let&apos;s take a look at some numbers. The revenue from the 2.5 million US corporations paying corporate tax for 2009 (the last year for which data are available) was &lt;a href=&quot;http://www.irs.gov/taxstats/article/0,,id=102886,00.html&quot;&gt;about $225 billion&lt;/a&gt;. The NSF budget for 2009 was &lt;a href=&quot;http://www.fas.org/sgp/crs/misc/R41098.pdf&quot;&gt;$5.4 billion&lt;/a&gt;. So, for instance, a 50% increase in the NSF budget would require increasing corporate tax revenues by a little over 1%, that is, from a 35% corporate tax rate (say) to something like 35.4%. I&apos;m not advocating an increase in corporate taxes for this purpose. First, I&apos;m in no way convinced that corporations aren&apos;t already supporting research sufficiently. Second, there are many other effects of corporate taxes that may militate against raising them. Instead, the point is that it is naive to pick out a single revenue source, subscription fees, as the sum total of corporate support of research.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Assumption 5: Subscription fees actually pay for research, or some pertinent aspect of research.&lt;/em&gt; But those fees do not devolve to the researchers or cover any aspect of the research process except for the publication aspect, and publishing constitutes only a small part of the costs of doing research. To avoid disingenuousness, shouldn&apos;t anyone worrying about whether corporations are doing their fair share in underwriting that aspect be worrying about whether they are doing their fair share in underwriting the other aspects as well? Of course, corporations arguably &lt;em&gt;are&lt;/em&gt; underwriting other aspects — through internal research groups, grants to universities and research labs, and their corporate taxes (the 10% discussed above). And in an open-access world, they would be covering the publication aspect as well, namely publication fees, through those same streams.&lt;/p&gt;
&lt;p&gt;In summary, maintaining the subscription revenue model for reasons of distribution control — whether for purposes of state defense or corporate free-riding — is a misconstruction.&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;border: none;float: right&quot; src=&quot;/assets/2011/09/pixy.gif?x-id=8c13a562-2108-4819-9b12-b45b15502619&quot; alt=&quot;&quot;&gt;&lt;/div&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>JSTOR opens access to out-of-copyright articles</title>
   <link href="https://occasionalpamphlet.com/2011/09/08/jstor-opens-access-to-out-of-copyright-articles/"/>
   <updated>2011-09-08T15:41:25+00:00</updated>
   <id>https://occasionalpamphlet.com/2011/09/08/jstor-opens-access-to-out-of-copyright-articles</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://www.jstor.org/stable/view/101400&quot;&gt;&lt;img class=&quot;size-medium wp-image-866&quot; src=&quot;/assets/2011/09/phil-trans-cover-200x300.png&quot; alt=&quot;Cover of the first issue of the Philosophical Transactions of the Royal Society, dated March 6, 1665. Available from JSTOR&apos;s Early Journal Content collection.&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;Cover of the first issue of the &lt;a href=&quot;http://en.wikipedia.org/wiki/Philosophical_transactions&quot;&gt;Philosophical Transactions of the Royal Society&lt;/a&gt;, dated March 6, 1665. &lt;a href=&quot;http://www.jstor.org/stable/view/101400&quot;&gt;Available&lt;/a&gt; from JSTOR&apos;s Early Journal Content collection.&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2011/09/phil-trans-cover-200x300.png&quot; alt=&quot;Cover of the first issue of the Philosophical Transactions of the Royal Society, dated March 6, 1665. Available from JSTOR&apos;s Early Journal Content collection.&quot; /&gt;
  &lt;figcaption&gt;Cover of the first issue of the &lt;a href=&quot;http://en.wikipedia.org/wiki/Philosophical_transactions&quot;&gt;Philosophical Transactions of the Royal Society&lt;/a&gt;, dated March 6, 1665. &lt;a href=&quot;http://www.jstor.org/stable/view/101400&quot;&gt;Available&lt;/a&gt; from JSTOR&apos;s Early Journal Content collection.&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;&lt;a href=&quot;http://www.jstor.org/&quot;&gt;JSTOR&lt;/a&gt;, the non-profit online journal distributor, &lt;a href=&quot;http://bit.ly/p57ASf&quot;&gt;announced yesterday&lt;/a&gt; that they would be making pre-1923 US articles and pre-1870 non-US articles available for free in a program they call &quot;Early Journal Content&quot;. The chosen dates are not random of course; they guarantee that the articles have fallen out of copyright, so such distribution does not run into rights issues. Nonetheless, that doesn&apos;t mean that JSTOR could take this action unilaterally. JSTOR is further bound by agreements with the publishers who provided the journals for scanning, which may have precluded them contractually from distributing even public domain materials that were derived from the provided originals. Thus such a program presumably requires cooperation of the journal publishers. In addition, JSTOR requires goodwill from publishers for all of its activities, so unilateral action could have been problematic for its long-run viability. (Such considerations may even in part underly JSTOR&apos;s &lt;a href=&quot;http://about.jstor.org/service/early-journal-content-0&quot;&gt;not including all public domain material&lt;/a&gt; in the opened collection.)&lt;/p&gt;
&lt;p&gt;Arranging for the necessary permissions — whether legal or pro forma — takes time, and &lt;a href=&quot;http://bit.ly/p57ASf&quot;&gt;JSTOR claims&lt;/a&gt; that work towards the opening of these materials started &quot;about a year ago&quot;, that is, prior to the recent notorious illicit download program that I have &lt;a href=&quot;http://bit.ly/n9Wssm&quot;&gt;posted about previously&lt;/a&gt;. Predictably, the Twittersphere is full of speculation about whether the actions by Aaron Swartz affected the Early Journal Content program:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;@grimmelm: JSTOR makes pre-1923 journals freely available &lt;a href=&quot;http://about.jstor.org/participate-jstor/individuals/early-journal-content&quot;&gt;http://about.jstor.org/participate-jstor/individuals/early-journal-content&lt;/a&gt; Would this have happened earlier or later w/o @aaronsw?&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;@mecredis: JSTOR makes all their public domain content available for free: &lt;a href=&quot;http://about.jstor.org/news-events/news/jstor%E2%80%93free-access-early-journal-content&quot;&gt;http://about.jstor.org/news-events/news/jstor%E2%80%93free-access-early-journal-content&lt;/a&gt; I think this means @aaronsw wins.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;@maxkaiser: Breaking: @JSTOR to provide free #openaccess to pre-1923 content in US &amp;amp; pre-1870 elsewhere - @aaronsw case had impact: &lt;a href=&quot;http://about.jstor.org/news-events/news/jstor%E2%80%93free-access-early-journal-content&quot;&gt;http://about.jstor.org/news-events/news/jstor%E2%80%93free-access-early-journal-content&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;@JoshRosenau: JSTOR &quot;working on releasing pre-1923 content before [@aaronsw released lotsa their PDFs], inaccurate to say these events had no impact.&quot;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;@mariabustillos: Stuff that in yr. pipe and smoke it, JSTOR haters!! &lt;a href=&quot;http://bit.ly/qtrxdV&quot;&gt;http://bit.ly/qtrxdV&lt;/a&gt; Also: how now, @aaronsw?&lt;/p&gt;
&lt;p&gt;So, did Aaron Swartz&apos;s efforts affect the existence of JSTOR&apos;s new program or its timing? As to the former, it seems clear that with or without his actions, JSTOR was already on track to provide open access to out-of-copyright materials. As to the latter, &lt;a href=&quot;http://bit.ly/p57ASf&quot;&gt;JSTOR says&lt;/a&gt; that&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;[I]t would be inaccurate to say that these events have had no impact on our planning. We considered whether to delay or accelerate this action, largely out of concern that people might draw incorrect conclusions about our motivations. In the end, we decided to press ahead with our plans to make the Early Journal Content available, which we believe is in the best interest of our library and publisher partners, and students, scholars, and researchers everywhere.&lt;/p&gt;
&lt;p&gt;On its face, the statement implies that JSTOR acted essentially without change, but we&apos;ll never know if Swartz&apos;s efforts sped up or slowed down the release.&lt;/p&gt;
&lt;p&gt;What the Early Journal Content program does show is JSTOR&apos;s interest in providing broader access to the scholarly literature, a goal they share with open-access advocates, and even with Aaron Swartz. I hope and expect that JSTOR will continue to push, and even more aggressively, towards broader access to its collection. The scholarly community will be watching.</content>
 </entry>
 
 <entry>
   <title>On guerrilla open access</title>
   <link href="https://occasionalpamphlet.com/2011/07/28/on-guerrilla-open-access/"/>
   <updated>2011-07-28T23:00:27+00:00</updated>
   <id>https://occasionalpamphlet.com/2011/07/28/on-guerrilla-open-access</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://www.denison.edu/theden/wp-content/uploads/2011/01/20100117_universitypresidents_photo_main_01.jpg&quot;&gt;&lt;img class=&quot;size-medium wp-image-866&quot; src=&quot;/assets/2011/07/20100117_universitypresidents_photo_main_01.jpg&quot; alt=&quot;William G. Bowen, founder of JSTOR&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;&lt;a class=&quot;zem_slink&quot; title=&quot;William G. Bowen&quot; href=&quot;http://en.wikipedia.org/wiki/William_G._Bowen&quot; rel=&quot;wikipedia&quot;&gt;William G. Bowen&lt;/a&gt;, founder of JSTOR&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2011/07/20100117_universitypresidents_photo_main_01.jpg&quot; alt=&quot;William G. Bowen, founder of JSTOR&quot; /&gt;
  &lt;figcaption&gt;&lt;a class=&quot;zem_slink&quot; title=&quot;William G. Bowen&quot; href=&quot;http://en.wikipedia.org/wiki/William_G._Bowen&quot; rel=&quot;wikipedia&quot;&gt;William G. Bowen&lt;/a&gt;, founder of JSTOR&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;[&lt;b&gt;Update January 13, 2013:&lt;/b&gt; See &lt;a href=&quot;http://bit.ly/WSLvbT&quot;&gt;my post&lt;/a&gt; following Aaron Swartz&apos;s tragic suicide.]&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.documentcloud.org/documents/217115-20110719-schwartz.html&quot;&gt;Aaron Swartz has been indicted&lt;/a&gt; for wire fraud, computer fraud, unlawfully obtaining information from a protected computer, and recklessly damaging a protected computer. The alleged activities that led to this indictment were his downloading massive numbers of articles from &lt;a class=&quot;zem_slink&quot; title=&quot;JSTOR&quot; href=&quot;http://www.jstor.org/&quot; rel=&quot;homepage&quot;&gt;JSTOR&lt;/a&gt; by circumventing IP and MAC address limitations and breaking and entering into restricted areas of the MIT campus to obtain direct access to the network, for the presumed intended purpose of distributing the articles through open file-sharing networks. The allegation is in keeping with his previous calls for achieving open access to the scholarly literature by what he called &quot;&lt;a href=&quot;http://www.aaronsw.com/weblog/goa&quot;&gt;guerrilla open access&lt;/a&gt;&quot; in &lt;a href=&quot;http://pastebin.com/cefxMVAy&quot;&gt;a 2008 manifesto&lt;/a&gt;: &quot;We need to download scientific journals and upload them to file sharing networks.&quot; Because many theorize that Swartz was intending to further the goals of open access by these activities, some people have asked my opinion of his alleged activities.&lt;/p&gt;
&lt;p&gt;Before going further, I must present the necessary disclaimers: I am not a lawyer. He is presumed innocent until proven guilty. We don&apos;t know if the allegations in the indictment are true, though I haven&apos;t seen much in the way of denials (&lt;a href=&quot;http://web.archive.org/web/20110721132939/http://blog.demandprogress.org/2011/07/federal-government-indicts-former-demand-progress-executive-director-for-downloading-too-many-journal-articles/&quot;&gt;as opposed to apologetics&lt;/a&gt;). We don&apos;t know what his intentions were or what he planned to do with the millions of articles he downloaded, though none of the potential explanations I&apos;ve heard make much sense even in their own terms other than the guerrilla OA theory implicit in the indictment. So there is a lot we don&apos;t know, which is typical for a pretrial case. But for the purpose of discussion, let&apos;s assume that the allegations in the indictment are true and his intention was to provide guerrilla OA to the articles. (Of course, if the allegations are false, as &lt;a href=&quot;http://blogs.computerworlduk.com/open-enterprise/2011/07/the-art-of-liberating-knowledge/index.htm&quot;&gt;some seem to believe&lt;/a&gt;, then my claims below are vacuous. If the claims in the indictment turn out to be false, or colored by other mitigating facts, I for one would be pleased. But I can only go by what I have read in the papers and the indictment.)&lt;/p&gt;
&lt;p&gt;There&apos;s a lot of silliness that has been expressed on both sides of this case. The pro-Swartz faction is quoted as saying &quot;&lt;a href=&quot;http://act.demandprogress.org/sign/support_aaron/&quot;&gt;Aaron&apos;s prosecution undermines academic inquiry and democratic principles.&lt;/a&gt;&quot; Hunh? Or this one: &quot;&lt;a href=&quot;http://act.demandprogress.org/sign/support_aaron/&quot;&gt;It&apos;s incredible that the government would try to lock someone up for allegedly looking up articles at a library.&lt;/a&gt;&quot; Swartz could, of course, have &lt;a href=&quot;http://discovery.lib.harvard.edu/?itemid=|library/m/aleph|007304170&quot;&gt;looked up any JSTOR article&lt;/a&gt; he wanted using his Harvard library privileges, and could even have text-mined the entire collection through JSTOR&apos;s &lt;a href=&quot;http://dfr.jstor.org/&quot;&gt;Data for Research program&lt;/a&gt;, but that&apos;s not what he did. Or this howler: &quot;&lt;a href=&quot;http://decryptedmatrix.com/live/federal-government-indicts-former-demand-progress-executive-director-for-downloading-too-many-journal-articles/&quot;&gt;It&apos;s like trying to put someone in jail for allegedly checking too many books out of the library.&lt;/a&gt;&quot; No, it isn&apos;t, and even a cursory reading of the indictment reveals why. On the anti-Swartz side, &lt;a href=&quot;http://www.justice.gov/usao/ma/news/2011/July/SwartzAaronPR.html&quot;&gt;the district attorney says things like&lt;/a&gt; &quot;Stealing is stealing whether you use a computer command or a crowbar, and whether you take documents, data or dollars.&quot; If you can&apos;t see a difference between, say, posting one of your articles on your website and lifting a neighbor&apos;s stereo, well then I don&apos;t know what. There&apos;s lots of hyperbole going on on both sides.&lt;/p&gt;
&lt;p&gt;Here&apos;s my view: Insofar as his intentions were to further the goals of proponents of open access (and no one is more of a proponent than I), the techniques he chose to employ were, &lt;a href=&quot;http://www.nytimes.com/2009/01/23/us/politics/23blaircnd.html&quot;&gt;to quote Dennis Blair&lt;/a&gt;, &quot;not moral, legal, or effective.&quot;&lt;/p&gt;
&lt;p&gt;If the claims in &lt;a href=&quot;https://www.documentcloud.org/documents/217115-20110719-schwartz.html&quot;&gt;the indictment&lt;/a&gt; are true, his actions certainly were not legal. The simple act of downloading the articles en masse was undoubtedly a gross violation of the JSTOR &lt;a href=&quot;http://www.jstor.org/page/info/about/policies/terms.jsp&quot;&gt;terms and conditions of use&lt;/a&gt;, which would have been incorporated into the agreement Swartz had entered into as a guest user of the MIT network. Then there is the breaking and entering, the denial of service attack on JSTOR shutting down its servers, the closing of MIT access to JSTOR.  The indictment is itself a compendium of the illegalities that Swartz is alleged to have committed.&lt;/p&gt;
&lt;p&gt;One could try to make an argument that, though illegal, the acts were justified on moral grounds as an act of civil disobedience, as Swartz says in &lt;a href=&quot;http://pastebin.com/cefxMVAy&quot;&gt;his manifesto&lt;/a&gt;. &quot;There is no justice in following unjust laws. It’s time to come into the light and, in the grand tradition of civil disobedience, declare our opposition to this private theft of public culture.&quot; If this was his intention, he certainly made an odd choice of target. JSTOR is not itself a publisher &quot;blinded by greed&quot;, or a publisher of any sort. It merely aggregates material published by others. As a &lt;a href=&quot;http://www2.guidestar.org/PartnerReport.aspx?Partner=networkforgood&amp;amp;ein=13-3857105&quot;&gt;nonprofit organization&lt;/a&gt; &lt;a href=&quot;http://about.jstor.org/about&quot;&gt;founded by academics and supported by foundations&lt;/a&gt;, its mission has been to &quot;vastly improve access to scholarly papers&quot;, by providing online access to articles previously unavailable, and at subscription rates that are extraordinarily economical. It has in fact made good on that mission, for which I and many other OA proponents strongly support it. This is the exemplar of Swartz&apos;s villains, his &quot;[l]arge corporations ... blinded by greed&quot;? God knows there&apos;s &lt;a href=&quot;http://en.wikipedia.org/wiki/Subprime_mortgage_crisis&quot;&gt;plenty of greed to go around in large corporations&lt;/a&gt;, including large commercial publishing houses running 30% profit margins, but you won&apos;t find it at JSTOR. As a side effect of Swartz&apos;s activities, large portions of the MIT community were denied access to JSTOR for several days as JSTOR blocked the MIT IP address block in an attempt to shut Swartz&apos;s downloads down, and JSTOR users worldwide may have been affected by Swartz&apos;s bringing down several JSTOR servers. In all, his activities reduced access to the very articles he hoped to open, vitiating his moral imperative. And if it is &quot;time to come into the light&quot;, why the concerted active measures to cover his tracks (using the MIT network instead of the access he had through his Harvard library privileges, obscuring his face when entering the networking closet, and the like)?&lt;/p&gt;
&lt;p&gt;Finally, and most importantly, this kind of action is ineffective. As Peter Suber predicted in &lt;a href=&quot;http://www.earlham.edu/~peters/fos/2008/09/guerilla-oa.html&quot;&gt;a trenchant post&lt;/a&gt; that we can now see as prescient, it merely has the effect of tying the legitimate, sensible, economically rational, and academically preferable approach of open access to memes of copyright violation, illegality, and naiveté. There are already sufficient attempts to inappropriately perform this kind of tying; we needn&apos;t provide further ammunition. Unfortunate but completely predictable &lt;a href=&quot;http://scholarlykitchen.sspnet.org/2011/07/20/a-bizarre-approach-to-accessing-jstor-earns-federal-charges-for-an-internet-activist/&quot;&gt;statements like&lt;/a&gt; &quot;It is disappointing to see advocates of OA treat this person as some kind of hero.&quot; tar those who pursue open access with the immorality and illegality that self-proclaimed guerrillas exhibit. In so doing, guerrilla OA is not only ineffective, but counterproductive.&lt;/p&gt;
&lt;p&gt;I believe, as I expect Aaron Swartz does, that we need an editorially sound, economically sustainable, and openly accessible scholarly communication system. We certainly do not have that now. But moving to such a system requires thoughtful efforts, not guerilla stunts.&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;border: none;float: right&quot; src=&quot;/assets/2011/07/pixy.gif?x-id=72d03107-52da-4a16-af09-48e1de8ec962&quot; alt=&quot;&quot;&gt;&lt;/div&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>C'est la bouquet, or why translation is hard</title>
   <link href="https://occasionalpamphlet.com/2011/07/18/cest-la-bouquet-or-why-translation-is-hard/"/>
   <updated>2011-07-18T02:50:32+00:00</updated>
   <id>https://occasionalpamphlet.com/2011/07/18/cest-la-bouquet-or-why-translation-is-hard</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://www.gazetamaringa.com.br/midia/tn_290_600_01CG-01A2.jpg&quot;&gt;&lt;img class=&quot;size-medium wp-image-866&quot; src=&quot;/assets/2011/07/tn_290_600_01CG-01A2.jpg&quot; alt=&quot;Gregoire Bouillier&quot; width=&quot;200&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;Grégoire Bouillier&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2011/07/tn_290_600_01CG-01A2.jpg&quot; alt=&quot;Gregoire Bouillier&quot; /&gt;
  &lt;figcaption&gt;Grégoire Bouillier&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;I used to use as my standard example of why translation is hard — and why fully automatic high-quality translation (&lt;a title=&quot;Bar-Hillel, 1960&quot; href=&quot;http://www.mt-archive.info/Bar-Hillel-1960-App3.pdf&quot;&gt;FAHQT&lt;/a&gt;) is unlikely in our lifetimes however old we are — the translation of the first word of the first sentence of the first book of Proust&apos;s &lt;em&gt;Remembrance of Things Past&lt;/em&gt;. The example isn&apos;t mine. &lt;a href=&quot;http://www.ldc.upenn.edu/acl/J/J90/J90-2002.pdf&quot;&gt;Brown et al.&lt;/a&gt; cite a 1988 New York Times article about the then-new translation by Richard Howard. Howard chose to translate the first word of the work, &lt;em&gt;longtemps&lt;/em&gt;, as&lt;em&gt; time and again&lt;/em&gt; (rather than, for example, the phrase &lt;em&gt;for a long time&lt;/em&gt; as in the standard Moncrieff translation) so that the first word &lt;em&gt;time&lt;/em&gt; would resonate with the temporal aspect of the last word of the last volume,&lt;em&gt; temps&lt;/em&gt;, some 3000 pages later. How&apos;s that for context?&lt;/p&gt;
&lt;p&gt;I now have a new example, from the &lt;a class=&quot;zem_slink&quot; title=&quot;Lorin Stein&quot; href=&quot;http://en.wikipedia.org/wiki/Lorin_Stein&quot; rel=&quot;wikipedia&quot;&gt;Lorin Stein&lt;/a&gt; translation of &lt;a class=&quot;zem_slink&quot; title=&quot;Grégoire Bouillier&quot; href=&quot;http://en.wikipedia.org/wiki/Gr%C3%A9goire_Bouillier&quot; rel=&quot;wikipedia&quot;&gt;Grégoire Bouillier&lt;/a&gt;&apos;s &lt;em&gt;&lt;a class=&quot;zem_slink&quot; title=&quot;The Mystery Guest&quot; href=&quot;http://www.amazon.com/Mystery-Guest-Gregoire-Bouillier/dp/061895970X%3FSubscriptionId%3D0G81C5DAZ03ZR9WH9X82%26tag%3Dzemanta-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D061895970X&quot; rel=&quot;amazon&quot;&gt;The Mystery Guest&lt;/a&gt;&lt;/em&gt;. Stein adds a translator&apos;s note to the front matter “For reasons the reader will understand, I have refrained from translating the expression ‘C’est le bouquet.’ It means, more or less, ‘That takes the cake.’” That phrase occurs on page 14 in &lt;a href=&quot;http://books.google.com/books?id=7KMIXshKSsgC&amp;amp;lpg=PP1&amp;amp;dq=mystery%20guest&amp;amp;pg=PP1#v=onepage&amp;amp;q&amp;amp;f=false&quot;&gt;the edition I&apos;m reading&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The fascinating thing is that the reader &lt;em&gt;does&lt;/em&gt; understand, fully and completely, why the translator chose this route. But the reason is, more or less, because of a sentence that occurs on page 83, a sentence that shares no words with the idiom in question. True the protagonist perseverates on this latter sentence for the rest of the novella, but still, I challenge anyone to give an explanation in less than totally abstract terms, as far from the words actually used as you can imagine, to explain the reasoning, perfectly clear to any reader, of why the translator made this crucial decision.&lt;/p&gt;
&lt;p&gt;Language is ineffable.&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;border: none;float: right&quot; src=&quot;/assets/2011/07/pixy.gif?x-id=5240fa16-6267-42d8-b34f-a2d7ab31b801&quot; alt=&quot;&quot;&gt;&lt;/div&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>The NIH responds to my letter</title>
   <link href="https://occasionalpamphlet.com/2011/06/07/the-nih-responds-to-my-letter/"/>
   <updated>2011-06-07T15:05:40+00:00</updated>
   <id>https://occasionalpamphlet.com/2011/06/07/the-nih-responds-to-my-letter</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://www.media.nih.gov/imagebank/display.aspx?ID=645&quot;&gt;&lt;img class=&quot;size-medium wp-image-866&quot; src=&quot;/assets/2011/06/nlm-203x300.jpg&quot; alt=&quot;Front steps of National Library of Medicine, 2008, photo courtesy of NIH Image Bank&quot; width=&quot;203&quot; height=&quot;300&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;Front steps of National Library of Medicine, 2008, photo courtesy of NIH Image Bank&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2011/06/nlm-203x300.jpg&quot; alt=&quot;Front steps of National Library of Medicine, 2008, photo courtesy of NIH Image Bank&quot; /&gt;
  &lt;figcaption&gt;Front steps of National Library of Medicine, 2008, photo courtesy of NIH Image Bank&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Imagine my surprise when I actually received a &lt;em&gt;response&lt;/em&gt; to &lt;a href=&quot;http://bit.ly/gtYOlU&quot;&gt;my letters in recognition&lt;/a&gt; of the &lt;a href=&quot;http://publicaccess.nih.gov/&quot;&gt;NIH public access policy&lt;/a&gt;, a form letter undoubtedly, but nonetheless gratefully received. And as a side effect, it allows us to gauge the understanding of the issues in the pertinent offices.&lt;/p&gt;
&lt;p&gt;The letter, which I&apos;ve &lt;a href=&quot;#letter&quot;&gt;duplicated below&lt;/a&gt; in its entirety, addresses two of the issues that I raised in my letter, the expansion of the policy to other agencies and the desirability for a reduction in the embargo period.&lt;/p&gt;
&lt;p&gt;With regard to expanding the NIH policy to other funding agencies, the response merely notes the &lt;a href=&quot;http://thomas.loc.gov/cgi-bin/bdquery/z?d111:HR05116:|/home/LegislativeData.php?n=BSS;c=111|&quot;&gt;America COMPETES Act&lt;/a&gt;&apos;s charge to establish a working group to study the matter — fine as far as it goes, but not an indication of support for expansion itself.&lt;/p&gt;
&lt;p&gt;With regard to the embargo issue, the response seems a bit confused as to how things work in the real world. Let&apos;s look at some sentences from the pertinent paragraph:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&quot;As you may know, the 12-month delay period specified by law (&lt;a href=&quot;http://publicaccess.nih.gov/policy.htm&quot;&gt;Division G, Title II, Section 218 of P.L. 110-161&lt;/a&gt;) is an upper limit. Rights holders (sometimes the author, &lt;a href=&quot;http://www.cliffsnotes.com/Section/What-is-parallel-structure-in-writing-.id-305408,articleId-27144.html&quot;&gt;and&lt;/a&gt; sometimes they transfer some or all of these rights to publishers) are free to select a shorter delay period, and many do.&quot; This is of course true. My hope, and that of many others, is to decrease this maximum.&lt;/li&gt;
&lt;li&gt;&quot;The length of the delay period is determined through negotiation between authors and publishers as part of the copyright transfer process.&quot; Well, not so much. Authors don&apos;t so much negotiate with publishers as just sign whatever publishers put in their path. When one actually attempts to engage in negotiation, sadly rare among academic authors, things often go smoothly, but &lt;a href=&quot;http://bit.ly/erz3x&quot;&gt;sometimes take a turn for the odd&lt;/a&gt;, and authors in the thrall of &lt;em&gt;publish or perish&lt;/em&gt; are short on negotiating leverage.&lt;/li&gt;
&lt;li&gt;&quot;These negotiations can be challenging for authors, and our guidance (&lt;a href=&quot;http://publicaccess.nih.gov/FAQ.htm#778&quot;&gt;http://publicaccess.nih.gov/FAQ.htm#778&lt;/a&gt;) encourages authors to consult with their institutions when they have questions about copyright transfer agreements.&quot; I have a feeling that the word &lt;em&gt;challenging&lt;/em&gt; is a euphemism for something else, but I&apos;m not sure what. The cited FAQ doesn&apos;t in fact provide guidance on negotiation, but just language to incorporate into a publisher agreement to make it consistent with the 12-month embargo. No advice on what to do if the publisher refuses, much less how to negotiate shorter embargoes. As for the excellent advice to &quot;consult with their institutions&quot;, in the case of Harvard, that kind of means to talk with &lt;a href=&quot;http://osc.hul.harvard.edu/&quot;&gt;my office&lt;/a&gt;, doesn&apos;t it? Which, I suppose, is a vote of confidence.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So there is some room for improvement in understanding the dynamic at play in author-publisher relations, but overall, I&apos;m gratified that NIH folks are on top of this issue and making a good faith effort to bring the fruits of research to the scholarly community and the public at large, and reiterate &lt;a href=&quot;http://bit.ly/gtYOlU&quot;&gt;my strong support of NIH&apos;s policy&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Here&apos;s the full text of the letter:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&lt;a name=&quot;letter&quot;&gt;&lt;/a&gt;DEPARTMENT OF HEALTH &amp;amp; HUMAN SERVICES&lt;br /&gt;
Public Health Service&lt;br /&gt;
National Institutes of Health&lt;br /&gt;
Bethesda, Maryland 20892&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;May 27 2011&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Stuart M. Shieber, Ph.D.&lt;br /&gt;
Welch Professor of Computer Science, and&lt;br /&gt;
Director, Office for Scholarly Communication&lt;br /&gt;
1341 Massachusetts Avenue&lt;br /&gt;
Cambridge, Massachusetts 02138&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Dear Dr. Shieber:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Thank you for your letters to Secretary Sebelius and Dr. Collins regarding the NIH Public Access Policy. I am the program manager for the Policy, and have been asked to respond to you directly.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;We view the policy as an important tool for ensuring that as many Americans as possible benefit from the public&apos;s investment in research through NIH.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;I appreciate your suggestions about reducing the delay period between publication and availability of a paper on PubMed Central. As you may know, the 12-month delay period specified by law (Division G, Title II, Section 218 of P.L. 110-161) is an upper limit. Rights holders (sometimes the author, and sometimes they transfer some or all of these rights to publishers) are free to select a shorter delay period, and many do. The length of the delay period is determined through negotiation between authors and publishers as part of the copyright transfer process. These negotiations can be challenging for authors, and our guidance (&lt;a href=&quot;http://publicaccess.nih.gov/FAQ.htm#778&quot;&gt;http://publicaccess.nih.gov/FAQ.htm#778&lt;/a&gt;) encourages authors to consult with their institutions when they have questions about copyright transfer agreements.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;I also appreciate your suggestion to expand this Policy to other Federal science funders, and the confidence it implies in our approach. The National Science and Technology Council (NSTC) has been charged by the America COMPETES Reauthorization Act of 2010 (P.L. 111-358) to establish a working group to explore the dissemination and stewardship of peer reviewed papers arising from Federal research funding. I am copying Dr. Celeste Rohlfing at the Office of Science and Technology Policy on this correspondence, as she is coordinating the NSTC efforts on Public Access.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Sincerely,&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Neil M. Thakur, Ph.D.&lt;br /&gt;
Special Assistant to the NIH Deputy Director for Extramural Research&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;cc: Ms. Celeste M. Rohlfing&lt;br /&gt;
Assistant Director for Physical Sciences&lt;br /&gt;
Office of Science and Technology Policy&lt;br /&gt;
Executive Office of the President&lt;br /&gt;
725 17th Street, Room 5228&lt;br /&gt;
Washington, DC 20502&lt;/p&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>The benefits of copyediting</title>
   <link href="https://occasionalpamphlet.com/2011/06/04/the-benefits-of-copyediting/"/>
   <updated>2011-06-04T22:11:22+00:00</updated>
   <id>https://occasionalpamphlet.com/2011/06/04/the-benefits-of-copyediting</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a title=&quot;dictionary and red pencil by noviii, on Flickr&quot; href=&quot;http://www.flickr.com/photos/nnww/3559286242/&quot;&gt;&lt;img src=&quot;/assets/2011/06/3559286242_a6decdc7d2_m.jpg&quot; alt=&quot;dictionary and red pencil&quot; width=&quot;240&quot; height=&quot;177&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;Dictionary and red pencil, photo by novii, on Flickr&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2011/06/3559286242_a6decdc7d2_m.jpg&quot; alt=&quot;dictionary and red pencil&quot; /&gt;
  &lt;figcaption&gt;Dictionary and red pencil, photo by novii, on Flickr&lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;Sanford Thatcher has written a valuable, if anecdotal, analysis of some papers residing on &lt;a href=&quot;http://dash.harvard.edu&quot;&gt;Harvard’s DASH repository&lt;/a&gt; (Copyediting’s Role in an Open-Access World, &lt;em&gt;Against the Grain&lt;/em&gt;, volume 23, number 2, April 2011, pages 30-34), in an effort to get at the differences between author manuscripts and the corresponding published versions that have benefited from copyediting.&lt;/p&gt;
&lt;p&gt;“What may we conclude from this analysis?” he asks. “By and large, the copyediting did not result in any major improvements of the manuscripts as they appear at the DASH site.” He finds that “the vast majority of changes made were for the sake of enforcing a house formatting style and cleaning up a variety of inconsistencies and infelicities, none of which reached into the substance of the writing or affected the meaning other than by adding a bit more clarity here and there” and expects therefore that the DASH versions are “good enough” for many scholarly and educational uses.&lt;/p&gt;
&lt;p&gt;Although more substantive errors did occur in the articles he examined, especially in the area of citation and quotation accuracy, they were typically carried over to the published versions as well. He notes that “These are just the kinds of errors that are seldom caught by copyeditors.”&lt;/p&gt;
&lt;p&gt;One issue that goes unmentioned in the column is the occasional introduction of errors by the typesetting and copyediting process itself. This used to happen with great frequency in the bad old days when publishers rekeyed papers to typeset them. It was especially problematic in fields like my own, in which papers tend to have large amounts of mathematical notation, which the typesetting staff had little clue about the niceties of. These days more and more journals allow authors to submit &lt;a class=&quot;zem_slink&quot; title=&quot;LaTeX&quot; rel=&quot;homepage&quot; href=&quot;http://www.latex-project.org&quot;&gt;LaTeX&lt;/a&gt; source for their articles, which the publisher merely applies the &lt;a href=&quot;https://encrypted.google.com/search?q=latex+journal+style+files&quot;&gt;house style file&lt;/a&gt; to. This practice has been a tremendous boon to the accuracy and typesetting quality of mathematical articles. Still, copyediting can introduce substantive errors in the process. Here’s &lt;a href=&quot;http://www.eecs.harvard.edu/~shieber/Blog/2008/05/when-copy-editors-make-things-worse.html&quot;&gt;a nice example&lt;/a&gt; from a paper in the &lt;em&gt;&lt;a class=&quot;zem_slink&quot; title=&quot;Communications of the ACM&quot; rel=&quot;homepage&quot; href=&quot;http://cacm.acm.org&quot;&gt;Communications of the ACM&lt;/a&gt;&lt;/em&gt;:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;“Besides getting more data, faster, we also now use much more sophisticated learning algorithms. For instance, algorithms based on logistic regression &lt;em&gt;and that support vector machines&lt;/em&gt; can reduce by half the amount of spam that evades filtering, compared to Naive Bayes.” (Joshua Goodman, Gordon V. Cormack, and David Heckerman, &lt;a href=&quot;http://dx.doi.org/10.1145/1216016.1216017&quot;&gt;Spam and the ongoing battle for the inbox&lt;/a&gt;, &lt;em&gt;Communications of the Association for Computing Machinery&lt;/em&gt;, volume 50, number 2, 2007, page 27.  Emphasis added.)&lt;/p&gt;
&lt;p&gt;Any computer scientist would immediately see that the sentence as published makes no sense. There is no such thing as a “vector machine” and in any case algorithms don’t support them. My guess is that the author manuscript had the sentence “For instance, algorithms based on logistic regression &lt;em&gt;and support vector machines&lt;/em&gt; can reduce by half...” — without the word &lt;em&gt;that&lt;/em&gt;. The copyeditor apparently didn’t realize that the noun phrase &lt;em&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Support_vector_machine&quot;&gt;support vector machine&lt;/a&gt;&lt;/em&gt; is a term of art in the machine learning literature; the word &lt;em&gt;support&lt;/em&gt; was not intended to be a verb here. (Do a &lt;a href=&quot;https://encrypted.google.com/search?q=%22vector+machine%22&quot;&gt;Google search for &lt;em&gt;vector machine&lt;/em&gt;&lt;/a&gt;. Every hit has the phrase in the context of the term &lt;em&gt;support vector machine, &lt;/em&gt;at least for the pages I looked at before boredom set in.)&lt;/p&gt;
&lt;p&gt;Presumably, the authors didn’t catch the error introduced by the copyeditor. The occurrence of errors of this sort is no argument against copyediting, but it does demonstrate that it should be viewed as a collaborative activity between copyeditors and authors, and better tools for collaboratively vetting changes would surely be helpful.&lt;/p&gt;
&lt;p&gt;In any case, back to Dr. Thatcher&apos;s DASH study. Ellen Duranceau at &lt;a href=&quot;http://news-libraries.mit.edu/blog/access-manuscripts/5538/&quot;&gt;MIT Libraries News&lt;/a&gt; views the study as “support for the MIT faculty’s approach to sharing their articles through their &lt;a href=&quot;http://libraries.mit.edu/oapolicy&quot;&gt;Open Access Policy&lt;/a&gt;”, and the same could be said for &lt;a href=&quot;http://osc.hul.harvard.edu/policies&quot;&gt;Harvard&lt;/a&gt; as well. However, before we declare victory, it’s worth noting that Dr. Thatcher did find differences between the versions, and in general the edits were beneficial.&lt;/p&gt;
&lt;p&gt;The title of Dr. Thatcher’s column gets at the subtext of his conclusions, that in an open-access world, we’d have to live with whatever errors copyediting would have caught, since we’d be reading uncopyedited manuscripts. But open-access journals can and do provide copyediting as one of their services, and to the extent that doing so improves the quality of the articles they publish and thus the imprimatur of the journal, it has a secondary benefit to the journal of improving its brand and its attractiveness to authors.&lt;/p&gt;
&lt;p&gt;I admit that I’m a bit of a &lt;a href=&quot;http://dylanmeconis.myshopify.com/products/grammar-nerd-corrective-label-pack&quot;&gt;grammar nerd&lt;/a&gt; (with what I think is &lt;a href=&quot;http://www.eecs.harvard.edu/~shieber/Blog/2006/02/thatwhich.html&quot;&gt;a nuanced view&lt;/a&gt; that manages to be &lt;a href=&quot;http://en.wikipedia.org/wiki/Descriptive_linguistics&quot;&gt;linguistically descriptivist&lt;/a&gt; and &lt;a href=&quot;http://en.wikipedia.org/wiki/Linguistic_prescription&quot;&gt;editorially prescriptivist&lt;/a&gt; at the same time) and so I think that copyediting can have substantial value. (My own writing was probably most improved by Savel Kliachko, an outstanding editor at my first employer &lt;a href=&quot;http://www.ai.sri.com/&quot;&gt;SRI International&lt;/a&gt;.) To my mind, the question is how to provide editing services in a rational way. Given that the costs of copyediting are independent of the number of accesses, and that the value accrues in large part to the author (by making him or her look like less of a halfwit for exhibiting “inconsistencies and infelicities” and occasionally more substantive errors), it seems reasonable that authors ought to pay publishers a fee for these services. And that is exactly what happens in open-access journals. Authors can decide if the bargain is a good one on the basis of the services that the publisher provides, including copyediting, relative to the fee the publisher charges. As a result, publishers are given incentive to provide the best services for the dollar. A good deal all around.&lt;/p&gt;
&lt;p&gt;Most importantly, in a world of open-access journals the issue of divergence between author manuscripts and publisher versions disappears, since readers are no longer denied access to the definitive published version. Dr. Thatcher concludes that the benefits of copyediting were not as large as he would have thought. Nonetheless, however limited the benefits might be, properly viewed those benefits argue for open access.&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;border: none;float: right&quot; src=&quot;/assets/2011/06/pixy.gif?x-id=9b655cdf-ccf6-4c36-8fc7-9aedcba05bcd&quot; alt=&quot;&quot;&gt;&lt;/div&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>The Scouring of the White Horse</title>
   <link href="https://occasionalpamphlet.com/2011/04/18/the-scouring-of-the-white-horse/"/>
   <updated>2011-04-18T15:00:40+00:00</updated>
   <id>https://occasionalpamphlet.com/2011/04/18/the-scouring-of-the-white-horse</id>
   <content type="html">&lt;p style=&quot;padding-left: 60px&quot;&gt;The owld White Harse wants zettin to rights&lt;br /&gt;
And the Squire hev promised good cheer,&lt;br /&gt;
Zo we&apos;ll gee un a scrape to kip un in zhape,&lt;br /&gt;
And a&apos;ll last for many a year.&lt;/p&gt;
&lt;p style=&quot;text-align: right;padding-left: 60px&quot;&gt;— Thomas Hughes, &lt;em&gt;&lt;a href=&quot;http://www.archive.org/stream/scouringofwhiteh00hughiala#page/101/mode/1up&quot;&gt;The Scouring of the White Horse&lt;/a&gt;&lt;/em&gt;, 1859&lt;/p&gt;
&lt;p&gt;On &lt;a href=&quot;http://www.arcadiafund.org.uk/sites/default/files/arc-pub-ak-transroundtable.pdf&quot;&gt;a recent trip to London&lt;/a&gt;, I had an extra day free, and decided to visit the Uffington White Horse with &lt;a href=&quot;http://wyner.info/LanguageLogicLawSoftware/index.php/about/&quot;&gt;a friend&lt;/a&gt;. The &lt;a href=&quot;http://maps.google.com/maps?hl=en&amp;amp;ie=UTF8&amp;amp;ll=51.577683,-1.575079&amp;amp;spn=0.016189,0.054674&amp;amp;t=e&amp;amp;z=15&amp;amp;ecpose=51.57768287,-1.56688153,372.47,104.834,0,0&quot;&gt;Uffington White Horse&lt;/a&gt; is one of the most mysterious human artifacts on the planet. In the south of Oxfordshire, &lt;a href=&quot;http://maps.google.com/maps?f=d&amp;amp;source=s_d&amp;amp;saddr=london,england&amp;amp;daddr=51.577823,+-1.567038&amp;amp;hl=en&amp;amp;geocode=FXjUEQMd5BL-_yl13iGvC6DYRzGZKtXdWjqWUg%3BFd8DEwMdwhbo_w&amp;amp;mra=ls&amp;amp;sll=51.498145,-0.84683&amp;amp;sspn=1.037864,2.452698&amp;amp;ie=UTF8&amp;amp;z=9&quot; target=&quot;_blank&quot;&gt;less than two hours&lt;/a&gt; west of London &lt;a href=&quot;http://www.zipcar.com/&quot;&gt;by Zipcar&lt;/a&gt;, it sits atop White Horse Hill in the Vale of White Horse to which it gives its name. It is the oldest of the &lt;a href=&quot;http://en.wikipedia.org/wiki/Hill_figure&quot;&gt;English chalk figures&lt;/a&gt;, which are constructed by removing turf and topsoil to reveal the chalk layer below.&lt;/p&gt;
&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://www.flickr.com/photos/superdove/175490491/&quot;&gt;&lt;img src=&quot;/assets/2011/04/whitehorse.jpg&quot; alt=&quot;&quot; width=&quot;200&quot; align=&quot;right&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;The Uffington White Horse, photo by flickr user superdove, used by permission&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2011/04/whitehorse.jpg&quot; alt=&quot;&quot; /&gt;
  &lt;figcaption&gt;The Uffington White Horse, photo by flickr user superdove, used by permission&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;The figure is sui generis in its magnificence, far surpassing any of the other hill figures extant in England. The &lt;a href=&quot;http://maps.google.com/maps?ftr=earth.promo&amp;amp;hl=en&amp;amp;ie=UTF8&amp;amp;ll=51.577932,-1.569864&amp;amp;spn=0.008094,0.019162&amp;amp;t=e&amp;amp;z=16&amp;amp;ecpose=51.57749363,-1.57096632,1248.04,57.383,4.909,0&quot;&gt;surrounding landscape&lt;/a&gt; — with its steep hills, the neighboring Roman earthworks castle, and pastoral lands still used for &lt;a href=&quot;http://www.flickr.com/photos/johnclift/342356135/&quot;&gt;grazing sheep&lt;/a&gt; and cows — is &lt;a href=&quot;http://andrewwatsonuk.com/aerial_photography_1.html&quot;&gt;spectacular&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The Uffington horse is probably best known for its appearance in &lt;a href=&quot;http://en.wikipedia.org/wiki/Thomas_Hughes&quot;&gt;Thomas Hughes&lt;/a&gt;’s 1857 novel &lt;em&gt;&lt;a href=&quot;http://openlibrary.org/works/OL7979349W/Tom_Brown&apos;s_Schooldays&quot;&gt;Tom Brown&apos;s Schooldays&lt;/a&gt;&lt;/em&gt;. The protagonist Tom Brown, like Hughes himself, hails from &lt;a href=&quot;http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=uffington,+oxfordshire&amp;amp;aq=&amp;amp;sll=52.719632,-2.699246&amp;amp;sspn=0.007889,0.019162&amp;amp;g=Uffington,+Shrewsbury,+United+Kingdom&amp;amp;ie=UTF8&amp;amp;hq=&amp;amp;hnear=Uffington,+Faringdon,+Oxfordshire,+United+Kingdom&amp;amp;ll=51.60156,-1.560144&amp;amp;spn=0.00809,0.019162&amp;amp;t=h&amp;amp;z=16&quot;&gt;Uffington&lt;/a&gt;, and Hughes uses that fact as an excuse to spend a few pages detailing the then-prevalent theory of the origin of the figure, proposed by Francis Wise in 1738, that the figure was carved into the hill in honor of &lt;a href=&quot;http://en.wikipedia.org/wiki/%C3%86thelred_of_Wessex&quot;&gt;King &lt;strong&gt;Æ&lt;/strong&gt;thelred&lt;/a&gt;’s victory over the Danes there in 871.&lt;a name=&quot;ref1&quot; href=&quot;#fn1&quot;&gt;&lt;/a&gt;&lt;sup&gt;[1]&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;As it turns out, in a triumph of science over legend, &lt;a href=&quot;http://www.arch.ox.ac.uk/uffington-castle-and-white-horse-hill.html&quot;&gt;Oxford archaeologists&lt;/a&gt; have dated the horse more accurately within the last twenty years. They conclude that the trenches were originally dug some time between 1400 and 600 BCE, making the figure about three millennia old.&lt;a name=&quot;ref2&quot; href=&quot;#fn2&quot;&gt;&lt;/a&gt;&lt;sup&gt;[2]&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;How did the figure get preserved over this incredible expanse of time? The longevity of the horse is especially remarkable given its construction. The construction method is a bit different from its popular presentation as a kind of huge shallow intaglio, revealing the chalk substrate. Instead it is constructed as a set of trenches dug several feet deep and backfilled with chalk. Nonetheless, over time, dirt will overfill the chalk areas and grass will encroach. Over a period of decades, this process leads chalk figures to become &quot;lost&quot;. In fact, several &lt;a href=&quot;http://en.wikipedia.org/wiki/Hill_figure#Lost_figures&quot;&gt;lost chalk figures&lt;/a&gt; in England are known of.&lt;/p&gt;
&lt;p&gt;Chalk figures thus require regular maintenance to prevent overgrowing. Thomas Baskerville&lt;a name=&quot;ref3&quot; href=&quot;#fn3&quot;&gt;&lt;/a&gt;&lt;sup&gt;[3]&lt;/sup&gt; captures the alternatives: &quot;some that dwell hereabout have an obligation upon their lands to repair and cleanse this landmark, or else in time it may turn green like the rest of the hill and be forgotten.&quot;&lt;/p&gt;
&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2011/04/scouring.jpg&quot;&gt;&lt;img src=&quot;/assets/2011/04/scouring.jpg&quot; alt=&quot;&quot; width=&quot;200&quot; align=&quot;right&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;Figure from Hughes&apos;s &lt;em&gt;The Scouring of the White Horse&lt;/em&gt; depicting the 1857 scouring. From the &lt;a href=&quot;http://openlibrary.org/books/OL7034942M/The_scouring_of_the_White_Horse&quot;&gt;1859 Macmillan edition&lt;/a&gt;.&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2011/04/scouring.jpg&quot; alt=&quot;&quot; /&gt;
  &lt;figcaption&gt;Figure from Hughes&apos;s &lt;em&gt;The Scouring of the White Horse&lt;/em&gt; depicting the 1857 scouring. From the &lt;a href=&quot;http://openlibrary.org/books/OL7034942M/The_scouring_of_the_White_Horse&quot;&gt;1859 Macmillan edition&lt;/a&gt;.&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;This &quot;repairing and cleansing&quot; has been traditionally accomplished through semi-regular celebrations, called &lt;em&gt;scourings&lt;/em&gt;, occurring at approximately decade intervals, in which the locals came together in a festival atmosphere to clean and repair the chalk lines, at the same time participating in competitions, games, and apparently &lt;a href=&quot;http://www.camra.org.uk/&quot;&gt;much beer&lt;/a&gt;. Hughes&apos;s 1859 book &lt;em&gt;&lt;a href=&quot;http://openlibrary.org/works/OL2540341W/The_scouring_of_the_White_Horse&quot;&gt;The Scouring of the White Horse&lt;/a&gt;&lt;/em&gt; is a fictionalized recounting of the 1857 scouring that he attended.&lt;a name=&quot;ref4&quot; href=&quot;#fn4&quot;&gt;&lt;/a&gt;&lt;sup&gt;[4]&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;These days, the regular maintenance of the figure has been taken over by the &lt;a href=&quot;http://www.nationaltrust.org.uk/main/w-chl/w-countryside_environment/w-archaeology/w-archaeology-places_to_visit/w-archaeology-uffington_white_horse.htm&quot;&gt;National Trust&lt;/a&gt;, which has also arranged for repair of &lt;a href=&quot;http://news.bbc.co.uk/2/hi/uk_news/england/2220725.stm&quot;&gt;vandalism damage&lt;/a&gt; and even for camouflaging of the figure during World War II.&lt;/p&gt;
&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2011/04/sms-white-horse.jpg&quot;&gt;&lt;img src=&quot;/assets/2011/04/sms-white-horse.jpg&quot; alt=&quot;&quot; width=&quot;200&quot; align=&quot;right&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;The author at the Uffington White Horse, 19 March 2011, with Dragon Hill in the background. Note the beginnings of plant growth on the chalk substrate.&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2011/04/sms-white-horse.jpg&quot; alt=&quot;&quot; /&gt;
  &lt;figcaption&gt;The author at the Uffington White Horse, 19 March 2011, with Dragon Hill in the background. Note the beginnings of plant growth on the chalk substrate.&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;Thus, the survival of the Uffington White Horse is witness to a continuous three millennium process of active maintenance of this artifact. As such, it provides a perfect metaphor for the problems of digital preservation. (Ah, finally, I get to the connection with the topic at hand.) We have no precedent for long-term preservation of interpretable digital objects. Unlike books printed on acid-free paper, which survive quite well in a context of benign neglect, but quite like the White Horse, bits degrade over time. It requires a constant process of maintenance and repair — mirroring,&lt;a name=&quot;ref5&quot; href=&quot;#fn5&quot;&gt;&lt;/a&gt;&lt;sup&gt;[5]&lt;/sup&gt; verification, correction, format migration — to maintain interpretable bits over time scales longer than technology-change cycles. By coincidence, those time scales are about commensurate with the time scales for chalk figure loss, on the order of decades.&lt;/p&gt;
&lt;p&gt;The tale of the Uffington White Horse provides some happy evidence that humanity can, when sufficiently motivated to establish appropriate institutions, maintain this kind of active process over millennia, but also serves as a reminder of the kind of loss we might see in the absence of such a process. The figure is to my knowledge the oldest extant human artifact that has survived due to continual maintenance. In recognition of this, I propose that we adopt as an appropriate term for the regular processes of digital preservation &quot;the scouring of the White Horse&quot;.&lt;/p&gt;
&lt;p&gt;[A shout out to the publican at Uffington&apos;s &lt;a href=&quot;http://www.uffingtonpub.co.uk/&quot;&gt;Fox and Hounds Pub&lt;/a&gt; for the lunch and view of White Horse Hill after our visit to the horse.]&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;a name=&quot;fn1&quot; href=&quot;#ref1&quot;&gt;&lt;/a&gt;&lt;sup&gt;[1]&lt;/sup&gt;Francis Wise, &lt;em&gt;&lt;a href=&quot;http://books.google.com/books?id=cFAGAAAAQAAJ&amp;amp;ots=8_gxenvdR-&amp;amp;dq=A%20Letter%20to%20Dr.%20Mead%20concerning%20some%20antiquities%20in%20Berkshire&amp;amp;pg=PP1#v=onepage&amp;amp;q&amp;amp;f=false&quot;&gt;A Letter to Dr. Mead concerning some antiquities in Berkshire; Particularly shewing that the White Horse, which gives name to the Vale, is a Monument of the West Saxons, made in memory of great Victory obtained over the Danes A.D. 871&lt;/a&gt;&lt;/em&gt;, 1758.&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn2&quot; href=&quot;#ref2&quot;&gt;&lt;/a&gt;&lt;sup&gt;[2]&lt;/sup&gt;David Miles and Simon Palmer, &quot;White Horse Hill,&quot; &lt;em&gt;Current Archaeology&lt;/em&gt;, volume 142, pages 372-378, 1995.&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn3&quot; href=&quot;#ref3&quot;&gt;&lt;/a&gt;&lt;sup&gt;[3]&lt;/sup&gt;Thomas Baskerville, &lt;em&gt;&lt;a href=&quot;http://books.google.com/books?id=uW4pAAAAYAAJ&amp;amp;lpg=PA297&amp;amp;ots=B9kRahdvQv&amp;amp;dq=The%20Description%20of%20Towns%2C%20on%20the%20Road%20from%20Faringdon%20to%20Bristow%20and%20Other%20Places&amp;amp;pg=PA297#v=onepage&amp;amp;q&amp;amp;f=false&quot;&gt;The Description of Towns, on the Road from Faringdon to Bristow and Other Places&lt;/a&gt;&lt;/em&gt;, 1681.&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn4&quot; href=&quot;#ref4&quot;&gt;&lt;/a&gt;&lt;sup&gt;[4]&lt;/sup&gt;One of the salutary byproducts of the recent mass book digitization efforts is the open availability of digital versions of both Hughes books: through &lt;a href=&quot;http://openlibrary.org/works/OL7979349W/Tom_Brown&apos;s_Schooldays&quot;&gt;Open&lt;/a&gt; &lt;a href=&quot;http://openlibrary.org/works/OL2540341W/The_scouring_of_the_White_Horse&quot;&gt;Library&lt;/a&gt; and &lt;a href=&quot;http://books.google.com/books?id=gN0NAAAAQAAJ&amp;amp;printsec=frontcover&amp;amp;dq=tom+brown&apos;s+schooldays&amp;amp;hl=en&amp;amp;ei=9DeTTYjnI5HQgAenhaAZ&amp;amp;sa=X&amp;amp;oi=book_result&amp;amp;ct=result&amp;amp;resnum=1&amp;amp;ved=0CDAQ6AEwAA#v=onepage&amp;amp;q&amp;amp;f=false&quot;&gt;Google&lt;/a&gt; &lt;a href=&quot;http://books.google.com/books?id=T98oX-7O8PAC&amp;amp;printsec=frontcover&amp;amp;dq=scouring+of+the+white+horse&amp;amp;hl=en&amp;amp;ei=IjiTTe6GM_C10QHJ4YjNBw&amp;amp;sa=X&amp;amp;oi=book_result&amp;amp;ct=result&amp;amp;resnum=1&amp;amp;ved=0CC8Q6AEwAA#v=onepage&amp;amp;q&amp;amp;f=false&quot;&gt;Books&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn5&quot; href=&quot;#ref5&quot;&gt;&lt;/a&gt;&lt;sup&gt;[5]&lt;/sup&gt;Interestingly, the Uffington White Horse has been &quot;mirrored&quot; as well, with replicas in &lt;a href=&quot;http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=33%C2%B08&apos;26%22N+++84%C2%B054&apos;14%22W&amp;amp;sll=37.0625,-95.677068&amp;amp;sspn=45.063105,67.939453&amp;amp;ie=UTF8&amp;amp;ll=33.140639,-84.903814&amp;amp;spn=0.001462,0.002073&amp;amp;t=h&amp;amp;z=19&quot;&gt;Hogansville, GA&lt;/a&gt;, &lt;a href=&quot;http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=31%C2%B0+39%E2%80%B2+46.5%E2%80%B3+N,+106%C2%B0+35%E2%80%B2+13.2%E2%80%B3+W&amp;amp;sll=31.652432,-106.580655&amp;amp;sspn=0.011891,0.016587&amp;amp;ie=UTF8&amp;amp;ll=31.66297,-106.58766&amp;amp;spn=0.005945,0.008293&amp;amp;t=h&amp;amp;z=17&quot;&gt;Juarez, Mexico&lt;/a&gt;, and &lt;a href=&quot;http://www.flickr.com/photos/captainchaos/299816725/&quot;&gt;Canberra, Australia&lt;/a&gt;.</content>
 </entry>
 
 <entry>
   <title>Letters in recognition of the NIH Public Access Policy anniversary</title>
   <link href="https://occasionalpamphlet.com/2011/04/13/letters-in-recognition-of-the-nih-public-access-policy-anniversary/"/>
   <updated>2011-04-13T20:14:17+00:00</updated>
   <id>https://occasionalpamphlet.com/2011/04/13/letters-in-recognition-of-the-nih-public-access-policy-anniversary</id>
   <content type="html">&lt;table width=&quot;100&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://commons.wikimedia.org/wiki/File:NIH_logo.svg&quot;&gt;&lt;img src=&quot;/assets/2011/04/600px-NIH_logo.svg.png&quot; alt=&quot;&quot; width=&quot;100&quot; align=&quot;right&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In recognition of the third anniversary of the establishment of the &lt;a href=&quot;http://publicaccess.nih.gov/&quot;&gt;NIH Public Access Policy&lt;/a&gt; on &lt;a href=&quot;http://grants.nih.gov/grants/guide/notice-files/NOT-OD-08-033.html&quot;&gt;April 7, 2008&lt;/a&gt;, I&apos;ve sent letters to &lt;a class=&quot;zem_slink&quot; title=&quot;John Holdren&quot; rel=&quot;wikipedia&quot; href=&quot;http://en.wikipedia.org/wiki/John_Holdren&quot;&gt;John Holdren&lt;/a&gt;, &lt;a class=&quot;zem_slink&quot; title=&quot;Office of Science and Technology Policy&quot; rel=&quot;homepage&quot; href=&quot;http://www.ostp.gov&quot;&gt;Director of the Office of Science and Technology Policy&lt;/a&gt;; &lt;a class=&quot;zem_slink&quot; title=&quot;Francis Collins&quot; rel=&quot;wikipedia&quot; href=&quot;http://en.wikipedia.org/wiki/Francis_Collins&quot;&gt;Francis Collins&lt;/a&gt;., Director of the &lt;a class=&quot;zem_slink&quot; title=&quot;National Institutes of Health&quot; rel=&quot;homepage&quot; href=&quot;http://www.nih.gov&quot;&gt;National Institutes of Health&lt;/a&gt;; and &lt;a class=&quot;zem_slink&quot; title=&quot;Kathleen Sebelius&quot; rel=&quot;wikipedia&quot; href=&quot;http://en.wikipedia.org/wiki/Kathleen_Sebelius&quot;&gt;Kathleen Sebelius&lt;/a&gt;, Secretary of &lt;a href=&quot;http://www.hhs.gov/&quot;&gt;Health and Human Services&lt;/a&gt;. The letter to Dr. Holdren is duplicated below; the others are substantially similar. The &lt;a href=&quot;http://www.taxpayeraccess.org/&quot;&gt;Alliance for Taxpayer Access&lt;/a&gt; provides &lt;a href=&quot;http://www.taxpayeraccess.org/action/action_access/11-0325.shtml&quot;&gt;further background&lt;/a&gt;.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;April 13, 2011&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;John Holdren&lt;br /&gt;
Assistant to the President for Science and Technology&lt;br /&gt;
Director, Office of Science and Technology Policy, Executive Office of the President&lt;br /&gt;
New Executive Office Building&lt;br /&gt;
725 - 17th Street NW&lt;br /&gt;
Washington, DC 20502&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Dear Dr. Holdren:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;I write to you in my role as the Director of the Office for Scholarly Communication at Harvard University, where I lead efforts to broaden access to the research and scholarly results of our university. I and others at Harvard working towards these goals so central to the university&apos;s mission have been inspired by the National Institutes of Health Public Access Policy, now celebrating its third anniversary. The NIH policy has had an enormous impact in increasing availability of government-funded research to the citizens that have supported it through their tax dollars. Every day nearly half a million people access the over two million articles that the NIH policy makes available through the PubMed Central repository. I am especially proud that Harvard affiliates have contributed over thirty thousand of these articles.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;The NIH should be applauded for these efforts to bring the fruits of scientific research to the public, and should be encouraged to provide even more timely access by shortening the embargo period in the policy. I believe that the NIH example should be broadly followed by all government agencies engaged in substantial research funding, as envisioned in the Federal Research Public Access Act (FRPAA) that has several times been introduced in Congress, and encourage you to &lt;em&gt;extend this kind of policy to other science and technology funding agencies as soon as possible&lt;/em&gt;.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;The tremendous success of the NIH policy should be celebrated.  It provides a sterling example of government acting in the public interest, leading to broader access to the important scientific results that inform researchers and lay citizens alike.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Sincerely,&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Stuart M. Shieber&lt;br /&gt;
Welch Professor of Computer Science, and&lt;br /&gt;
Director, Office for Scholarly Communication&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;border: none;float: right&quot; src=&quot;/assets/2011/04/pixy.gif?x-id=acaf007f-a03f-4cb5-8db2-bc6d846375f0&quot; alt=&quot;&quot;&gt;&lt;/div&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>The importance of dark deposit</title>
   <link href="https://occasionalpamphlet.com/2011/03/12/the-importance-of-dark-deposit/"/>
   <updated>2011-03-12T20:28:28+00:00</updated>
   <id>https://occasionalpamphlet.com/2011/03/12/the-importance-of-dark-deposit</id>
   <content type="html">&lt;table width=&quot;125&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://www.flickr.com/photos/gsfc/5168930063/&quot;&gt;&lt;img src=&quot;/assets/2011/03/5168930063_f83369abf0_m_d.jpg&quot; alt=&quot;&quot; width=&quot;125&quot; align=&quot;right&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;&lt;span style=&quot;color: #999999&quot;&gt;&lt;span&gt;Hubble&apos;s Dark Matter Map from flickr user NASA Goddard Photo and Video, used by permission&lt;/span&gt;&lt;/span&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The Harvard repository, &lt;a href=&quot;http://dash.harvard.edu/&quot;&gt;DASH&lt;/a&gt;, comprises several thousand articles in all fields of scholarship. These articles are stored and advertised through an item page providing metadata — such as title, author, citation, abstract, and link to the definitive version of record — which typically allows downloading of the article as well. But not all articles are distributed. On some of the item pages, the articles themselves can&apos;t be downloaded; they are &quot;dark&quot;. The decision whether or not to allow for dark articles in a repository comes up sufficiently often that it is worth rehearsing the several reasons to allow it.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Posterity: &lt;/strong&gt;Repositories have a role in providing access to scholarly articles of course. But an important part of the purpose of a repository is to collect the research output of the institution as broadly as possible. Consider the mission of a university archives, well described in this Harvard statement: &quot;The &lt;a href=&quot;http://library.harvard.edu/university-archives/&quot;&gt;Harvard University Archives&lt;/a&gt; (HUA) supports the University&apos;s dual mission of education and research by striving to preserve and provide access to Harvard&apos;s historical records; to gather an accurate, authentic, and complete record of the life of the University; and to promote the highest standards of management for Harvard&apos;s current records.&quot; Although the role of the university archives and the repository are different, that part about &quot;gather[ing] an accurate, authentic, and complete record of the life of the University&quot; reflects this role of the repository as well.Since at any given time some of the articles that make up that output will not be distributable, the broadest collection requires some portion of the collection to be dark.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Change:&lt;/strong&gt; The rights situation for any given article can change over time — especially over long time scales, librarian time scales — and having materials in the repository dark allows them to be distributed if and when the rights situation allows. An obvious case is articles under a publisher embargo. In that case, the date of the change is known, and repository software can typically handle the distributability change automatically. There are also changes that are more difficult to predict. For instance, if a publisher changes its distribution policies, or releases backfiles as part of a corporate change, this might allow distribution where not previously allowed. Having the materials dark means that the institution can take advantage of such changes in the rights situation without having to hunt down the articles at that (perhaps much) later date.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Preservation: &lt;/strong&gt;Dark materials can still be preserved. Preservation of digital objects is by and large an unknown prospect, but one thing we know is that the more venues and methods available for preservation, the more likely the materials will be preserved. Repositories provide yet another venue for preservation of their contents, including the dark part.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Discoverability:&lt;/strong&gt; Although the articles themselves can&apos;t be distributed, their contents can be indexed to allow for the items in the repository to be more easily and accurately located. Articles deposited dark can be found based on searches that hit not only the title and abstract but the full text of the article. And it can be technologically possible to pass on this indexing power to other services indexing the repository, such as search engines.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Messaging:&lt;/strong&gt; When repositories allow both open and dark materials, the message to faculty and researchers can be made very simple: &lt;a href=&quot;http://osc.hul.harvard.edu/authors/policy_guide&quot;&gt;Always deposit&lt;/a&gt;. Everything can go in; the distribution decision can be made separately. If authors have to worry about rights when making the decision whether to deposit in the first place, the cognitive load may well lead them to just not deposit. Since the hardest part about running a successful repository is getting a hold of the articles themselves, anything that lowers that load is a good thing. This point has been made forcefully by Stevan Harnad. It is much easier to get faculty in the habit of depositing everything than in the habit of depositing articles subject to the exigencies of their rights situations.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Availability: &lt;/strong&gt;There are times when an author has distribution rights only to unavailable versions of an article. For instance, an author may have rights to distribute the author&apos;s final manuscript, but not the publisher&apos;s version. Or an art historian may not have cleared rights for online distribution of the figures in an article and may not be willing to distribute a redacted version of the article without the figures. The ability to deposit dark enables depositing in these cases too. The publisher&apos;s version or unredacted version can be deposited dark.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Education: &lt;/strong&gt;Every time an author deposits an article dark is a learning moment reminding the author that distribution is important and distribution limitations are problematic.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;For all these reasons, I believe that it is important to allow for dark items in an article repository. Better dark than missing.&lt;/p&gt;
&lt;p&gt;[Hat tip to &lt;a href=&quot;http://www.educause.edu/er/Kriegsman&quot;&gt;Sue Kriegsman&lt;/a&gt; for discussions on this issue.]&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;border: none;float: right&quot; src=&quot;/assets/2011/03/pixy.gif?x-id=f04e0054-8ed4-4311-a229-25c8aab3ac1b&quot; alt=&quot;&quot;&gt;&lt;/div&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>Institutional memberships for open-access publishers considered harmful</title>
   <link href="https://occasionalpamphlet.com/2011/03/02/institutional-memberships-for-open-access-publishers-considered-harmful/"/>
   <updated>2011-03-02T01:58:15+00:00</updated>
   <id>https://occasionalpamphlet.com/2011/03/02/institutional-memberships-for-open-access-publishers-considered-harmful</id>
   <content type="html">&lt;p&gt;Some open-access publishers offer institutional memberships, whereby a fixed annual fee, often based on the size of faculty or expected number of submitted articles, covers all or a percentage of article-processing fees for the institution for the year.&lt;/p&gt;
&lt;p&gt;The issue of OA publisher memberships is interesting and fraught. Harvard University is not currently a member of any of the major OA publishers—BioMed Central, Hindawi, or Public Library of Science. (Actually, Harvard Medical School is a PLoS member.) I’m not involved in Harvard’s decisions about institutional memberships, although I am not a fan of memberships in general, as you will see. I’ll explain my own view of the difficulty with memberships in terms of the market design for publisher services, and then talk about what alternatives there are.&lt;/p&gt;
&lt;p&gt;There are a variety of different kinds of membership models but I will start by discussing the basic kind, where a fixed annual institutional fee is charged to reduce the per-article fee for articles emanating from that institution to zero, that is, a 100% reduction. This kind of membership is now rare—most memberships reduce fees by a smaller fraction, say 15%—but it is useful to examine as a thought experiment. There are other sorts of membership based on prepayment or cost sharing, which I’ll come back to.&lt;/p&gt;
&lt;p&gt;The problem with institutional memberships (and here I mean the 100% reduction model for the moment) is that they have the potential to create the same &lt;a href=&quot;http://bit.ly/9HhQJz&quot;&gt;moral hazard&lt;/a&gt; in the publication-fee revenue model that institutional subscriptions do in the subscription-fee business model. Institutional subscriptions hide the cost of a journal from the readers, leading to overconsumption, inelasticity of demand, and knock-on hyperinflation that is called, somewhat inaccurately, the “serials crisis”. Institutional memberships potentially have the same effect for authors, hiding the cost of the journal fees from the authors, presumably leading to overconsumption and raising the specter of hyperinflation of publication fees and membership fees down the line.&lt;/p&gt;
&lt;p&gt;What does “overconsumption” of an OA journal mean? It means that authors publish in that journal more than they should given the relative tradeoff of fee for services. Imagine a university is a PLoS member but not a BMC member (and let’s imagine, contrary to fact, that the PLoS membership uses the 100% reduction model). Authors will see a fee of $0 for PLoS but $1500 (say) for BMC, leading them to preferentially publish in PLoS over BMC journals, even though the true cost to the university is well over $0 for PLoS publication. The result, ceteris paribus, will be that the numbers of PLoS articles will go up at that university, leading PLoS to raise the membership fee for the university over time.&lt;/p&gt;
&lt;p&gt;Who benefits from the institutional membership at a &lt;a href=&quot;http://www.oacompact.org/&quot;&gt;COPE-compliant university&lt;/a&gt;? Whether there is an institutional membership or not, an author pays no fee; either the grant does or, if there is no grant, the university’s COPE fund does. If the article is grant funded, however, the author doesn’t need to use grant funds if there’s a membership. So authors benefit from memberships a bit by husbanding grant resources. But the major beneficiary of a university membership is the funding agency, which no longer needs to fund the publisher’s fee. &lt;em&gt;Institutional memberships are essentially a transfer payment from universities to funding agencies.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The whole &lt;a href=&quot;http://bit.ly/4ocFRP&quot;&gt;premise of COPE&lt;/a&gt; is that each stakeholder in the scholarly publishing milieu needs to do its fair share, no less and &lt;em&gt;no more&lt;/em&gt;. Funders need to fund the fees for articles they support. Universities need to fund the fees for articles written under their auspices (but not those under a funder’s auspices). Memberships break this model.&lt;/p&gt;
&lt;p&gt;I know what you’re thinking. Memberships mean that overall less money is being sent to the publisher. Isn’t that cost savings a good thing? If the university typically publishes 20 BMC articles a year at $1,500 ($30,000 total) and the membership is $20,000, someone or other has just saved $10,000. It’s not likely to be the university, but &lt;em&gt;someone&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Here’s why it’s not the university that saves money: Imagine that 15 of the 20 articles were grant funded. (For science journals, this is &lt;a href=&quot;http://bit.ly/gTTY2l&quot;&gt;a conservative estimate&lt;/a&gt;.) Then without the membership, grants would have paid for 15 of the articles, for $22,500, and the university just 5, for an OA fund cost of $7,500. So the university pays $12,500 &lt;em&gt;more&lt;/em&gt; with a membership than without. But the funder pays $22,500 less. Together, funder and university pay $10,000 less, but the university is still paying much more. In essence, the university pays $12,500 for the privilege of saving the funders $22,500.&lt;/p&gt;
&lt;p&gt;So university memberships have the effect of saving funding agencies some money and authors some grant funds, at the cost of skewing author behavior toward the particular publisher. When you buy a membership, you tilt the playing field toward that publisher; you are playing favorites. I suppose in the short term, there’s probably nothing wrong with playing favorites towards PLoS and BMC. They are nice folks, and maybe a little thumb on the scale isn’t a bad thing. But in the long run, it’s not the recipe for an efficient market.&lt;/p&gt;
&lt;p&gt;Note that this effect holds even if the membership doesn’t reduce the fee to zero. A membership that reduces the fee by 15% still hides 15% of the true cost from the author, so it has a smaller but still non-zero skewing effect. And the cost savings issue is the same as well. With a 15% membership, the university is still paying (though less) to save the funding agencies (though commensurately less).&lt;/p&gt;
&lt;p&gt;There may be a way of making memberships consistent with an efficient market, namely, by transferring some portion of the cost of publishing back to the authors even where a membership is in place. When an article is published, the author’s funder could be charged their share of the membership fee. If the article is not grant-funded but there is a &lt;a href=&quot;http://www.oacompact.org/signatories/&quot;&gt;COPE-compliant OA fund&lt;/a&gt; where (as in the &lt;a href=&quot;http://osc.hul.harvard.edu/hope&quot;&gt;Harvard&lt;/a&gt; and &lt;a href=&quot;http://www.library.cornell.edu/compact/&quot;&gt;Cornell&lt;/a&gt; funds, and perhaps others’ as well) there is an annual per-author cap on fund reimbursements, the author’s cap would be charged against. If the cap is maxed out, the author would be charged for the remainder. Moral hazard eliminated. The bookkeeping is daunting, and the whole thing is cumbersome, but &lt;a href=&quot;http://www.brainyquote.com/quotes/quotes/y/yogiberra141506.html&quot;&gt;in theory at least&lt;/a&gt; it would work.&lt;/p&gt;
&lt;p&gt;To my mind, the right thing is just not to pay for (these kinds of) memberships. Let the publishers charge what they think is an appropriate fee, and let them have to worry about whether the fee is so high they will scare off authors. If, in the short run, an institution wants to put a thumb on the scale for certain OA publishers (say because they think that in these early days OA publishers need special help—affirmative action so to speak), then buying a membership may be a good idea, but I’d hope they would realize that that’s what you’re doing, and plan on dropping the memberships once OA publishing is fully robust and can stand on its own.&lt;/p&gt;
&lt;p&gt;Now, what about two different membership models: (i) BMC’s prepayment model in which the university prepays funds in return for a discount on processing fees, and (ii) BMC’s shared support model in which the university prepays funds to be used to cover a fixed percentage (say 50%) of each processing fee, again in return for a discount on processing fees.&lt;/p&gt;
&lt;p&gt;In the prepayment model, there is still a per-article fee directly attributable to a given author (even if it has been prepaid), and the author—or the author’s funder if grant-funded, or the author’s OA fund cap—can be charged that fee. In the first two cases, the mechanism for doing so may be problematic. You’d have to invoice the funder for the article fee even though it was prepaid perhaps a year before. I’m not sure how the accounting would work. Similarly for charging the author if he or she had used up the annual allotment of OA funds. But assuming you could make that work, the prepayment model at least doesn’t have the moral hazard problems of the institutional membership. Given all the accounting and logistics difficulties of the prepayment model and given that almost all of the savings from prepayment is being recouped by the funders and not the university, I wonder if it is worth the trouble.&lt;/p&gt;
&lt;p&gt;The shared support model only makes sense if you are not planning on charging back the university’s prepaid share of the fee, in which case it has all the same moral hazard and funder-gift problems as the institutional memberships.&lt;/p&gt;
&lt;p&gt;There is something simple—and, if I say so myself, elegant—about the bare COPE model without memberships. The journal charges the author a fee. The author charges it off to the funder if there is one, or, if there isn’t, to the OA fund up to the capped limit. Done. The university supports the OA publishers (like it does the subscription publishers) without a major moral hazard or transfer payments to funders. I’d hope that universities considering OA publisher memberships would consider COPE-compliant OA funds instead.&lt;/p&gt;
&lt;p&gt;[For my non-computer-scientist readers, the title of this post is a reference to &lt;a href=&quot;http://en.wikipedia.org/wiki/Considered_harmful&quot;&gt;a famous phrase&lt;/a&gt; used in the title of &lt;a href=&quot;http://dx.doi.org/10.1145/362929.362947&quot;&gt;this classic CS article&lt;/a&gt;.]&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update June 21, 2013:&lt;/strong&gt; The &lt;a href=&quot;http://oaspa.org/&quot;&gt;Open Access Scholarly Publisher&apos;s Association&lt;/a&gt; has &lt;a href=&quot;http://oaspa.org/oaspas-response-to-request-for-input-finch-report-survey-of-progress/&quot;&gt;posted a response&lt;/a&gt; to a request for input on the &lt;a href=&quot;http://www.researchinfonet.org/publish/finch/&quot;&gt;Finch report&lt;/a&gt;, in which they pick up on many of the same themes:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;However, OASPA also recognizes the possibility that such schemes could lead to a lack of transparency regarding the cost of publication in different Open Access outlets, particularly if the terms of these deals are not publicly disclosed, which could be detrimental to the functioning of the market. Moreover, OASPA feels that membership schemes that are based on up-front commitments for a university to publish a particular volume of content with a given publisher can potentially reduce competition within the Open Access ecosystem, making it difficult for smaller publishers to compete on a level playing field with larger publishers, who are inherently better positioned to negotiate individual deals with universities.&lt;/p&gt;
&lt;p&gt;It&apos;s good to see that OA publishers recognize the incentive problems with membership arrangements.</content>
 </entry>
 
 <entry>
   <title>Dissertation distribution online: my comments at the AHA</title>
   <link href="https://occasionalpamphlet.com/2011/02/15/dissertation-distribution-online-my-comments-at-the-aha/"/>
   <updated>2011-02-15T04:19:17+00:00</updated>
   <id>https://occasionalpamphlet.com/2011/02/15/dissertation-distribution-online-my-comments-at-the-aha</id>
   <content type="html">&lt;p&gt;I spoke at a panel last month at the &lt;a href=&quot;http://www.historians.org/annual/2011/index.cfm&quot;&gt;annual meeting&lt;/a&gt; of the &lt;a href=&quot;http://www.historians.org/&quot;&gt;American Historical Association&lt;/a&gt; devoted to the question of electronic dissertations and intellectual property rights entitled &quot;&lt;a href=&quot;http://aha.confex.com/aha/2011/webprogram/Session5279.html&quot;&gt;When Universities Put Dissertations on the Internet: New Practice; New Problem&lt;/a&gt;?&quot; My co-panelists included &lt;a href=&quot;http://fox.cs.vt.edu/foxinfo.html&quot;&gt;Edward Fox&lt;/a&gt;, professor of computer science at Virginia Tech and director of the &lt;a href=&quot;http://www.ndltd.org/&quot;&gt;Networked Digital Library of Theses and Dissertations&lt;/a&gt; and Susan Ferber, history editor at Oxford University Press, with moderation by &lt;a href=&quot;http://www.history.northwestern.edu/people/maza.html&quot;&gt;Sarah Maza&lt;/a&gt;, professor of history at Northwestern University. I have to believe that this was the only AHA panel ever with two computer scientists on it.&lt;/p&gt;
&lt;p&gt;The panel was precipitated by a particular complaint about online distribution by then PhD candidate Ulrich Groetsch against his alma mater, Rutgers. Dr. Groetsch was initially supposed to be on the panel as well, but unfortunately was not able to attend. Dr. Maza read a statement that he had prepared outlining his concerns.&lt;/p&gt;
&lt;p&gt;By way of background, Dr. Groetsch was basically concerned that the online availability of &lt;a href=&quot;http://hdl.rutgers.edu/1782.2/rucore10001600001.ETD.17482&quot;&gt;his dissertation&lt;/a&gt; from Rutgers&apos; open-access repository &lt;a href=&quot;http://rucore.libraries.rutgers.edu/&quot;&gt;RUcore&lt;/a&gt; would affect his later ability to publish a book based on the dissertation. The details of the case, when embargoes were granted or expired, whether proper notifications were sent or received, and so forth, are disputed, and in any case not particularly relevant, as the particular case is of interest because it raises more general issues of under what conditions and on what basis dissertation distribution should be controlled.&lt;/p&gt;
&lt;p&gt;On the assumption that someone or other might be interested, I&apos;ve paraphrased my comments on the issue here. Much of my thinking is based on nascent efforts I&apos;ve been making at Harvard to provide for open online distribution of theses and dissertations at Harvard, which is an ongoing effort. Here&apos;s what I said:&lt;!--more--&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Dr. Groetsch believes that his case has to do with intellectual property rights, so I&apos;ll start with that issue.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;He says: &quot;My main concern is the issue of whether authors retain proprietary rights over their own works, until and unless they assign them or can no longer exercise them&quot;. First, a caveat: I am not a lawyer, and cannot provide a legal opinion on the matter, nor am I doing so here.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Nonetheless, here is my understanding regarding the question of whether an author retains rights for a PhD dissertation.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;The answer is Yes, in the sense that the author retains the copyright in the work.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;But the answer is No, in the sense that the author cannot restrict access to the work at his or her whim.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;The reason is this: We grant the PhD degree for substantial and original contributions to human knowledge. Not for private increases to knowledge, but public ones.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;This is the premise of the PhD degree following the lead of Humboldt University and the German universities of the mid-19th century and imported to the United States at the founding of Johns Hopkins University.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;As a condition of being granted a PhD, the author must provide his increment of knowledge to the world, must publish it in the particular sense of making it public.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Each university decides what constitutes a sufficient dissemination process, and the method of providing the knowledge to the public has changed over time — from university library circulation of print originals, to microfilm distribution after the founding of University Microfilms in 1938, to online distribution through Proquest or university-based dissertation repositories.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;It should be clear to PhD candidates that although they own the rights to their work, they must make their dissertations available to the world as a condition of their degree according to the policies and practices of the university. In effect, the policies implicitly require that the candidate provide the university a nonexclusive license to publicly disseminate the dissertation.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;This is certainly consistent with the situation at Rutgers, where the dissertation repository clearly indicates that copyright in a dissertation is held by the author. Nonetheless, the university acquires a distribution right to make the dissertation available through the university&apos;s RUcore repository.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Of course, it would help greatly if universities made these conditions explicit rather than leaving them implicit in their practices. (There may well have been a problem with Rutgers&apos; clarity with respect to the policy, though views differ. Certainly, Rutgers made available documents that advised students about the practice of online distribution.) At Harvard, for instance, we have a document that describes the situation as follows:&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px&quot;&gt;&quot;The assumption that underlies the regulations concerning the deposit of PhD dissertations is that they must be &apos;published&apos; in the old sense. That is, they must be made available as proof of the candidate’s achievement. This assumption echoes a traditional European idea that the candidate for a doctorate must make a contribution to knowledge and cannot have a degree for making a discovery that is kept secret. It is, therefore, only in very exceptional cases that access to dissertations is restricted.&quot; [&lt;a href=&quot;http://www.gsas.harvard.edu/current_students/form_of_the_phd_dissertation.php&quot;&gt;Harvard GSAS Form of the Dissertation&lt;/a&gt;, page 12]&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Thus, even though we don&apos;t, as of yet, have online distribution of dissertations at Harvard, we make clear the basis for public availability of dissertations. The document goes on to describe the rare situations in which embargo of access to a dissertation for a limited time may be appropriate.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;In general, Harvard&apos;s rules consistently represent the idea that the PhD degree is awarded for a public contribution to knowledge, and that exceptions to public distribution are to be limited only to rare cases. The process for obtaining an embargo is therefore made quite rigorous: &quot;An author who wishes to restrict the use of copies of the dissertation in the University Archives must make a separate written request, outlining the reason for the request, to the University Archivist and the Chair of the department or committee under which the dissertation was written. The chair of the department or committee must support the request in a letter to the University Archivist. In general, restrictions last for no more than five years from the degree date.&quot; [page 12]&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;What about the issue that public availability of the dissertation may affect the author&apos;s ability to publish the dissertation later as a book? Even before the advent of the online dissertation repository, dissertations have been publicly available documents, obtainable from the university library and from UMI. This kind of public availability of the dissertation was understood as part of the point of the PhD degree.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;There is first of all an empirical question as to whether online availability of the dissertation is an impediment to later publication. It turns out that the evidence points the other direction. &lt;a href=&quot;http://works.bepress.com/nancy_seamans/5/&quot;&gt;Joan Dalton and Nancy Seamans&lt;/a&gt; have conducted multiple surveys of as many as 141 publishers. These surveys provide &quot;concrete evidence to doctoral students and their advisors that the &lt;em&gt;perception&lt;/em&gt; of rejection by the scholarly community of manuscripts derived from web-based dissertations is stronger than the reality.&quot; In &lt;a href=&quot;http://works.bepress.com/nancy_seamans/5/&quot;&gt;their most recent survey&lt;/a&gt;, for instance, only 2% of publishers stated that &quot;Research made widely available via the WWW would be considered previously published.&quot; This is about the same rate as publishers who state that &quot;Manuscripts derived from dissertations would be considered previously published, regardless of format.&quot;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;But whether or not distribution of the dissertation according to university practice would impede later publication of the dissertation as a book, the knowledge for which the PhD was granted cannot be held hostage by the author; that&apos;s not how the bargain works.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;So what is the upshot? Dissertations are and should be public documents, disseminated as universities see fit to make good on the PhD degree&apos;s promise of contributing to human knowledge. Increasingly, universities are viewing open online distribution as the best means to that end. University policies on the matter should be transparent and, in particular, transparently conveyed to prospective and current PhD candidates.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Our attitude as scholars should always start with making our research results as open as possible. We should make that clear to everyone entering the profession as well.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;That concludes what I wanted to say about the online PhD dissertation issue, but while I&apos;m on the topic of openness, let me mention another issue. We&apos;ve been working at Harvard to promote the accessibility of scholarly writings in general. One of the initiatives we&apos;ve taken is to establish &lt;a href=&quot;http://dash.harvard.edu/&quot;&gt;an open-access repository&lt;/a&gt; for scholarly articles written by members of the Harvard community. This repository now freely distributes thousands of articles online to tens of thousands of people each month. Importantly, we&apos;ve found that articles from the humanities and social sciences tend to have the highest download rate, and &lt;a href=&quot;http://dash.harvard.edu/browse?value=History&amp;amp;type=department&quot;&gt;history&lt;/a&gt; has the highest download rate of any department at Harvard.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Clearly there is unmet demand for access to articles in the field of history, and this demand can be met by historians providing copies of their articles online. Your university may run an institutional repository or provide you with a personal web page where your articles can live. By providing your papers in this way, you will dramatically increase the ability of scholars to read your writings. If openness is good enough for our PhD students, it&apos;s good enough for us as faculty as well. Our experience at Harvard shows that there is tremendous demand for this supplementary access.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Efforts such as this also may start to redress the real threat to young scholars publishing their dissertations, namely, the breakdown in the scholarly publishing system in general. Because of systemic problems in the scholarly journal publishing industry, there has been persistent hyperinflation in journal prices for decades now. This hyperinflation has led to scholarly monograph collecting being squeezed out, journals being cancelled, and access to journal articles being greatly degraded. The dramatic library budget cuts that have resulted from the economic downturn have greatly exacerbated the problem, but the underlying cause is systemic. Overall, scholars&apos; ability to reach their potential audience has deteriorated and is continuing to do so. Frankly, this is a much bigger problem than the issue of online dissertation access potentially affecting publishability. In fact, the much bigger threat to young scholars&apos; publishing of their dissertations is the collapsing of university presses that this economic meltdown has precipitated, rather than online access to the dissertation itself.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;There is much more that can be done to promote a scholarly publishing system that provides the broadest access in an economically sustainable manner, but that is a much longer conversation, so I&apos;ll stop here.&lt;/p&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>The Tetrahedron test case</title>
   <link href="https://occasionalpamphlet.com/2011/02/02/the-tetrahedron-test-case/"/>
   <updated>2011-02-02T04:01:00+00:00</updated>
   <id>https://occasionalpamphlet.com/2011/02/02/the-tetrahedron-test-case</id>
   <content type="html">&lt;table align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;img src=&quot;/assets/2011/02/942.gif&quot; alt=&quot;Tetrahedron journal cover image&quot; align=&quot;right&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;a href=&quot;http://scholarlykitchen.sspnet.org/2011/01/10/darntons-jeremiad-on-price-of-journals/&quot;&gt;Phil Davis&apos;s recent post&lt;/a&gt; over at &lt;a href=&quot;http://scholarlykitchen.sspnet.org/&quot;&gt;The Scholarly Kitchen&lt;/a&gt; on whether open access might save the academic world some money misses the point of &lt;a href=&quot;http://oacompact.org/&quot;&gt;the COPE initiative&lt;/a&gt; and &lt;a href=&quot;http://osc.hul.harvard.edu/hope&quot;&gt;Harvard&apos;s open-access fund&lt;/a&gt; (HOPE). Davis speculates that for the case of one set of journals that happened to be mentioned in my colleague &lt;a href=&quot;http://history.fas.harvard.edu/people/faculty/darnton.php&quot;&gt;Bob Darnton&lt;/a&gt;&apos;s &lt;a href=&quot;http://www.nybooks.com/articles/archives/2010/dec/23/library-three-jeremiads/&quot;&gt;recent &lt;em&gt;NYRB&lt;/em&gt; piece&lt;/a&gt;, HOPE would cost the university more than its current subscriptions, echoing a more general claim he has made in &lt;a href=&quot;http://hdl.handle.net/1813/193&quot;&gt;previous work&lt;/a&gt; that OA article processing charges (APCs) will cost many universities more than they now pay in subscription fees. In particular, with regard to &lt;a href=&quot;http://www.nybooks.com/articles/archives/2010/dec/23/library-three-jeremiads/&quot;&gt;&lt;em&gt;Tetrahedron&lt;/em&gt;&apos;s $39,082 price tag&lt;/a&gt;, he says &quot;Of the nearly 6,000 articles in the Tetrahedron bundle, Harvard researchers authored 22 of them in 2010.  Given that COPE will pay $3,000 for each article out of this fund, paying for open access would cost Harvard $66K in 2010, $27K more than its subscription price.&quot;&lt;/p&gt;
&lt;p&gt;Harvard&apos;s HOPE fund, like all COPE-responsive funds, is intended to cover Harvard&apos;s fair share of OA article processing fees.  Harvard is dedicated to doing its part to underwrite OA fees — but not others&apos; parts.  For that reason, it does not cover articles based on grant-funded research; the granting agency should cover that. (The same is true of the open-access funds at many other &lt;a href=&quot;http://www.oacompact.org/signatories/&quot;&gt;COPE-signatory institutions&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;For the particular case at hand, I found 24 articles from 2010 in the &lt;em&gt;Tetrahedron&lt;/em&gt; bundle with Harvard affiliations &lt;a href=&quot;http://www.scirus.com/srsapp/search?sort=0&amp;amp;t=any&amp;amp;q=tetrahedron+Bioorganic&amp;amp;cn=journal&amp;amp;co=AND&amp;amp;t=all&amp;amp;q=harvard&amp;amp;cn=affiliation&amp;amp;g=a&amp;amp;fdt=2010&amp;amp;tdt=2010&amp;amp;dt=fta&amp;amp;ff=all&amp;amp;ds=jnl&amp;amp;ds=nom&amp;amp;ds=web&amp;amp;sa=all&quot;&gt;using a Scirus search&lt;/a&gt;.  All of the articles were grant-funded (16 by NIH, 11 by one or more other foundations, 5 by companies; the sum is greater than 24 as some articles had more than one funder).  Thus none of them would have been eligible for HOPE funding; the HOPE fund cost to Harvard would have been $0.&lt;/p&gt;
&lt;p&gt;But even if none of them had been grant-funded, HOPE covers fees prorated based on Harvard authorship.  Since only 65 of the 144 authors on these 24 articles were Harvard affiliated, it would have covered only 65/144 (about 45%) of the fees. The cost would be (65/144)×$3000×24 = $32,500. Further, it covers only authors at schools with open-access policies.  Of the 65 Harvard affiliates, only 22 were at schools with OA policies, so payment would be restricted to 22/144 (about 15%), so the cost would be (22/144)×$3000×24 = $11,000.&lt;/p&gt;
&lt;p&gt;Of course, BioMed Central journals with similar impact factors to the Tetrahedron journals &lt;a href=&quot;http://www.biomedcentral.com/info/about/apcfaq#howmuch&quot;&gt;charge publication fees of $1820&lt;/a&gt;.  (PLoS journals with considerably higher impact factors &lt;a href=&quot;http://www.plos.org/journals/pubfees.php&quot;&gt;charge $1350 or $2250&lt;/a&gt;.) Presumably, if the Tetrahedron journals were open-access journals, as hypothesized in the thought experiment Davis is implicitly undertaking, they would have to compete for authors with other open-access journals and would need to charge similar rates (just as &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2011/01/15/a-ray-of-sunshine-in-the-open-access-future/&quot;&gt;Nature Publishing Group&apos;s &lt;em&gt;Scientific Reports&lt;/em&gt; is doing relative to &lt;em&gt;PLoS ONE&lt;/em&gt;&lt;/a&gt;).  Redoing the calculation with the BMC rate gives (22/144)×$1820×24 ≈ $6,700.  Even covering authors at ineligible schools, the cost would only be (65/144)×$1820×24 ≈ $20,000.&lt;/p&gt;
&lt;p&gt;Two of the five bundled journals — accounting for all but 5 of the 24 articles —  are &quot;Letters&quot; journals publishing quite short articles of a couple of pages.  Presumably, they should require even lower APCs, reducing the likely cost further.&lt;/p&gt;
&lt;p&gt;So, the upshot is that the cost to the HOPE fund for all of the &lt;em&gt;Tetrahedron&lt;/em&gt; journals would be $0, and even if it were to cover the fees for grant-funded articles, the cost would be $32,500. Or $20,000. Or $11,000. Or $6,700. Or less.&lt;/p&gt;
&lt;p&gt;The truth is that &lt;em&gt;no one knows how much costs would be in a counterfactual open-access world with competitive APC fees&lt;/em&gt;. The kinds of calculations in Davis&apos;s post (and this one and other previous work) are a kind of silly game. But given that the &lt;em&gt;highest&lt;/em&gt; APC for an OA journal (&lt;a href=&quot;http://www.plos.org/journals/pubfees.php&quot;&gt;$2,900 for &lt;em&gt;PLoS Biology&lt;/em&gt;&lt;/a&gt;) is far less than the &lt;em&gt;average&lt;/em&gt; revenue per article for a subscription journal (&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2010/07/31/will-open-access-publication-fees-grow-out-of-control/&quot;&gt;$5,000 according to the Scholarly Publishing Roundtable&lt;/a&gt;), it seems extraordinarily unlikely that the &lt;em&gt;overall&lt;/em&gt; costs would be higher.  And we&apos;d drop all of the access restrictions as a nice side effect.  Seems like a bargain to me.&lt;/p&gt;
&lt;p&gt;But the most important point is that the idea behind COPE and the HOPE fund is not to save an individual institution money.  If in the long term COPE has the intended effect of shifting journals such as &lt;em&gt;Tetrahedron&lt;/em&gt; to an OA model within a journal ecology based on an efficient market — a situation that we manifestly do not now have — and if under those conditions Harvard ends up paying a bit more, well, then the market has spoken.&lt;/p&gt;
&lt;p&gt;By the way, the &lt;a href=&quot;http://www.elsevier.com/wps/find/journaldescription.cws_home/876/bibliographic&quot;&gt;&lt;em&gt;Tetrahedron&lt;/em&gt; bundle price&lt;/a&gt; is now up to $41,361.</content>
 </entry>
 
 <entry>
   <title>Are open-access fees disenfranchising?</title>
   <link href="https://occasionalpamphlet.com/2011/01/19/are-open-access-fees-disenfranchising/"/>
   <updated>2011-01-19T04:48:13+00:00</updated>
   <id>https://occasionalpamphlet.com/2011/01/19/are-open-access-fees-disenfranchising</id>
   <content type="html">&lt;p&gt;I had an interesting discussion over coffee at the recent &lt;a href=&quot;http://project-soap.eu/soap-symposium/&quot;&gt;SOAP Symposium&lt;/a&gt; about the question of whether the article processing fee revenue model for open-access journals disenfranchises authors with fewer financial resources. It prompted me to write up a fuller explanation of why this worry is misplaced.&lt;/p&gt;
&lt;p&gt;Opportunity for full participation in research by as wide a range of scholars as possible is, of course, central to our meritocratic notion of the scholarly endeavor.  Perhaps the biggest impediment to such full participation — to getting to the point where one has a scholarly result to present to the world — is gaining access to the facilities for carrying out research in the first place, including access to the published literature.  It makes little sense to worry about disenfranchisement from &lt;em&gt;publishing&lt;/em&gt; research results if the alternative is disenfranchisement from the &lt;em&gt;reading&lt;/em&gt; that would allow generating the results in the first place.  For that reason, open access to the scholarly literature is inherently an enfranchising program.&lt;/p&gt;
&lt;p&gt;It also bears mentioning that it is not only open-access journals that charge author-side fees, the kinds of fees that critics complain are disenfranchising.  Many subscription journals charge quite substantial fees as well. For NIH-funded research, the &lt;a href=&quot;http://sennoma.net/?p=652&quot;&gt;average is $1250 per article&lt;/a&gt;, which is plenty big enough to give your average developing-country scientist pause. One would be hard-pressed to impugn open-access journals on these grounds without roping in many subscription journals as well.&lt;/p&gt;
&lt;p&gt;That being said, of course we want everyone to have the opportunity to publish in the scholarly literature, even those with lesser means. And there is a simple mechanism to allow for this with open-access journals that charge article processing fees.  Journals can, should, and commonly do waive fees for necessitous authors. The details of these waiver policies differ. (See &lt;a href=&quot;http://www.plos.org/about/faq.php#pubquest&quot;&gt;here&lt;/a&gt; for the &lt;a href=&quot;http://www.plos.org/&quot;&gt;PLoS&lt;/a&gt; policy or &lt;a href=&quot;http://www.biomedcentral.com/info/authors/apcfaq#waivers&quot;&gt;here&lt;/a&gt; for &lt;a href=&quot;http://www.biomedcentral.com/&quot;&gt;BioMed Central&lt;/a&gt;.) But the effect is the same: authors unable to afford the fees can still publish in these journals. More importantly, they can read the articles published in the journals too.&lt;/p&gt;
&lt;p&gt;Some worry that authors requiring fee waivers may be discriminated against in the editorial process. Editorial processes must, of course, be kept separate from the financial processes. Different groups separated by a &lt;a class=&quot;zem_slink&quot; title=&quot;Chinese wall&quot; rel=&quot;wikipedia&quot; href=&quot;http://en.wikipedia.org/wiki/Chinese_wall&quot;&gt;Chinese wall&lt;/a&gt; can handle the two issues. Indeed, the question of whether a waiver will be requested needn&apos;t even be raised until an editorial decision on a paper is finalized, eliminating any possibility of a conflict of interest.  PLoS has an especially simple method for handling waivers. After a paper is accepted for publication, authors can request a waiver of the fee, which is always granted.&lt;/p&gt;
&lt;p&gt;Of course, the waiver idea can&apos;t possibly be controversial. It is the same approach that subscription journal publishers use to address the reader-side disenfranchisement argument.  They point out that the &lt;a href=&quot;http://www.who.int/en/&quot;&gt;World Health Organization&lt;/a&gt;&apos;s &lt;a title=&quot;Hinari&quot; rel=&quot;homepage&quot; href=&quot;http://www.who.int/hinari/en/&quot;&gt;Hinari&lt;/a&gt; program provides subsidized access to journals for scholars in a &lt;a href=&quot;http://www.who.int/hinari/eligibility/en/&quot;&gt;specified set of countries&lt;/a&gt; that have been deemed sufficiently impoverished.  A similar eligibility criterion could be used for processing fee waivers. But an approach based on targeting individuals rather than countries has much to recommend it. It can be much better focused on the real problem.  For instance, it can address authors in needy cohorts who happen to live in a country not on the approved list. There are unemployed scholars in first-world countries or faculty at small schools in developing countries, for example, for whom Hinari is no help, whereas a fee waiver allows them to fully participate in the open-access publishing milieu on both the reading &lt;em&gt;and&lt;/em&gt; writing side.&lt;/p&gt;
&lt;p&gt;[&lt;strong&gt;UPDATE 1/21/11&lt;/strong&gt;: The &lt;a href=&quot;http://blogs.plos.org/speakingofmedicine/2011/01/17/withdrawl-of-journal-access-is-a-wake-up-call-for-researchers-in-the-developing-world/&quot;&gt;recent news&lt;/a&gt; that publishers have withdrawn Bangladesh&apos;s access through the HINARI program (because Bangladesh is &quot;&lt;a href=&quot;http://www.bmj.com/content/342/bmj.d196.full&quot;&gt;start[ing] to secure active sales&lt;/a&gt;&quot;) makes regrettably clear the problem with this approach. Just because &lt;em&gt;some&lt;/em&gt; researchers in Bangladesh may now fall within the scope of an institutional subscription, &lt;em&gt;all&lt;/em&gt; are deprived access.]&lt;/p&gt;
&lt;p&gt;The issue of fee waivers is important, and we should actively promote their availability. By way of example, many &lt;a href=&quot;http://www.oacompact.org/signatories/&quot;&gt;COPE-compliant open-access funds&lt;/a&gt; — including those at Harvard, Cornell, Dartmouth, MIT, and Columbia — will only cover fees for journals that have a waiver policy. Hopefully, this will provide some impetus for OA journals to institute reasonable waiver policies.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://bjoern.brembs.net/&quot;&gt;Ironically&lt;/a&gt;, Nature Publishing Group is &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2011/01/15/a-ray-of-sunshine-in-the-open-access-future/&quot;&gt;entering the OA arena with &lt;/a&gt;&lt;em&gt;&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2011/01/15/a-ray-of-sunshine-in-the-open-access-future/&quot;&gt;Scientific Reports&lt;/a&gt;&lt;/em&gt;,  a &lt;em&gt;&lt;a href=&quot;http://www.plosone.org/&quot;&gt;PLoS ONE&lt;/a&gt;&lt;/em&gt; competitor. &lt;a href=&quot;http://scholarlykitchen.sspnet.org/2011/01/13/natures-foray-into-full-open-access-journals/&quot;&gt;Phil Davis reports&lt;/a&gt; that they are apparently not allowing for fee waivers, and points out that this could lead to a problem of &lt;a href=&quot;http://en.wikipedia.org/wiki/Adverse_selection&quot;&gt;adverse selection&lt;/a&gt;, where &lt;em&gt;PLoS ONE&lt;/em&gt; ends up handling all of the fee-waived articles to their competitive disadvantage. On the other hand, if this turns out to be true, &lt;em&gt;Scientific Reports&lt;/em&gt; will not be eligible for support from the COPE-compliant open-access funds as discussed above. There thus may be ways to mitigate the adverse selection problem.&lt;/p&gt;
&lt;p&gt;With open access, we can enfranchise both the readers and the writers of the scholarly literature. We can, and we should.&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;&lt;span class=&quot;zem-script more-related pretty-attribution&quot;&gt; &lt;/span&gt;&lt;/div&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>A ray of sunshine in the open-access future</title>
   <link href="https://occasionalpamphlet.com/2011/01/15/a-ray-of-sunshine-in-the-open-access-future/"/>
   <updated>2011-01-15T05:11:13+00:00</updated>
   <id>https://occasionalpamphlet.com/2011/01/15/a-ray-of-sunshine-in-the-open-access-future</id>
   <content type="html">&lt;table width=&quot;250&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://commons.wikimedia.org/wiki/File:PLoS_ONE_logo.jpg&quot;&gt;&lt;img src=&quot;/assets/2011/01/PLoS_ONE_logo.jpg&quot; alt=&quot;&quot; width=&quot;250&quot; align=&quot;right&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;Used by permission of &lt;a href=&quot;http://www.plos.org/&quot;&gt;PLoS&lt;/a&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;I&apos;m flying back from Berlin, where I gave talks at the &lt;a href=&quot;http://ape2011.eu/&quot;&gt;Academic Publishing in Europe (APE) Conference&lt;/a&gt; and the &lt;a href=&quot;http://project-soap.eu/soap-symposium/&quot;&gt;Study of Open Access Publishing (SOAP) Symposium&lt;/a&gt;. Karmically, the SOAP Symposium was held in the very room, in &lt;a href=&quot;http://www.harnackhaus-berlin.mpg.de/2316/en&quot;&gt;Harnack Haus&lt;/a&gt; of the &lt;a class=&quot;zem_slink&quot; title=&quot;Max Planck Society&quot; href=&quot;http://www.mpg.de&quot; rel=&quot;homepage&quot;&gt;Max Planck Society&lt;/a&gt;, where the &lt;a href=&quot;http://oa.mpg.de/lang/en-uk/berlin-prozess/berliner-erklarung/&quot;&gt;Berlin Declaration on Open Access to Knowledge in the Sciences and Humanities&lt;/a&gt; was drafted in 2003. I&apos;ll post links to those talks at this site when they become available. [&lt;strong&gt;Update 1/31/11:&lt;/strong&gt; Links to the talks are now available at right.]&lt;/p&gt;
&lt;p&gt;These several days of listening to presentations and talking with publishers, academics, and librarians have left me, I have to say, more optimistic about the potential future of open-access publishing than I&apos;ve been in many years, maybe ever. Of course, that may not be saying much; I&apos;ve never been very sanguine. But at the moment I&apos;m marginally positive.&lt;/p&gt;
&lt;p&gt;Over the past years, a transition path to relatively widespread open-access publishing has been obscure at best, and progress has been slow to nonexistent. Uptake, however measured, has been grudging, and author apathy overwhelming.&lt;/p&gt;
&lt;p&gt;Especially problematic, but completely understandable, is the relatively slow uptake of authors in publishing in OA journals. Part, of course, is a numbers game: there are very few open-access journals of sufficient quality to provide more than a tiny fraction of the needed capacity, and little hope at the moment of remedying that situation given the lack of a viable revenue model for OA journals; it&apos;s hard to imagine publishers starting a whole lot of OA journals if there&apos;s no revenue model to keep them going in a sustainable, scalable manner. That&apos;s the problem that &lt;a href=&quot;http://www.oacompact.org/&quot;&gt;COPE&lt;/a&gt; is attempting to address. In fact, that was the topic of my SOAP Symposium keynote.&lt;/p&gt;
&lt;p&gt;Another contributing factor to authors&apos; ambivalence is their need to chase journal brand. Indeed, this is the main reason academics publish in journals — to get the imprimatur of the journal on their paper, since for better or worse (and, to my mind, mostly worse) that&apos;s often what affects their career trajectory.&lt;/p&gt;
&lt;p&gt;For a long time, I&apos;ve assumed that a transition to a sizable role for OA publishing will require existing publishers to switch their existing journals to an OA publication-fee revenue model in order to cover enough of the scholarly fields, because the founding of enough new journals, whether by existing publishers or new ones, is a long and unlikely process, and won&apos;t be able to address the brand development problem for even longer.&lt;/p&gt;
&lt;p&gt;But recent developments may indicate a breakthrough from a surprising direction: &lt;em&gt;&lt;a href=&quot;http://www.plosone.org/home.action&quot;&gt;PLoS ONE&lt;/a&gt;&lt;/em&gt;, a new kind of open-access mega-journal. This journal has a set of interlocking characteristics: broad scope (&quot;&lt;a href=&quot;http://www.plosone.org/static/information.action&quot;&gt;primary research from any scientific discipline&lt;/a&gt;&quot;), focused peer review for validity and soundness (but not field or predicted impact), reasonable publication fees, and post-publication article metrics and other services. Surprisingly (to me at least; I was frankly skeptical when &lt;em&gt;PLoS ONE&lt;/em&gt; was launched) this model has shown tremendous popularity; submission growth has been geometric. Evidently, &lt;a href=&quot;http://www.plos.org/&quot;&gt;PLoS&lt;/a&gt; is able to provide a venue for verifying scientific validity over a huge range of fields and a huge number of articles, and make money doing it. &lt;em&gt;PLoS One&lt;/em&gt; has become the &lt;a href=&quot;http://poeticeconomics.blogspot.com/2011/01/plos-one-now-worlds-largest-journal.html&quot;&gt;largest peer-reviewed journal on earth&lt;/a&gt;, publishing almost 7,000 articles last year. It is single-handedly allowing PLoS to break even, subsidizing its higher-selectivity and field-focused journals.&lt;/p&gt;
&lt;p&gt;Publishers have not failed to notice the dramatic success of &lt;em&gt;PLoS ONE&lt;/em&gt;, and they are jumping on the bandwagon. &lt;a href=&quot;http://www.sagepub.com/home.nav&quot;&gt;SAGE&lt;/a&gt; announced &lt;em&gt;&lt;a href=&quot;http://www.sageopen.com/&quot;&gt;SAGE Open&lt;/a&gt;&lt;/em&gt;, a mega-journal for &quot;the social and behavioral sciences and humanities&quot;, &lt;a href=&quot;http://www.nature.com/npg_/company_info/index.html&quot;&gt;Nature Publishing Group&lt;/a&gt; is rolling out &lt;em&gt;&lt;a href=&quot;http://www.nature.com/scientificreports&quot;&gt;Scientific Reports&lt;/a&gt;&lt;/em&gt; (“all areas of the natural sciences— biology, chemistry, physics, and earth sciences”), and there&apos;s &lt;em&gt;&lt;a href=&quot;http://blogs.bmj.com/bmjopen/&quot;&gt;BMJ Open&lt;/a&gt;&lt;/em&gt; (“medical research”), &lt;em&gt;&lt;a href=&quot;http://aipadvances.aip.org/&quot;&gt;AIP Advances&lt;/a&gt;&lt;/em&gt; (“applied research in the physical sciences”), &lt;a href=&quot;http://www.genetics-gsa.org/&quot;&gt;Genetics Society of America&lt;/a&gt;’s &lt;em&gt;&lt;a href=&quot;http://www.g3journal.org/mission.html&quot;&gt;G3: Genes, Genomes, Genetics&lt;/a&gt;&lt;/em&gt; (“high-quality foundational research, particularly research that generates large-scale datasets”). As &lt;a href=&quot;http://www.plos.org/about/people/publishing.php&quot;&gt;Mark Patterson&lt;/a&gt;, Director of Publishing for PLoS, pointed out in his talk at APE, all of these journals take up the &lt;em&gt;PLoS ONE&lt;/em&gt; approach: broad scope, open access with an article-processing-fee revenue model, peer review for validity but not predicted importance or impact, post-publication article metrics and services, scalability, and a strong brand.&lt;/p&gt;
&lt;p&gt;(NPG has decided not to use their trademark &lt;em&gt;Nature&lt;/em&gt; in the name of their mega-journal, presumably out of fear that they would dilute the brand of their other journals. I think they are missing a strategic opportunity to strongly brand the new journal, based on a misapprehension that people primarily associate brand imprimatur with publisher journal collections rather than individual journals. &lt;em&gt;PLoS ONE&lt;/em&gt; has shown that a publisher with an excellent high-quality brand association can run a mega-journal without diluting the brand signal of its flagship journals. I&apos;d guess that sooner or later, we&apos;ll start seeing the journal referred to as &lt;em&gt;Nature Scientific Reports&lt;/em&gt;, even if the name doesn&apos;t officially change.)&lt;/p&gt;
&lt;p&gt;It seems extraordinarily likely that other major publishers will move in this direction as well. (You heard it here first.) [&lt;strong&gt;Update 5/25/11:&lt;/strong&gt; &lt;a href=&quot;http://bit.ly/mJBuOa&quot;&gt;Elsevier is now advertising&lt;/a&gt; for a Scientific Editor for a journal called &lt;em&gt;Cell Reports&lt;/em&gt; from Cell Press, which “will publish high quality papers across the broadest possible range of disciplines in biology. It is an open access, online-only journal with continuous publication.” Sounds like &lt;em&gt;PLoS ONE&lt;/em&gt; and &lt;em&gt;Scientific Reports&lt;/em&gt; to me&lt;em&gt;.&lt;/em&gt;] [&lt;strong&gt;Update 7/7/11:&lt;/strong&gt; &lt;a href=&quot;http://www.ameinfo.com/269578.html&quot;&gt;Bloomsbury has announced&lt;/a&gt; yet another new megajournal &lt;em&gt;&lt;a href=&quot;http://www.authorsqscience.com/connect.html&quot;&gt;QScience Connect&lt;/a&gt;&lt;/em&gt; under sponsorship of the Qatar Science Foundation “for all research that is considered to be valid, ethical and correct”. Notably, they claim to cover “all fields”, including the traditional physical and life sciences, but also, math, computer science, law, the humanities, the social sciences, &lt;a href=&quot;http://www.authorsqscience.com/QSCSubjects.txt&quot;&gt;etc., etc.&lt;/a&gt;] [&lt;strong&gt;Update 1/12/12:&lt;/strong&gt; Joining the other major scholarly publishers, Springer has launched &lt;em&gt;&lt;a href=&quot;http://www.springerplus.com/&quot;&gt;SpringerPlus&lt;/a&gt;&lt;/em&gt;, covering &quot;all disciplines of Science&quot; with review based on scientific soundness alone.] [&lt;strong&gt;Update 1/17/12:&lt;/strong&gt; I missed &lt;a href=&quot;http://bit.ly/x5Nkf1&quot;&gt;the December announcement&lt;/a&gt; of &lt;em&gt;FEBS Open Bio&lt;/em&gt;, an OA megajournal published by Elsevier on behalf of the &lt;a href=&quot;http://www.febs.org/&quot;&gt;Federation of Biochemical Societies&lt;/a&gt;. The journal covers “the molecular and cellular life sciences in both health and disease” and reviews based on “soundness”, not “eventual importance”. Interestingly, this new journal would seem to compete directly with Elsevier&apos;s other OA megajournal, &lt;em&gt;Cell Reports&lt;/em&gt;. How they&apos;ll handle that remains to be seen.]&lt;/p&gt;
&lt;p&gt;The mega-journal trend means that strong traditional publishers with name recognition are entering open-access publishing in a big way. They&apos;ll be hard pressed to trot out their hackneyed canards (&lt;a href=&quot;http://bit.ly/3ZTgRt&quot;&gt;vanity press&lt;/a&gt;, &lt;a href=&quot;http://bit.ly/hXCqld&quot;&gt;disenfranchisement&lt;/a&gt;). And these journals will provide coverage of a huge swathe of academic fields. Between &lt;em&gt;SAGE Open&lt;/em&gt;, &lt;em&gt;PLoS ONE&lt;/em&gt;, and &lt;em&gt;Scientific Reports&lt;/em&gt;, essentially all of the social sciences, humanities, and natural sciences are covered. In addition, the breadth of these journals means that they will be competing for the same pool of articles. Authors will have a choice between submitting papers in genetics, say, to &lt;em&gt;PLoS One&lt;/em&gt; or &lt;em&gt;G3&lt;/em&gt;, in physics to &lt;em&gt;AIP Advances&lt;/em&gt; or &lt;em&gt;Scientific Reports&lt;/em&gt;, and so forth. Publishers will have to compete in order to attract authors, either on price or publisher services or both. They&apos;ll have to market these journals to authors, using their intellectual capital to convince authors that OA journals (at least &lt;em&gt;their&lt;/em&gt; OA journals) are a &lt;a href=&quot;http://en.wiktionary.org/wiki/Good_Thing&quot;&gt;Good Thing&lt;/a&gt;. As authors and promotion committees get used to using the new article-level metrics (as they already increasingly are, with download counts and &lt;a href=&quot;http://en.wikipedia.org/wiki/H-index&quot;&gt;h-index&lt;/a&gt;), journal brand name — whether of these mega-journals or traditional journals — will become less important, and authors will feel freer to publish in these and other OA journals, again based on publisher services rather than journal brand name.&lt;/p&gt;
&lt;p&gt;As an aside, I note that PLoS has another nascent service, &lt;a href=&quot;http://www.plos.org/about/faq.php#ploshubs&quot;&gt;PLoS Hubs&lt;/a&gt;, that could interact synergistically with the mega-journal trend as well. Hubs provide the ability to build subcollections of articles from &lt;em&gt;PLoS ONE&lt;/em&gt; or other journals based on various selection criteria. At the moment, the hubs are specified and curated by PLoS editors, but you could imagine opening up the service to hubs based on whatever selection criteria a self-proclaimed editor chooses. For instance, I could put together a subcollection of articles in my own field, computational linguistics, essentially generating a bespoke computational linguistics journal of articles already vetted for validity by PLoS reviewers, and for field by me, and perhaps by predicted impact by a cohort of post-reviewers I assemble. It provides a platform for the kind of ecology of overlay journals that has been talked about for many years, but with little in the way of success. (&lt;a href=&quot;http://f1000.com/&quot;&gt;Faculty of 1000&lt;/a&gt; is a notable case for the life sciences, but hasn&apos;t been replicated elsewhere.) The ability to have their articles participate in such hubs would provide mega-journal authors with the ability to generate cachet from imprimatur without the access limitations of traditional field-focused journals.&lt;/p&gt;
&lt;p&gt;Mega-journals could be &lt;a href=&quot;http://en.wikipedia.org/wiki/The_New_New_Thing&quot;&gt;the new new thing&lt;/a&gt; that makes open-access publishing viable at scope. If so, &lt;a href=&quot;http://www.plos.org&quot;&gt;Public Library of Science&lt;/a&gt; would have cracked it — not through its flagship but self-consciously retro journals but through its unlikely innovation &lt;em&gt;PLoS ONE&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;[Thanks to Mark Patterson for &lt;a href=&quot;http://river-valley.tv/open-access-publishers-breaking-even-and-growing-fast/&quot;&gt;his APE talk&lt;/a&gt; and for providing me copies of his slides. And for publishing the PLoS journals.]</content>
 </entry>
 
 <entry>
   <title>Chicago Manual of Style on Open Access</title>
   <link href="https://occasionalpamphlet.com/2010/12/20/chicago-manual-of-style-on-open-access/"/>
   <updated>2010-12-20T16:29:40+00:00</updated>
   <id>https://occasionalpamphlet.com/2010/12/20/chicago-manual-of-style-on-open-access</id>
   <content type="html">&lt;table width=&quot;250&quot; align=&quot;right&quot; bgcolor=&quot;#F7EFE5&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://www.flickr.com/photos/carlosjimenezworks/3016466347/&quot;&gt;&lt;img src=&quot;/assets/2010/12/3016466347_47a01fbfd0_m.jpg&quot; alt=&quot;University of Chicago Library&quot; width=&quot;240&quot; height=&quot;160&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;University of Chicago Library, from Carlos Jimenez via flickr, used by permission&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Who knew?  The &lt;a href=&quot;http://www.chicagomanualofstyle.org/home.html&quot;&gt;Chicago Manual of Style&lt;/a&gt;&apos;s current edition (the 16th) includes for the first time a stance on open-access (Section 4.62), and on Harvard-style OA policies in particular (Section 4.63).&lt;/p&gt;
&lt;p&gt;Written by copyright lawyer &lt;a href=&quot;http://www.kcslegal.com/attorneys/wstrong.html&quot;&gt;William S. Strong&lt;/a&gt; of &lt;a href=&quot;http://www.kcslegal.com/&quot;&gt;Kotin, Crabtree &amp;amp; Strong, LLP&lt;/a&gt;, the chapter comes down hard on academics&apos; attempts to use their own writings.&lt;/p&gt;
&lt;p&gt;Section 4.62 on &quot;Authors’ electronic use of their own works&quot; claims that open access to articles in institutional repositories is &quot;likely to diminish licensing revenues&quot; (despite &lt;a href=&quot;http://bit.ly/99OU4D&quot;&gt;all evidence to the contrary&lt;/a&gt;). It concludes that &quot;The fact that licensing revenue helps support the publication of important scholarly work seems to have escaped general notice.&quot; As if.&lt;/p&gt;
&lt;p&gt;Section 4.63 on &quot;University licenses&quot; seems to be particularly aimed at Harvard-style open-access policies, &quot;under which they presumptively receive nonexclusive licenses of journal articles written by their faculty, with the right to post those articles on the Internet and to make and license &apos;noncommercial&apos; uses. (Commonly, faculty are permitted but not encouraged to opt out of this arrangement on a case-by-case basis.)&quot; He lists as faults the claim that addenda &quot;do[] not make clear what the author can, and cannot, do with derivative works that he or she creates&quot; (because there is no limitation); that they &quot;do[] not make clear whether what the author can distribute, display, and otherwise use is the author’s own manuscript or the finished, published work&quot; (even though &lt;a href=&quot;http://osc.hul.harvard.edu/sample_addendum&quot;&gt;the Harvard addendum&lt;/a&gt; [paragraph 4a] is explicit about not distributing publishers&apos; versions); and that they &quot;do[] not prevent the author from licensing the article to a competing journal&quot; (except that journals won&apos;t publish already published articles anyway). He frets about the vagueness of the term &quot;noncommercial&quot;, though the Harvard policies are explicit in stating that articles &quot;are not sold for a profit&quot; and &lt;a href=&quot;http://osc.hul.harvard.edu/publishers&quot;&gt;agreements with publishers&lt;/a&gt; have further clarified the university&apos;s intention not to sell the articles at all.&lt;/p&gt;
&lt;p&gt;The Manual makes a recommendation to publishers to generate their own addenda &quot;to use when presented with author requests for nonexclusive rights.&quot; But why make the addendum conditions available only upon request? If the addendum-specified activities are allowable, why not just allow them in the publisher&apos;s agreement from the get-go? In particular, how about a recommendation that publisher agreements allow authors of scholarly articles to post their final manuscript versions at their discretion, that is, allowing green OA?&lt;/p&gt;
&lt;p&gt;Section 4.64 on &quot;The &lt;a href=&quot;http://publicaccess.nih.gov/&quot;&gt;NIH Public Access Policy&lt;/a&gt;&quot; recommends that publishers &quot;push for the maximum delay (i.e., twelve months) on public posting&quot; if concerned about maximizing their revenues.&lt;/p&gt;
&lt;p&gt;The most surprising thing about the new Manual sections is that &lt;em&gt;a style manual is taking a stance on these intellectual property issues in the first place&lt;/em&gt;. The issues are obviously considerably more nuanced than Mr. Strong&apos;s &lt;a href=&quot;http://en.wikipedia.org/wiki/Recording_Industry_Association_of_America#Efforts_against_infringement_of_members.27_copyrights&quot;&gt;RIAA-like&lt;/a&gt; stance makes clear. Given that stance, you&apos;d hardly know that the book is owned by a university (The &lt;a class=&quot;zem_slink&quot; title=&quot;University of Chicago&quot; rel=&quot;homepage&quot; href=&quot;http://www.uchicago.edu/&quot;&gt;University of Chicago&lt;/a&gt;, as stated in three copyright notices on each page) filled with faculty and students whose interests are not best served by this kind of short-term profit-maximizing attitude. Perhaps the editors might solicit a broader range of informed advice ahead of their next edition.&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;
&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;border: none;float: right&quot; src=&quot;/assets/2010/12/pixy.gif?x-id=b8d43492-cb15-4923-a960-f678d6b48ad4&quot; alt=&quot;&quot;&gt;[Hat tip to &lt;a href=&quot;http://champsnotchumps.org/about&quot;&gt;Tom Dodson&lt;/a&gt; for bringing these sections to my attention.]&lt;/div&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>I've been tweeting</title>
   <link href="https://occasionalpamphlet.com/2010/10/01/ive-been-tweeting/"/>
   <updated>2010-10-01T02:12:47+00:00</updated>
   <id>https://occasionalpamphlet.com/2010/10/01/ive-been-tweeting</id>
   <content type="html">&lt;p&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/REC-html40/loose.dtd&quot;&gt;&lt;br /&gt;
&lt;html&gt;&lt;body&gt;&lt;br /&gt;
&lt;a href=&quot;http://commons.wikipedia.org/wiki/File:Twitter_logo_initial.png&quot;&gt;&lt;img src=&quot;/assets/2010/09/Twitter_logo_initial.png&quot; alt=&quot;Twitter logo initial&quot; width=&quot;100&quot; height=&quot;126&quot; align=&quot;right&quot;&gt;&lt;/a&gt;&lt;br /&gt;
Observant followers of the &lt;a href=&quot;http://occasionalpamphlet.com/&quot;&gt;Pamphlet&lt;/a&gt; will have noticed that I have taken up with &lt;a class=&quot;zem_slink&quot; title=&quot;Twitter&quot; rel=&quot;homepage&quot; href=&quot;http://twitter.com&quot;&gt;Twitter&lt;/a&gt; over the last few months. A &lt;a href=&quot;http://twitter.com/pmphlt&quot;&gt;feed of my tweets&lt;/a&gt; is in the pane to the right as &quot;Pamphlet says...&quot;. ⇒&lt;/p&gt;
&lt;p&gt;As I get a hang of &lt;a href=&quot;http://en.wikipedia.org/wiki/The_medium_is_the_message&quot;&gt;the medium&lt;/a&gt;, I&apos;ve been tweeting on a wider range of topics than covered by the Pamphlet, but still hope this will be of interest to those of you who read the blog. So feel free to follow me (&lt;a href=&quot;http://twitter.com/pmphlt&quot;&gt;pmphlt&lt;/a&gt;) on twitter, and urge your friends, acquaintances, family members, pets, and hangers on to follow as well. And while you&apos;re at it, a &lt;a href=&quot;http://www.urbandictionary.com/define.php?term=Shameless%20Plug&quot;&gt;plug&lt;/a&gt; for the &lt;a href=&quot;http://occasionalpamphlet.com/&quot;&gt;Pamphlet&lt;/a&gt; would be most welcome too.&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;border: none;float: right&quot; src=&quot;/assets/2010/09/pixy.gif?x-id=38f92afa-8a30-4904-b420-b45bcbe4a777&quot; alt=&quot;&quot;&gt;&lt;/div&gt;
&lt;p&gt;&lt;/body&gt;&lt;/html&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>For publishers, using PMC to kill multiple birds with one stone</title>
   <link href="https://occasionalpamphlet.com/2010/09/07/for-publishers-using-pmc-to-kill-multiple-birds-with-one-stone/"/>
   <updated>2010-09-07T15:47:18+00:00</updated>
   <id>https://occasionalpamphlet.com/2010/09/07/for-publishers-using-pmc-to-kill-multiple-birds-with-one-stone</id>
   <content type="html">&lt;p&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/REC-html40/loose.dtd&quot;&gt;&lt;br /&gt;
&lt;html&gt;&lt;body&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.ncbi.nlm.nih.gov/pmc/&quot;&gt;&lt;img src=&quot;/assets/2010/09/pmclogo.gif&quot; alt=&quot;PubMed Central logo&quot; width=&quot;145&quot; height=&quot;75&quot; align=&quot;right&quot;&gt;&lt;/a&gt;Here&apos;s a clever way for a journal to efficiently and cost-effectively provide open access to its articles (at least in the life sciences): Use &lt;a class=&quot;zem_slink&quot; title=&quot;PubMed Central&quot; rel=&quot;homepage&quot; href=&quot;http://www.pubmedcentral.nih.gov/&quot;&gt;PubMed Central&lt;/a&gt; as the journal&apos;s article repository. This expedient has all kinds of advantages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href=&quot;http://publicaccess.nih.gov/&quot;&gt;You have to allow for PMC distribution anyway&lt;/a&gt;, in fields where much of the research is &lt;a class=&quot;zem_slink&quot; title=&quot;National Institutes of Health&quot; rel=&quot;geolocation&quot; href=&quot;http://maps.google.com/maps?ll=39.000443,-77.102394&amp;amp;spn=1.0,1.0&amp;amp;q=39.000443,-77.102394%20(National%20Institutes%20of%20Health)&amp;amp;t=h&quot;&gt;NIH&lt;/a&gt; funded. Might as well make that version the version of record.&lt;/li&gt;
&lt;li&gt;PMC provides articles in multiple formats (XML, HTML, and PDF), and handles the format conversion for you.&lt;/li&gt;
&lt;li&gt;PMC provides pages for each issue as well as structured index pages for the full run.&lt;/li&gt;
&lt;li&gt;PMC&apos;s user interface provides all kinds of added value for readers, like inline citation cross-linking, links to related articles and related citations, and other articles by the same authors. (&lt;a href=&quot;http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2884311/&quot;&gt;Here&apos;s&lt;/a&gt; an example.)&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;http://www.ncbi.nlm.nih.gov/&quot;&gt;NCBI&lt;/a&gt; has exceptional &lt;a href=&quot;http://www.washingtonpost.com/wp-dyn/content/article/2006/04/26/AR2006042602441.html&quot;&gt;Google juice&lt;/a&gt;, so articles will appear high on Google and Google Scholar listings.&lt;/li&gt;
&lt;li&gt;Your authors don&apos;t have to deal with the PMC process in addition to the publisher&apos;s process, since they are one and the same.&lt;/li&gt;
&lt;li&gt;You don&apos;t have to worry about the headaches of running your own repository (though you may want to have branded pages linking to these articles that are more attractive than &lt;a href=&quot;http://www.ncbi.nlm.nih.gov/pmc/journals/540/&quot;&gt;those provided by PMC&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;It&apos;s not likely that PMC is going to disappear any time soon, so you&apos;ve got some built in access longevity.&lt;/li&gt;
&lt;li&gt;It&apos;s &lt;em&gt;free&lt;/em&gt; to the publisher. PMC doesn&apos;t charge for storing and distributing articles.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I first heard about this idea a while ago at a PMC meeting in a discussion referring to &lt;em&gt;&lt;a href=&quot;http://jbt.abrf.org/&quot;&gt;Journal of Biomolecular Techniques&lt;/a&gt;&lt;/em&gt;, which uses this approach. It seemed like an awfully good idea to me, and still does. &lt;a href=&quot;http://publicaccess.nih.gov/submit_process_journals.htm&quot;&gt;Almost a thousand journals&lt;/a&gt; submit all of their final published articles to PMC, but I&apos;m not sure how many do so without embargo and as the sole and definitive version of record.&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;&lt;a class=&quot;zemanta-pixie-a&quot; title=&quot;Enhanced by Zemanta&quot; href=&quot;http://www.zemanta.com/&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;border: none;float: right&quot; src=&quot;/assets/2010/09/zemified_e.png?x-id=7b17859b-591b-4b9a-af36-925cf2472f39&quot; alt=&quot;Enhanced by Zemanta&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;/body&gt;&lt;/html&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>How much does a COPE-compliant open-access fund cost?</title>
   <link href="https://occasionalpamphlet.com/2010/08/06/how-much-does-a-cope-compliant-open-access-fund-cost/"/>
   <updated>2010-08-06T21:19:08+00:00</updated>
   <id>https://occasionalpamphlet.com/2010/08/06/how-much-does-a-cope-compliant-open-access-fund-cost</id>
   <content type="html">&lt;table style=&quot;padding-left: 15px;padding-right: 15px&quot; width=&quot;190&quot; align=&quot;right&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://www.flickr.com/photos/47043280@N04/4608050847/in/photostream/&quot;&gt;&lt;img class=&quot;alignright&quot; src=&quot;/assets/2010/08/4608050847_ea6934502c_m.jpg&quot; alt=&quot;Tightrope walker, sculpture, Berlin, 2008. Photo from beezerella at flickr.com. Used by permission.&quot; width=&quot;162&quot; height=&quot;240&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td align=&quot;center&quot;&gt;Tightrope walker, sculpture, Berlin, 2008. Photo from beezerella at flickr.com. Used by permission.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The short answer?  Almost nothing.&lt;/p&gt;
&lt;p&gt;The &lt;a href=&quot;http://oacompact.org/&quot;&gt;Compact for Open-Access Publishing Equity&lt;/a&gt; is a statement of commitment to &quot;the &lt;a href=&quot;http://oacompact.org/faq#timely&quot;&gt;timely establishment&lt;/a&gt; of &lt;a href=&quot;http://oacompact.org/faq#durable&quot;&gt;durable mechanisms&lt;/a&gt; for &lt;a href=&quot;http://oacompact.org/faq#underwriting&quot;&gt;underwriting&lt;/a&gt; &lt;a href=&quot;http://oacompact.org/faq#reasonable&quot;&gt;reasonable&lt;/a&gt; &lt;a href=&quot;http://oacompact.org/faq#publicationcharge&quot;&gt;publication charges&lt;/a&gt; for articles written by its &lt;a href=&quot;http://oacompact.org/faq#faculty&quot;&gt;faculty&lt;/a&gt; and published in &lt;a href=&quot;http://www.oacompact.org/faq#feebased&quot;&gt;fee-based&lt;/a&gt; &lt;a href=&quot;http://oacompact.org/faq#whichjournals&quot;&gt;open-access journals&lt;/a&gt; and &lt;a href=&quot;http://oacompact.org/faq#other-institutions&quot;&gt;for which other institutions would not be expected to provide funds&lt;/a&gt;.&quot; Some institutions who were considering signing on to the compact at &lt;a href=&quot;http://www.oacompact.org/news/2009/9/14/compact-for-open-access-publishing-equity-announcement.html&quot;&gt;its launch&lt;/a&gt; held off because of a worry that it might cost a lot of money at a time when library budgets are under phenomenal pressure. I had predicted that the costs would be minimal in &lt;a href=&quot;http://dx.doi.org/doi:10.1371/journal.pbio.1000165&quot;&gt;my PLoS Biology paper proposing the compact&lt;/a&gt;. There, I said&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;By design, the overall cost to a university of implementing the compact, in the short term, would be quite small. Hybrid open-access fees are explicitly eschewed, and true open-access fees tend to be found at present in just those areas of scholarship where grant support is most prevalent, reducing the underwriting load on the university substantially. Rough estimates based on the experience of the Berkeley Research Impact Initiative fall in the range of tens of dollars per faculty member per year.&lt;/p&gt;
&lt;p&gt;But I can understand that some universities might have wanted to wait until there is some empirical evidence of this claim. That evidence is now available. &lt;a href=&quot;http://researchguides.dartmouth.edu/profile.php?uid=2246&quot;&gt;Barbara DeFelice&lt;/a&gt;, Director of the Digital Resources Program at Dartmouth Library has compiled some statistics from the &lt;a href=&quot;http://www.oacompact.org/signatories/&quot;&gt;COPE signatory institutions&lt;/a&gt; about their OA fund expenditures, which she discussed at &lt;a href=&quot;http://www.arl.org/news/pr/isc-29june10.shtml&quot;&gt;a recent ARL talk&lt;/a&gt;. I used her statistics to calculate approximate costs per faculty member per year. The numbers reveal that the outlays are even more manageable than even I had estimated, perhaps by an order of magnitude. (I&apos;ve made these numbers quite conservative by counting faculty conservatively and estimating that each article funded cost $1,500 dollars. The actual average seems to be somewhat less. As more data is collected, I&apos;ll try to make it available.)&lt;/p&gt;
&lt;table width=&quot;450&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;
&lt;!--StartFragment--&gt;&lt;/p&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;th&gt;Institution&lt;/th&gt;
&lt;th&gt;Months&lt;/th&gt;
&lt;th&gt;# Funded&lt;/th&gt;
&lt;th&gt;Funded/year&lt;/th&gt;
&lt;th&gt;Faculty size&lt;/th&gt;
&lt;th&gt;$/faculty/year&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td height=&quot;13&quot;&gt;Berkeley&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;31&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;92&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;35.61&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;1582&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;$33.77&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td height=&quot;13&quot;&gt;Columbia&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;7&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;2&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;3.43&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;1377&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;$3.73&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td height=&quot;13&quot;&gt;Cornell&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;11&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;3&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;3.27&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;1594&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;$3.08&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td height=&quot;13&quot;&gt;Dartmouth&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;11&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;1&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;1.09&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;450&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;$3.64&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td height=&quot;13&quot;&gt;Harvard&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;11&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;1&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;1.09&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;1633&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;$1.00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td height=&quot;13&quot;&gt;MSKCC&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;5&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0.00&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;560&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;$0.00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td height=&quot;13&quot;&gt;MIT&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;2&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;0.00&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;1025&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;$0.00&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td height=&quot;13&quot;&gt;Ottawa&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;8&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;25&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;37.50&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;1257&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;$44.75&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;For universities that run their OA funds in accordance with COPE recommendations (that is, &lt;a href=&quot;http://www.oacompact.org/faq/implementation-of-the-compact/what-open-access-journals-will-be-eligible-for-underwriting.html&quot;&gt;no hybrid fees&lt;/a&gt;, &lt;a href=&quot;http://www.oacompact.org/faq/implementation-of-the-compact/what-is-meant-by-for-which-other-institutions-would-not-be-e.html&quot;&gt;no grant-funded articles&lt;/a&gt;), the costs come to not tens of dollars per faculty member per year, but single digit dollars. The outliers are Berkeley and Ottawa, both of which will cover hybrid fees (though Berkeley places tighter caps on fee per article) and will cover grant-funded articles (though they ask for grant funds to be used first).&lt;/p&gt;
&lt;p&gt;The bottom line is that the direct costs of running a COPE-compliant open-access fund are trivial, and the administrative costs of dealing with handfuls of requests are trivial as well. Cost should not be an impediment to setting up an open-access fund in this way. In particular, harangues about open-access funds amounting to throwing away large quantities of valuable dollars can please stop now. For instance, &lt;a href=&quot;http://www.infotoday.com/it/feb10/Poynder.shtml&quot;&gt;Stevan Harnad likes to say things like&lt;/a&gt; &quot;COPE is based on the illusion that there is enough money available in institutions today to pay for OA publication in all the must-have journals — Nature, Science, the American Physical Society journals, and all the other top journals — while continuing to subscribe to those journals (and we don&apos;t as yet have OA for their contents, so it&apos;s premature to cancel).&quot; He either misunderstands the compact or willfully misrepresents it, since COPE-compliant funds need not, should not, and generally do not pay publication fees for the subscription journals he lists. &lt;a href=&quot;http://bit.ly/aIwhAT&quot;&gt;COPE does not support &quot;double-dipping&quot;.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The reason that the costs of COPE-compliant open-access funds are so low is because demand for the funds is low because, in turn, there are very few quality OA journals charging publication fees, because, finally, to do so would be to put the journals at a systematic disadvantage in getting authors as compared to subscription journals that don&apos;t charge fees. (This disadvantage is exactly what COPE is trying to remedy.) Here is how the numbers break down. Of the 5,000 or so open-access journals in the Directory of Open Access Journals, only a hundred or two are of the character that these universities&apos; researchers are likely to publish in them. For example, only a hundred or so are indexed by Thomson ISI for impact factors. Of these, the majority don&apos;t charge publication fees, so can&apos;t contribute to OA fund demand. Those that do charge a fee are overwhelmingly in the life sciences where grant funding is widespread, hence they also don&apos;t generate demand on the OA fund.&lt;/p&gt;
&lt;p&gt;If there is so little demand for an OA fund, why have it at all?  The goal of a COPE-compliant OA fund is not short term maximization of access to an institution&apos;s output. (If it were, then hybrid fees would be appropriate to underwrite. But that goal can be accomplished much more cost-effectively by establishing good green open-access policies.) Rather, the goal of COPE is to provide the basis for an alternative business model, should a large number of institutions similarly commit.  If a large number of institutions were to commit to the compact, publishers would have a viable business model through charging publication fees in a way that they do not now have.&lt;/p&gt;
&lt;p&gt;In essence, COPE is trying to establish a kind of safety net.  Safety nets are useful &lt;em&gt;even when they are not used&lt;/em&gt;.  Safety nets allow people to take risks that we want to promote.  A publisher changing its business model is incurring such a risk.  We, the universities and research funders, may need collectively to build a very big safety net (university by university, funder by funder) to convince a publisher to take that risk. But given that the cost of each of our pieces of the safety net is so incredibly low, it is worth keeping our pieces up and encouraging others to add their pieces, in the hope that a big enough net will encourage the publishers to take the risk to walk the tightrope from the subscription model to the publication fee model. If we are successful, demand for the OA funds will grow as publishers will flip business model to an OA publication fee basis, thereby freeing up funds to pay those fees. If we are not successful, at least the costs are negligible.&lt;/p&gt;
&lt;p&gt;(Thanks to Barbara DeFelice for collecting the data and making it available.)&lt;/p&gt;
&lt;p&gt;[&lt;strong&gt;Update 11/16/2011&lt;/strong&gt;: I&apos;ve added &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2011/11/16/how-should-funding-agencies-pay-open-access-fees/&quot;&gt;a post on how funding agencies might best set up their part of the safety net&lt;/a&gt;.]</content>
 </entry>
 
 <entry>
   <title>Will open-access publication fees grow out of control?</title>
   <link href="https://occasionalpamphlet.com/2010/07/31/will-open-access-publication-fees-grow-out-of-control/"/>
   <updated>2010-07-31T20:42:49+00:00</updated>
   <id>https://occasionalpamphlet.com/2010/07/31/will-open-access-publication-fees-grow-out-of-control</id>
   <content type="html">&lt;p&gt;I recently had a conversation with someone (I&apos;ll call him D) whose opinion I greatly respect, a staunch supporter of broadening access to the scholarly literature, who expressed a view I was quite surprised about. D is of the opinion that the publication fee business model for open access journals is economically flawed, so flawed that he thinks it is not worthy of support, for instance through university and funder commitment to underwrite publication fees as envisioned &lt;a href=&quot;http://oacompact.org/&quot;&gt;here&lt;/a&gt; and &lt;a href=&quot;http://dx.doi.org/10.1371/journal.pbio.1000375&quot;&gt;here&lt;/a&gt; and &lt;a href=&quot;http://oad.simmons.edu/oadwiki/OA_journal_funds&quot;&gt;in nascent implementation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;D thinks that the only worthy alternative is what is sometimes called the &quot;public access&quot; business model, in which access is limited to subscribers but only for a short embargo period of, say, six months or a year. This model can effectively be mandated by having funders require public access for articles they fund.  The &lt;a href=&quot;http://publicaccess.nih.gov/&quot;&gt;NIH policy&lt;/a&gt; is an example of a public access mandate, and the &lt;a href=&quot;http://www.taxpayeraccess.org/issues/frpaa/index.shtml&quot;&gt;pending FRPAA legislation&lt;/a&gt; would broaden the mandate to essentially all US-government-funded research.&lt;/p&gt;
&lt;p&gt;Certainly, I am a staunch supporter of public access mandates, and the shorter the embargo period the better. &lt;a href=&quot;http://osc.hul.harvard.edu/docs/FRPAA-open-letter-2010.php&quot;&gt;Harvard University is on record&lt;/a&gt; supporting the approach, &lt;a href=&quot;http://osc.hul.harvard.edu/docs/S1373-letter.php&quot;&gt;as am I&lt;/a&gt;. But I also think that the publication fee model is viable, and indeed preferable in the long term.  Thinking about D&apos;s argument has led me to write this post explaining my contrary view.&lt;!--more--&gt;&lt;/p&gt;
&lt;p&gt;D&apos;s argument against the publication-fee business model for OA journals (expanded and recast in my own words) is as follows:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Faculty must publish in order to maintain and advance their careers; this imperative is especially strong for junior faculty. If payment of a publication fee were a precondition to publish in the pertinent high-profile journal for a given faculty member, he or she would effectively be forced to pay it. Publishers would therefore be able to hyperinflate publication fees up to the marginal benefit to the faculty member of publishing the article. By way of example, &lt;a href=&quot;http://ideas.repec.org/a/ebl/ecbull/v1y2003i1p1-13.html&quot;&gt;Baser and Pema show&lt;/a&gt; that publication of a ten-page article in &lt;em&gt;The American Economic Review&lt;/em&gt; corresponds to a 1.3% or 1.9% increase in salary (depending on how you measure). Such an increase might come to a couple of thousand dollars a year, equivalent to a &lt;a class=&quot;zem_slink&quot; title=&quot;Net present value&quot; href=&quot;http://en.wikipedia.org/wiki/Net_present_value&quot; rel=&quot;wikipedia&quot;&gt;net present value&lt;/a&gt; of tens of thousands of dollars. If &lt;em&gt;AER&lt;/em&gt; were an open-access journal charging publication fees, what would prevent the publisher from charging those tens of thousands of dollars to the authors?&lt;/p&gt;
&lt;p&gt;D expects publication fees to hyperinflate, with scholars unhappily having to acquiesce to a kind of extortion. This worry of runaway publication fees leads D to the conclusion that publication fees are an unsustainable business model for open access journals.&lt;a name=&quot;ref1&quot;&gt;&lt;/a&gt;&lt;a href=&quot;#fn1&quot;&gt;&lt;sup&gt;[1]&lt;/sup&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The problem with the argument becomes transparent when one sees that it applies equally well to subscription journals.  Nothing prevents subscription journals from charging publication fees, and many do. &lt;a href=&quot;//www.sennoma.net/main/archives/2009/06/oa_vs_ta_costs_i_think_i_have.php&quot;&gt;Bill Hooker estimates&lt;/a&gt; the average at $1,250 per article for NIH-funded articles. By the argument above, these fees ought to have hyperinflated to capture the future salary benefit to the author of publishing in the journal. It&apos;s no counterargument that the subscription journals already are receiving revenues from subscription fees; for profit-maximizing journals, there&apos;s no such thing as &quot;enough profit&quot;. D&apos;s argument thus doesn&apos;t distinguish between closed-access and open-access journals.&lt;/p&gt;
&lt;p&gt;Similarly, open-access journals do not seem to be charging arbitrarily high fees.  For OA journals that ISI provides an impact factor for and that charge a per article publication fee, the average such fee is less than $1,000. (If averaged over all OA journals, the number is, of course, much lower, as &lt;a href=&quot;http://bit.ly/dlr9LC&quot;&gt;the vast majority of OA journals charge no publication fees whatsoever&lt;/a&gt;. &lt;a href=&quot;http://www.eecs.harvard.edu/~shieber/Distrib/Sources/VanityPress/journal-data.csv&quot;&gt;I&apos;ve provided the data&lt;/a&gt; in accompaniment with &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2009/10/16/is-open-access-publishing-a-vanity-publishing-industry/&quot;&gt;a previous post&lt;/a&gt;.) By contrast, the average revenue per article for scholarly journals in general is considerably more. &lt;a href=&quot;http://www.sennoma.net/main/archives/2009/06/oa_vs_ta_costs_i_think_i_have.php&quot;&gt;Bill Hooker conservatively estimates the figure&lt;/a&gt; at $2,100-2,900 per article. Based on figures from the &lt;a href=&quot;http://www.aau.edu/WorkArea/DownloadAsset.aspx?id=10044&quot;&gt;Report and Recommendations from the Scholarly Publishing Roundtable&lt;/a&gt;, the number is actually over $5,000. (They report (page 3) the total revenue for scholarly publishing at $8 billion on 1.5 million articles.) So OA publication fees don&apos;t seem egregiously high compared to subscription journal revenues.&lt;/p&gt;
&lt;p&gt;Why does the argument fail? Simply because it doesn&apos;t take competition into account. Consider the following analogous argument.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Faculty must eat in order to maintain their careers, indeed their lives. If payment of a fee for food were a precondition to a faculty member eating, he or she would effectively be forced to pay it. Farmers would therefore be able to hyperinflate food costs up to the marginal benefit of eating, which is, roughly speaking, infinite since the alternative is death.&lt;/p&gt;
&lt;p&gt;But we don&apos;t see infinite costs for food, for the simple reason that there is a competitive market for food, which competes away the surplus. Of course, if there were a single monopoly farmer, the argument would go through, and the farmer could charge arbitrary prices for food. Similarly, competition among journals can keep publication fees down so long as there is a competitive market. If one journal charges too much for publication fees, authors will consider submitting to other more cost-effective journals, journals that provide better value for the dollar. Authors will trade off cost for the quality of the publisher&apos;s services, including especially the imprimatur of the journal. The fact that the main selling point of a journal is that imprimatur means that publication fees will correlate with journal quality, as &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2009/10/16/is-open-access-publishing-a-vanity-publishing-industry/&quot;&gt;I have shown empirically occurs&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;There can be a competitive market for author-side publisher services because from the author&apos;s point of view, publisher services are &lt;a href=&quot;http://en.wikipedia.org/wiki/Substitute_good&quot;&gt;economic substitutes&lt;/a&gt;. You either publish an article in one journal or another. It&apos;s not helpful to acquire services from two publishers; in fact, it&apos;s typically not allowed! By contrast, from the reader&apos;s point of view, access to multiple journals constitute &lt;a href=&quot;http://en.wikipedia.org/wiki/Complementary_good&quot;&gt;complementary goods&lt;/a&gt;: access to one journal doesn&apos;t diminish the value of access to another; in fact it enhances that value since one can then access the works in the one that are cited in the other. The complementarity of access, along with ownership of copyright in the articles, provides publishers with monopoly power in selling access, leading to the hyperinflation that is well attested. &lt;a href=&quot;http://octavia.zoology.washington.edu/publishing/intro.html&quot;&gt;The Bergstroms&lt;/a&gt; &lt;a href=&quot;http://www.nature.com/nature/focus/accessdebate/22.html&quot;&gt;make this point clearly&lt;/a&gt;:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Journal articles differ in that they are not substitutes for each other in the same way as cars are. Rather, they are complements. Scientists are not satisfied with seeing only the top articles in their field. They want access to articles of the second and third rank as well. Thus for a library, a second copy of a top academic journal is not a good substitute for a journal of the second rank. Because of this lack of substitutability, commercial publishers of established second-rank journals have substantial monopoly power and are able to sell their product at prices that are much higher than their average costs and several times higher than the price of higher quality, non-profit journals.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;By contrast, the market for authors&apos; inputs appears to be much more competitive. If journals supported themselves by author fees, it is not likely that one Open Access journal could charge author fees several times higher than those charged by another of similar quality. An author, deciding where to publish, is likely to consider different journals of similar quality as close substitutes. Unlike a reader, who would much prefer access to two journals rather than to two copies of one, an author with two papers has no strong reason to prefer publishing once in each journal rather than twice in the cheaper one.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;If the entire market were to switch from Reader Pays to Author Pays, competing journals would be closer substitutes in the view of authors than they are in the view of subscribers. As publishers shift from selling complements to selling substitutes, the greater competition would be likely to force commercial publishers to reduce their profit margins dramatically.&lt;/p&gt;
&lt;p&gt;(Peter Suber has also pointed out the importance of competition in &lt;a href=&quot;http://www.earlham.edu/~peters/fos/2009/03/will-oa-progress-lead-to-pyrrhic.html&quot;&gt;his reply&lt;/a&gt; to &lt;a href=&quot;http://poynder.blogspot.com/2009/03/open-access-who-would-you-back.html&quot;&gt;Richard Poynder&apos;s post&lt;/a&gt; about hyperinflation of publication fees.)&lt;/p&gt;
&lt;p&gt;There are two countervailing worries. First, OA journals still hold monopolistic control over their brand, their imprimatur, which is the primary good that the journal sells the author. So perhaps the situation with journals is not like the situation with food. Perhaps the monopoly a publisher has over the journal brand will allow uncontrolled inflation of publication fees.&lt;/p&gt;
&lt;p&gt;But why does an author want their article associated with a journal brand? Not for its own sake but for the quality signal — the imprimatur — that the brand name provides.  Since you can only publish an article in one journal, if multiple journals have similar imprimatur, then the journals are substitutes. A publisher can&apos;t have a monopoly on cachet, only on a journal name. Journals can charge higher publication fees if they have a good name, but other journals can develop their own brand and steal business by providing a similar quality signal at a lower fee, that is, by market competition.&lt;/p&gt;
&lt;div&gt;Second, the costs of OA journals might end up hidden from the authors making the publishing decisions, vitiating the market mechanism. For instance, if universities and funders were willing to transparently pay arbitrary publication fees on behalf of affiliated authors, authors would be oblivious to the fees, and hyperinflation could well result. This is an example of a &lt;a href=&quot;http://en.wikipedia.org/wiki/Moral_hazard&quot;&gt;moral hazard&lt;/a&gt;, exactly the kind of moral hazard that has existed in the subscription-fee journal market, where libraries pay arbitrary subscription fees on behalf of an oblivious readership.&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;The solution is obvious: Design underwriting policies so that market mechanisms stay intact. As a negative example, university “memberships” (like &lt;a href=&quot;http://www.hindawi.com/memberships.html&quot;&gt;this one&lt;/a&gt;) that replace per article fees for an open-access journal with a one-time annual payment have exactly the character of hiding the costs of publication from the authors making the publication venue decision. For this reason, I don&apos;t support this kind of membership in general. The open-access-fund design in place at &lt;a href=&quot;http://osc.hul.harvard.edu/hope&quot;&gt;Harvard&lt;/a&gt;, &lt;a href=&quot;http://www.library.cornell.edu/compact/&quot;&gt;Cornell&lt;/a&gt;, and other institutions avoids the moral hazard problem by capping the outlays per author per year. This allows free choice to authors in choosing publishing venue and institutional underwriting, while still establishing a scarce resource to trade off against journal quality. [&lt;strong&gt;Update:&lt;/strong&gt; I&apos;ve provided some &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2011/03/01/institutional-memberships-for-open-access-publishers-considered-harmful/&quot;&gt;further comments on OA publisher memberships&lt;/a&gt;.]&lt;/p&gt;
&lt;p&gt;D needn&apos;t worry that the publication fee business model is economically precarious. But what about his alternative, limited-embargo subscription journals?  We already know that the subscription-fee business model suffers from market problems: the good being sold, access, is monopolistically owned (via copyright transfer from author to publisher), and the market embeds a moral hazard (with libraries paying on behalf of cost-oblivious readers). Adding a public access requirement eases the access problem, but doesn&apos;t eliminate it because of the embargo. If the need to access during the embargo period is strong enough, libraries will need to subscribe. If not, they can avoid subscription and rely on the embargoed access. The control of the effectiveness of the public access policy therefore depends crucially on the embargo length. But it is likely that the ideal embargo length will differ across different fields, and perhaps among different journals within a given field. And there is no distributed mechanism (like a market) to set these embargo lengths. Rather, the embargo length is determined by centralized control, a kind of command economy. What are the odds that governments will accurately pick the ideal embargo lengths — long enough to ensure viability of journals but short enough to provide reasonable public access? How do we know that a good tradeoff even exists? Given that there is an alternative business model that provides truly open access and that sets costs based on a functioning market mechanism, why do we want to prefer the public access route to the exclusion of the publication fee route?&lt;/p&gt;
&lt;p&gt;I don&apos;t know if I can convince D that the publication-fee business model is worthy of support in tandem with the public access approach. I hope it was worth the try.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;a name=&quot;fn1&quot;&gt;&lt;/a&gt;&lt;a href=&quot;#ref1&quot;&gt;&lt;sup&gt;[1]&lt;/sup&gt;&lt;/a&gt;It&apos;s interesting to note that D&apos;s argument is inconsistent with — in essence the opposite of — the argument that &lt;a href=&quot;http://bit.ly/3ZTgRt&quot;&gt;publication-fee OA journals will operate as vanity presses&lt;/a&gt;. That argument presumes that good journals won&apos;t be able to charge high enough publication fees to cover their costs, so will have to lower their standards to get more revenue. &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2009/10/vanitypress1-300x225.png&quot;&gt;I&apos;ve shown previously&lt;/a&gt; that the vanity-press worry is ill-founded.&lt;/p&gt;
&lt;/div&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;border: none;float: right&quot; src=&quot;/assets/2010/07/pixy.gif?x-id=cc4fb012-5663-4502-9497-b3db00ab3596&quot; alt=&quot;&quot;&gt;&lt;/div&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>A proposal to simplify the University of North Texas open-access policy</title>
   <link href="https://occasionalpamphlet.com/2010/06/10/a-proposal-to-simplify-the-university-of-north-texas-open-access-policy/"/>
   <updated>2010-06-10T00:49:15+00:00</updated>
   <id>https://occasionalpamphlet.com/2010/06/10/a-proposal-to-simplify-the-university-of-north-texas-open-access-policy</id>
   <content type="html">&lt;!-- &lt;table width=&quot;200&quot; align=&quot;right&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;div class=&quot;zemanta-img zemanta-action-dragged&quot; style=&quot;margin: 1em&quot;&gt;
&lt;div&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/File:UNT_Eagle_statue.jpg&quot;&gt;&lt;img src=&quot;/assets/2010/06/300px-UNT_Eagle_statue.jpg&quot; alt=&quot;&quot; width=&quot;180&quot; height=&quot;240&quot;&gt;&lt;/a&gt;&lt;/dt&gt;
&lt;/dl&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td style=&quot;text-align: center&quot;&gt;&quot;In High Places&quot;, statue by Gerald Balciar, University of North Texas - Denton campus, installed 1990. Image via Wikipedia.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt; --&gt;
&lt;figure class=&quot;wrapped-image&quot;&gt;
  &lt;img src=&quot;/assets/2010/06/300px-UNT_Eagle_statue.jpg&quot; alt=&quot;&quot; /&gt;
  &lt;figcaption&gt;&quot;In High Places&quot;, statue by Gerald Balciar, University of North Texas - Denton campus, installed 1990. Image via Wikipedia.&lt;/figcaption&gt;
&lt;/figure&gt;
&lt;p&gt;The &lt;a href=&quot;http://www.unt.edu/&quot;&gt;University of North Texas&lt;/a&gt; is engaged in a laudable process of designing an open-access policy for their community. Draft language for their policy is now available at &lt;a href=&quot;http://openaccess.unt.edu/&quot;&gt;their site on open access&lt;/a&gt;; the &lt;a href=&quot;http://openaccess.unt.edu/sites/default/files/06-10/OpenAccessPolicy_7June2010_ToSenate.pdf&quot;&gt;most recent version&lt;/a&gt; is as of June 7.&lt;/p&gt;
&lt;p&gt;They are pursuing a &lt;a href=&quot;http://openaccess.eprints.org/index.php?/archives/71-guid.html&quot;&gt;Harnad-style ID/OA policy&lt;/a&gt;, requiring deposit of articles but pursuing distribution only to the extent that publishers&apos; agreements allow. Although I prefer a &lt;a href=&quot;http://osc.hul.harvard.edu/policies&quot;&gt;Harvard-style approach&lt;/a&gt;, this is also quite a good and reasonable approach. I have some concerns though about the details of the UNT working out of the policy. In particular, they have incorporated into the statement of the policy some language from the Harvard-style policies, which doesn&apos;t sit comfortably with the basic approach they have taken. Below, I argue that the intention of their policy can be more consistently specified, and in the process greatly simplified.&lt;/p&gt;
&lt;p&gt;Here is the operative language in the current policy draft. (There is much more to the policy document, but the core is described in these paragraphs.)&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;In support of greater access to scholarly works, the UNT Community Members agree to the following for peer-reviewed, accepted-for-publication journal articles:&lt;/p&gt;
&lt;ol style=&quot;padding-left: 30px&quot;&gt;
&lt;li&gt;
&lt;em&gt;Immediate Deposit: &lt;/em&gt;Each UNT Community Member deposits a digital copy of his/her accepted manuscript, no later than the date of its publication. Deposit is made into the UNT Libraries scholarly works repository. Deposit of manuscripts provides long-lasting protection and preservation of scholarly works from loss due to computer failures.&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Open Access/Optional Delayed Open Access: &lt;/em&gt;The author is encouraged to make the deposit available to the public by setting access to the deposit as Open Access Immediately Upon Deposit (the default). Upon express direction by a UNT Community Member for an individual article, the Provost or Provost’s designate (e.g., the Scholarly Communication Officer) will adjust the Open Access Immediately Upon Deposit requirement to align with the UNT Community Member’s request and/or to align with publishers’ policies regarding open access of self-archived works.&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Licensing: &lt;/em&gt;Each UNT Community Member grants to UNT permission to make scholarly peer-reviewed journal articles to which he or she made intellectual contributions publicly available in the UNT Libraries Scholarly Works Repository for the purpose of open dissemination and preservation, subject to Open Access option selected above. Each UNT community member grants to UNT a nonexclusive, irrevocable, worldwide license to exercise any and all rights under copyright relating to his or her scholarly articles, in any medium, and to authorize others to do so, provided that the articles are not sold. The Provost or Provost&apos;s designate (e.g., the Scholarly Communication Officer) will waive application of the license for a particular article upon express direction by a community member.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The first paragraph mandates deposit of the manuscript.  The second specifies distribution consistent with publishers&apos; policies. So far, this is the ID/OA policy.&lt;/p&gt;
&lt;p&gt;The third paragraph seems to specify rights retention à la a &lt;a href=&quot;http://osc.hul.harvard.edu/policies&quot;&gt;Harvard-style policy&lt;/a&gt;. In fact, a policy consisting of just paragraphs 1 and 3 would more or less constitute the Harvard policy. But why would broad rights need to be retained (paragraph 3) if no distribution beyond what publishers will allow (paragraph 2) is envisioned? Indeed, such broad rights retention may well lead to the possibility that the policy would inherit the problematic aspects of the Harvard-style policy (occasional requirements by publishers to get waivers of the license), without its advantages (wholesale rights retention for a broad swath of articles independent of publishers&apos; policies). There is an inherent tension between the second and third paragraphs that acts to the detriment of the policy. In summary, if you&apos;re not going to use rights beyond what publishers allow, don&apos;t retain them. It just muddies the water.&lt;/p&gt;
&lt;p&gt;This might argue for merely dropping paragraph 3 and going for a straight ID/OA policy, and that would be one reasonable approach. (Another reasonable approach would be to drop paragraph 2 and go for a Harvard-style policy, but this is clearly not UNT&apos;s intention.) However, there is one advantage to the rights retention aspect, namely that once the policy is enacted, no further effort will be needed for the university to acquire by default whichever rights the publishers &lt;em&gt;do&lt;/em&gt; allow. But this advantage can be maintained without the broad language of the third paragraph, and in so doing, the entire policy can be simplified considerably.&lt;/p&gt;
&lt;p&gt;My recommendation would be to simplify the third paragraph to grant only those rights needed to do what the policy envisions. Something along the following lines would work:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&lt;em&gt;Licensing: &lt;/em&gt;Each UNT Community Member grants to UNT permission to make scholarly peer-reviewed journal articles to which he or she made intellectual contributions publicly available in the UNT Libraries Scholarly Works Repository for the purpose of open dissemination and preservation subject to publishers&apos; restrictions. In legal terms, each UNT community member grants to UNT for each of his or her scholarly articles a nonexclusive, irrevocable, worldwide license to exercise those rights under copyright that the author retains in any agreements with the article&apos;s publishers. The Provost or Provost&apos;s designate (e.g., the Scholarly Communication Officer) will waive application of the license for a particular article upon express direction by a community member.&lt;/p&gt;
&lt;p&gt;Once this restricted license is in force, UNT would have rights to distribute as widely as the publisher allows but no more, as is clearly the policy&apos;s original intent. At that point, the second paragraph (encouraging the author to allow distribution as broadly as possible) would no longer be needed. The university &lt;em&gt;could already do so&lt;/em&gt; based on the license it was granted. If an author didn&apos;t want the university to distribute the article for any reason (as envisioned in the second paragraph phrase &quot;to align with the UNT Community Member’s request&quot;), the waiver aspect of the licensing clause would already allow for this.&lt;/p&gt;
&lt;p&gt;Presumably, the number of waivers generated under this approach would be minuscule, as publishers would have no incentive whatsoever to require a waiver for publication; the policy involves no license to the university beyond what a publisher would already allow.&lt;/p&gt;
&lt;p&gt;While we&apos;re adjusting language, I&apos;d also recommend dropping the sentence providing motivation for deposit, which is appropriate for the explanatory material about the policy, but not its formal statement.&lt;/p&gt;
&lt;p&gt;With these changes, the UNT policy becomes much simpler, more consistent, and would be what it was presumably envisioned as, an ID/OA policy with a built-in license to make sure that the university could distribute articles to the extent publishers allowed. This approach is an interesting variant open-access policy to be considered by other institutions in addition to the original ID/OA and Harvard-style approaches.&lt;/p&gt;
&lt;p&gt;For completeness, the language I would propose (at least while hewing as close to the original UNT language as possible) would be something like the following:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;In support of greater access to scholarly works, the UNT Community Members agree to the following for peer-reviewed, accepted-for-publication journal articles:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;em&gt;Immediate Deposit: &lt;/em&gt;Each UNT Community Member deposits a digital copy of his/her accepted manuscript, no later than the date of its publication into the UNT Libraries scholarly works repository.&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Licensing: &lt;/em&gt;Each UNT Community Member grants to UNT permission to make scholarly peer-reviewed journal articles to which he or she made intellectual contributions publicly available in the UNT Libraries Scholarly Works Repository for the purpose of open dissemination and preservation subject to publishers&apos; restrictions. In legal terms, each UNT community member grants to UNT for reach of his or her scholarly articles a nonexclusive, irrevocable, worldwide license to exercise those rights under copyright that the author retains in any agreements with the article&apos;s publishers. The Provost or Provost&apos;s designate (e.g., the Scholarly Communication Officer) will waive application of the license for a particular article upon express direction by a community member.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I must mention that I am not a lawyer, and have not vetted my proposal with any lawyers, and am not making any claims about the legal force or appropriateness of the original or modified language. That is the job for the UNT General Counsel&apos;s Office.&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;&lt;a class=&quot;zemanta-pixie-a&quot; title=&quot;Reblog this post [with Zemanta]&quot; href=&quot;http://reblog.zemanta.com/zemified/bf2cebf9-912a-47bf-9f71-8e2de362e739/&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;border: none;float: right&quot; src=&quot;/assets/2010/06/reblog_e.png?x-id=bf2cebf9-912a-47bf-9f71-8e2de362e739&quot; alt=&quot;Reblog this post [with Zemanta]&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>Green OA as "appropriation"</title>
   <link href="https://occasionalpamphlet.com/2010/05/27/green-oa-as-appropriation/"/>
   <updated>2010-05-27T20:52:02+00:00</updated>
   <id>https://occasionalpamphlet.com/2010/05/27/green-oa-as-appropriation</id>
   <content type="html">&lt;p&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/REC-html40/loose.dtd&quot;&gt;&lt;br /&gt;
&lt;html&gt;&lt;body&gt;&lt;br /&gt;
&lt;a href=&quot;http://dash.harvard.edu/&quot;&gt;&lt;img src=&quot;/assets/2010/05/header_dash.gif&quot; border=&quot;0&quot; alt=&quot;&quot; align=&quot;right&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://openaccess.unt.edu/sites/default/files/05-10/Thatcher_UNT_OASymposium_18May2010.pdf&quot;&gt;Sandy Thatcher feels&lt;/a&gt; &quot;very uneasy about the massive postings of Green OA articles at sites like &lt;a href=&quot;http://dash.harvard.edu&quot;&gt;Harvard’s&lt;/a&gt;, which given that university’s great prestige may well lead to the widespread appropriation of those versions by scholars who find it easier to access them OA than to hunt down (and perhaps pay for) the final versions.&quot; He should rest assured that we make every effort to make clear what version we are providing and where the version of record resides. We provide links to the version of record (when available) on the metadata page for each article (see &lt;a href=&quot;http://dash.harvard.edu/handle/1/4140820&quot;&gt;here&lt;/a&gt; for a sample), and have even modified the DSpace software that runs our repository so that it provides users with links to the version of record on search results pages (&lt;a href=&quot;http://dash.harvard.edu/search?scope=/&amp;amp;query=economic+budget+policy&amp;amp;rpp=10&amp;amp;sort_by=0&amp;amp;order=DESC&amp;amp;submit=Go&quot;&gt;like this&lt;/a&gt;) before they even get to the metadata page for the article. We provide citation information and links to the definitive version on the metadata page as well as on a front page added to the PDF for downloaded articles (for instance, &lt;a href=&quot;http://dash.harvard.edu/bitstream/handle/1/4140820/journal.pbio.1000165.pdf?sequence=2&quot;&gt;this PDF&lt;/a&gt;). The PDF link is even clickable to go to the publisher&apos;s site for the version of record. In short, we try to make it as easy as possible to &quot;hunt down&quot; the version of record.&lt;/p&gt;
&lt;p&gt;Calling the mere use of an article in the repository an &quot;appropriation&quot; seems tendentious. To appropriate is &quot;&lt;a href=&quot;http://dictionary.reference.com/browse/appropriate&quot;&gt;to take possession of or make use of exclusively for oneself, often without permission&lt;/a&gt;.&quot; But in this case, there is nothing exclusive about the use of the articles, and permission is provided for. There is no inappropriate taking going on in DASH, or even in the Harvard OA policy, which allows for waivers of the license to Harvard. Publishers can feel free to institute and enforce policies to require waivers of the license for articles they publish if they fear that it might harm their business model -- though few have done so. I expect many publishers appreciate that Green OA is &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2009/06/08/the-death-of-scholarly-journals/&quot;&gt;not really the big problem for their business model&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;On the other hand, I second the sentiment expressed by Dr. Thatcher that he &quot;look[s] forward eagerly to the day when OA fully takes over the dissemination of scholarship...partly because it will solve the problem I have with Green OA now.&quot; I agree that Green OA is a short term mitigation of an underlying problem that needs a fuller solution involving modifying the scholarly communication system in general.&lt;/body&gt;&lt;/html&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>World's most excruciatingly ironic conference?</title>
   <link href="https://occasionalpamphlet.com/2010/05/01/worlds-most-excruciatingly-ironic-conference/"/>
   <updated>2010-05-01T20:20:31+00:00</updated>
   <id>https://occasionalpamphlet.com/2010/05/01/worlds-most-excruciatingly-ironic-conference</id>
   <content type="html">&lt;p&gt;Could this be the world&apos;s most excruciatingly ironic conference?  The Second International Symposium on Peer Reviewing (ISPR 2010) is soliciting papers. Their call for papers emphasizes the sorry state of peer-review, calling for &quot;more research and reflections [that] are urgently needed on research quality assurance and, specifically, on Peer Review.&quot; What could be more reasonable than a conference to improve the quality of peer review and the standards of research dissemination?&lt;/p&gt;
&lt;p&gt;The conference itself is part of the 14th World Multi-Conference on Systemics, Cybernetics and Informatics: WMSCI 2010, and organized by the same institution, the International Institute of Informatics and Systemics (IIIS). Here&apos;s the irony: IIIS and the WMSCI conferences are &lt;a href=&quot;http://en.wikipedia.org/wiki/WMSCI#Acceptance_controversies&quot;&gt;notorious for their lax standards&lt;/a&gt; for paper acceptance, as a cursory web search testifies. For example, Justin Zobel has &lt;a href=&quot;http://goanna.cs.rmit.edu.au/~jz/sci/&quot;&gt;described his experience&lt;/a&gt; in submitting three papers to the 2002 WMSCI conference, all three completely unsuitable for publication in any venue whatsoever. (One, for instance, consisted of alternating sentences from two other papers on different topics. Zobel&apos;s excerpts of the papers form very entertaining reading.) All three were accepted for publication with no reviews or comments provided, even after repeated prompting. The WMSCI 2005 conference even &lt;a href=&quot;http://pdos.csail.mit.edu/scigen/#examples&quot;&gt;accepted a computer-generated paper&lt;/a&gt; without review.&lt;/p&gt;
&lt;p&gt;More suspicious signs: The conference charges a registration fee per accepted paper, not per participant. And presentation of the paper, even attendance at the conference, seems to be optional (but you still have to pay the registration fee). WMSCI&apos;s hounding of researchers for papers is also legendary. It led to &lt;a href=&quot;http://www.scs.stanford.edu/~dm/&quot;&gt;David Mazières&lt;/a&gt;, a computer science professor at Stanford, submitting a paper to WMSCI 2005 entitled &quot;&lt;a href=&quot;http://www.scs.stanford.edu/~dm/home/papers/remove.pdf&quot;&gt;Get me off Your Fucking Mailing List&lt;/a&gt;&quot;, complete with topic-appropriate charts and graphs.&lt;/p&gt;
&lt;p&gt;Clearly, the organizers of the WMSCI conference and its many satellite conferences are not too concerned with optimizing peer review and solving problems with &quot;research quality assurance&quot;. Yet these are the very organizers of the 2010 International Symposium on Peer Reviewing. The cynicism undergirding this &quot;symposium&quot; is truly jaw-dropping.&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;&lt;a class=&quot;zemanta-pixie-a&quot; title=&quot;Reblog this post [with Zemanta]&quot; href=&quot;http://reblog.zemanta.com/zemified/1a498249-f300-41bc-9b0f-d6f9c05a8330/&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;border: medium none;float: right&quot; src=&quot;/assets/2010/05/reblog_e.png?x-id=1a498249-f300-41bc-9b0f-d6f9c05a8330&quot; alt=&quot;Reblog this post [with Zemanta]&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>Presidents and provosts present an open letter supporting FRPAA</title>
   <link href="https://occasionalpamphlet.com/2010/04/27/presidents-and-provosts-present-an-open-letter-supporting-frpaa/"/>
   <updated>2010-04-27T14:53:42+00:00</updated>
   <id>https://occasionalpamphlet.com/2010/04/27/presidents-and-provosts-present-an-open-letter-supporting-frpaa</id>
   <content type="html">&lt;p&gt;Twenty-seven university presidents and provosts have posted an open letter in support of FRPAA. The list of institutions includes Harvard, Dartmouth, Princeton, Cornell, Duke, Stanford, Tulane, Rutgers, Indiana, two campuses of the University of Texas, and the University of California system and two of its individual campuses. The letter echoes an earlier letter supporting the 2006 version of the bill. The &lt;a href=&quot;http://www.provost.harvard.edu/reports/FRPAA_Open_Letter.pdf&quot;&gt;original posting&lt;/a&gt; is hosted at &lt;a href=&quot;http://www.provost.harvard.edu/reports/&quot;&gt;the web site&lt;/a&gt; of &lt;a href=&quot;http://www.provost.harvard.edu/people/&quot;&gt;Harvard&apos;s provost&lt;/a&gt; (one of &lt;a href=&quot;http://osc.hul.harvard.edu/docs/FRPAA-open-letter-2010.php#signatures&quot;&gt;the signatories&lt;/a&gt;), and Harvard&apos;s &lt;a href=&quot;http://osc.hul.harvard.edu/&quot;&gt;Office for Scholarly Communication&lt;/a&gt; &lt;a href=&quot;http://osc.hul.harvard.edu/docs/FRPAA-open-letter-2010.php&quot;&gt;provides a copy&lt;/a&gt; as well.&lt;/p&gt;
&lt;p&gt;An excerpt:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;The United States Congress will have the opportunity to consider the Federal Research Public Access Act (FRPAA). FRPAA would require Federal agencies whose extramural research budgets exceed $100 million to develop policies ensuring open, public access to the research supported by their grants or conducted by their employees. This Bill embodies core ideals shared by higher education, research institutions and their partners everywhere. The Bill builds upon the success of the first U.S. policy for public access to publicly funded research – implemented in 2008 through the National Institutes of Health – and mirrors the intent of campus-based policies for research access that are being adopted by a growing number of public and private institutions across the nation.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;We believe that this legislation represents a watershed and provides an opportunity for the entire U.S. higher education and research community to draw upon their traditional partnerships and collaboratively realize the unquestionably good intentions of the Bill’s framers – broadening access to publicly funded research in order to accelerate the advancement of knowledge and maximize the related public good. By ensuring broad and diverse access to taxpayer-funded research the Bill also supports the intuitive and democratic principle that, with reasonable exceptions for issues of national security, the public ought to have access to the results of activities it funds.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;The broad dissemination of the results of scholarly inquiry and discourse is essential for higher education to fulfill its long-standing commitment to the advancement and conveyance of knowledge. Indeed, it is mission critical. For the land-grant and publicly funded institutions among us, it addresses the complementary commitment to public service and public access that is included in our charters. In keeping with this mission, we agree with FRPAA’s basic premise that enabling the broadest possible access to new ideas resulting from government-funded research promotes progress, economic growth, and public welfare. Furthermore, we know that, when combined with public policy such as FRPAA proposes, the Internet and digital technology are powerful tools for removing access barriers and enabling new and creative uses of the results of research.&lt;/p&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>FRPAA bill introduced into House of Representatives</title>
   <link href="https://occasionalpamphlet.com/2010/04/16/frpaa-bill-introduced-into-house-of-representatives/"/>
   <updated>2010-04-16T20:05:18+00:00</updated>
   <id>https://occasionalpamphlet.com/2010/04/16/frpaa-bill-introduced-into-house-of-representatives</id>
   <content type="html">&lt;div class=&quot;zemanta-img&quot; style=&quot;margin: 1em&quot;&gt;
&lt;div&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;a href=&quot;http://commons.wikipedia.org/wiki/Image:110th_US_Senate_class_photo.jpg&quot;&gt;&lt;img title=&quot;A class photo of the 110th United States Senate.&quot; src=&quot;/assets/2010/04/300px-110th_US_Senate_class_photo.jpg&quot; alt=&quot;A class photo of the 110th United States Senate.&quot; width=&quot;300&quot; height=&quot;225&quot;&gt;&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;Image via &lt;a href=&quot;http://commons.wikipedia.org/wiki/Image:110th_US_Senate_class_photo.jpg&quot;&gt;Wikipedia&lt;/a&gt;
&lt;/dd&gt;
&lt;/dl&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;The FRPAA bill -- &lt;a href=&quot;http://thomas.loc.gov/cgi-bin/bdquery/z?d111:s.01373:&quot;&gt;S.1373&lt;/a&gt; in the Senate -- has just been introduced into the House as &lt;a href=&quot;http://thomas.loc.gov/cgi-bin/bdquery/z?d111:h5037:&quot;&gt;HR.5037&lt;/a&gt;. The bill calls for federal agencies to &quot;develop public access policies relating to research conducted by employees of that agency or from funds administered by that agency.&quot; You can &lt;a href=&quot;http://www.taxpayeraccess.org/action/action_frpaa/10-0416.shtml&quot;&gt;register your support for the bill&lt;/a&gt;.&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;
&lt;a class=&quot;zemanta-pixie-a&quot; title=&quot;Reblog this post [with Zemanta]&quot; href=&quot;http://reblog.zemanta.com/zemified/c335cfd8-b4eb-4551-9e8a-42e0f248bfe4/&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;border: medium none;float: right&quot; src=&quot;/assets/2010/04/reblog_e.png?x-id=c335cfd8-b4eb-4551-9e8a-42e0f248bfe4&quot; alt=&quot;Reblog this post [with Zemanta]&quot;&gt;&lt;/a&gt;&lt;span class=&quot;zem-script more-related pretty-attribution&quot;&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>Happy Ada Lovelace Day</title>
   <link href="https://occasionalpamphlet.com/2010/03/24/happy-ada-lovelace-day/"/>
   <updated>2010-03-24T19:59:07+00:00</updated>
   <id>https://occasionalpamphlet.com/2010/03/24/happy-ada-lovelace-day</id>
   <content type="html">&lt;table width=&quot;150&quot; align=&quot;right&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;a href=&quot;http://dssmhi1.fas.harvard.edu/emuseumdev/code/emuseum.asp?style=browse&amp;amp;currentrecord=1&amp;amp;page=search&amp;amp;profile=objects&amp;amp;searchdesc=babbage&amp;amp;quicksearch=babbage&amp;amp;sessionid=FE7C53AC-DC15-4B5D-BADF-C6B2803FE64C&amp;amp;action=quicksearch&amp;amp;style=single&amp;amp;currentrecord=1&quot;&gt;&lt;img title=&quot;Fragment of Babbage&apos;s difference engine&quot; src=&quot;/assets/2010/03/B007635_pro.jpg&quot; border=&quot;0&quot; alt=&quot;Fragment of Babbage&apos;s difference engine&quot; width=&quot;150&quot;&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Fragment  of &lt;a class=&quot;zem_slink&quot; title=&quot;Charles Babbage&quot; rel=&quot;wikipedia&quot; href=&quot;http://en.wikipedia.org/wiki/Charles_Babbage&quot;&gt;Charles Babbage&apos;s first difference engine, from the collection of  the Harvard University Collection of Historical Scientific Instruments.&lt;/a&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In honor of &lt;a href=&quot;http://findingada.com/about/&quot;&gt;Ada Lovelace Day&lt;/a&gt;, here is a fragment of Charles Babbage&apos;s difference engine, from the &lt;a href=&quot;http://www.fas.harvard.edu/%7Ehsdept/chsi.html&quot;&gt;Collection of Historical Instruments&lt;/a&gt; at &lt;a class=&quot;zem_slink&quot; title=&quot;Harvard University&quot; rel=&quot;homepage&quot; href=&quot;http://www.harvard.edu/&quot;&gt;Harvard University&lt;/a&gt;. Babbage went on to design a programmable computer, the &lt;a class=&quot;zem_slink&quot; title=&quot;Analytical engine&quot; rel=&quot;wikipedia&quot; href=&quot;http://en.wikipedia.org/wiki/Analytical_engine&quot;&gt;Analytical Engine&lt;/a&gt;, though it was never built. However, &lt;a href=&quot;http://en.wikipedia.org/wiki/Ada_Lovelace&quot;&gt;Augustus &lt;span class=&quot;zem_slink&quot;&gt;Ada King, Countess of Lovelace&lt;/span&gt;&lt;/a&gt;, in her 1843 translation, annotation, and augmentation of a French description of the machine, provided an algorithm for computing the &lt;a class=&quot;zem_slink&quot; title=&quot;Bernoulli number&quot; rel=&quot;wikipedia&quot; href=&quot;http://en.wikipedia.org/wiki/Bernoulli_number&quot;&gt;Bernoulli numbers&lt;/a&gt;, which is arguably the first algorithm designed for computer implementation. She is consequently considered the world&apos;s first &lt;a href=&quot;http://en.wikipedia.org/wiki/Computer_programmer&quot;&gt;computer programmer&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;UPDATE (May 2, 2010): &lt;/strong&gt;Bruce Beresford will apparently be directing a movie about Ada Lovelace entitled &quot;The Enchantress of Numbers&quot;, starring &lt;a href=&quot;http://www.empireonline.com/news/feed.asp?NID=27628&quot;&gt;Billy Crudup&lt;/a&gt; as Charles Babbage and perhaps &lt;a href=&quot;http://cinemablend.com/new/Zooey-Deschanel-To-Play-Enchantress-Of-Numbers-Ada-Lovelace-18148.html&quot;&gt;Zooey Deschanel&lt;/a&gt; (&lt;a href=&quot;http://www.geekosystem.com/zooey-deschanel-not-ada-lovelace/&quot;&gt;or not&lt;/a&gt;) as the Countess herself. A way cooler computer science film, honestly, than &lt;a href=&quot;http://weblogs.variety.com/bfdealmemo/2009/09/fincher-makes-facebook-connections.html&quot;&gt;a mo&lt;/a&gt;&lt;a href=&quot;http://weblogs.variety.com/bfdealmemo/2009/09/fincher-makes-facebook-connections.html&quot;&gt;vie about Facebook&lt;/a&gt;.&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;&lt;a class=&quot;zemanta-pixie-a&quot; title=&quot;Reblog this post [with Zemanta]&quot; href=&quot;http://reblog.zemanta.com/zemified/1496383c-4e54-4066-983a-e0e9239c7223/&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;border: medium none;float: right&quot; src=&quot;/assets/2010/03/reblog_e.png?x-id=1496383c-4e54-4066-983a-e0e9239c7223&quot; alt=&quot;Reblog this post [with Zemanta]&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>Harvard Business School approves open-access policy</title>
   <link href="https://occasionalpamphlet.com/2010/02/28/harvard-business-school-approves-open-access-policy/"/>
   <updated>2010-02-28T21:38:37+00:00</updated>
   <id>https://occasionalpamphlet.com/2010/02/28/harvard-business-school-approves-open-access-policy</id>
   <content type="html">&lt;p&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/REC-html40/loose.dtd&quot;&gt;&lt;br /&gt;
&lt;html&gt;&lt;body&gt;&lt;br /&gt;
&lt;img src=&quot;/assets/2010/02/Harvard_business_school_baker_library_2009a.JPG&quot; alt=&quot;&quot; width=&quot;150&quot; align=&quot;right&quot;&gt;Two years to the day after the &lt;a href=&quot;http://www.fas.harvard.edu/home/&quot;&gt;Faculty of Arts and Sciences&lt;/a&gt; became &lt;a href=&quot;http://harvardmagazine.com/2008/05/open-access.html&quot;&gt;the first school at Harvard to vote an open-access policy&lt;/a&gt;, the Harvard Business School enacted their own policy on February 12, 2010, becoming the fifth Harvard school with a similar policy. Under &lt;a href=&quot;http://osc.hul.harvard.edu/hbspolicy&quot;&gt;the HBS policy&lt;/a&gt;, Like the previous policies, faculty agree to provide copies of their scholarly articles for distribution from the university&apos;s &lt;a href=&quot;http://dash.harvard.edu/&quot;&gt;DASH repository&lt;/a&gt; and grant the university a waivable license to distribute the articles.&lt;/p&gt;
&lt;p&gt;HBS is the second business school to fall under such a policy. MIT&apos;s &lt;a href=&quot;http://mitsloan.mit.edu/&quot;&gt;Sloan School of Management&lt;/a&gt; is covered by &lt;a href=&quot;http://info-libraries.mit.edu/scholarly/faculty-and-researchers/mit-faculty-open-access-policy/&quot;&gt;the similar MIT policy&lt;/a&gt; that was enacted March 18, 2009.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Correction (March 1, 2010):&lt;/strong&gt; The HBS policy is the third OA policy of a business school, not the second, by virtue of the &lt;a href=&quot;https://mx2.arl.org/Lists/SPARC-OAForum/Message/5089.html&quot;&gt;predating policy&lt;/a&gt; of the &lt;a href=&quot;http://www.cbs.dk/&quot;&gt;Copenhagen Business School&lt;/a&gt; of June 2009. Thanks to Stevan Harnad and Peter Suber for pointing out the error.&lt;/p&gt;
&lt;p&gt;(Image of &lt;a href=&quot;http://www.library.hbs.edu/&quot;&gt;Baker Library&lt;/a&gt; at Harvard Business School via &lt;a href=&quot;http://commons.wikipedia.org/wiki/Image:Harvard_business_school_baker_library_2009a.JPG&quot;&gt;Wikipedia&lt;/a&gt;.)&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;&lt;a class=&quot;zemanta-pixie-a&quot; title=&quot;Reblog this post [with Zemanta]&quot; href=&quot;http://reblog.zemanta.com/zemified/f2657954-6e17-48ff-aba8-cd18544d8e1b/&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;border: medium none;float: right&quot; src=&quot;/assets/2010/02/reblog_e.png?x-id=f2657954-6e17-48ff-aba8-cd18544d8e1b&quot; alt=&quot;Reblog this post [with Zemanta]&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&lt;/body&gt;&lt;/html&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Harvard response to White House RFI on public access policies</title>
   <link href="https://occasionalpamphlet.com/2010/01/22/373/"/>
   <updated>2010-01-22T21:11:21+00:00</updated>
   <id>https://occasionalpamphlet.com/2010/01/22/373</id>
   <content type="html">&lt;p&gt;Harvard&apos;s provost Steven Hyman has submitted a response on behalf of the university to the White House Office for Science and Technology Policy&apos;s RFI on public access policies. It should appear on the OSTP blog within a day or so, and is duplicated here as well. I am in strong agreement with the recommendations of Provost Hyman, and hope the White House process will lead to actual policies promoting open access to government-funded research.&lt;!--more--&gt;&lt;/p&gt;
&lt;h3 style=&quot;padding-left: 30px;text-align: center&quot;&gt;&lt;span style=&quot;color: #333333&quot;&gt;HARVARD UNIVERSITY&lt;br /&gt;
OFFICE OF THE PROVOST&lt;/span&gt;&lt;/h3&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;January 21, 2010&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Dr. Diane DiEuliis&lt;br /&gt;
Assistant Director&lt;br /&gt;
Life Sciences Office of Science and Technology Policy&lt;br /&gt;
725 17th Street, NW&lt;br /&gt;
Washington, DC 20502&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;I write on behalf of Harvard University in response to the White House Office of Science and Technology Policy request for information &quot;Public Access Policies for Science and Technology Funding Agencies Across the Federal Government.&quot; In summary, I strongly support White House action to require and enhance public access to government-funded research. I provide our general recommendations, as well as more detailed responses to several of the nine particular questions that were called out in the RFI below. However, I emphasize that decisions on many of the detailed issues under discussion here and in the other responses to the RFI are secondary to the general principle of requiring public access.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;I endorse the view that every federal agency funding non-classified research should require free online access (&quot;public access&quot;) to the peer-reviewed results of that research as soon as possible after its publication. There are three simple yet powerful reasons to take such a step. First, taxpayers deserve access to the results of taxpayer-funded research. Second, public access makes research as visible and useful as it can be, maximizing the return on the public&apos;s enormous investment in the research. Third, public access accelerates research and all the benefits that depend on research, from public health to economic development.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;The United States already recognizes the public interest in amplifying the impact of publicly funded medical research. A strong public-access policy has been in place at the National Institutes of Health (NIH) for more than a year (since April 2008). But the same interest calls on us to amplify the impact of publicly funded research in every field, from alternative sources of energy to public safety to American history and culture. The NIH policy has been good for professional researchers, good for lay readers, good for medical professionals, good for patients, good for the NIH, and good for taxpayers. The same principles should be extended across the federal government.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;While legislation on public access, which I support, is currently pending in Congress, the executive branch can uniquely take direct action to provide for public access, and can nimbly respond as new technologies and conventions are adopted through applications of the fruits of research keeping new policies current. Even Harvard University, whose library is the largest academic library in the world, is not immune to the access crisis that motivates much of the campaign for public-access policies. In fact, the Harvard library system has gone through a series of serials reviews with substantial cancellations, and further cancellations will undoubtedly occur in the future.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;With respect to some of the specific questions posed in the request for information, I provide our recommendations below.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;1. &lt;em&gt;How do authors, primary and secondary publishers, libraries, universities, and the federal government contribute to the development and dissemination of peer reviewed papers arising from federal funds now, and how might this change under a public access policy?&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;A public access policy will not reduce the need for publishers or the services they perform. It will just prevent the fruits of our large public investment in research from being locked up by publishers that provide access only to paying customers. The NIH policy, for example, does not bypass publishers or peer review. It provides public access to peer-reviewed articles accepted for publication by independent (i.e. private-sector or non-governmental) publishers. Other research-funding agencies in the federal government should follow the NIH policy in this regard.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;If publishers believe they cannot afford to allow copies of their articles to be released under a public-access policy, they need not publish federally funded researchers. To date, however, it appears that no publishers have made that decision in response to the NIH policy. Hence, federally funded authors remain free to submit their work to the journals of their choice. Moreover, public access gives authors a much larger audience and much greater impact.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;2. &lt;em&gt;What characteristics of a public access policy would best accommodate the needs and interests of authors, primary and secondary publishers, libraries, universities, the federal government, users of scientific literature, and the public?&lt;br /&gt;
&lt;/em&gt;&lt;br /&gt;
The public access policy should (1) be mandatory, not voluntary, (2) use the shortest practical embargo period, no longer than six months, (3) apply to the final version of the author&apos;s peer-reviewed manuscript, as opposed to the published version, unless the publisher consents to provide public access to the published version, (4) require deposit of the manuscript in a suitable open repository immediately upon acceptance for publication, where it would remain &quot;dark&quot; until the embargo period expired, and (5) avoid copyright problems by requiring federal grantees, when publishing articles based on federally funded research, to retain the right to give the relevant agency a non-exclusive license to distribute a public-access copy of his or her peer-reviewed manuscript.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;There are two compromises here to support publishers: (1) the embargo period or delay before the government releases its public-access copy, and (2) the use of the author&apos;s manuscript rather than the published edition. For the length of the embargo period, publishers will have the exclusive right to distribute the peer-reviewed text, and for the full term of copyright they will have the exclusive right to distribute the published edition of that text, sometimes called the &quot;version of record&quot; (copy-edited, formatted, paginated, and so on). Of course publishers remain free to allow other kinds of distribution as well, for example, by allowing authors to &quot;self-archive&quot; their articles without delay.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;These are compromises because there is a strong public interest in immediate or un-delayed access to the results of publicly-funded research, and a strong public interest in access to the final, published edition of the researchers&apos; results. For more on both, see Questions 6 and 7 below.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;3. &lt;em&gt;Who are the users of peer-reviewed publications arising from federal research? How do they access and use these papers now, and how might they if these papers were more accessible? Would others use these papers if they were more accessible, and for what purpose?&lt;br /&gt;
&lt;/em&gt;&lt;br /&gt;
Public access helps professional researchers as well as lay readers. It helps professional researchers who don&apos;t have access to the same literature through their institutions and it helps lay readers who generally don&apos;t have any access at all. (Public libraries rarely subscribe to peer-reviewed research journals.)&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;It doesn&apos;t matter whether many lay readers, or few, are able to read peer-reviewed research literature or have reason to do so. But even if there are many, the primary beneficiaries of a public-access policy will be professional researchers, who constitute the intended audience for this literature and who depend on access to it for their own work.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;If the United States extends a public-access mandate across the federal government, then lay citizens with no interest in reading this literature for themselves will benefit indirectly because researchers will benefit directly.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Just last month, the Research Information Network released a report showing that researchers can discover new research more easily than they can access or retrieve it, and that access barriers slow their research, hinder collaboration, and &quot;may well affect the quality and integrity of work produced....&quot; &amp;lt;&lt;a href=&quot;http://www.rin.ac.uk/our-work/using-and-accessing-information-resources/overcoming-barriers-access-research-information&quot;&gt;http://www.rin.ac.uk/our-work/using-and-accessing-information-resources/overcoming-barriers-access-research-information&lt;/a&gt;&amp;gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;That is the primary problem for which public access is the solution.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;6. &lt;em&gt;What version of the paper should be made public under a public access policy (e.g., the author&apos;s peer reviewed manuscript or the final published version)? What are the relative advantages and disadvantages to different versions of a scientific paper?&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;The policy should require public access to the final version of the author&apos;s peer-reviewed manuscript. This makes the publisher the sole distributor of the published version, unless of course the publisher has consented to allow author-initiated self-archiving or some other form of distribution. The NIH allows willing publishers to substitute the final published edition for the author&apos;s peer-reviewed manuscript in the government repository.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;The published edition contains the final (often copy-edited) version of the language. It also contains authoritative pagination. For these reasons, the published edition is preferable for citing a paper or quoting from it. However, for the purposes of advancing research, it is sufficient for researchers to have access to the peer-reviewed manuscript. Allowing publishers to be the exclusive distributors of the published editions will help protect their business models, and will not harm research; hence, it is an attractive compromise.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;7. &lt;em&gt;At what point in time should peer-reviewed papers be made public via a public access policy relative to the date a publisher releases the final version? Are there empirical data to support an optimal length of time? Should the delay period be the same or vary for levels of access (e.g., final peer reviewed manuscript or final published article, access under fair use versus alternative license), for federal agencies and scientific disciplines?&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;The embargo period (time between publication and public-access) should be as short as possible. Because the public has a strong interest in immediate access, any delay is a compromise, and we should not compromise the public interest any more than absolutely necessary.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;The NIH policy allows a 12-month embargo. However, I recommend a maximum six-month embargo, not only for other agencies but for the NIH itself. This is also the position taken by FRPAA. The NIH is the only medical funder in the world with an open access policy allowing an embargo longer than six months. Every other agency without exception caps the embargo at six months: the Arthritis Research Campaign (UK), British Heart Foundation, Canadian Breast Cancer Research Alliance, Canadian Health Services Research Foundation, Canadian Institutes of Health Research, European Research Council, Cancer Research UK, Chief Scientist Office of the Scottish Executive Health Department, Department of Health (UK), Fonds de la recherche en santé du Québec (Canada), Fund to Promote Scientific Research (Austria), Genome Canada, Howard Hughes Medical Institute, Joint Information Systems Committee (UK), Michael Smith Foundation for Health Research (Canada), National Cancer Institute of Canada, National Institute for Health Research (UK), Vetenskapsrådet (Swedish Research Council, Sweden), and the Wellcome Trust (UK).&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;When the European Research Council adopted its public-access mandate (December 2007), it adopted a six month embargo but added: &quot;The ERC is keenly aware of the desirability to shorten the period between publication and open access beyond the currently accepted standard of 6 months.&quot; &amp;lt;&lt;a href=&quot;http://erc.europa.eu/pdf/ScC_Guidelines_Open_Access_revised_Dec07_FINAL.pdf&quot;&gt;http://erc.europa.eu/pdf/ScC_Guidelines_Open_Access_revised_Dec07_FINAL.pdf&lt;/a&gt;&amp;gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;When the European Heads of Research Councils (EuroHORCs) — representing all the major funding agencies in 24 European countries — recommended that its members adopt public-access mandates (April 2008), it also recommended that they &quot;reduce embargo time to not more than six months and later to zero.&quot; &amp;lt;&lt;a href=&quot;http://www.eurohorcs.org/SiteCollectionDocuments/EUROHORCs_Recommendations_Op%20enAccess_200805.pdf&quot;&gt;http://www.eurohorcs.org/SiteCollectionDocuments/EUROHORCs_Recommendations_Op enAccess_200805.pdf&lt;/a&gt;&amp;gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;When the Canadian Library Association recommended that Canadian libraries support public-access policies (May 2008), it wrote, &quot;If delay or embargo periods are permitted to accommodate publisher concerns, these should be considered temporary, to provide publishers with an opportunity to adjust, and a review period should be built in, with a view to decreasing or eliminating any delay or embargo period.&quot; &amp;lt;&lt;a href=&quot;http://www.cla.ca/AM/Template.cfm?Section=Position_Statements&amp;amp;Template=/CM/ContentDisplay.cfm&amp;amp;ContentID=5306&quot;&gt;http://www.cla.ca/AM/Template.cfm?Section=Position_Statements&amp;amp;Template=/CM/ContentDisplay.cfm&amp;amp;ContentID=5306&lt;/a&gt;&amp;gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;If embargo periods should be no longer than necessary, then how long is necessary? This is a difficult question, chiefly because it is difficult to choose the most appropriate criteria. Publishers have often suggested that public-access policies should use embargo periods no shorter than those that publishers voluntarily adopt for themselves. This, at least, is the wrong criterion. Either it presupposes that publishers are already trying to minimize their embargo periods, or it presupposes that funding agencies have the same interests as publishers. Both are untrue.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;I am not ready to propose the exact length of the shortest necessary embargo. But I urge that the decision be made in light of this principle: the public interest in shortening delays and the private interests in lengthening delays must each give up something. The public interest bends by allowing some delay (any delay). If we allow publishers the same delays they voluntarily adopt for themselves, then there is no compromise; we simply subordinate the public interest to private interests.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;9. &lt;em&gt;Access demands not only availability, but also meaningful usability. How can the federal government make its collections of peer-reviewed papers more useful to the American public? By what metrics (e.g., number of articles or visitors) should the Federal government measure success of its public access collections? What are the best examples of usability in the private sector (both domestic and international)? And, what makes them exceptional? Should those who access papers be given the opportunity to comment or provide feedback?&lt;/em&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Among the metrics for measuring success, I can propose these: the compliance rate (how many articles that the policy intends to open up have actually been opened up); the number of downloads from the public-access repositories; and the number of citations to the public-access articles. As we use different metrics, we must accept that we will never have an adequate control group: a set of articles on similar topics, of similar quality, for which there is no public access.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Publishers sometimes cite downloads from public-access repositories as evidence of harm to them. But downloads are not cancellations, and so far publishers have not shown that increased downloads from public-access repositories correlates with increased cancellations. I recommend that increased downloads be regarded as a sign of success, among other signs. It is a sign of meeting previously unmet demand.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Sincerely,&lt;br /&gt;
/signed/&lt;br /&gt;
Steven E. Hyman&lt;br /&gt;
Provost&lt;/p&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>Why not underwrite hybrid fees?</title>
   <link href="https://occasionalpamphlet.com/2009/12/21/why-not-underwrite-hybrid-fees/"/>
   <updated>2009-12-21T03:50:55+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/12/21/why-not-underwrite-hybrid-fees</id>
   <content type="html">&lt;p&gt;Several publisher representatives have recently asked about why the &lt;a href=&quot;http://osc.hul.harvard.edu/hope&quot;&gt;Harvard open-access fund does not cover hybrid fees&lt;/a&gt;. I thought I&apos;d explain my thinking on this issue, though I am certainly not doctrinaire when it comes to institutional underwriting of hybrid fees, and am perfectly in accord with institutions coming to different decisions on the issue.  In fact, as I mention below, I can imagine (counterfactual) situations in which I would support Harvard&apos;s open-access fund underwriting hybrid fees.&lt;/p&gt;
&lt;p&gt;In the case of the current Harvard policy, I&apos;ll explain why for the time being at least we are not underwriting hybrid fees.  My comments extend the arguments I give in &lt;a href=&quot;http://dx.doi.org/10.1371/journal.pbio.1000165&quot;&gt;my &lt;em&gt;PLoS Biology&lt;/em&gt; paper&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hybrid fees would be worth supporting to the extent that (as their proponents claim) they provide an approach to smoothly transitioning to an open-access publication fee business model.  The argument is that as uptake increases in payment of the hybrid fees, revenue smoothly shifts from the reader side to the author side in a revenue-neutral way.  At the end, the journal is openly accessible, with hybrid fees (now become just publication fees) providing the revenue.  To the extent that the hybrid system works this way, there is no &quot;double dipping&quot; — using hybrid fees as a way to increase revenue rather than transitioning to OA in a revenue-neutral manner.  I&apos;ll call such a model &quot;true hybrid&quot;.&lt;/p&gt;
&lt;p&gt;There are two problems with supporting hybrid fee systems.  First, they may not be set up in the way just described as true hybrids, and determining whether this is the case may in fact not be possible.  Second, even if they were set up in this way, game-theoretic problems may inhere in the system that prevent them from realizing the transition.&lt;/p&gt;
&lt;p&gt;Whether &quot;double dipping&quot; is going on is independent of when the hybrid option is set up.  In particular, whether a journal is hybrid from the start or a hybrid option is added well after the journal is founded is irrelevant.  What matters is the dynamics of how hybrid uptake affects subscription fees and revenues.  To be a true hybrid model, hybrid fees must be set at a rate no more than the true average revenue per article, so that &lt;em&gt;universal&lt;/em&gt; uptake of hybrid payments is not a means to revenue enhancement.  Further, uptake of hybrid fee revenues must be directly offset by reductions in subscription fee revenues, so that &lt;em&gt;incremental&lt;/em&gt; uptake of hybrid payments is not a means to revenue enhancement.&lt;/p&gt;
&lt;p&gt;True hybrid journals must therefore have a degree of transparency that is difficult to imagine achieving.  The journal would have to demonstrate linearly decreasing subscription fees in direct proportion to the hybrid fee uptake.  Determining hybrid fee uptake is straightforward.  But determining subscription fee reduction is not.  Publishers practice &lt;a href=&quot;http://works.bepress.com/aaron_edlin/37/&quot;&gt;price discrimination, bundling, and price changes over time&lt;/a&gt;, which separately and together make it impossible to tell what a subscriber&apos;s costs would have been absent the hybrid fee discount.  The issue of transparency is not all or nothing.  Certainly some publishers, &lt;a title=&quot;Oxford University Press&quot; href=&quot;http://www.oxfordjournals.org/oxfordopen/&quot; rel=&quot;homepage&quot;&gt;Oxford University Press&lt;/a&gt; for instance, may be &lt;a href=&quot;http://poeticeconomics.blogspot.com/2008/01/oxford-open-model-for-transitioning-to.html&quot;&gt;more transparent than others&lt;/a&gt; in their hybrid discounting practice.  But determining whether appropriate reductions are taking place is difficult at best.&lt;/p&gt;
&lt;p&gt;Even if there were some way to determine that a journal were a &quot;true hybrid&quot;, receiving no incremental revenue from its hybrid program, there is a more fundamental problem with the normal way in which hybrid programs are implemented, viz., that subscription revenue reductions are shared among all subscribers.  As institutions decide whether or not to underwrite hybrid journals, they are confronted with a kind of &lt;a href=&quot;http://en.wikipedia.org/wiki/Prisoner%27s_dilemma&quot;&gt;prisoner&apos;s dilemma&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In a prisoner&apos;s dilemma, a set of agents can either cooperate or defect.  If they all cooperate, all are better off.  But if any defect, all are worse off except for the defector.  In the case at hand, a cooperating institution underwrites hybrid fees, a defecting institution does not.  Given a status quo ante (as we have) of all institutions defecting, all would be better off if they cooperated, since they would pay the same amount (true hybrids being revenue-neutral) but would gain open access.  However, at the margin, an institution cooperating sees increased costs from the hybrid fees, but only a share (and a small one at that) of the subscription revenue reduction.  Defectors see a reduction in their subscription costs relative to the status quo ante at no cost to themselves.  Though both fully defecting and fully cooperating are &lt;a href=&quot;http://en.wikipedia.org/wiki/Nash_equilibrium&quot;&gt;equilibria&lt;/a&gt;,&lt;a name=&quot;ref1&quot; href=&quot;#fn1&quot;&gt;&lt;/a&gt;&lt;sup&gt;[1]&lt;/sup&gt; there is no transitional path from the former to the latter.  This is an inherent flaw in the hybrid system as traditionally conceived.  Empirical evidence accords with this analysis; uptake of hybrid fees has been exceptionally low.&lt;/p&gt;
&lt;p&gt;It may be that institutions can be convinced to act temporarily against their financial interests in the expectation that others will join them and the cooperating equilibrium will be reached.  Especially in the current economic climate, I&apos;m not sanguine about this prospect.  And without such temporary action against self-interest, the hybrid model is no transitional model at all.  If however, evidence accumulates that the transparency problem can be addressed and true hybrids can be identified and institutions appear increasingly willing to pay these fees against temporary self-interest, I can imagine that the Harvard fund might then change its policy for support.  Similarly, if changes to the hybrid model were made that eliminated the prisoner&apos;s dilemma — I believe that this may be possible, and hope to talk about it &lt;a href=&quot;http://bit.ly/P28iX0&quot;&gt;in a future post&lt;/a&gt; — then again hybrid fees ought to be supportable for true hybrid journals.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;a name=&quot;fn1&quot; href=&quot;#ref1&quot;&gt;&lt;/a&gt;&lt;sup&gt;[1]&lt;/sup&gt;Actually, full cooperation is not an equilibrium per se, as each agent still has an incentive to defect from cooperation even at that point. However, once all agents (or even most) were to cooperate, the hybrid system could be jettisoned for a true OA model that effectively removed the defecting alternative.&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;border: none;float: right&quot; src=&quot;/assets/2009/12/pixy.gif?x-id=79e877f1-578e-4d50-8eb8-d917903c2fd6&quot; alt=&quot;&quot;&gt;&lt;/div&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>Is open-access journal publishing a vanity publishing industry?</title>
   <link href="https://occasionalpamphlet.com/2009/10/16/is-open-access-publishing-a-vanity-publishing-industry/"/>
   <updated>2009-10-16T04:13:26+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/10/16/is-open-access-publishing-a-vanity-publishing-industry</id>
   <content type="html">&lt;p style=&quot;text-align: right&quot;&gt;&lt;em&gt;Pride does not wish to owe and vanity does not wish to pay.&lt;br /&gt;
—Francois De La Rochefoucauld&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Open-access journal publishing has been criticized on a whole range of grounds as being unsustainable, unfair, or ineffective.  Perhaps the starkest criticism is that open-access journals amount to a vanity publishing industry, and will exhibit a &quot;race to the bottom&quot; in which journals compete to lower editorial standards to capture the revenue for publishing articles.  Is open-access journal publishing prone to the problems of a vanity press?&lt;/p&gt;
&lt;p&gt;There are both theoretical and empirical arguments that the concern is unfounded. From a theoretical point of view, the prerequisites for vanity press are not found in scholarly publishing.  From an empirical point of view, current open-access journals display a pricing structure that does not indicate a vanity press industry, as we demonstrate below in a new analysis of OA publication fee data.&lt;!--more--&gt;&lt;/p&gt;
&lt;h3&gt;What is a vanity press?&lt;/h3&gt;
&lt;p&gt;In traditional publishing, such as trade book publishing, authors want to be able to sell their writings to the public as an income source. Publishers provide services to authors to make this possible. Publishers have editorial and production expertise and marketing ability, and most importantly can provide authors entry to distribution mechanisms that make trade publishing scalable, and that are otherwise difficult or impossible to access.  There is thus a natural trade that can go on, authors contracting publishers to provide these services.&lt;/p&gt;
&lt;p&gt;How much should the publisher be paid for this transaction?  Since high-quality books sell better than low-quality books, publishers have an incentive to use their efforts on the best books they can acquire. The better the book, the less the author will have to pay the publisher to take on the project.  Indeed, if the book is good enough, the author may arrange to pay the publisher negative fees.  These are called royalties.&lt;/p&gt;
&lt;p&gt;In such a system, where publishers are attempting to maximize revenues, you would expect that different publishers might establish different quality standards, some pursuing high-quality books likely to sell well but requiring high royalties to acquire rights, others providing lax standards in return for high author fees.  This is in fact what occurs.  The latter type are just the vanity publishers.&lt;/p&gt;
&lt;p&gt;In summary, the higher the publisher&apos;s quality standards, the lower the fee the author must pay for services.  Conversely, if an author is willing to pay enough, some publisher will be willing to take on the publication.  This is the genesis of vanity publishing, and its hallmark is the &lt;em&gt;inverse correlation between publishers&apos; quality standards and the fees they charge&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;Since subscription journals are paid for by or on behalf of their readers, not their authors, there is no useful notion of correlation between a journal&apos;s quality standards and publication fees, as publication fees are constant (and zero).&lt;a name=&quot;ref1&quot; href=&quot;#fn1&quot;&gt;&lt;sup&gt;[1]&lt;/sup&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Open-access journal publishing, however, is likely to have to rely on article-processing fees for the bulk of its revenue.  (In fact, article-processing fees have a lot going for them as a funding model. In particular, they scale extremely well with the cost basis of open-access publishing, since the vast bulk of non-fixed OA publishing costs are first-copy costs.)  This raises the issue of whether open-access publishing might have the negative properties of a vanity press.&lt;/p&gt;
&lt;h3&gt;Why vanity journals might be a problem&lt;/h3&gt;
&lt;p&gt;The existence of vanity open-access journals would not in and of itself be a problematic state of affairs, just as the existence of vanity book publishers does not infect the entire trade book industry with suspicion.  The trade book industry offers a wide range of publishers along a spectrum from highly selective publishers who limit their catalog to books meeting only the highest standards to vanity presses that will publish anything for a fee.  In fact, it is well known that closed-access journals already exhibit a huge variation in quality standards, with some accepting most all submissions and others a tiny fraction; it is conventional wisdom that any article can be published some place. (Some journals, such as Elsevier&apos;s &lt;a href=&quot;http://www.elsevier.com/wps/find/journaldescription.cws_home/522482/description&quot;&gt;&lt;em&gt;Applied Mathematics and Computation&lt;/em&gt;&lt;/a&gt;, have even been &lt;a href=&quot;http://pdos.csail.mit.edu/scigen/blog/index.php?entry=entry070626-110103&quot;&gt;willing to accept computer-generated nonsense articles&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;Rather, the worry is not about vanity journal &lt;em&gt;existence&lt;/em&gt; but vanity journal &lt;em&gt;domination&lt;/em&gt;: A profit-maximizing open-access journal can only increase revenues by increasing the number of articles published or raising the fee per article, both of which will require lowering its quality standards.  Other journals, seeing lower-standard competitors steal articles from them, will have to lower their standards in response to maintain their article flow.  A spiral of lowering standards will result. This race to the bottom could lead to a situation in which there is no longer a wide range of quality standards among journals, but only the low-standard vanity journals will be left standing.&lt;/p&gt;
&lt;p&gt;You see this worry expressed in various forms.  Here is a typical example (via &lt;a href=&quot;http://www.wired.com/medtech/health/news/2005/04/67174&quot;&gt;Open-Access Journals Flourish&lt;/a&gt;):&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;But if the researchers pay, doesn&apos;t it turn journals into servants to authors, like the vanity-press publishers who publish anything for the right price? &quot;In our capitalist society, one of our basic tenets is who pays the fiddler calls the tune,&quot; said Dr. Jeffrey Drazen, editor in chief of the prestigious New England Journal of Medicine, at the national meeting of the Association of Health Care Journalists in Chapel Hill, North Carolina, on April 1.&lt;/p&gt;
&lt;p&gt;It&apos;s possible, Drazen said, that an open-access journal would find itself in deep financial trouble and loosen its standards about the papers it accepts.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;The argument implictly relies on the inverse correlation noted above. With a positive correlation, a journal would need to &lt;em&gt;raise&lt;/em&gt; its quality standards to raise its fee per article.&lt;/p&gt;
&lt;p&gt;Peter Suber has &lt;a href=&quot;http://www.earlham.edu/~peters/fos/newsletter/03-02-04.htm#objreply&quot;&gt;recapitulated&lt;/a&gt; a broad range of &lt;a href=&quot;http://www.earlham.edu/~peters/fos/newsletter/10-02-06.htm#quality&quot;&gt;counterarguments&lt;/a&gt; against the worry that OA journals have intrinsic quality problems. I concentrate here on a particular set of questionable economic assumptions that underly the worry about vanity journal domination.&lt;/p&gt;
&lt;h3&gt;Counterarguments&lt;/h3&gt;
&lt;p&gt;There are multiple assumptions at work in the argument that OA journals would lead to vanity journal domination.&lt;/p&gt;
&lt;p&gt;First is the assumption that journal publishers are purely profit maximizing.  This is true for large parts of the journal market published by commercial firms, but non-profit publishers, including scholarly societies and independent journals, are set up not to maximize profit but to serve their scholarly constituency.&lt;/p&gt;
&lt;p&gt;Second, even if a publisher is profit-maximizing, processing fees need not be publication fees.  Journals are free to charge for other aspects of their services.  In particular, &lt;a href=&quot;http://mccabe.people.si.umich.edu/OA2.pdf&quot;&gt;it has been shown&lt;/a&gt; that the use of submission fees can eliminate any incentive to lower standards to improve revenue, even for profit-maximizing publishers.&lt;/p&gt;
&lt;p&gt;Third, and most important, is the assumption that authors are willing to pay more for journals with lower standards, as they are for trade book publishing.  Whether you accept this assumption depends in large degree on what you think authors are &quot;buying&quot; when they pay a processing fee. To first approximation, scholarly journal publishers provide four kinds of services:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;management of article processing, including peer review&lt;/li&gt;
&lt;li&gt;production (copy-editing, typesetting, etc.)&lt;/li&gt;
&lt;li&gt;branding and imprimatur&lt;/li&gt;
&lt;li&gt;distribution&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;An author&apos;s willingness to pay should correlate with the quality of these services, and all of these services (with the exception of the last in the case of open-access journals) should correlate with the standards of the journal.  Primary among the services is branding, which by definition correlates with standards.  Journals have a good brand exactly because they are selective in publishing only the best articles.&lt;/p&gt;
&lt;p&gt;If you think that authors choose journals to publish in based on the brand of the journal (as a signaling mechanism to demonstrate the quality of their research), then authors should be willing to pay more for higher standards, not less.  In other words, journals should show a positive correlation between processing fee and standards, and the worry about vanity journal domination is ill-founded.&lt;/p&gt;
&lt;p&gt;Now any academic will tell you that imprimatur is exactly the reason that authors select journals.  Academics must publish or perish, but not all publishing is equal.  Publications in high-quality selective journals weigh a lot more than publications in bottom-feeding journals.  Any journal that lowered its standards to raise short-term revenue would soon find its pool of submissions getting thinner and of even lower quality.  It seems obvious to many academics that journals ought to be able to charge more for higher standards, not less.&lt;/p&gt;
&lt;p&gt;Still, it&apos;s an empirical question. Which force is predominant in the journal publishing industry — the short-term profit-maximizing force that generates a negative correlation and vanity journal domination or a brand-payment force that generates a positive correlation and a range of journal qualities?  We answer this question shortly, but first a digression.&lt;/p&gt;
&lt;h3&gt;The importance of editorial independence&lt;/h3&gt;
&lt;p&gt;You hear less of this kind of charge that publication fees lead to vanity press behavior now that major scholarly publishers all have instituted &quot;hybrid open access&quot; charges, where if an author pays a substantial fee (typically $3000 to $3500), the publisher makes the article freely available.  Elsevier, Springer-Kluwer, Wiley-Blackwell, Sage, Taylor and Francis, and &lt;a href=&quot;http://www.sherpa.ac.uk/romeo/PaidOA.html&quot;&gt;dozens of other publishers&lt;/a&gt; now offer this option.&lt;/p&gt;
&lt;p&gt;One might worry that the availability of this option would lead to a journal willing to sell lower standards for authors willing to pay the hybrid fee.  The worry is unfounded for exactly the same reasons that OA journal fees need not lead to a vanity press downward spiral: any lowering of standards would reduce the brand value of the journal that it depends on for its market position.&lt;/p&gt;
&lt;p&gt;The ability to keep considerations of short-term financial gain from affecting quality standards depends on independence of the editorial process.  Hybrid charges don&apos;t lead to vanity press worries because the editorial decisions can be systemically separated from the financial decisions, with no knowledge of whether a person will be paying the fee leaking into the editorial process.  Publishers take pains to point out this separation in their descriptions of their hybrid OA programs.  (&lt;a href=&quot;http://www.springer.com/open+access/open+choice?SGWID=0-40359-0-0-0&quot;&gt;Says Springer&lt;/a&gt;, &quot;There is no difference in the way that they are treated between Springer Open Choice articles and other articles among the well over 100,000 that Springer publishes annually.&quot;) Similarly, it is crucial that editorial decisions not be affected by page charges, color figure charges, and any other author-side charges that a publisher might institute.  Nor should editorial decisions be affected by advertiser interests.  To the extent that subscription-based journals can maintain editorial and financial independence, open-access processing-fee journals should be able to do so as well, and are motivated to do so for the same reasons. The founding of the &lt;a href=&quot;http://www.oaspa.org/index.html&quot;&gt;Open Access Scholarly Publishers Association&lt;/a&gt; is a sign that OA publishers appreciate the importance of sound practices to their authors and their readers.&lt;/p&gt;
&lt;p&gt;Temptations to short-circuit editorial independence for financial reasons exist for subscription-based journals just as for open-access journals. Elsevier was discovered to have &lt;a href=&quot;http://www.the-scientist.com/blog/display/55750/&quot;&gt;published several faux journals&lt;/a&gt; on behalf of and paid for by pharmaceutical companies, and many journals generate substantial revenue from advertising that might skew editorial decisions if not for strong editorial independence.&lt;/p&gt;
&lt;p&gt;Gavin Yamey, an editor at PLoS, is &lt;a href=&quot;http://www.wired.com/medtech/health/news/2005/04/67174&quot;&gt;quoted in Wired&lt;/a&gt; on just this point: &quot;As for the vanity-press charge, Yamey said his company makes exceptions for authors who can&apos;t pay. Editors aren&apos;t in the loop on those decisions, however, &apos;so that cannot influence our decisions on which papers to publish.&apos;&quot;&lt;/p&gt;
&lt;h3&gt;An empirical study&lt;/h3&gt;
&lt;p&gt;I conducted a study to answer the empirical question that I raised before — whether open-access journals present the positive correlation between standards and publication fees indicative of a quality press or the negative correlation indicative of a vanity press.  As a proxy for quality, I used the &lt;a href=&quot;http://www.eigenfactor.org/&quot;&gt;Eigenfactor&lt;/a&gt;-based Article Influence metric, as the Eigenfactor methodology is likely to lead to metrics that are &lt;a href=&quot;http://www.eigenfactor.org/whyeigenfactor.htm&quot;&gt;more comparable across fields&lt;/a&gt;.  Of the Eigenfactor-based metrics, Article Influence is appropriate to use as it, like publication fee against which it will be correlated, is a per-article metric.&lt;/p&gt;
&lt;p&gt;Eigenfactors are calculated using citation data from &lt;a href=&quot;http://www.isiknowledge.com/&quot;&gt;Thomson ISI&lt;/a&gt;.  We therefore extracted from the &lt;a href=&quot;http://www.doaj.org/&quot;&gt;Directory of Open Access Journals&lt;/a&gt; all journals that had a Thomson ISI Impact Factor, and extracted Article Influence scores for each one.&lt;/p&gt;
&lt;p&gt;We also tracked down the fee structure for these journals by examining the journals&apos; web sites or contacting the journals by email or phone if necessary. We were able to acquire data for most, but not all, of the journals. (I am indebted to Tim Credo, Elmer Soriano, and Thomas Dodson for aid in acquiring this data.)&lt;/p&gt;
&lt;p&gt;This data was used to calculate the correlation between publication fees and Article Influence.  For simplicity, we excluded in the analysis those journals that charge a submission fee, as that would require modeling the effect of submission fee as well.  As many have noted, &lt;a href=&quot;http://mccabe.people.si.umich.edu/OA2.pdf&quot;&gt;submission fees in theory mitigate the vanity-press motive&lt;/a&gt; in any case, so the exclusion of these cases is a conservative step in the analysis.&lt;/p&gt;
&lt;p&gt;A scatter plot of the data is shown in the following figure. In the figure I also show best fit lines for all of the journals (the green dotted line) and for those charging a non-zero publication fee (the blue dotted line). (The point in the upper right-hand corner is &lt;a href=&quot;http://www.plosbiology.org/&quot;&gt;PLoS Biology&lt;/a&gt;.)&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/assets/2009/10/vanitypress.png&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;p&gt;[caption id=&quot;attachment_329&quot; align=&quot;alignnone&quot; width=&quot;300&quot; caption=&quot;Graph of Article Influence as a function of publication fee for all open-access journals in DOAJ with publication fees and impact factors. (Click to enlarge.)&quot;]&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/files/2009/10/vanitypress1.png&quot;&gt;&lt;img class=&quot;alignright size-medium wp-image-354&quot; src=&quot;/assets/2009/10/vanitypress1-300x225.png&quot; alt=&quot;vanitypress&quot; width=&quot;300&quot; height=&quot;225&quot;&gt;&lt;/a&gt;[/caption]&lt;/p&gt;
&lt;p&gt;The correlation coefficient between standards and publication fees for those journals that charge them as calculated in the study was .70, a quite high positive correlation.  Even if we include the journals that don&apos;t charge publication fees, the correlation is .47, which is typically thought of as a medium to large positive correlation.  The study clearly demonstrates that OA journals show a positive correlation between fees and standards indicative of a quality press industry, not the negative correlation characteristic of vanity publishing.&lt;/p&gt;
&lt;p&gt;For those interested in the details, I provide (&lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2009/05/29/what-percentage-of-open-access-journals-charge-publication-fees/&quot;&gt;as previously&lt;/a&gt;) &lt;a href=&quot;http://www.eecs.harvard.edu/~shieber/Distrib/Sources/VanityPress/journal-data.csv&quot;&gt;the data that we compiled&lt;/a&gt;, as well as &lt;a href=&quot;http://www.eecs.harvard.edu/~shieber/Distrib/Sources/VanityPress/vanitypress.py&quot;&gt;the computer program that calculated the correlations and generated the plot&lt;/a&gt;. All journal, pricing, and currency exchange data were acquired in January 2009.&lt;/p&gt;
&lt;h3&gt;Vanity journal existence is not a problem in the OA world&lt;/h3&gt;
&lt;p&gt;The positive correlation that the study demonstrates implies that a publisher of an OA journal will be disinclined to reduce standards merely to acquire more fees, since a journal with lower standards will only command lower fees. As it turns out, there is a way for an OA publisher to solve this quandary. Rather than lowering standards for a high-tier journal, it can set up a new journal with lower standards and lower fees to publish the type of articles that the higher-tier journal will not, thereby obtaining the revenues without diluting the brand of the higher-tier journal. In fact, this is the approach that subscription journals have taken for years: increase revenues by founding more journals. The availability of this approach is again consistent with having a healthy range of selectivity in OA journals; it provides a further argument against a race to the bottom.&lt;/p&gt;
&lt;p&gt;Based on this study, then, one should expect that open-access journals will have a broad range of quality standards, from the most selective and expensive to bottom-feeding journals that will publish anything for a low fee. And this is exactly what we find.  The premier &lt;a href=&quot;http://www.plos.org/&quot;&gt;PLoS journals&lt;/a&gt; are as high quality as journals come.  On the other hand, Bentham Science Publishers journals are apparently willing to publish most anything, &lt;a href=&quot;http://scholarlykitchen.sspnet.org/2009/06/10/nonsense-for-dollars/&quot;&gt;including the occasional computer-generated article&lt;/a&gt;.  Scientific Journals International, at a $99.95 processing fee per author per article, shows signs of &lt;a href=&quot;http://listserver.sigmaxi.org/sc/wa.exe?A2=ind08&amp;amp;L=american-scientist-open-access-forum&amp;amp;D=1&amp;amp;O=D&amp;amp;F=l&amp;amp;S=&amp;amp;P=51625&quot;&gt;similar questionable standards&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Does the existence of bottom-feeding journals pose a problem?  Ironically, such journals are far more problematic when they are subscription-based than when they are open-access. Though different journals have different average qualities, even journals that tend to publish lower quality articles trip over a decent one every once in a while.  And when they do, if they use a subscription-fee business model you&apos;ll need to be a subscriber to read it.  At least if they use an OA business model, you can read it without having had to subscribe all along &quot;just in case&quot;. The existence of bottom-feeding open-access journals costs no one except for the authors gullible enough to submit their articles to them. Not so for the low-standards closed-access journals that bulk up bundles and place the very occasional read-worthy article behind a paywall.&lt;/p&gt;
&lt;h3&gt;Conclusion&lt;/h3&gt;
&lt;p&gt;Vanity journal domination is not occurring, nor is it likely to occur, among OA journals.  Vanity journal existence will and does happen among both OA and subscription-fee journals, but at least for OA journals is a benign phenomenon.  As subscription-fee journals more and more charge author-side fees, including hybrid open-access fees, one can only hope that the baseless vanity press recrimination against open-access journals will fade away.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;a name=&quot;fn1&quot; href=&quot;#ref1&quot;&gt;&lt;sup&gt;[1]&lt;/sup&gt;&lt;/a&gt;This is strictly speaking not true. &lt;a href=&quot;http://www.alpsp.org/ngen_public/article.asp?id=200&amp;amp;did=47&amp;amp;aid=270&amp;amp;st=&amp;amp;oaid=-1&quot;&gt;Most subscription-based journals also charge various sorts of author fees&lt;/a&gt;.  And those fees can be quite substantial, &lt;a href=&quot;http://www.sennoma.net/main/archives/2009/06/oa_vs_ta_costs_i_think_i_have.php&quot;&gt;commensurate with open-access journals&apos; article processing fees&lt;/a&gt;. But for the sake of argument, let&apos;s pretend they don&apos;t.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;border: none;float: right&quot; src=&quot;/assets/2009/10/pixy.gif?x-id=2ce0da96-7aa1-418a-8646-95be76ecd725&quot; alt=&quot;&quot;&gt;&lt;/div&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>Harvard's new open-access fund</title>
   <link href="https://occasionalpamphlet.com/2009/09/15/harvards-new-open-access-fund/"/>
   <updated>2009-09-15T20:30:27+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/09/15/harvards-new-open-access-fund</id>
   <content type="html">&lt;p&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/REC-html40/loose.dtd&quot;&gt;&lt;br /&gt;
&lt;html&gt;&lt;body&gt;
&lt;p&gt;Harvard&apos;s participation in &lt;a href=&quot;http://www.oacompact.org/&quot;&gt;the open-access compact&lt;/a&gt; is being managed by the &lt;a href=&quot;http://osc.hul.harvard.edu/&quot;&gt;Office for Scholarly Communication&lt;/a&gt;, which has set up an open-access fund—the &lt;a href=&quot;http://osc.hul.harvard.edu/HOPE/&quot;&gt;Harvard Open-Access Publishing Equity (HOPE) fund&lt;/a&gt;—consistent with the compact. Through HOPE, Harvard will reimburse eligible authors for open-access processing fees. Initially, members of the &lt;a href=&quot;http://osc.hul.harvard.edu/policies&quot;&gt;four Harvard faculties—Arts and Sciences, Education, Government, and Law—that have formally adopted open-access policies&lt;/a&gt; will be eligible to make use of the fund, with other faculties becoming eligible as they develop open-access policies. More information about Harvard&apos;s fund can be found &lt;a href=&quot;http://osc.hul.harvard.edu/HOPE/&quot;&gt;at the OSC web site&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;/body&gt;&lt;/html&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Five universities commit to the open-access compact</title>
   <link href="https://occasionalpamphlet.com/2009/09/14/five-universities-commit-to-the-open-access-compact/"/>
   <updated>2009-09-14T16:00:30+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/09/14/five-universities-commit-to-the-open-access-compact</id>
   <content type="html">&lt;p&gt;Five universities—Cornell, Dartmouth, Harvard, MIT, and UC Berkeley—have now &lt;a href=&quot;http://www.oacompact.org/news/2009/9/14/compact-for-open-access-publishing-equity-announcement.html&quot;&gt;expressly stated their commitment&lt;/a&gt; to the importance of supporting the processing-fee business model for open-access journals just as the subscription-fee business model used by closed-access journals has traditionally been supported. These universities are the initial signatories of a &quot;&lt;a href=&quot;http://www.oacompact.org/&quot;&gt;compact for open-access publishing equity&lt;/a&gt;&quot; (COPE), &lt;a href=&quot;http://www.oacompact.org/compact/&quot;&gt;which states&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;We the undersigned universities recognize the crucial value of the services provided by scholarly publishers, the desirability of open access to the scholarly literature, and the need for a stable source of funding for publishers who choose to provide open access to their journals’ contents. Those universities and funding agencies receiving the beneﬁts of publisher services should recognize their collective and individual responsibility for that funding, and this recognition should be ongoing and public so that publishers can rely on it as a condition for their continuing operation.&lt;/p&gt;
&lt;p&gt;Therefore, each of the undersigned universities commits to the timely establishment of durable mechanisms for underwriting reasonable publication charges for articles written by its faculty and published in fee-based open-access journals and for which other institutions would not be expected to provide funds. We encourage other universities and research funding agencies to join us in this commitment, to provide a sufﬁcient and sustainable funding basis for open-access publication of the scholarly literature.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;MIT provost &lt;a href=&quot;http://www.oacompact.org/news/2009/9/14/compact-for-open-access-publishing-equity-announcement.html&quot;&gt;Rafael Reif says&lt;/a&gt; &quot;The dissemination of research findings to the public is not merely the right of research universities: it is their obligation. Open-access publishing promises to put more research in more hands and in more places around the world. This is a good enough reason for universities to embrace the guiding principles of this compact.&quot;&lt;/p&gt;
&lt;p&gt;These universities realize that in the long run, underwriting processing fees for open-access journals is &quot;an investment in a superior system of scholarly communication&quot;, as &lt;a href=&quot;http://www.oacompact.org/news/2009/9/14/compact-for-open-access-publishing-equity-announcement.html&quot;&gt;Peter Suber says&lt;/a&gt; and as &lt;a href=&quot;http://dx.doi.org/doi:10.1371/journal.pbio.1000165&quot;&gt;I have argued previously&lt;/a&gt;. As more universities sign on to the compact, joined by funding agencies as well, fee-based open-access journals may become an increasingly viable alternative to subscription-based journals.&lt;/p&gt;
&lt;p&gt;Full details about COPE are available at &lt;a href=&quot;http://www.oacompact.org/&quot;&gt;http://www.oacompact.org/&lt;/a&gt;.</content>
 </entry>
 
 <entry>
   <title>Britain apologizes for treatment of Alan Turing</title>
   <link href="https://occasionalpamphlet.com/2009/09/13/britain-apologizes-for-treatment-of-alan-turing/"/>
   <updated>2009-09-13T22:17:21+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/09/13/britain-apologizes-for-treatment-of-alan-turing</id>
   <content type="html">&lt;div class=&quot;zemanta-img&quot; style=&quot;margin: 1em&quot;&gt;
&lt;div&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;a href=&quot;http://www.flickr.com/photos/89826095@N00/2042538753&quot;&gt;&lt;img src=&quot;/assets/2009/09/2042538753_f102fe97df_m.jpg&quot; alt=&quot;Alan Turing&quot; width=&quot;160&quot; height=&quot;240&quot;&gt;&lt;/a&gt;&lt;/dt&gt;
&lt;dd&gt;Image by &lt;a href=&quot;http://www.flickr.com/photos/89826095@N00/2042538753&quot;&gt;Whimsical Chris&lt;/a&gt; via Flickr&lt;/dd&gt;
&lt;/dl&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Prime Minister Gordon Brown has &lt;a href=&quot;http://www.telegraph.co.uk/news/newstopics/politics/gordon-brown/6170112/Gordon-Brown-Im-proud-to-say-sorry-to-a-real-war-hero.html&quot;&gt;apologized on behalf of the British government&lt;/a&gt; for the appalling treatment of Alan Turing, who was obliged to undergo chemical castration for the crime of being gay. Prime Minister Brown&apos;s statement in the &lt;a href=&quot;http://www.telegraph.co.uk/&quot;&gt;Telegraph&lt;/a&gt; follows &lt;a href=&quot;http://petitions.number10.gov.uk/turing/&quot;&gt;an online petition drive&lt;/a&gt; that enlisted over 30,000 British citizens and residents, and a follow-on &lt;a href=&quot;http://www.ipetitions.com/petition/worldturingpetition/signatures-151.html&quot;&gt;global petition&lt;/a&gt; with over 10,000 signatories worldwide.&lt;/p&gt;
&lt;p&gt;Much has been made in the discussions surrounding the petition efforts and in the Prime Minister&apos;s statement of Turing&apos;s code-breaking efforts at &lt;a href=&quot;http://www.bletchleypark.org.uk/&quot;&gt;Bletchley Park&lt;/a&gt;, which directly contributed to the allied victory in World War II. Less mentioned, but also central to his legacy, are Turing&apos;s seminal contributions to computer science. It is no exaggeration to say that Alan Turing was the progenitor of computer science, in his brief career providing building the foundation of &lt;a href=&quot;http://en.wikipedia.org/wiki/Turing_machine&quot;&gt;theory&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Automatic_Computing_Engine&quot;&gt;hardware&lt;/a&gt;, &lt;a href=&quot;http://www.cse.uconn.edu/~dqg/papers/turing04.pdf&quot;&gt;systems&lt;/a&gt;, &lt;a href=&quot;http://en.wikipedia.org/wiki/Turing_test&quot;&gt;artificial intelligence&lt;/a&gt;, even &lt;a href=&quot;http://en.wikipedia.org/wiki/Morphogenesis&quot;&gt;computational biology&lt;/a&gt;. His death at 42 as a result of the British government&apos;s misguided &quot;therapy&quot; constitutes one of the great intellectual tragedies of the twentieth century. I commend Prime Minister Brown for his prompt and complete apology.&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;&lt;a class=&quot;zemanta-pixie-a&quot; title=&quot;Reblog this post [with Zemanta]&quot; href=&quot;http://reblog.zemanta.com/zemified/c7b7195f-016a-4bbb-9936-d75ce06ff5a3/&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;float: right&quot; src=&quot;/assets/2009/09/reblog_e.png?x-id=c7b7195f-016a-4bbb-9936-d75ce06ff5a3&quot; alt=&quot;Reblog this post [with Zemanta]&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>More on academic freedom and OA funds</title>
   <link href="https://occasionalpamphlet.com/2009/08/31/more-on-academic-freedom-and-oa-funds/"/>
   <updated>2009-08-31T14:05:56+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/08/31/more-on-academic-freedom-and-oa-funds</id>
   <content type="html">&lt;p&gt;In response to my last post, Kent Anderson says:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;August 24th, 2009 at 2:04 pm&lt;/p&gt;
&lt;p&gt;I think you missed Phil’s point, Stuart.&lt;/p&gt;
&lt;p&gt;What Phil was saying is that libraries can’t control the disbursement of open access fees precisely because of academic freedom, which makes these fees more susceptible to unchecked growth and possible abuse. If they establish an OA fund, librarians will be on the horns of a dilemma — allow unchecked spending or violate academic freedom. Since they won’t violate academic freedom, their only option will be to allow unchecked spending.&lt;/p&gt;
&lt;p&gt;I think you’re responding to a misinterpretation of Phil’s post.&lt;/p&gt;
&lt;p&gt;via &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2009/08/23/three-good-things-open-access-funds-fiscal-responsibility-and-academic-freedom/#comments&quot;&gt;» Three good things: open-access funds, fiscal responsibility, and academic freedom The Occasional Pamphlet&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Yes, that&apos;s exactly how I understood the argument, so perhaps I didn&apos;t make my own view clear. Let me try to clarify it. (The issue is important enough and my response long enough that it makes more sense to devote a post to it than to place it in the comments thread.) Just so that my conclusion doesn&apos;t get lost below, here is what I am saying: What libraries will do is check spending but without violating academic freedom. The dilemma as stated is a false one.&lt;!--more--&gt;&lt;/p&gt;
&lt;p&gt;Kent says &quot;libraries can’t control the disbursement of open access fees precisely because of academic freedom&quot;.  The premise here is that any method an OA fund uses to control disbursement must if effective necessarily cause a change in behavior of authors, for instance encouraging them to publish in less expensive journals over more expensive ones ceteris paribus. This much is true. Furthermore, there is an implicit assumption that any such policy that causes behavioral changes in where authors publish is coercive and a violation of academic freedom. They are not &quot;free&quot; to publish in any location because some are financially more attractive to them than others.&lt;/p&gt;
&lt;p&gt;But no. Academic freedom means that faculty can study what they want, and publish the results where they want.  It doesn&apos;t mean that the university must cover all costs for doing so, nor does it mean the university cannot cover some costs and not others in ways that redound to what the university sees as the benefit of its constituencies.&lt;/p&gt;
&lt;p&gt;Let me provide some examples in the area of &quot;studying what they want&quot;. Harvard has policies about what kinds of grants its faculty are allowed to take.  They can study what they want, but they can&apos;t take money to do so if the grants violate university rules. For instance, university rules disallow grants that must be kept secret. (See &lt;a href=&quot;http://www.fas.harvard.edu/~research/greybook/principles.html&quot;&gt;Principle 2 of the &lt;em&gt;Principles Governing Research at Harvard&lt;/em&gt;&lt;/a&gt;.) Nor can grants restrict investigators from publishing their results (&lt;a href=&quot;http://www.fas.harvard.edu/~research/greybook/principles.html&quot;&gt;Principle 4&lt;/a&gt;). And so forth. The fact that the university disallows investigators from taking certain grants is not a violation of academic freedom, even though it affects the financial support of certain research activities.&lt;/p&gt;
&lt;p&gt;As a second example, the university itself provides funds to some researchers (but not others) to pursue research projects. (See examples &lt;a href=&quot;http://www.fas.harvard.edu/~finance/faculty/research-funds.html&quot;&gt;here&lt;/a&gt;, &lt;a href=&quot;http://www.techtransfer.harvard.edu/inventions/acceleratorfund/&quot;&gt;here&lt;/a&gt;, and &lt;a href=&quot;http://www.seo.harvard.edu/icb/icb.do?keyword=k59221&amp;amp;tabgroupid=icb.tabgroup86103&quot;&gt;here&lt;/a&gt;.) It is itself, in a sense, a research funder. By playing favorites, and choosing among the applicants for these funds, is it violating academic freedom? No. No one brings up the horns of a dilemma between the university  funding every single application for research funds or violating academic freedom.&lt;/p&gt;
&lt;p&gt;Faculty must be allowed to publish where they want, but it is not a violation of academic freedom to monetarily support some venues over others. As a third example, universities have been systematically supporting subscription fees over processing fees for decades by paying the subscription fees, but not processing fees (page charges, figure charges, etc.), through their library budgets. Universities could have provided funds for these additional charges and have generally chosen not to. Some journals charge only subscription fees; others charge both kinds of fees. It has not constituted a violation of academic freedom that authors are out of pocket $0 for the solely subscription-fee journals but must pay the additional processing fees to publish in those journals that charge them.&lt;/p&gt;
&lt;p&gt;A final example: My colleagues in the &lt;a href=&quot;http://haa.fas.harvard.edu/icb/icb.do&quot;&gt;History of Art and Architecture department&lt;/a&gt; publish articles that typically contain large numbers of figures reproducing the artworks that they are studying, the reproduction rights for which can come to many thousands of dollars per article. These charges are not reimbursed by the university, and grants to cover them are hard to come by. The fees typically come out of the author&apos;s pocket. Some topics of research end up, by happenstance, to require very low rights clearance fees, others quite high fees. The differences in fees among these research topics may, for all I know, cause researchers to vary their research topics. But the fact that the university does not pay these fees does not constitute a violation of academic freedom. Scholars are free to study what they want, and to pursue funding to cover expenses to do so as available, and the university is free to support that research how it sees fit.&lt;/p&gt;
&lt;p&gt;The fact that funds are differentially available for this or that purpose around a university may seem wrong, or unfair to one or another constituency, or well-balanced, or whatever, depending on where you sit. But the current apportionment is not fairer just because it&apos;s been around a while. And raising the specter of violation of academic freedom in these cases belittles the importance of this crucial concept. If you want to see violations of academic freedom, read &lt;a href=&quot;http://www.aaup.org/AAUP/comm/rep/A/&quot;&gt;the AAUP&apos;s Committee A annual reports&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Of course, if a university capriciously forbid publishing in this or that journal, that would be another matter, but no one is suggesting that. The suggestions, rather, are for support for certain kinds of charges for certain journals. &lt;em&gt;Authors can avail themselves of these funds or not as they see fit, freely and without prejudice.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Just to make the OA fund proposals more concrete, let me list a few methods that allow for controlled distribution of OA fund fees without restricting academic freedom. (I&apos;ll couch them in terms of the amount of reimbursement an author receives from a fund to cover processing fees for an article in an open-access journal, but funds may choose to disburse funds in other ways than reimbursement of authors.)&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Cap the total reimbursement per paper.&lt;/li&gt;
&lt;li&gt;Pay all but a fixed amount of the fee, that is, institute a &quot;co-payment&quot;.&lt;/li&gt;
&lt;li&gt;Cap the total reimbursement provided to a single author per year. This method, discussed in &lt;a href=&quot;http://dx.doi.org/10.1371/journal.pbio.1000165&quot;&gt;my PLoS Biology paper&lt;/a&gt;, has the advantage that it forces authors to trade off the services that they receive from the publisher (including journal imprimatur) for the fee that they charge, providing exactly the economic market signal that the current system lacks.&lt;/li&gt;
&lt;li&gt;Pay all but a fixed percentage of the fee, a percentage-based co-payment. This similarly provides an economic motivation to the author at the cost of placing them out of pocket for some costs for every article.&lt;/li&gt;
&lt;li&gt;
&lt;a href=&quot;http://www.law.harvard.edu/faculty/directory/index.html?id=66&quot;&gt;Steve Shavell&lt;/a&gt;, an economist at the Harvard Law School, proposed to me the following clever scheme: For each article, reimburse up to &lt;em&gt;x&lt;/em&gt; dollars. If the fee &lt;em&gt;f&lt;/em&gt; is less than &lt;em&gt;x&lt;/em&gt;, some percentage &lt;em&gt;p&lt;/em&gt; of the excess will be paid to the author (that is, &lt;em&gt;p&lt;/em&gt;(&lt;em&gt;x&lt;/em&gt;—&lt;em&gt;f&lt;/em&gt;)), perhaps as an augmentation of a research fund. This provides a direct motivation for an author to search out high-value journals for each and every article, at the cost of increasing the total cost of running the fund.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;None of these methods violates academic freedom (nor does removing all restrictions, as we&apos;ve essentially done for subscription journals, but this could lead to hyperinflation of processing fees mimicking the subscription case). Several of them have the potential to introduce a self-correcting market signal into the payment scheme, thereby leading to controlled costs, rather than the runaway costs we see in the subscription model. I am not suggesting that all of these methods are equally good or effective or will solve the problem of sustainability of OA processing fee costs. They do not exhaust the possibilities; I am sure there are many other mechanisms that could be explored for setting up a properly functioning funding market for scholarly articles.  The only limitation is our creativity.&lt;/p&gt;
&lt;p&gt;Here is a dilemma for you: Do we continue the status quo, which involves only supporting a business model known to be subject to uncontrolled inflationary spirals, or do we experiment with new mechanisms that have the potential to be economically sound and far more open to boot? To me, this seems like an easy choice to make. Academic freedom, thankfully, doesn&apos;t enter the picture.</content>
 </entry>
 
 <entry>
   <title>Three good things: open-access funds, fiscal responsibility, and academic freedom</title>
   <link href="https://occasionalpamphlet.com/2009/08/24/three-good-things-open-access-funds-fiscal-responsibility-and-academic-freedom/"/>
   <updated>2009-08-24T02:26:23+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/08/24/three-good-things-open-access-funds-fiscal-responsibility-and-academic-freedom</id>
   <content type="html">&lt;p&gt;Just as I posted &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2009/07/22/commercial-publishers-arent-the-bad-guys/&quot;&gt;a response to Philip Davis&apos;s item&lt;/a&gt; on why open-access funds are putatively overly favorable to commercial publishers, out came &lt;a href=&quot;http://scholarlykitchen.sspnet.org/2009/07/22/horns-of-a-dilemma/&quot;&gt;another post by Mr. Davis&lt;/a&gt;, this time arguing that open access funds putatively violate academic freedom.&lt;/p&gt;
&lt;p&gt;This new post, however, is so transparently spurious that it makes one wonder what Davis&apos;s agenda is. Nonetheless, at the risk of giving the post more credence than it deserves, I&apos;ll succinctly respond to the argument such as it is.&lt;a name=&quot;ref1&quot; href=&quot;#fn1&quot;&gt;&lt;sup&gt;[1]&lt;/sup&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In summary, the claim is that open-access funds will either require vast amounts of additional funds, making them fiscally irresponsible, or will require aggressive filtering of claims on the fund, violating academic freedom. In fact, open-access funds are neither fiscally irresponsible nor contrary to academic freedom.&lt;/p&gt;
&lt;h4&gt;Open-access funds are not fiscally irresponsible&lt;/h4&gt;
&lt;p&gt;Open-access funds consistent with the &quot;open-access compact&quot; will require tiny amounts of funds in the short term (on the order of tens of dollars per faculty member per year based on extrapolations of current experience). My &lt;a href=&quot;http://dx.doi.org/10.1371/journal.pbio.1000165&quot;&gt;article on the compact&lt;/a&gt; discusses the issue at some length and I won&apos;t reiterate it here.&lt;/p&gt;
&lt;p&gt;Once open-access funds require large amounts of money (if ever), it will be because many journals have switched to a fee-based open-access business model, thereby freeing up subscription fees. We know that &lt;em&gt;in aggregate&lt;/em&gt; there have been in the past sufficient funds in library budgets to pay journals for the services they provide. Moving the funds from subscription payments to publication-fee payments doesn&apos;t change the macro situation for the worse.&lt;a name=&quot;ref2&quot; href=&quot;#fn2&quot;&gt;&lt;sup&gt;[2]&lt;/sup&gt;&lt;/a&gt; To the extent that the publication-fee model doesn&apos;t have the manifest market dysfunctionalities that the subscription model has, it is in fact likely to improve the situation.&lt;/p&gt;
&lt;h4&gt;Open access funds don&apos;t violate academic freedom&lt;/h4&gt;
&lt;p&gt;Davis argues that &quot;Authors will view these [open-access] funds as a free lunch, and certainly much more appetizing than spending one’s own money paying those pesky page charges to non-profit society journals.&quot; He assumes libraries will respond by filtering requests based on publication venue, and that will constitute an arbitrary imposition on where scholars can publish that violates their academic freedom.&lt;/p&gt;
&lt;p&gt;Academic freedom requires that faculty be allowed to publish what they want, where they want. It does not require that universities pay arbitrary moneys to make that possible. That&apos;s why it&apos;s not a violation of academic freedom that universities don&apos;t pay the &lt;a href=&quot;http://sennoma.net/?p=652&quot;&gt;thousands of dollars per article of page and figure charges that some journals charge&lt;/a&gt;. To the extent that universities &lt;em&gt;add&lt;/em&gt; subsidies for some costs, that may change the incentives as to where to publish, but certainly doesn&apos;t &lt;em&gt;decrease&lt;/em&gt; anyone&apos;s freedom. Thus, even if funds restricted disbursements, this would not constitute a violation of academic freedom.&lt;/p&gt;
&lt;p&gt;Further, there is a variety of ways to set up an open-access fund that does not have the moral hazard that Davis imputes. The key is to make sure that funds for open-access charges are not fungible, as &lt;a href=&quot;http://dx.doi.org/10.1371/journal.pbio.1000165&quot;&gt;I&apos;ve discussed elsewhere&lt;/a&gt;. It simply is false that open-access funds inherently can&apos;t be set up in such a way that a reasonable market for publication charges ensues. On the other hand, we know that the existing market structure for the subscription-based model is broken for just the moral hazard reasons that Davis worries about.&lt;/p&gt;
&lt;h4&gt;Summary&lt;/h4&gt;
&lt;p&gt;It beggars belief that providing funds to make open-access journals &lt;em&gt;more&lt;/em&gt; accessible to authors &lt;em&gt;decreases&lt;/em&gt; their academic freedom, and only a lack of creativity limits setting up funds for that purpose in economically sustainable ways. If you want to worry about problems of open access, these are not the ones to worry about.&lt;/p&gt;
&lt;hr&gt;
&lt;a name=&quot;fn1&quot; href=&quot;#ref1&quot;&gt;&lt;sup&gt;[1]&lt;/sup&gt;&lt;/a&gt;This argument about academic freedom is distinct from one claiming that open-access policies of the type enacted at &lt;a href=&quot;http://osc.hul.harvard.edu/policies&quot;&gt;Harvard&lt;/a&gt;, &lt;a href=&quot;http://ed.stanford.edu/suse/faculty/dspace.html&quot;&gt;Stanford&lt;/a&gt;, and &lt;a href=&quot;http://info-libraries.mit.edu/scholarly/faculty-and-researchers/mit-faculty-open-access-policy/&quot;&gt;MIT&lt;/a&gt; violate academic freedom. I&apos;ve &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2009/05/28/open-access-policies-and-academic-freedom/&quot;&gt;responded to that argument elsewhere&lt;/a&gt;, arguing that to the extent that the policies have any interaction with academic freedom at all, they enhance rather than limit it.&lt;/p&gt;
&lt;p&gt;&lt;a name=&quot;fn2&quot; href=&quot;#ref2&quot;&gt;&lt;sup&gt;[2]&lt;/sup&gt;&lt;/a&gt;This macro argument has to do with costs in aggregate. Micro estimates based on extrapolating costs per article over the set of published articles are more problematic. The best known estimate, &lt;a href=&quot;http://ecommons.library.cornell.edu/handle/1813/193&quot;&gt;reported in a Cornell study&lt;/a&gt;, makes &lt;a href=&quot;http://www.earlham.edu/~peters/fos/newsletter/06-02-06.htm#facts&quot;&gt;specific assumptions that indict the conclusions&lt;/a&gt;. But more generally, this type of analysis makes a range of assumptions about how contingent economic facts will be maintained despite the hypothesized wholesale shift in business model, for which there is no basis. (See for instance, &lt;a href=&quot;http://www.nature.com/nature/focus/accessdebate/22.html&quot;&gt;this discussion&lt;/a&gt; about how moving from the subscription-fee business model to the publication-fee model turns complementary goods into substitutable goods, for just one example of how the markets completely differ.) For that reason alone, the sketched macro argument, which makes no such assumptions, is considerably more robust.</content>
 </entry>
 
 <entry>
   <title>New paper on OA in PLoS Biology</title>
   <link href="https://occasionalpamphlet.com/2009/08/05/new-paper-on-oa-in-plos-biology/"/>
   <updated>2009-08-05T13:08:24+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/08/05/new-paper-on-oa-in-plos-biology</id>
   <content type="html">&lt;p&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/REC-html40/loose.dtd&quot;&gt;&lt;br /&gt;
&lt;html&gt;&lt;body&gt;&lt;br /&gt;
&lt;a href=&quot;http://dx.doi.org/doi:10.1371/journal.pbio.1000165&quot;&gt;My paper&lt;/a&gt; on the &quot;open-access compact&quot; is now available from &lt;a href=&quot;http://www.plosbiology.org/&quot;&gt;PLoS Biology&lt;/a&gt; and at &lt;a href=&quot;http://www.eecs.harvard.edu/~shieber/Biblio/&quot;&gt;my web site&lt;/a&gt;. An excerpt:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Scholars write articles to be read—the more access to their articles the better—so one might think that the open-access approach to publishing, in which articles are freely available online to all without interposition of an access fee, would be an attractive competitor to traditional subscription-based journal publishing.&lt;/p&gt;
&lt;p&gt;But open-access journal publishing is currently at a systematic disadvantage relative to the traditional model.&lt;/p&gt;
&lt;p&gt;I propose a simple, cost-effective remedy to this inequity that would put open-access publishing on a path to become a sustainable, efficient system, allowing the two journal publishing systems to compete on a more level playing field. The issue is important, first, because academic institutions shouldn’t perpetuate barriers to an open-access business model on principle and, second, because the subscription-fee business model has manifested systemic dysfunctionalities in practice. After describing the problem with the subscription-fee model, I turn to the proposal for providing equity for open-access journal publishing—the open-access compact.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;/body&gt;&lt;/html&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Publishers cooperating with the Harvard OA policy</title>
   <link href="https://occasionalpamphlet.com/2009/07/29/publishers-cooperating-with-the-harvard-oa-policy/"/>
   <updated>2009-07-29T03:13:19+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/07/29/publishers-cooperating-with-the-harvard-oa-policy</id>
   <content type="html">&lt;p&gt;One of the advantages of the &lt;a href=&quot;http://osc.hul.harvard.edu/policies&quot;&gt;Harvard open-access policies&lt;/a&gt; is that the university&apos;s cumulation of rights allows it to negotiate directly with publishers on behalf of covered authors. Such discussions can lead to win-win agreements in which Harvard authors can more simply comply with the open-access policies they have voted and publishers can express solidarity with their academic community partners while avoiding bureaucracy like addenda or waivers on a per-article basis.&lt;/p&gt;
&lt;p&gt;We first took advantage of this possibility with an agreement with the &lt;a href=&quot;http://www.aps.org/&quot;&gt;American Physical Society&lt;/a&gt;. The APS wanted clarity on some issues regarding how the Harvard open-access policies would be used in providing access to APS-published articles before they could see themselves clear to fully supporting the open-access policies. The university was happy to provide that clarity in that our plans were wholly consonant with what APS wanted. The result was an agreement that was a win-win for both APS and the university. APS agreed to acknowledge the policy and not require addenda to their publication agreements (much less waivers of the OA policy). In return, Harvard made clear that for articles covered by the OA policy it would&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Refrain from using facsimiles of the publisher&apos;s version of the articles unless the publisher permits;&lt;/li&gt;
&lt;li&gt;Not charge for the display or distribution of articles;&lt;/li&gt;
&lt;li&gt;Cite to the publisher&apos;s definitive version of the articles and link to them where possible;&lt;/li&gt;
&lt;li&gt;Authorize others to use the articles only subject to these same restrictions.&lt;a name=&quot;ref1&quot; href=&quot;#fn1&quot;&gt;&lt;sup&gt;[1]&lt;/sup&gt;&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;The &lt;a href=&quot;http://osc.hul.harvard.edu/docs/model-pub-agreement-090430.pdf&quot;&gt;formal agreement&lt;/a&gt; and &lt;a href=&quot;http://osc.hul.harvard.edu/announce.php&quot;&gt;announcement&lt;/a&gt; are available at the web site of the &lt;a href=&quot;http://osc.hul.harvard.edu/osc.php&quot;&gt;Harvard Office for Scholarly Communication&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We&apos;ve now concluded a large handful of such arrangements and have started listing the publishers and journals that have been supportive in this way in &lt;a href=&quot;http://osc.hul.harvard.edu/authors/compliant&quot;&gt;a listing of publishers who are &quot;easiest to publish with&quot;&lt;/a&gt;. &lt;a href=&quot;http://osc.hul.harvard.edu/authors/compliant&quot;&gt;The listing&lt;/a&gt; provides a resource for our faculty to let them know which journals they can publish in without waivers or addenda.  Already, we have affirmations from scholarly societies (APS, American Mathematical Society, American Economic Association), non-profit publishers (Public Library of Science, Berkeley Electronic Press), commercial publishers (&lt;span style=&quot;text-decoration: underline&quot;&gt;BioMed Central,&lt;/span&gt; Hindawi Publishing), and university presses (Duke, Rockefeller, and University of California Presses). We expect more to be added soon.&lt;/p&gt;
&lt;p&gt;Publishers interested in being added to the list of &quot;easiest to publish with&quot; should &lt;a href=&quot;http://osc.hul.harvard.edu/contact&quot;&gt;contact the OSC&lt;/a&gt;. We&apos;re happy to work with publishers to simplify compliance with the open-access policies.&lt;/p&gt;
&lt;hr&gt;
&lt;a name=&quot;fn1&quot; href=&quot;#ref1&quot;&gt;&lt;sup&gt;[1]&lt;/sup&gt;&lt;/a&gt;In fact, we were already operating under just such conditions. The OA policy only provides a license to Harvard for a version of an article if the author controls rights for the version in its entirety. We were not charging for the display and distribution of the articles, and the uses we had envisioned were noncommercial uses. We already viewed it as crucial that we highlight the definitive version, even going so far as to modify the repository software to provide links to the definitive version on search results pages as well as individual document pages.&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;&lt;a class=&quot;zemanta-pixie-a&quot; title=&quot;Reblog this post [with Zemanta]&quot; href=&quot;http://reblog.zemanta.com/zemified/1c128e45-a77b-4548-89a6-888b0e885e52/&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;border: medium none;float: right&quot; src=&quot;/assets/2009/07/reblog_e.png?x-id=1c128e45-a77b-4548-89a6-888b0e885e52&quot; alt=&quot;Reblog this post [with Zemanta]&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>Commercial publishers aren't the bad guys</title>
   <link href="https://occasionalpamphlet.com/2009/07/22/commercial-publishers-arent-the-bad-guys/"/>
   <updated>2009-07-22T18:15:43+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/07/22/commercial-publishers-arent-the-bad-guys</id>
   <content type="html">&lt;p&gt;Philip Davis brings up the issue of whether underwriting open-access publication charges, so as to &quot;level the playing field&quot; (as I&apos;ve &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2009/06/11/the-argument-for-gold-oa-support/&quot;&gt;recommended elsewhere&lt;/a&gt;) disadvantages &quot;a third team&quot;.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;By focusing on the author-pays and the reader-pays teams, we ignore a third team: publishers who rely on page charges from authors.  This group of mostly non-profit learned society and association publishers relies on this source of author payments to keep subscription costs down for libraries and their readers.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Cover all open-access publication charges and, all of a sudden, we put these publishers at a distinct disadvantage.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;In creating a level playing field between subscription-access and open-access journals, we will create a playing field that pits commercial publishers against non-profit publishers and gives the commercial publishes a great advantage over their non-profit rivals.  When the game is over, we will be left with just the commercial players standing.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Is that the future we wish to create for ourselves?&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;If libraries are willing to cover open-access publishing charges, they should be willing to support page charges.  Only then can we maintain a fair and level playing field.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;(via &lt;a href=&quot;http://scholarlykitchen.sspnet.org/2009/07/01/a-level-playing-field/&quot;&gt;Open Access on a “Level Playing Field” « The Scholarly Kitchen&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Who is this &quot;third team&quot; that Davis is concerned about? The first two teams are &quot;the author-pays and the reader-pays teams&quot;, that is publishers who use business models with charges at the author or reader sides. In the first sentence, he describes the &quot;third team&quot; as &quot;publishers who rely on page charges&quot;. But page charges are author-side charges. Why aren&apos;t such publisher&apos;s part of the &quot;author-pays team&quot;? Presumably because Davis has in mind that they &lt;em&gt;also&lt;/em&gt; charge reader-side fees. So the &quot;third team&quot; is publishers who use a mixed business model charging fees at both ends, and in particular charging author-side fees &quot;to keep subscription costs down for libraries and their readers&quot;.&lt;/p&gt;
&lt;p&gt;In fact, the &lt;a href=&quot;http://www.alpsp.org/ngen_public/article.asp?id=200&amp;amp;did=47&amp;amp;aid=270&amp;amp;st=&amp;amp;oaid=-1&quot;&gt;study by the Kaufman-Wills Group&lt;/a&gt; concluded that well more than half of subscription-based journals charge author-side fees of one sort or another, placing them in the &quot;third team&quot;. In the second sentence, however, Davis seems to be concerned about &quot;non-profit learned society and association publishers&quot; as the &quot;third team&quot;. He is not clear as to why commercial publishers should be excluded from the third team. He seems to imply that there are good guys and bad guys among the publishers, that the commercial publishers are somehow the bad guys, and that a future where only the commercial publishers are left standing is somehow worse: &quot;When the game is over, we will be left with just the commercial players standing.&quot; He thinks this would be a bad thing, though he doesn&apos;t explain why commercial publishers should be demonized in this way.&lt;/p&gt;
&lt;p&gt;Davis thinks that this &quot;third team&quot; (non-profit publishers who use a mixed business model) would be at a disadvantage &quot;all of a sudden&quot; if universities started underwriting open-access processing fees but not page charges. Why? Because they rely on page charges. So do many of the commercial publishers, but Davis is not concerned about them.&lt;/p&gt;
&lt;p&gt;In fact, the sentence &quot;When the game is over, we will be left with just the commercial players standing&quot; implies that he&apos;s specifically worried about competition with commercial publishers. But if he&apos;s referring to subscription-fee-model commercial publishers, the issue of OA processing fees is irrelevant. If the non-profits would be at a disadvantage when OA processing fees are covered &lt;em&gt;because non-OA processing fees (page charges) are not&lt;/em&gt;, then they&apos;re presumably at a disadvantage right now. The OA fee underwriting is a red herring. Committing to underwrite OA fees would only change that comparative disadvantage if commercial publishers were somehow more able to take advantage of the OA processing-fee business model.&lt;/p&gt;
&lt;p&gt;All subsidizing OA processing fees does is provide a new subsidized business model that such journals are free to take advantage of if they choose (but without compulsion). Frankly, this would seem to be a boon to a &quot;third team&quot; publisher. If Davis is right that some non-profit publishers at least rely predominantly on page charges, then a widespread policy of underwriting OA fees would be especially attractive to them. They could switch business model to an OA processing-fee model and be guaranteed payment of their processing fees. Given that non-profits seem to be able to provide publishing services &lt;a href=&quot;http://www.econ.ucsb.edu/~tedb/Journals/jeprevised.pdf&quot;&gt;far more efficiently than commercial publishers&lt;/a&gt;, making the switch seems all the more likely to be successful. The more a journal relies on page charges relative to subscription charges, the easier it is to switch to an open-access processing-fee business model in a world in which such fees are subsidized.&lt;/p&gt;
&lt;p&gt;When I talk about a &quot;level playing field&quot; for journal business models, I don&apos;t necessarily mean that we commit to underwriting every possible way publishers might make money. Rather, I mean that if publishers are subsidized when using a closed-access business model (which both second and third team publishers are), there should be some kind of subsidy for some kind of open-access business model as well. We want to remove the disincentives to publish in OA journals not because we believe that all business models are equally good but because an OA model based on processing fees in particular is one we would like to see succeed, so it should not be kept at a systematic disadvantage.&lt;/p&gt;
&lt;p&gt;Although a publisher&apos;s business model should be a factor in these discussions, certain factors should be irrelevant. Whether a publisher is commercial or non-profit, a learned society or a multi-national corporation, a large institution or a small one, is entirely beside the point. There is no need to demonize commercial publishers who choose to respond in perfectly reasonable ways to the market systems they are confronted with, nor is it appropriate to artificially support a scientific society merely because it has a feel-good mission statement. Rather, we should make sure that the business of providing publishing services can be done in an efficient sustainable way in the best interest of the scholarly enterprise. Where that is not happening, and it certainly is not happening, we need to remake the market system to support the goals of the scholarly community.&lt;/p&gt;
&lt;p&gt;Some might think that commercial publishers are appropriate to demonize because &lt;a href=&quot;http://www.econ.ucsb.edu/~tedb/Journals/jeprevised.pdf&quot;&gt;they charge too much for their subscriptions relative to the value they provide&lt;/a&gt;. (Maybe that&apos;s why Davis is worried about only commercial publishers surviving.) To the extent that is true, the appropriate response is to examine why such inefficiency could come about, and to adjust the market mechanisms to repair the manifest dysfunctionality. Supporting page charges doesn&apos;t provide any help with this at all. Supporting open-access processing fees may.&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;
&lt;a class=&quot;zemanta-pixie-a&quot; title=&quot;Reblog this post [with Zemanta]&quot; href=&quot;http://reblog.zemanta.com/zemified/3f8d7767-13a3-445d-9cee-a246bf4db9b3/&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;border: medium none;float: right&quot; src=&quot;/assets/2009/07/reblog_e.png?x-id=3f8d7767-13a3-445d-9cee-a246bf4db9b3&quot; alt=&quot;Reblog this post [with Zemanta]&quot;&gt;&lt;/a&gt;&lt;span class=&quot;zem-script more-related pretty-attribution&quot;&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>As library budgets collapse, authors need to take responsibility for access</title>
   <link href="https://occasionalpamphlet.com/2009/07/06/as-library-budgets-collapse-authors-need-to-take-responsibility-for-access/"/>
   <updated>2009-07-06T19:04:42+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/07/06/as-library-budgets-collapse-authors-need-to-take-responsibility-for-access</id>
   <content type="html">&lt;p&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/REC-html40/loose.dtd&quot;&gt;&lt;br /&gt;
&lt;html&gt;&lt;body&gt;&lt;br /&gt;
&lt;a href=&quot;http://bobcat.genomecenter.ucdavis.edu/mediawiki/index.php/Main_Page&quot;&gt;Jonathan Eisen&lt;/a&gt; at &lt;a href=&quot;http://phylogenomics.blogspot.com/2009/06/another-reason-to-publish-as-open.html&quot;&gt;The Tree of Life&lt;/a&gt; writes&lt;a href=&quot;http://phylogenomics.blogspot.com/2009/06/another-reason-to-publish-as-open.html&quot;&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;If you need any more incentive to publish a paper in an Open Access manner if you have a choice - here is one. If you publish in a closed access journal of some kind, it is likely fewer and fewer colleagues will be able to get your paper as libraries are hurting big time and will be canceling a lot of subscriptions.&lt;/p&gt;
&lt;p&gt;He&apos;s absolutely right.&lt;a name=&quot;ref1&quot; href=&quot;#fn1&quot;&gt;&lt;sup&gt;[1]&lt;/sup&gt;&lt;/a&gt; Eisen refers to &lt;a href=&quot;http://www.lib.ucdavis.edu/ul/about/colltran/collections/&quot;&gt;a statement&lt;/a&gt; from his own university&apos;s library (UC Davis), describing a major review and cancellation process. Charles Bailey has &lt;a href=&quot;http://digital-scholarship.org/digitalkoans/2009/04/28/seven-arl-libraries-face-major-planned-or-potential-budget-cuts/&quot;&gt;compiled public statements&lt;/a&gt; from seven &lt;a href=&quot;http://www.arl.org/index.shtml&quot;&gt;ARL&lt;/a&gt; libraries (&lt;span class=&quot;zem_slink&quot;&gt;Cornell&lt;/span&gt;, Emory, MIT, UCLA, UTennessee, UWashington, Yale) about substantial cuts to their budgets. My own university will be experiencing substantial collections budget cuts in addition to &lt;a href=&quot;http://www.boston.com/news/local/breaking_news/2009/06/harvard_u_to_la.html&quot;&gt;major layoffs&lt;/a&gt; following on from the Harvard endowment drop of 30%. The Harvard &lt;a href=&quot;http://www.thecrimson.com/article.aspx?ref=528524&quot;&gt;libraries are not being spared&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The ARL has issued &lt;a href=&quot;http://www.arl.org/news/pr/econ-crisis-19feb09.shtml&quot;&gt;an open statement to publishers&lt;/a&gt; about the situation on behalf of their membership, 123 premier academic libraries in North America. They note that in addition to 2009 cancellations, &quot;Most member libraries are preparing cancellations of ongoing commitments for 2010.&quot;&lt;/p&gt;
&lt;p&gt;Now more than ever, academic authors need to take responsibility for making sure that people can read what they write. Here&apos;s a simple two-step process.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Retain distribution rights for your articles by &lt;a href=&quot;http://www.sherpa.ac.uk/romeo/&quot;&gt;choosing a journal&lt;/a&gt; that provides for this or &lt;a href=&quot;http://sciencecommons.org/projects/publishing/scae/&quot;&gt;amending your copyright agreement&lt;/a&gt; with the journal (but don&apos;t fall into the &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2009/06/18/dont-ask-dont-tell-rights-retention-for-scholarly-articles/&quot;&gt;&quot;don&apos;t ask, don&apos;t tell&quot; trap&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;Place your articles in an &lt;a href=&quot;http://www.opendoar.org/&quot;&gt;open access repository&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;As budgets get cut and cancellations mount, fewer and fewer people will be able to read (and benefit from and appreciate and cite) your articles unless &lt;em&gt;you&lt;/em&gt; make them accessible.&lt;/p&gt;
&lt;hr&gt;
&lt;a name=&quot;fn1&quot; href=&quot;#ref1&quot;&gt;&lt;sup&gt;[1]&lt;/sup&gt;&lt;/a&gt;Except for the implication that your only recourse is an open-access journal. In addition to that route, you can also publish in a traditional subscription-based closed-access journal, so long as it allows, or you negotiate rights for, your distribution of the article. &lt;a href=&quot;http://www.sherpa.ac.uk/romeo.php?stats=yes&quot;&gt;Most journals do allow&lt;/a&gt; this kind of self-archiving distribution.&lt;/p&gt;
&lt;div class=&quot;zemanta-pixie&quot; style=&quot;margin-top: 10px;height: 15px&quot;&gt;
&lt;a class=&quot;zemanta-pixie-a&quot; title=&quot;Reblog this post [with Zemanta]&quot; href=&quot;http://reblog.zemanta.com/zemified/6afd1075-881b-4231-bc25-653564079fa9/&quot;&gt;&lt;img class=&quot;zemanta-pixie-img&quot; style=&quot;border: medium none;float: right&quot; src=&quot;/assets/2009/07/reblog_e.png?x-id=6afd1075-881b-4231-bc25-653564079fa9&quot; alt=&quot;Reblog this post [with Zemanta]&quot;&gt;&lt;/a&gt;&lt;span class=&quot;zem-script more-related pretty-attribution&quot;&gt;&lt;/span&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/body&gt;&lt;/html&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>University open-access policies as mandates</title>
   <link href="https://occasionalpamphlet.com/2009/06/30/university-open-access-policies-as-mandates/"/>
   <updated>2009-06-30T16:08:46+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/06/30/university-open-access-policies-as-mandates</id>
   <content type="html">&lt;p style=&quot;text-align: right&quot;&gt;&lt;em&gt;&quot;You can always tell a Harvard man...&lt;br /&gt;
but you can&apos;t tell him much.&quot;&lt;/em&gt;&lt;br /&gt;
— Source unknown&lt;/p&gt;
&lt;p&gt;In the abecedary &lt;a href=&quot;http://books.google.com/books?id=vR40r6zIFroC&amp;amp;lpg=PP1&amp;amp;pg=PA82&quot;&gt;Harvard A to Z&lt;/a&gt;, in the entry under &quot;Deans&quot;, the story is told that &quot;a president of the University of Virginia once received a letter requesting a university speaker for an alumni club meeting. To the club&apos;s request that he not designate anyone lower than a dean, the president is alleged to have replied that there was no one lower than a dean.&quot;&lt;/p&gt;
&lt;p&gt;Why do deans get no respect? The reason, of course, is that the deanship is by reputation the quintessential position of responsibility without authority. You are in charge of a faculty who do what they will, not what you would have them. The phenomenon is sometimes referred to as &quot;academic freedom&quot;.&lt;/p&gt;
&lt;p&gt;I bring this up in the context of questions about &quot;open-access mandates&quot;.&lt;/p&gt;
&lt;p&gt;&lt;!--more--&gt;A mandate is an official command without option. An open-access mandate is a commandment that a set of authors make their articles openly available. A deposit mandate is a commandment that a set of authors deposit their articles in a repository. This is what scholarly communications people refer to when they &lt;a href=&quot;http://poynder.blogspot.com/2009/05/open-access-mandates-judging-success.html&quot;&gt;talk about mandates&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;On the one hand, the &lt;a href=&quot;http://osc.hul.harvard.edu/OpenAccess/policytexts.php&quot;&gt;Harvard-style policies&lt;/a&gt; look like deposit mandates because they state something like this (as taken from the Harvard FAS policy): &quot;[E]ach Faculty member will provide an electronic copy of the final version of the article at no charge&quot; to the university.&lt;/p&gt;
&lt;p&gt;On the other hand, the policies allow for a waiver: &quot;The Dean or the Dean&apos;s designate will waive application of the policy for a particular article upon written request...&quot;.&lt;/p&gt;
&lt;p&gt;On the third hand, certain &lt;a href=&quot;http://osc.hul.harvard.edu/OpenAccess/policytexts.php#gse&quot;&gt;variants of the policy language&lt;/a&gt; that we have now moved to (in particular those at the Harvard Kennedy School of Government and Harvard Graduate School of Education) restrict the waiver to the license, rather than the policy overall: &quot;The Dean or Dean&apos;s designate will waive application of the license for a particular article upon express direction by a Faculty member.&quot;&lt;a name=&quot;ref1&quot; href=&quot;#fn1&quot;&gt;&lt;/a&gt;&lt;sup&gt;[1]&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;On the fourth hand, the &lt;a href=&quot;http://osc.hul.harvard.edu/OpenAccess/policy.php#q09&quot;&gt;FAQs at the Office for Scholarly Communication web site advise&lt;/a&gt; faculty at all of the schools with open-access policies to deposit their articles in all cases:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&lt;strong&gt; What do I have to do to comply with the Open Access Policy?&lt;/strong&gt;&lt;br /&gt;
Here is the two-word answer: &lt;strong&gt;&lt;em&gt;always deposit&lt;/em&gt;&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;On the fifth hand, the FAQ is merely advice, not voted policy.&lt;/p&gt;
&lt;p&gt;(I&apos;ve long ago run out of hands.)&lt;/p&gt;
&lt;p&gt;Confused? Don&apos;t be, because&lt;em&gt; none of this matters at all&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;As any dean will tell you, there is no such thing as a mandate on faculty. One could stipulate a policy that all faculty must &lt;a href=&quot;http://www.harvard.edu/history&quot;&gt;wear crimson&lt;/a&gt; at monthly faculty meetings; the only result would be benign neglect of the requirement by most faculty and assiduous &lt;a href=&quot;http://www.thenewjournalatyale.com/2002/10/true-blue/&quot;&gt;wearing of blue&lt;/a&gt; by a small group interested in tweaking the administration. Trust me.&lt;/p&gt;
&lt;p&gt;Try the following thought experiment. Suppose a policy on faculty were established that granted to the university a license in faculty articles but did not explicitly provide for a waiver of the license. Now imagine that a faculty member has an article accepted by a highly prestigious journal that does not allow for author distribution and will not accept an amendment of its copyright transfer policy. Perhaps the author is a junior faculty member soon up for tenure, whose promotion case will be considerably weakened without the publication in question. The author might naturally want to have the license waived even though no waiver is explicitly provided for. The faculty member is likely to storm into  the dean&apos;s office, howling about the unconscionable practice of taking rights even when it harms the faculty member. Is the university going to distribute the article anyway against the express wishes of the faculty member? Be serious. The dean says &quot;Fine, we won&apos;t make use of the license for this article.&quot; Voilà, a waiver. So much for university rights retention mandates.&lt;/p&gt;
&lt;p&gt;Now suppose the policy &quot;mandated&quot; that every article be deposited into the repository. In practice, the deposit can only occur with the cooperation of the author. No one is going to rifle through faculty members&apos; files or hard drives looking for copies of manuscripts to distribute. If a faculty member refuses to cooperate, no deposit occurs, and a waiver of the deposit requirement has been obtained by default. So much for university deposit mandates.&lt;/p&gt;
&lt;p&gt;In summary, whether a waiver procedure is expressly provided for or not, it exists, whether a waiver of a license or of a deposit requirement.&lt;/p&gt;
&lt;p&gt;Given that a policy has a waiver option whether expressly provided for or not, it makes great sense to take the high road and provide for the waiver possibility explicitly. This has multiple benefits. First, it acknowledges reality. Second, it explicitly preserves the freedom of the author. Third, it enables much broader acceptance of the policy. Meanwhile, the policy, by specifying rights retention and deposit for those cases where a waiver does not occur, places the defaults in a better place. Such changes in default are known to have dramatic effect on participation rates for activities ranging from &lt;a href=&quot;http://papers.ssrn.com/sol3/papers.cfm?abstract_id=223635&quot;&gt;401K participation&lt;/a&gt; to &lt;a href=&quot;http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1324774&quot;&gt;organ donation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;That is why the Harvard open-access policy could not be, should not be, and is not a mandate. I&apos;ve tried to be very careful never to refer to it as a mandate (though I can&apos;t promise I&apos;ve never slipped up). The announcements of the policies at the &lt;a href=&quot;http://www.news.harvard.edu/gazette/2008/02.14/99-fasvote.html&quot;&gt;Faculty of Arts and Sciences&lt;/a&gt;, the &lt;a href=&quot;http://www.hks.harvard.edu/news-events/news/press-releases/open-access-vote&quot;&gt;Kennedy School&lt;/a&gt;, and the &lt;a href=&quot;http://www.gse.harvard.edu/blog/news_features_releases/2009/06/harvard-graduate-school-of-education-votes-open-access-policy.html&quot;&gt;Graduate School of Education&lt;/a&gt; don&apos;t refer to the policies as mandates. (The &lt;a href=&quot;http://www.news.harvard.edu/gazette/2008/02.14/99-fasvote.html&quot;&gt;law school announcement&lt;/a&gt; does call the policy &quot;mandatory&quot;, which I suppose it is strictly speaking, though I would have avoided the term.) But as you can tell, I don&apos;t think it would be a mandate even if we&apos;d left out the waiver language, and even given the narrower waiver language that we have now been able to move to.&lt;/p&gt;
&lt;p&gt;Just to be clear, there are several things that I am not saying.&lt;/p&gt;
&lt;p&gt;I am not claiming that there can be no true open-access mandates on faculty. Rather, such mandates must come from outside academia. Funders and governments can mandate open access because they can, in the end, refuse to fund noncompliers. They have a stick. All a university, school, or dean has, in the end, is a carrot.&lt;/p&gt;
&lt;p&gt;I am not saying that university open-access policies are meaningless. Policies can be tremendously important even if they aren&apos;t mandates. There is a big difference between the Harvard policy and feel-good requests or exhortations or statements of support for open access. It&apos;s not mandate or nothing. What matters is the degree to which faculty participate in providing open access. Having a policy that faculty have overwhelmingly and voluntarily entered into that says we agree that deposits will be the norm and that exceptions will be made only by express direction is very different from no policy at all.&lt;/p&gt;
&lt;p&gt;I am not saying that university open-access policies can&apos;t be successful. But success has to be based on something more than coercion, because universities just do not have the ability to coerce their faculty, nor would it be advisable to try. Success must be based on broad collective support. This is why it is important that university OA policies ideally be faculty-initiated and faculty-endorsed. To my mind, it is better to have no policy at all than one with hesitant, lukewarm support.&lt;/p&gt;
&lt;p&gt;I am not even saying that people shouldn&apos;t refer to university OA policies such as Harvard&apos;s as mandates (although I do personally avoid the term). There is another sense in which the Harvard-style policies certainly constitute mandates, namely that faculty are technically required to either deposit (say) or expressly opt out of depositing. That may not be the sense that people typically mean when they refer to OA mandates, but the Harvard policy is a mandate in that weaker sense. Refer to a policy as a mandate or not as you see fit.&lt;/p&gt;
&lt;p&gt;What I &lt;em&gt;am&lt;/em&gt; saying, though, is that worrying about whether a policy is a mandate or not, or whether it allows for waivers or not, is beside the point. All university policies on faculty are waivable, whether they say so or not.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;a name=&quot;fn1&quot; href=&quot;#ref1&quot;&gt;&lt;/a&gt;&lt;sup&gt;[1]&lt;/sup&gt; The reason that we adjusted the language from &quot;written request&quot; to &quot;express direction&quot; was first to remove any confusion inhering in the word &quot;request&quot; that it could be denied, and second to make clear that an expression of the direction need not be written in the traditional sense; email and web form direction can serve just as well. Indeed, the most common method for requesting waivers now is through a simple web form that we provide.</content>
 </entry>
 
 <entry>
   <title>Institute of Education Sciences has an open access policy</title>
   <link href="https://occasionalpamphlet.com/2009/06/24/206/"/>
   <updated>2009-06-24T21:29:32+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/06/24/206</id>
   <content type="html">&lt;p&gt;I haven&apos;t seen it discussed anywhere, but it seems that the &lt;a href=&quot;http://ies.ed.gov/&quot;&gt;Institute of Education Sciences&lt;/a&gt; in the Department of Education is now requiring its funded research be made openly available through the &lt;a href=&quot;http://www.eric.ed.gov/&quot;&gt;ERIC repository&lt;/a&gt;. The policy looks analogous to &lt;a href=&quot;http://publicaccess.nih.gov/&quot;&gt;that of the NIH&lt;/a&gt;.  The pertinent clause from the &lt;a href=&quot;http://ies.ed.gov/funding/pdf/2010_84305G.pdf&quot;&gt;current IES Request for Applications&lt;/a&gt; is:&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;Recipients of awards are expected to publish or otherwise make publicly available the results of the work supported through this program.  Institute-funded investigators should submit final, peer-reviewed manuscripts resulting from research supported in whole or in part by the Institute to the Educational Resources Information Center (ERIC, http://eric.ed.gov) upon acceptance for publication.  An author&apos;s final manuscript is defined as the final version accepted for journal publication, and includes all graphics and supplemental materials that are associated with the article.  The Institute will make the manuscript available to the public through ERIC no later than 12 months after the official date of publication. Institutions and investigators are responsible for ensuring that any publishing or copyright agreements concerning submitted articles fully comply with this requirement.&lt;/p&gt;
&lt;p&gt;Thanks to &lt;a href=&quot;http://www.gse.harvard.edu/faculty_research/profiles/profile.shtml?vperson_id=255&quot;&gt;John Collins&lt;/a&gt; of Harvard&apos;s Graduate School of Education for bringing this to my attention.</content>
 </entry>
 
 <entry>
   <title>"Don't ask, don't tell" rights retention for scholarly articles</title>
   <link href="https://occasionalpamphlet.com/2009/06/18/dont-ask-dont-tell-rights-retention-for-scholarly-articles/"/>
   <updated>2009-06-18T09:36:56+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/06/18/dont-ask-dont-tell-rights-retention-for-scholarly-articles</id>
   <content type="html">&lt;p&gt;A strange social contract has arisen in the scholarly publishing field, a kind of &quot;&lt;a href=&quot;http://www.americanprogress.org/issues/2009/03/dont_ask_dont_tell.html&quot;&gt;don&apos;t ask, don&apos;t tell&lt;/a&gt;&quot; approach to online distribution of articles by authors.  Publishers officially forbid online distribution, authors do it anyway without telling the publishers, and publishers don&apos;t ask them to stop even though it violates contractual obligations. What happens when you refuse to play that game? Read on.&lt;/p&gt;
&lt;p&gt;&lt;!--more--&gt;Publishing of research, in the sense of providing for its widespread dissemination, is the means by which new discoveries join the collective knowledge of humanity.  The means by which the distribution is implemented has been subscription-based publication via a publisher.  Indeed, until recently, this was the only practical means by which research could be distributed, since the cost of the dissemination, which involved printing and shipping of paper, showed economies of scale that individual researchers could not take advantage of.  Publishers made revenue by limiting access to the papers to paying customers.&lt;/p&gt;
&lt;p&gt;Not coincidentally, scholars are motivated to publish because recognition of their research by this same system is the currency by which their career advancement is purchased.  They are thus forced, effectively as a condition of employment, to make their research available through publishers.&lt;/p&gt;
&lt;p&gt;With the availability of the internet, the marginal cost of distribution of a scholarly paper has been reduced to essentially zero.  That particular economy of scale benefit that traditional print publishing relied on has disappeared.  Still, participation in the traditional publication system remains important for its peer-review-based vetting system.&lt;/p&gt;
&lt;p&gt;However, recognition of scholars&apos; research is also measured by other metrics of impact, such as subjective judgements of influence on the field, sometimes formalized in proxies such as citation counts and impact factors.  To optimize these metrics, it behooves a scholar to distribute writings universally, to take advantage of the network and its low costs.  Study after study has shown that articles available freely online are more widely cited than those that are available only through publishers&apos; access-limited venues.&lt;/p&gt;
&lt;p&gt;An author has a simple solution to the quandary of whether to distribute through a publisher&apos;s access-limited mechanism or freely online: &lt;em&gt;Do both&lt;/em&gt;.  Unfortunately, publishers typically restrict authors from this approach through contractual limitations stipulated in copyright assignment forms.&lt;/p&gt;
&lt;p&gt;This brings us to the strange social contract.  What has arisen, perhaps surprisingly, is a kind of &quot;&lt;a href=&quot;http://www.americanprogress.org/issues/2009/03/dont_ask_dont_tell.html&quot;&gt;don&apos;t ask, don&apos;t tell&lt;/a&gt;&quot; approach to online distribution by authors.  Publishers officially forbid online distribution, authors do it anyway without telling the publishers, and publishers don&apos;t ask them to stop even though it violates contractual obligations.&lt;/p&gt;
&lt;p&gt;The standard system for scholarly communication is thus based on widespread contractual violation and fraud.&lt;/p&gt;
&lt;p&gt;Why don&apos;t publishers police their contractees more carefully, as &lt;a href=&quot;http://www.riaa.com/physicalpiracy.php?content_selector=piracy_details_online&quot;&gt;the RIAA does&lt;/a&gt; with their customers who distribute copyrighted material online?  It would be a simple matter to find a small number of violators and &lt;a href=&quot;http://www.chillingeffects.org/dmca512/notice.cgi?NoticeID=1489&quot;&gt;send them take-down letters&lt;/a&gt;.  General publicity of this effort would presumably have a substantial &lt;a href=&quot;http://www.chillingeffects.org/&quot;&gt;chilling effect&lt;/a&gt; among academics against their routine violation of copyright assignments.&lt;/p&gt;
&lt;p&gt;We can only speculate that the fear of upsetting their content providers trumps their need to maintain control over the content itself, given that there is no evidence that the online availability is hurting their revenues.  (The situation may be different with music, hence the RIAA&apos;s different strategy.)  One can just imagine what kind of backlash an RIAA-style approach would have with academics, in addition to the desired chilling effect.&lt;/p&gt;
&lt;p&gt;Nonetheless, individual authors still breach contracts regularly as they act to maximize their career advancement possibilities.  To many, including myself, this state of affairs is untenable.  I am not willing to routinely violate contracts in this way.  Consequently, I and others have for some time reconciled the two distribution mechanisms explicitly, by amending the contractual conditions of copyright assignments.  For many years, I have as a matter of course refused to sign copyright assignment forms that do not give me the right of noncommercial online distribution of my work. Originally, I would use alternative copyright assignments that I wrote myself.  More recently, I have been attaching &lt;a href=&quot;http://web.archive.org/web/20051222064046/www.arl.org/sparc/author/addendum.html&quot;&gt;the SPARC addendum&lt;/a&gt; to publishers&apos; assignment forms, and then the &lt;a href=&quot;http://sciencecommons.org/&quot;&gt;Science Commons&lt;/a&gt; &lt;a href=&quot;http://sciencecommons.org/projects/publishing/scae/&quot;&gt;addenda&lt;/a&gt; that superseded it.&lt;/p&gt;
&lt;p&gt;In the many years that I have been routinely replacing or modifying copyright assignments, I have never had a complaint (or even an acknowledgement) from a publisher.  In retrospect, this may make sense.  Since the contractual modification applies only to a single article by a single author, it is unlikely that anyone looking for copyright clearance would even know that all copyright hadn&apos;t been assigned to the publisher.  And in any case publishers must realize that authors act as if they have a noncommercial distribution license whether they formally retain one or not.&lt;/p&gt;
&lt;p&gt;I say that I&apos;ve never had a complaint from a publisher, and that has been true with one exception.  This post describes that singular case.  It may serve to illuminate several points:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;How journal publishers think about rights.&lt;/li&gt;
&lt;li&gt;How the rights landscape might be changing.&lt;/li&gt;
&lt;li&gt;How authors can recoup positive progress.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I describe my experience in challenging an irrational and detrimental license clause, and how it spiraled into a battle that resulted in the publisher changing its policy for the journal as a whole. My experience is certainly &lt;a href=&quot;http://www.vimeo.com/1231277&quot;&gt;not unique&lt;/a&gt; but accounts are rare, so I encourage others to share their experiences with successful (and unsuccessful) rights retention negotiations with journal publishers in the comments section.&lt;/p&gt;
&lt;p&gt;In May of 2004, I submitted a paper to the Blackwell philosophy journal &lt;a href=&quot;http://www.wiley.com/bw/journal.asp?ref=0029-4624&amp;amp;site=1&quot;&gt;&lt;em&gt;Nôus&lt;/em&gt;&lt;/a&gt;.  The contents of the paper is immaterial&lt;a href=&quot;#fn1&quot; name=&quot;ref1&quot;&gt;&lt;sup&gt;[1]&lt;/sup&gt;&lt;/a&gt; and its trajectory through the normal review process is unexceptional. After a round of revisions, the paper was accepted for publication in the journal in November of 2004, some six months after submission, and my final copy was submitted the following May and a copy placed on &lt;a href=&quot;http://www.eecs.harvard.edu/~shieber/Biblio/&quot;&gt;my web site&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;After the article sat in the journal&apos;s backlog for eighteen months, I received notification in November of 2006 that the paper&apos;s publication in volume 41, number 1 of &lt;em&gt;Nôus&lt;/em&gt; (the March, 2007 issue) was imminent. Blackwell would be sending me proofs around December 19 (in the event, they arrived December 21) and I was to send any corrections by January 5 coincident with the winter holidays to perform the work.  At that time the managing editor of the journal (an employee of Brown University, not the publisher) stated that Blackwell had changed the copyright form that they require from authors from a Copyright Transfer Form to an Exclusive License Form (ELF).  She attached a copy for me to sign and return.&lt;/p&gt;
&lt;p&gt;The copyright policy of Blackwell was only alluded to on their web site. Their &lt;a href=&quot;http://web.archive.org/web/20080112060714/http://www.blackwellpublishing.com/static/openaccess.asp&quot;&gt;public statement on open access&lt;/a&gt; stated that &quot;Our copyright assignment policy allows authors to self-archive their final version of their article on personal websites or institutional repositories.&quot; Historically, Blackwell has been quite progressive when it comes to copyright policies and author rights.  For all these reasons, I had little reason to expect a problem with distributing my paper online.&lt;/p&gt;
&lt;p&gt;However, Blackwell&apos;s Exclusive License Form turned out to be a mixed bag.  In most ways it was progressive, specifically allowing prepublication distribution on the author&apos;s web site and afterwards as well, with the exception of a twelve-month hiatus immediately after publication, what is termed in the parlance an &quot;embargo period&quot;. With the exception of the embargo period, the ELF seemed relatively unobjectionable.  As was my usual practice, I attached &lt;a href=&quot;http://web.archive.org/web/20051222064046/www.arl.org/sparc/author/addendum.html&quot;&gt;the SPARC addendum&lt;/a&gt; and returned the ELF to Blackwell shortly after my final corrections to the proofs in early January 2007.&lt;/p&gt;
&lt;p&gt;On February 1, 2007, an assistant journals editor at Blackwell (who I will refer to as &quot;L—&quot; to retain anonymity) informed me by email that&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&lt;tt&gt;We noticed that you submitted a signed SPARC Author&apos;s Addendum along with the signed Blackwell Exclusive License Form (ELF) for your article &apos;The Turing Test as Interactive Proof&apos;, which will appear in an upcoming issue of Nous. I have attached a copy of these forms for your reference.&lt;a href=&quot;#fn2&quot; name=&quot;ref2&quot;&gt;&lt;sup&gt;[2]&lt;/sup&gt;&lt;/a&gt; According to the terms of the SPARC agreement the Blackwell ELF takes precedence. However, I wanted to make you aware that several of the points in the SPARC agreement differ with the rights you agreed to in the Blackwell ELF.&lt;/tt&gt;&lt;/p&gt;
&lt;p&gt;This email struck me, frankly, as bizarre, and the &lt;a href=&quot;http://www.ogc.harvard.edu/&quot;&gt;Office of the General Counsel&lt;/a&gt; at my home institution seemed puzzled as well.  I replied on February 7.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&lt;tt&gt;L— --&lt;/tt&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&lt;tt&gt;Thanks for bringing up a possible misconstrual of the copyright provisions.  I and many others appreciate the expansiveness of the Blackwell copyright assignment.&lt;/tt&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&lt;tt&gt;I recognize that there are some differences between the terms of the Blackwell ELF and the SPARC addendum.  My understanding of the SPARC addendum is that, where there is conflict between the addendum and the Blackwell ELF, the addendum takes precedence, based on the following language in the addendum:&lt;/tt&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 60px&quot;&gt;&lt;tt&gt;&quot;The parties agree that wherever there is any conflict between this Addendum and the Publication Agreement, the provisions of this Addendum are paramount and the Publication Agreement shall be construed accordingly.&quot;&lt;/tt&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&lt;tt&gt;I don&apos;t understand your statement that &quot;According to the terms of the SPARC agreement the Blackwell ELF takes precedence.&quot;&lt;/tt&gt;&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&lt;tt&gt;Regards,&lt;/tt&gt;&lt;/p&gt;
&lt;p&gt;Perhaps this was an attempt on the part of Blackwell to have on record my acquiescence to the Blackwell ELF as taking precedence over the addendum despite the addendum&apos;s plain language to the contrary.&lt;/p&gt;
&lt;p&gt;On February 9, L— now adjusted her claim saying that the SPARC form &quot;does appear to be unclear&quot; as to precedence.  In any case,&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&lt;tt&gt;Blackwell and the Nous Editorial office are not in agreement with the terms of the SPARC Addendum, especially the lack of embargo period, which could jeopardize the journal.&lt;/tt&gt;&lt;/p&gt;
&lt;p&gt;This email for the first time was copied to &lt;a href=&quot;http://web.mac.com/ernestsosa/Site/Welcome.html&quot;&gt;Professor Ernest Sosa&lt;/a&gt;, the editor-in-chief of &lt;em&gt;Nôus&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;This began a period of emails back and forth in which I tried to find a minimal change to the ELF that Blackwell would accept.  Blackwell viewed their job as &quot;to be the guardian of Nous content&quot;; they must &quot;protect the journal&quot;.  They worried that my posting my paper on my web site over the next twelve months (where it had been for the last several years) &quot;could jeopardize the journal&quot;.&lt;/p&gt;
&lt;p&gt;Meanwhile, fearing the worst, I started contacting &lt;em&gt;Nôus&lt;/em&gt; board members for advice on the matter.  By February 28, an email from L— reminded me that time was running out and a resolution had to be reached by March 2 or the paper would have to be pulled from its intended issue. As a final attempt, I sent a copy of the ELF with just four words elided to drop the embargo period, the first four words of the clause &quot;12 months after publication you may post an electronic version of the Articles on your own personal website, on your employer&apos;s website/repository and on free public servers in your subject area.&quot;&lt;/p&gt;
&lt;p&gt;L— requested a phone call.&lt;/p&gt;
&lt;p&gt;On March 1, I spoke to L— by phone.  She was quite pleasant and professional, but stated definitively that the embargo period was non-negotiable.&lt;/p&gt;
&lt;p&gt;We talked about various issues regarding the policy.  First, I was interested in the reasons for the embargo period.  She provided three, serially, as I argued against each.  I turn to them below.&lt;/p&gt;
&lt;p&gt;I asked if the embargo policy was a Blackwell policy or a policy of the&lt;em&gt; Nôus&lt;/em&gt; editorial board.  She said the latter, and reported that she had spoken with the editor-in-chief who she said was supportive of Blackwell&apos;s stance.&lt;/p&gt;
&lt;p&gt;In the end, neither of us would budge, so we agreed to disagree and L— said she would have to pull the paper.  I emphasize that she was gracious and understanding throughout.&lt;/p&gt;
&lt;p&gt;During the phone call, L— put forth three arguments for the embargo period, none of which was well founded.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&lt;strong&gt;The citation argument:&lt;/strong&gt; The first claim was that the embargo period is necessary so that there are not multiple versions available that could cause citation confusion.  However, Blackwell&apos;s own agreement allows posting of papers both before and after the embargo period, which they apparently do not believe leads to citation confusion.  It is unclear why there would be confusion generated just within the embargo period.  In any case, with or without an embargo period, the agreement already requires that the posted version provide correct citation information for the definitive version, so that anyone downloading the paper is provided accurate information.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&lt;strong&gt;The economic argument:&lt;/strong&gt; Second, L— claimed that the embargo period was necessary for the financial health of the journal. Presumably, the worry is that if papers were available for free without a subscription during the embargo period, libraries would stop subscribing, eliminating the main source of Blackwell&apos;s revenue from the journal.  In fact, although the journal officially has this embargo policy, it seems to be honored more in the breach.  A quick study revealed that &lt;em&gt;over 80 percent&lt;/em&gt; of the &lt;em&gt;Nôus&lt;/em&gt; articles within the embargo period at the time were available from the authors&apos; web sites or other open access repositories. (In fact, some authors were even posting the publisher&apos;s version.) Thus, over 80 percent of &lt;em&gt;Nôus&lt;/em&gt; articles were already in violation of the copyright agreement that the publisher asserts is critical for the journal&apos;s financial health.  Furthermore, there is &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2009/06/08/the-death-of-scholarly-journals/&quot;&gt;ample empirical evidence&lt;/a&gt; from fields such as &lt;a href=&quot;http://arxiv.org/&quot;&gt;physics&lt;/a&gt; that enjoy essentially 100 percent open access to preprints that availability of preprints does not lead to reductions in subscriptions.&lt;/p&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;&lt;strong&gt;The standards argument:&lt;/strong&gt; Finally, L— claimed that the embargo period was &quot;standard policy in the industry&quot;.  This is false.  For instance, &lt;a href=&quot;http://www.elsevier.com/wps/find/librariansinfo.librarians/libr_policies#Author_Posting_of_Final_Papers_to_Public_Websites&quot;&gt;Elsevier allows&lt;/a&gt; posting of authors&apos; final versions of papers on authors&apos; websites without an embargo period. Springer-Kluwer has a similar policy (as reported by &lt;a href=&quot;http://www.sherpa.ac.uk/romeo.php&quot;&gt;SHERPA/RoMEO&lt;/a&gt;). Apparently even among Blackwell journals embargo periods varied with some having no embargo period. But even if the claim were true, the fact that an embargo period is standard is no argument for retaining the restriction if there is no other good argument for it.&lt;/p&gt;
&lt;p&gt;In summary, Blackwell was singling me out for special treatment in not allowing me to post a copy of my paper on my web site, whereas all other &lt;em&gt;Nôus&lt;/em&gt; authors are apparently allowed to do so with impunity. As far as I can tell, I was singled out solely because&lt;em&gt; I was attempting to do legally what other authors were willing to do illegally&lt;/em&gt;.  No plausible argument for the restriction was provided. Indeed, the fact that violation of the contractual condition is so overwhelmingly widespread demonstrates that the contractual condition is unnecessary.&lt;/p&gt;
&lt;p&gt;At this point, I gave up on Blackwell making an exception for me, and moved to try to get &lt;em&gt;Nôus&lt;/em&gt; to change its policy overall, following on L—&apos;s assurance that the embargo period was a policy of the editorial team of the journal.  I enlisted help from a &lt;em&gt;Nôus&lt;/em&gt; board member to ask the editor-in-chief Sosa to reconsider the policy.  Eventually, he did so, stating that &quot;something needs to be done&quot; and that the &quot;situation with Nous seems unsustainable&quot;.  He passed on a request to his Blackwell contacts to change the &lt;em&gt;Nôus&lt;/em&gt; copyright policy.&lt;/p&gt;
&lt;p&gt;On May 5, 2007, Sosa reported that the matter was in the hands of the Blackwell legal department, but that &lt;a href=&quot;http://newsbreaks.infotoday.com/nbreader.asp?ArticleID=18698&quot;&gt;Blackwell&apos;s pending merger with Wiley&lt;/a&gt; may slow things down.&lt;/p&gt;
&lt;p&gt;Finally, on May 24, 2007, Sosa informed me that Blackwell had agreed to drop the embargo requirement from the &lt;em&gt;Nôus&lt;/em&gt; copyright form, and that my article could now reenter the publication stream.  The &lt;a href=&quot;http://dx.doi.org/10.1111/j.1468-0068.2007.00636.x&quot;&gt;paper appeared&lt;/a&gt;, finally, in volume 41, number 4 of &lt;em&gt;Nôus&lt;/em&gt;, and remained on &lt;a href=&quot;http://www.eecs.harvard.edu/~shieber/&quot;&gt;my web site&lt;/a&gt; with updated citation information.&lt;/p&gt;
&lt;p&gt;What is the moral of this story?  First, all participants — including the editorial board and editor-in-chief of the journal, the managing editor, the publisher&apos;s staff — were people of good will. They all acted in ways they thought in the best interest of the institutions they represented and the larger missions of those institutions.  However, to a great extent, they may not have fully thought out the connections between the policies they acted under and the missions.  The editorial board may not have realized that the journal&apos;s policy embargoed author distribution; certainly the journal&apos;s contributors didn&apos;t, or chose to ignore it.  The publisher may not have realized the inconsistencies between the journal policies and the facts-on-the-ground.&lt;/p&gt;
&lt;p&gt;But it is also apparent that authors are far too acquiescent in the process of rights retention with publishers.  We are overly willing to accept the rulings of publishers as a &lt;em&gt;fait accompli&lt;/em&gt;.  Despite the fact that publishers assert that their policies are supported by their editorial boards, editorial boards are in fact responsive to reasoned arguments.  And although a negotiation for rights retention between an author and a large commercial publishing company asymmetrically disfavors the author, one in which the author is supported by the editorial board is a different matter entirely.  This example calls for taking advantage of rights retention negotiations to enlist editors and editorial boards in the process of expanding access to scholarly articles in a way consonant with law, moving past the &quot;don&apos;t ask, don&apos;t tell&quot; social contract.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update 6/19/11:&lt;/strong&gt; Jeffrey Pomerantz has &lt;a href=&quot;http://bit.ly/jCYKVf&quot;&gt;an interesting story&lt;/a&gt; about his own &quot;copyfight&quot; with Taylor and Francis, ending in the publisher refusing to vary the conditions of the publication agreement and his decision to withdraw the article, providing it via unilateral open access instead. He raises the only partially tongue-in-cheek possibility of this as a new scholarly communication strategy. Worth thinking about.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;a href=&quot;#ref1&quot; name=&quot;fn1&quot;&gt;&lt;sup&gt;[1]&lt;/sup&gt;&lt;/a&gt; But since you asked, the paper concerns the status of the &lt;a href=&quot;http://xkcd.com/329/&quot;&gt;Turing Test&lt;/a&gt; as a &lt;a href=&quot;http://www.amazon.com/Turing-Test-Behavior-Hallmark-Intelligence/dp/0262692937&quot;&gt;philosophically tenable criterion for attributing intelligence&lt;/a&gt;.  The paper is freely available &lt;a href=&quot;http://www.seas.harvard.edu/~shieber/Biblio/&quot;&gt;from my web page&lt;/a&gt; and &lt;a href=&quot;http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.71.2021&quot;&gt;other sites&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;#ref2&quot; name=&quot;fn2&quot;&gt;&lt;sup&gt;[2]&lt;/sup&gt;&lt;/a&gt;She didn&apos;t and the email appears to have been truncated.</content>
 </entry>
 
 <entry>
   <title>Harvard Graduate School of Education announces open-access policy</title>
   <link href="https://occasionalpamphlet.com/2009/06/16/harvard-graduate-school-of-education-announces-open-access-policy/"/>
   <updated>2009-06-16T21:21:03+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/06/16/harvard-graduate-school-of-education-announces-open-access-policy</id>
   <content type="html">&lt;p&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/REC-html40/loose.dtd&quot;&gt;&lt;br /&gt;
&lt;html&gt;&lt;body&gt;
&lt;p&gt;The Harvard Graduate School of Education has just released its &lt;a href=&quot;http://www.gse.harvard.edu/blog/news_features_releases/2009/06/harvard-graduate-school-of-education-votes-open-access-policy.html&quot;&gt;official announcement&lt;/a&gt; of their June 1 enactment of an &lt;a href=&quot;http://osc.hul.harvard.edu/hgsepolicy&quot;&gt;open-access policy&lt;/a&gt;, following &lt;a href=&quot;http://osc.hul.harvard.edu/policies&quot;&gt;the approach&lt;/a&gt; of the Faculty of Arts and Sciences, Law School, and Kennedy School of Government, as well as the &lt;a href=&quot;http://ed.stanford.edu/suse/news-bureau/displayRecord.php?tablename=susenews&amp;amp;id=478&quot;&gt;Stanford University School of Education&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Four down, six(ish) to go.&lt;/p&gt;
&lt;p&gt;&lt;/body&gt;&lt;/html&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>An economic solution to reviewing load</title>
   <link href="https://occasionalpamphlet.com/2009/06/15/an-economic-solution-to-reviewing-load/"/>
   <updated>2009-06-15T10:00:22+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/06/15/an-economic-solution-to-reviewing-load</id>
   <content type="html">&lt;p&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/REC-html40/loose.dtd&quot;&gt;&lt;br /&gt;
&lt;html&gt;&lt;body&gt;
&lt;p&gt;Hal Daume at &lt;a href=&quot;http://nlpers.blogspot.com/2009/05/how-to-reduce-reviewing-overhead.html&quot;&gt;the NLP blog&lt;/a&gt; bemoans the fact that &quot;there is too much to review and too much garbage among it&quot; and wonders &quot;whether it&apos;s possible to cut down on the sheer volume of reviewing&quot;.&lt;/p&gt;
&lt;p&gt;&lt;!--more--&gt;&lt;/p&gt;
&lt;p&gt;He lists several possible approaches, most of which apply only to conference papers (which is appropriate since his field [and mine] is computer science, in which peer-reviewed conference proceedings constitute the bulk and much of the best of the archival literature). But to avoid parochialism, I&apos;ll restrict attention to ideas that might apply as well to journal reviewing. His recommendations center on the idea of tiering the review process, allowing the editor to preemptively reject an article, or enlisting a full contingent of reviewers only if the article passes muster by a smaller cohort. Many journals already use these approaches, but they have the negative side-effect of reducing the scope of review for rejected papers, which may reduce the overall quality and fairness of the review process. (He doesn&apos;t mention a different approach to tiering, which we might call &quot;trickle-down reviewing&quot;, in which a single review process is used for a set of journals with different publishing thresholds, so that papers rejected from a high prestige journal don&apos;t generate requests for new reviews from a lower prestige journal that the authors resubmit to.)&lt;/p&gt;
&lt;p&gt;There is an economic solution to the problem that bears consideration: Charge for submission. This would induce self-selection; authors would be loathe to submit unless they thought the paper had a fair chance of acceptance. Consider a conference or journal with a 25% acceptance rate that charged, say, $50 per submission. (The right amount may be different; I use this figure just as an example.) Authors who tended to write and submit average quality papers would be confronted with a cost of some $200 (in &lt;a href=&quot;http://en.wikipedia.org/wiki/Expectation_(mathematics)&quot;&gt;expectation&lt;/a&gt;) per published paper. If they wanted to reduce that cost, the expedient method would be to submit fewer papers and papers with higher average quality. The most plausible approach is to refrain from submitting the lowest quality papers, but other methods of improving quality would work as well. This has several positive effects: reduced reviewing load, higher average submission quality, less &quot;&lt;a href=&quot;http://www.nature.com/nmat/journal/v4/n1/full/nmat1305.html&quot;&gt;salami-slicing&lt;/a&gt;&quot;, and revenue generation to boot.&lt;/p&gt;
&lt;p&gt;To avoid disenfranchisement of scholars with more limited means, fee waivers should be supplied in exigent circumstances, as they are for page, figure, and other publication charges by many journals. The application process for the fee waiver would be &lt;a href=&quot;http://en.wikipedia.org/wiki/Chinese_wall&quot;&gt;separated&lt;/a&gt; from the editorial process to prevent mercenary considerations from affecting editorial decisions.&lt;/p&gt;
&lt;p&gt;Submission fees have a further benefit over publication fees in eliminating any economic incentive for lowering quality standards as a means for increasing revenue, as discussed in detail by &lt;a href=&quot;http://papers.ssrn.com/sol3/papers.cfm?abstract_id=619264&quot;&gt;McCabe and Snyder&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Submission fees could go a long way toward solving problems not only with reviewing but also journal financing and overpublication, a win-win-win situation, all without limiting entrée to publication.&lt;/p&gt;
&lt;p&gt;&lt;/body&gt;&lt;/html&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>The argument for gold OA support</title>
   <link href="https://occasionalpamphlet.com/2009/06/11/the-argument-for-gold-oa-support/"/>
   <updated>2009-06-11T10:54:32+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/06/11/the-argument-for-gold-oa-support</id>
   <content type="html">&lt;p&gt;Are &lt;a href=&quot;http://eprints.ecs.soton.ac.uk/10209/1/impact.html&quot;&gt;green and gold open access&lt;/a&gt; independent of each other? In particular, is worry about gold OA a waste of time, and are expenditures on it a waste of money? Stevan Harnad has &lt;a href=&quot;http://openaccess.eprints.org/index.php?/archives/561-Harvards-Stuart-Shieber-on-Open-Access-at-CalTech-and-Berkeley.html&quot;&gt;brought up this issue&lt;/a&gt; in response to a &lt;a href=&quot;http://win-dms-ms1.caltech.edu/five/Viewer/?peid=7c4771efc737476ab15b674327c36eae&quot;&gt;recent talk I gave at Cal Tech&lt;/a&gt;, and in particular my remarks about a potential &quot;open access compact&quot;. I will take this opportunity to explain why I think that the answer to both questions is &quot;no&quot;.&lt;/p&gt;
&lt;p&gt;&lt;!--more--&gt;Enaction of green OA policies at universities requires the broad support of faculty and administration, and careful attending to their wholly reasonable concerns. Chief among these is the following argument against a green OA policy: The services that the journals provide are important, as are the scholarly societies that publish many of the journals. They constitute a good to the scholarly community. But now consider the following dystopian scenario. Suppose the green OA policy being proposed were to be adopted universally, and further that it were widely followed so that the vast majority of scholarly articles were thereby openly available (though admittedly in the deprecated form of author&apos;s final manuscript rather than publisher&apos;s version). This might lead some libraries to feel freer about canceling subscriptions, which would lead to price pressure on journals. This price pressure might become so great that publishers might not even be able to recoup their costs by sale of subscriptions. In the absence of other business models, the publishers will have no choice but to shut down their journals. Then by a Kantian argument, it follows that the green OA policy should not be supported.&lt;/p&gt;
&lt;p&gt;This worry is by far the most common one that I encountered in working with &lt;a href=&quot;http://osc.hul.harvard.edu/OpenAccess/policytexts.php&quot;&gt;three Harvard faculties&lt;/a&gt; in passing green OA policies, and still encounter as I work with the remaining faculties at Harvard and talk with other institutions.&lt;/p&gt;
&lt;p&gt;Of course, there are a lot of &quot;might&quot;s in the worry. But, it doesn&apos;t matter that there is &lt;a href=&quot;http://www.earlham.edu/~peters/fos/newsletter/09-02-07.htm#peerreview&quot;&gt;no evidence that such a scenario will transpire&lt;/a&gt;, and that there is in fact &lt;a href=&quot;http://eprints.ecs.soton.ac.uk/11006/&quot;&gt;evidence against it&lt;/a&gt;. (The case of physics is well known.) It doesn&apos;t matter that many of the steps in the process may not occur. I myself have recapitulated these counterarguments many a time. What is important is that it certainly &lt;em&gt;might&lt;/em&gt; occur, it is consistent with the laws of economics (even if not dictated by them), and most importantly, it is widely &lt;em&gt;perceived&lt;/em&gt; as being a real possibility. For that reason alone, it is important to have a response.&lt;/p&gt;
&lt;p&gt;Let me first dismiss two inadequate responses:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt; &lt;a href=&quot;http://openaccess.eprints.org/index.php?/archives/561-Harvards-Stuart-Shieber-on-Open-Access-at-CalTech-and-Berkeley.html&quot;&gt;&quot;Once mandates become universal, even if the journal affordability problem is left entirely unaltered, that problem immediately becomes far less urgent, since all of its urgency derives from the accessibility problem, which universal mandates will have solved, completely!&quot;&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;If all that journals provided were access, then this response would be entirely correct. However, access is the least important of the services that journals currently provide—least important because technological advances have led to the ability to provide access at essentially zero marginal cost by the authors themselves. The important and valuable services that publishers provide in greater or lesser quantity are management of peer review, a variety of production services, and imprimatur. Of these, the last is by far the most important to the authors, but all are valuable to the scholarly community. If universal green OA were to make journals unsustainable by not addressing the affordability problem, and the dystopia ensued, then all of these services (other than access) would be lost. This potentiality introduces its own urgency. We cannot postpone the urgency until the dystopia ensues, as its mere possibility impedes the enactment of green OA policies right now.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://openaccess.eprints.org/index.php?/archives/563-Pre-Emptive-Gold-Fever-Strikes-Again.html&quot;&gt;&quot;If good sense were to prevail, funders and universities would just mandate Green OA for now, and then let supply and demand decide, given universal Green OA, whether and when to convert from subscriptions to Gold OA, and for what product, and at what price.&quot;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p style=&quot;padding-left: 30px&quot;&gt;A response that &quot;the market will solve this problem down the line&quot; is not sufficient for two reasons. First, markets are not magic. They solve problems by virtue of the behaviors of their participants and within rule systems that surround them. It therefore behooves us as participants to make sure that our behaviors and rule systems are set up to allow salutary changes to occur. If eventual conversion to gold OA publishing is the way that the problem (if it arises) ought to be eventually solved, then we must make it possible for a publisher to convert a journal to a gold OA business model. Currently, publishers cannot feasibly do so, as gold OA journals are at a systematic disadvantage against subscription-based journals from the point of view of attracting authors, since universities and funding agencies subsidize the subscription-based journals through their library subscription payments, whereas they do not subsidize article-processing charges for gold OA journals.&lt;/p&gt;
&lt;p&gt;I return to the underlying issue, which is assuaging the worries of faculty considering green OA policies who are imagining the possibility of the dystopian scenario. The natural response is to assure the worrier that there is a reasonable alternative business model in the wings, namely gold OA. And to make that assurance plausible, we must address the viability of gold OA journals in a realistic way, at least under the same universalization that leads to the dystopian scenario. That is what the open access compact that I &lt;a href=&quot;http://win-dms-ms1.caltech.edu/five/Viewer/?peid=7c4771efc737476ab15b674327c36eae&quot;&gt;discussed at Cal Tech&lt;/a&gt; and elsewhere is intended to do.&lt;/p&gt;
&lt;p&gt;In summary, a university that commits to the open access compact will more easily be able to answer objections against green OA policies specifically because it has an approach to long-range support for gold OA publishing, not in spite of it. The two models are inextricably tied. I, like Professor Harnad, am interested in facilitating the adoption of green OA policies. I proposed the open access compact in large part because I expect that adoption of the compact will lead to more green OA policies. The open access compact is therefore contributory to the promotion of green OA, not a sidetrack to it. I of course encourage universities to adopt green OA policies before gold OA support, but given that dystopian fears of faculty are preventing adoption of such policies, an open access compact that might assuage these worries should not be delayed.&lt;/p&gt;
&lt;p&gt;Let me conclude by arguing against a view that support for the open access compact is at best &quot;&lt;a href=&quot;http://openaccess.eprints.org/index.php?/archives/563-Pre-Emptive-Gold-Fever-Strikes-Again.html&quot;&gt;a needless waste of scarce research funds.&lt;/a&gt;&quot; At least in the near term, the cost of the open access compact as I have proposed it is minimal. Universities implementing the compact would not underwrite hybrid gold OA fees, would not pay fees where grants had funded the research, and would be able to set up market mechanisms to ensure that economic signals from the fees are passed on to authors. A university supporting the open access compact may even choose to implement it by limiting its application to faculties falling under a green open access policy (as I hope and expect we will do at Harvard). All of these are consistent with the point of the compact, that it has the appropriate effect in mitigating the dystopian scenario, which arises from universalized green OA, &lt;em&gt;just in case it is universalized in the same way&lt;/em&gt;. The point is subtle, but important. Not all mechanisms for supporting gold OA charges are equal. Some may involve wastes of money; indeed all of the extant OA funds that I know of collapse under universalization of their practice. But that does not mean that gold OA underwriting cannot be implemented in a way that supports the goal of allowing transition to gold OA in case of the dystopian scenario without wasting money now. And to the extent that we can provide such a system, the counterarguments against green OA policies will be much more easily dealt with. Insofar as the open access compact increases the odds of establishing green OA policies, it is ipso facto not a waste of the minimal funds that it requires.</content>
 </entry>
 
 <entry>
   <title>Are the Harvard open-access policies unfair to publishers?</title>
   <link href="https://occasionalpamphlet.com/2009/06/09/are-the-harvard-open-access-policies-unfair/"/>
   <updated>2009-06-09T10:58:27+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/06/09/are-the-harvard-open-access-policies-unfair</id>
   <content type="html">&lt;p&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/REC-html40/loose.dtd&quot;&gt;&lt;br /&gt;
&lt;html&gt;&lt;body&gt;
&lt;p&gt;Recently, the representative of a major scientific journal publisher expressed to me the sentiment that the position that Harvard faculty have taken through our &lt;a href=&quot;http://osc.hul.harvard.edu/OpenAccess/overview.php&quot;&gt;open-access policies&lt;/a&gt; — setting the default for rights retention to retain rights by default rather than to eschew rights by default — is in some sense unfair to subscription-based journals that require &lt;a href=&quot;http://www.escholar.manchester.ac.uk/help/glossary/index.html#E&quot;&gt;embargoes&lt;/a&gt;, that we are favoring one scholarly publishing business model over another and setting up an unlevel playing field.&lt;/p&gt;
&lt;p&gt;&lt;!--more--&gt;By way of background, the Harvard open-access policies specify that faculty authors grant a nonexclusive license to the university to distribute our articles, which can be waived for any reason at the sole discretion of the authors. The license applies immediately upon copyright vesting in the article, and thus predates any transfer of copyright to a publisher. If a publisher has a policy that is inconsistent with this license — for instance in requiring that no distributions occur until expiration of an embargo period — then it must either make an exception for an article falling under the OA policy or get the author to obtain a waiver of the license. Open-access journal publishers, who do not mandate embargoes on distribution, will not need to engage their authors in obtaining waivers. The publisher in question thought that this difference was an unfairness toward embargo-carrying subscription-based publishers because it favored open-access publishers.&lt;/p&gt;
&lt;p&gt;Of course, as a private company, Harvard is well within its rights to set up its policies to favor whatever it wants, even if third-parties are disadvantaged. For instance, &lt;a href=&quot;http://www.fas.harvard.edu/~research/greybook/principles.html&quot;&gt;Harvard has policies&lt;/a&gt; that disallow faculty performing research for funders that have certain kinds of policies, even though that disadvantages such potential funders. But I for one am not interested in unfairly advantaging one business model for scholarly publishing over another, and in any case, the argument that the Harvard policy does so is fallacious.&lt;/p&gt;
&lt;p&gt;Before describing why, let me mention again that there is a different issue that I will not address here, that immediate open access of author&apos;s manuscripts endangers the subscription-based business model. That is a separate issue, with a &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2009/06/08/the-death-of-scholarly-journals/&quot;&gt;set of standard arguments and counterarguments&lt;/a&gt;, which have convinced me that the only empirical evidence is to the contrary, though others may not be so persuaded.  But for the purpose of this discussion, let us stipulate (counterfactually to my mind) that wholesale adoption of the Harvard policy would in fact prove detrimental to the business of subscription-based journals at least a little bit.  Does that make it intrinsically unfair?&lt;/p&gt;
&lt;p&gt;This other argument is different and seems to rely on an assumption that the Harvard policy is an &lt;em&gt;undue intervention&lt;/em&gt;, whereas without the policy, there is no intervention. It seems to go something like this: In designing a system of rights allocation between author and publisher, the approach in which all rights are transferred to the publisher with the publisher selecting some rights to provide back to the author is the privileged position, and any other arrangement involves some kind of intervention. But what makes that the privileged (nonintervening) position? Why isn&apos;t the privileged position an approach in which all rights are transferred to the publisher subject to a nonexclusive limited noncommercial license to the author, with a publisher&apos;s requirement for exclusive transfer of all copyright being the intervention? It is true that one was the status quo ante for some time, but that is a historical contingency, and gives it no privileged position as consisting of the appropriate default position. There is in fact no privileged position one way or the other.  All choices of design involve intervention.  There are just a large variety of possibilities, which the actions of various stakeholders choose among.&lt;/p&gt;
&lt;p&gt;Another way of thinking about the issue is this: The faculty must make a decision about what portion of their rights they retain by default: none, a few, a lot, this subset, that subset.  A decision is inevitable; there is no option of making no decision.  The status quo ante made a decision, namely that no rights were retained by default.  The Harvard policy makes a different decision, that a nonexclusive limited license is retained by default; some other policy might state that exclusive rights are retained by default.  But one way or another, a decision must be made.  The faculty are obviously inclined to make decisions that benefit them as they perceive it, and have done so.  The change is not from making no decision to making a decision, it is from making one decision to making another that the faculty perceives as preferable.&lt;/p&gt;
&lt;p&gt;Sunstein and Thaler make this argument in detail in their paper &quot;&lt;a href=&quot;http://faculty.chicagobooth.edu/richard.thaler/research/LIbpatLaw.pdf&quot;&gt;Libertarian Paternalism is Not an Oxymoron&lt;/a&gt;&quot; (a precursor to their popular book &lt;a href=&quot;http://www.worldcat.org/oclc/181517463&quot;&gt;&lt;em&gt;Nudge&lt;/em&gt;&lt;/a&gt;).  They point out that in a wide variety of cases, decisions as to a default rule are inevitable, so that changing the default does not constitute a new intervention.&lt;/p&gt;
&lt;p&gt;They use as an example a company cafeteria presenting a variety of foods.  &quot;Suppose that the director of the cafeteria notices that  customers have a tendency to choose more of the items that are presented earlier in the line. How should the director decide in what order to present the items?&quot; If he places the desserts first, the employees will eat more desserts, which will have an aggregate negative effect on the health of the employees, to the detriment of the company. If he places the desserts last, they will eat fewer and be healthier, perhaps to the detriment of the dessert supplier. If the cafeteria changes its placement of desserts from the front of the line to the back of the line, the dessert supplier may rightly claim that the change will hurt its business, but it can&apos;t claim that this is an undo intervention in the freedom of choice of the employees.  The original cafeteria layout was not privileged; the company has to place the desserts somewhere.  Why is the front of the line the privileged position just because of historical familiarity?  It isn&apos;t.&lt;/p&gt;
&lt;p&gt;We all make decisions about policies, defaults, and the like.  So long as the designs of the systems do not preclude options (and the Harvard open-access policy certainly does not), they protect the liberties of the participants.  The particular design may advantage or disadvantage some participants.  I do not think there is any evidence that the Harvard policy, even extrapolated to all universities, disadvantages subscription-based publishers.  But even if it were to, that does not make it intrinsically unfair relative to a given alternative.&lt;/p&gt;
&lt;p&gt;I appreciate that some publishers may not like the waiver process, and I do not begrudge them that view or think it is unreasonable.  But preferring &lt;em&gt;X&lt;/em&gt; to &lt;em&gt;Y&lt;/em&gt; doesn&apos;t mean that &lt;em&gt;Y&lt;/em&gt; is unfair.&lt;/p&gt;
&lt;p&gt;&lt;/body&gt;&lt;/html&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>The death of scholarly journals?</title>
   <link href="https://occasionalpamphlet.com/2009/06/08/the-death-of-scholarly-journals/"/>
   <updated>2009-06-08T10:33:33+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/06/08/the-death-of-scholarly-journals</id>
   <content type="html">&lt;p&gt;One of the frequent worries I hear expressed about open-access policies such as &lt;a href=&quot;http://osc.hul.harvard.edu/OpenAccess/overview.php&quot;&gt;the ones at Harvard&lt;/a&gt; is that they will lead to the death of journals (or of scholarly societies, or of peer review). When we first began addressing Harvard faculty on these issues, I heard this worry expressed so frequently that I wrote up my standard reply to save myself time in answering it. I supply that reply in this entry. There is little original in the argument. It has been made in various forms in various places in writings about open access, most notably and comprehensively by Peter Suber &lt;a href=&quot;http://www.earlham.edu/~peters/fos/newsletter/09-02-07.htm#peerreview&quot;&gt;here&lt;/a&gt; . But it may be useful to see it in this distilled form.&lt;/p&gt;
&lt;p&gt;&lt;!--more--&gt;(By the way, the issue of switching business models brought up at the end is one that I have been increasingly focused on and will turn to in later posts.)&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Many of the worries about the Harvard open-access policies rest on a dystopian scenario in which, first, there is systematic uptake of the idea of authors making their papers available through open access because of initiatives like ours, and then journals are unable to function, leading to the end of journals and peer review. The worry is a legitimate one, as journals and peer review play a crucial role in the scholarly enterprise. But the worry is misguided on both empirical and principled grounds.&lt;/p&gt;
&lt;p&gt;What would happen to journals if, by magic, the author&apos;s prepublication version of every scholarly article were freely available in an institutional repository?  Arguably, nothing. In fact, this is the situation in physics, in which &lt;a href=&quot;http://www.arxiv.org/&quot;&gt;arxiv.org&lt;/a&gt; provides essentially total open access to physics articles. Nonetheless, &lt;a href=&quot;http://eprints.ecs.soton.ac.uk/11006/&quot;&gt;subscription journals have not seen cancellations in physics due to this open access&lt;/a&gt;, presumably because readers (or their proxies, the libraries) are willing to pay for the value added by the publishers that they receive. The only effect is that there is universal access to physics scholarship.&lt;/p&gt;
&lt;p&gt;But suppose that at some point readers (or libraries) decided that the value publishers added were not sufficient to endorse subscribing at the current prices. The result would be price pressure on journals, arguably a propitious side effect. This price pressure would accrue to journals with the highest price to value ratio, that is, to commercially published journals in general. These are the journals where there is the most room for price reduction. (Consistent with this intuition, a &lt;a href=&quot;http://www.alpsp.org/ngen_public/article.asp?id=200&amp;amp;did=47&amp;amp;aid=157&amp;amp;st=&amp;amp;oaid=-1&quot;&gt;2006 study by the Association of Learned and Professional Society Publishers&lt;/a&gt; concluded that price far outstrips open access availability in libraries&apos; decisions to cancel journal subscriptions.)&lt;/p&gt;
&lt;p&gt;In his &lt;a href=&quot;http://firstmonday.org/htbin/cgiwrap/bin/ojs/index.php/fm/article/view/542/463&quot;&gt;study of the economics of electronic journal distribution&lt;/a&gt;, Andrew Odlyzko notes &quot;Many publishers argue that costs cannot be reduced much, even with electronic publishing, since most of the cost is the first-copy cost of preparing the manuscripts for publication. This argument is refuted by the widely differing costs among publishers. The great disparity in costs among journals is a sign of an industry that has not had to worry about efficiency. Another sign of lack of effective price competition is the existence of large profits.&quot; For instance, economics journals published by commercial publishers are &lt;a href=&quot;ftp://wueconb.wustl.edu/econ-wp/mic/papers/0106/0106002.pdf&quot;&gt;&lt;em&gt;six times more expensive&lt;/em&gt;&lt;/a&gt; per page than those of noncommercial publishers. Such price disparities are a clear sign of inefficiency and excess profit-taking.&lt;/p&gt;
&lt;p&gt;But suppose further that the price pressure were so strong that readers or libraries were unwilling to pay &lt;em&gt;anything at all&lt;/em&gt; for the journals. Would that be the end of journals? No, because even if publishers (again, merely by hypothesis and presumably counterfactually) add no value for the readers (beyond what the readers are already getting in the [again hypothetical] universal open access), the author and the author&apos;s institution gain much value: vetting, copyediting, typesetting, and most importantly, imprimatur of the journal. This is value that authors and their institutions should be and would be willing to pay for. And fortunately, in this scenario in which libraries are unwilling to pay for subscriptions, there is plenty of money available to pay for this value, namely all of the money that otherwise would have gone to the subscriptions. The upshot is that journals will merely switch to a different business model, the open access journal, in which the journal charges the author a one-time charge to cover the costs of publishing the article. (By the way, there are already &lt;a href=&quot;http://www.doaj.org/&quot;&gt;thousands of open access journals&lt;/a&gt;, many published by profitable commercial publishers.)&lt;/p&gt;
&lt;p&gt;In this scenario, the cost of journal publishing would be borne not by the libraries on behalf of their readers, but by funding agencies and institutions on behalf of their authors. Already, funding agencies such as Wellcome Trust and Howard Hughes Medical Institute underwrite open access author charges, and in fact mandate open access. Federal granting agencies such as NSF and NIH allow grant funds to be used for open access author charges as well. Not all fields have the sort of grant funding opportunities that could underwrite these charges. For those fields, the university should underwrite charges for publication in open access journals. One of the recommendations of the provost&apos;s committee is that Harvard do just that: underwrite reasonable open access publication charges that are not otherwise covered by research funds, regardless of field.  Remember, in this utopian scenario, the funds required for these charges are amply provided by the savings from subscriptions. In any case, this scenario is, at best, many years, perhaps many decades, away, so there is plenty of time for the market to adjust business and funding models so long as the books balance overall.&lt;/p&gt;
&lt;p&gt;How can we know that the books will balance? In aggregate, the costs to run the journals are now paid for by university library budgets. In the depicted scenario, these costs would not rise, and would likely even be mitigated by the economies of open access distribution.  So in total, the funds will be adequate for the costs.&lt;/p&gt;
&lt;p&gt;Another happy fact about this scenario is that the open access funding model has revenues directly tied to costs. For open access distribution, where access has essentially zero marginal cost, all of the costs are first-copy costs. Under the new business model, revenues are first-copy revenues as well. The market basis for the spiraling hyperinflation—prices rising to recoup revenues from cancellations leading to more cancellations—is thus eliminated.&lt;/p&gt;
&lt;p&gt;In summary, the worry that open access to articles will lead to journal death is based on an extrapolation that doesn&apos;t take into account all of the moving parts in the publishing milieu, the time course of changes, and the value basis that journals provide. The market will provide for journals because journals add tremendous value. Funds to pay for that value are patently available; they are being paid now. What will change—slowly over time if and as the situation changes—are the market mechanisms that match the costs and value. They will change to a system that doesn&apos;t have the market dysfunctionalities of the present one.&lt;/p&gt;
&lt;p&gt;A final word: What is the alternative to this open-access policy or similar steps to improve access? The status quo involves hyperinflation, squeezing library budgets, and further journal cancellation, all of which lead to even more limited access, monograph demand withering, and scholarly societies in trouble. We have been on this spiral for decades. &lt;em&gt;Something&lt;/em&gt; needs to be done.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>What percentage of open-access journals charge publication fees?</title>
   <link href="https://occasionalpamphlet.com/2009/05/29/what-percentage-of-open-access-journals-charge-publication-fees/"/>
   <updated>2009-05-29T19:50:51+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/05/29/what-percentage-of-open-access-journals-charge-publication-fees</id>
   <content type="html">&lt;p&gt;In the popular conception, open-access journals generate revenue by charging publication fees. The popular conception turns out to be false. Various studies have explored the extent to which OA journals charge publication fees. The results have been counterintuitive to many, indicating that far fewer OA journals charge publication fees than one might have thought. You can verify this yourself using some software I provide in this post.&lt;/p&gt;
&lt;p&gt;&lt;!--more--&gt;The first study of what we&apos;ll call the &quot;publication-fee percentage&quot;, by &lt;a href=&quot;http://www.alpsp.org/ngen_public/article.asp?id=200&amp;amp;did=47&amp;amp;aid=270&amp;amp;st=&amp;amp;oaid=-1&quot;&gt;Kaufman and Wills&lt;/a&gt;, showed that fewer than half of the OA journals they looked at charge publication fees. The figure for publication-fee percentage they report is about &lt;strong&gt;47%&lt;/strong&gt;. (For convenience, we put all publication-fee percentages in boldface in this post.) Following on from this, &lt;a href=&quot;http://www.earlham.edu/~peters/fos/newsletter/11-02-07.htm#list&quot;&gt;Suber and Sutton&lt;/a&gt; provided a figure of &lt;strong&gt;16.7%&lt;/strong&gt; for scholarly society journals charging publication fees.&lt;/p&gt;
&lt;p&gt;Bill Hooker came up with a clever way of calculating a figure for publication fee percentage, by taking advantage of the publication fee metadata hidden in the &quot;for authors&quot; journal listings at the &lt;a href=&quot;http://www.doaj.org/&quot;&gt;Directory of Open Access Journals&lt;/a&gt; to &lt;a href=&quot;http://www.sennoma.net/main/archives/2007/12/if_it_wont_sink_in_maybe_we_ca.php&quot;&gt;calculate the figure as of December 2007&lt;/a&gt;.  Here are his totals:&lt;/p&gt;
&lt;blockquote&gt;
&lt;table border=&quot;0&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Charges&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;534&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;(&lt;strong&gt;18%&lt;/strong&gt;)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;No charges&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;1980&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;(67%)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Information missing&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;453&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;(15%)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Total (excl. hybrids)&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;2967&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/blockquote&gt;
&lt;p&gt;Depending on the disposition of the &quot;information missing&quot; cases, Hooker&apos;s study indicates that &lt;strong&gt;18-33%&lt;/strong&gt; of OA journals charge fees.&lt;/p&gt;
&lt;p&gt;Hooker performed his study using a combination of automated and manual methods. In particular, he apparently used manual effort to eliminate the hybrid journal listings. But it isn&apos;t difficult to write software to perform the entire analysis automatically, which allows anyone to replicate the results him- or herself. Unfortunately, the OAI-PMH feed that DOAJ kindly provides doesn&apos;t include the crucial information of whether journals charge fees and whether they are pure or hybrid OA journals, so I, like Hooker, resorted to &lt;a href=&quot;http://en.wikipedia.org/wiki/Screen_scraping&quot;&gt;screen-scraping&lt;/a&gt;. The method is effective, if inelegant.&lt;/p&gt;
&lt;p&gt;Here are the results computed by my software, as of May 26, 2009:&lt;/p&gt;
&lt;blockquote&gt;
&lt;table border=&quot;0&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Charges&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;951&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;(&lt;strong&gt;23.14%&lt;/strong&gt;)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;No charges&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;2889&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;(70.29%)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Information missing&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;270&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;(6.57%)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Hybrid&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;1519&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;(26.99%)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Total&lt;/td&gt;
&lt;td align=&quot;right&quot;&gt;5629&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/blockquote&gt;
&lt;p&gt;The numbers are consistent with those of Hooker&apos;s study some 16 months earlier. You&apos;ll see that the total number of full OA journals is up from 2967 to 4110, and the number with missing information has been halved from 15% to about 7%. The reduction in those with missing information seems to have gone more to those with fees than those without, so that the percentage charging fees is up some 5% and those not charging fees only up 3%. Again, depending on the &quot;information missing&quot; cases, the range of fee-charging journals is &lt;strong&gt;23-30%&lt;/strong&gt;. Assuming that the missing information cases are similar in distribution to those that were resolved over the last year, the figure would be about &lt;strong&gt;27%&lt;/strong&gt;. That leaves 73% of OA journals, the overwhelming bulk, charging no fees.&lt;/p&gt;
&lt;p&gt;Anyone interested in replicating the results should feel free to use the simple Python script below, provided without warranty.&lt;/p&gt;
&lt;hr&gt;
&lt;pre&gt;#!/usr/bin/python

&apos;&apos;&apos;
Calculate the percentage of open access journals with different
publication fee policies using data from the Directory of Open Access
Journals (doaj.org)

Stuart M. Shieber
March 26, 2009
&apos;&apos;&apos;

from urllib import urlretrieve
import os
import re
from collections import defaultdict

feecount = defaultdict(int)
hybridcount = 0
journalcount = 0

def processpage(file):
    &apos;&apos;&apos;Process a file of article listings from the DOAJ &quot;Authors&quot;
    listing of articles, which includes publication fee information to
    extract journal entries and update running counts&apos;&apos;&apos;

    global hybridcount, journalcount, feecount

    # Get the contents of the file
    f = open(file, &apos;r&apos;)
    contents = f.read()
    f.close

    # Clean up the file by removing some header stuff
    pat = re.compile(&quot;^.*End Result.*&amp;lt;p /&amp;gt;&amp;lt;br /&amp;gt;&quot;, re.DOTALL)
    contents = re.sub(pat, &quot;&quot;, contents)
    # Get rid of newlines to make pattern matching easier
    contents = re.sub(&apos;n&apos;, &apos;|||&apos;, contents)
    # Place each article entry on a separate line by keying off of the
    # serendipitous use of &quot;passMe&quot; at the start of each entry
    contents = re.sub(&apos;passMe&apos;, &apos;npassMe&apos;, contents)

    # Match each article record, getting title, hybrid status, fee
    # info
    pat = re.compile(&quot;passMe[^&amp;gt;]*&amp;gt;([^&amp;lt;]*)&amp;lt;/a&amp;gt;.*class=info&amp;gt;([^&amp;lt;]*)&amp;lt;/span&amp;gt;.*Publication fee.*&amp;gt;(.*)&amp;lt;/font&amp;gt;&quot;)
    for match in pat.finditer(contents):
        journalcount += 1
        title = match.group(1)
        accesstype = match.group(2)
        feetype = match.group(3)
        # Print an entry for a csv file
        print &quot;&quot;%s&quot;, &quot;%s&quot;, &quot;%s&quot;&quot; % (title, accesstype, feetype)
        # Bump counts
        if accesstype == &apos;Open Access&apos;:
            feecount[feetype] +=1
        else:
            hybridcount += 1

### Download all of the pages at DOAJ, caching locally, and process
### each one
for letter in &quot;ABCDEFGHIJKLMNOPQRSTUVWXYZ&quot;:
    for page in range(1,8):
        # Generate source and destination locations
        url = &quot;http://www.doaj.org/doaj?func=byTitle&amp;amp;p=%d&amp;amp;hybrid=1&amp;amp;query=%s&quot; % (page, letter)
        local = &quot;/tmp/%s%d&quot; % (letter, page)
        # Pull over the page if not cached
        if not os.path.exists(local):
            print &quot;retrieving &quot; + url
            urlretrieve(url, local)
        # and process it
        processpage(local)

### Print a table of results
for fee in feecount.keys():
    print &quot;%-20s : %5d (%5.4f)&quot; % (fee, feecount[fee],
                                   feecount[fee]/float(journalcount-hybridcount))
print &quot;%-20s : %5d (%5.4f)&quot; % (&apos;Hybrid&apos;, hybridcount, hybridcount/float(journalcount))
print &quot;%-20s : %5d&quot; % (&apos;TOTAL&apos;, journalcount)&lt;/pre&gt;
&lt;p&gt;</content>
 </entry>
 
 <entry>
   <title>Open-access policies and academic freedom</title>
   <link href="https://occasionalpamphlet.com/2009/05/28/open-access-policies-and-academic-freedom/"/>
   <updated>2009-05-28T19:00:30+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/05/28/open-access-policies-and-academic-freedom</id>
   <content type="html">&lt;p&gt;&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/REC-html40/loose.dtd&quot;&gt;&lt;br /&gt;
&lt;html&gt;&lt;body&gt;
&lt;p&gt;I very occasionally hear expressed a concern about the Harvard open-access policy that it violates some aspect of academic freedom. The argument seems to be that by granting a prior license to Harvard, faculty may be forced to forgo publication in certain venues.  Our rights as scholars to determine the disposition of particular articles would thus be assailed by the policy.&lt;/p&gt;
&lt;p&gt;&lt;!--more--&gt;A requirement to publish or refrain from publishing in particular venues would certainly infringe on academic freedom. But the Harvard policy leaves choice of whether and where to publish fully in the hands of authors. The policy allows for the license to be waived for any article at the sole discretion of the author. (Obtaining a waiver involves filling out a web form at &lt;a href=&quot;http://osc.hul.harvard.edu/&quot;&gt;the OSC web site&lt;/a&gt; with some metadata about the article. The process takes about 20 seconds.) This &quot;opt-out&quot; provision makes the policy consistent with libertarian principles. The policy manifests &quot;libertarian paternalism&quot; in the sense of &lt;a href=&quot;http://faculty.chicagobooth.edu/richard.thaler/research/LIbpatLaw.pdf&quot;&gt;Sunstein and Thaler&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Of course, one could attempt to argue that even that 20-second web form serves as an impediment to one&apos;s free choice of where to publish. Presumably, the seconds required to fill out copyright transfer forms for closed-access journals, the costs of having to negotiate use rights for one&apos;s own articles published in closed-access journals, and the like should also be considered impediments to free choice of publishing venue, although I haven&apos;t heard &lt;em&gt;these&lt;/em&gt; concerns raised before.&lt;/p&gt;
&lt;p&gt;Frankly, a more substantial argument can be made that the traditional scholarly publishing mechanism infringes academic freedom. The status quo in scholarly publishing requires authors to assign copyright to publishers as part of the publication process. With this control, publishers can and do limit access to the scholar&apos;s writing.  Scholars are therefore not free to disseminate their academic work in the broadest way. A claim that authors can choose not to publish through scholarly journals is disingenuous; publishing is necessary for their career advancement. The status quo thus arguably presents a direct and substantial limitation in practice on scholars&apos; academic freedom: it infringes on the author&apos;s freedom to distribute copies of one&apos;s articles to interested readers. I am not claiming here that this is an &lt;em&gt;undue&lt;/em&gt; limitation on freedom — there are countervailing arguments for the need for closed access — but a limitation on freedom it surely is, much more so than the Harvard open-access policy.&lt;/p&gt;
&lt;p&gt;Indeed, the Harvard policy attempts to further scholars&apos; academic freedom to disseminate their work by providing a mechanism by which the unified voice of the community of scholars expresses its priority that scholarship should be openly accessible.  Insofar as an individual&apos;s actions are limited by the policy (through the 20-second web form impediment), it is countervailed by the potential expansion of academic freedom for all members of the scholarly community that we are members of and rely on.&lt;/p&gt;
&lt;p&gt;In the same way, we as scholars are not free to refuse to participate in the shared responsibilities of academic governance, of peer review of our literatures and colleagues, of education, advising, and mentoring of our students.  Our responsibility to widely disseminate our writings is even codified in the &lt;a href=&quot;http://www.fas.harvard.edu/~research/greybook/&quot;&gt;explicit University policies&lt;/a&gt; under which we were hired: &quot;when entering into agreements for the publication and distribution of copyrighted materials individuals will make arrangements that best serve the public interest.&quot; The policy makes clear that we as a community feel that the best service of the community involves open access to the scholarly literature.&lt;/p&gt;
&lt;p&gt;&lt;/body&gt;&lt;/html&gt;&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Some background on open access</title>
   <link href="https://occasionalpamphlet.com/2009/05/27/some-background-on-open-access/"/>
   <updated>2009-05-27T21:38:22+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/05/27/some-background-on-open-access</id>
   <content type="html">&lt;p&gt;I assume that readers of the open access discussions on this blog are familiar with the state of play in the area, but just in case, here&apos;s some background.&lt;/p&gt;
&lt;p&gt;&lt;!--more--&gt;&lt;/p&gt;
&lt;p&gt;Peter Suber defines open access in his &lt;a href=&quot;http://www.earlham.edu/~peters/fos/brief.htm&quot;&gt;A Very Brief Introduction to Open Access&lt;/a&gt; as follows: &quot;Open-access (OA) literature is digital, online, free of charge, and free of most copyright and licensing restrictions. What makes it possible is the internet and the consent of the author or copyright-holder.&quot; Suber&apos;s &lt;a href=&quot;http://www.earlham.edu/~peters/fos/brief.htm&quot;&gt;Introduction&lt;/a&gt; also describes the two primary approaches to achieving open access:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&quot;Green&quot; OA, in which articles are provided by their authors via posting on a personal website or in an institutional or subject-based repository. Under the green OA approach, open access is provided as a &lt;em&gt;supplement&lt;/em&gt; to access in a peer-reviewed venue.&lt;/li&gt;
&lt;li&gt;&quot;Gold&quot; OA, in which articles are provided as part of the normal operation of the journal in which they are published. Under the gold OA approach, open access is provided &lt;em&gt;directly by&lt;/em&gt; a peer-reviewed venue itself.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Suber&apos;s &lt;a href=&quot;http://www.earlham.edu/~peters/fos/overview.htm&quot;&gt;Open Access Overview&lt;/a&gt; provides more detailed background, and I recommend it highly. Why don&apos;t you read it now?  I&apos;ll wait.&lt;/p&gt;
&lt;p&gt;Back? Good.&lt;/p&gt;
&lt;p&gt;Access to the knowledge generated at universities is a good. It is what universities are about. Open access is therefore deserving of support, and to that end, a number of universities have promoted it through exhortations or policies of various sorts.It is important, however, that open access to scholarly writings be generated in appropriate and sustainable ways, consistent with the &lt;a href=&quot;http://www.aaup.org/AAUP/issues/AF/&quot;&gt;principles of academic freedom&lt;/a&gt; and the &lt;a href=&quot;http://www.wellcome.ac.uk/stellent/groups/corporatesite/@policy_communications/documents/web_document/wtd003182.pdf&quot;&gt;laws of economics&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;At Harvard, we have taken &lt;a href=&quot;http://osc.hul.harvard.edu/policies&quot;&gt;a particular approach&lt;/a&gt; by voting open-access policies composed of three aspects:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Permission: &lt;/strong&gt;Faculty give permission (technically, grant a license) to the university to make their articles available via open access.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Waiver: &lt;/strong&gt;Faculty can waive the license for any article at their sole discretion.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deposit: &lt;/strong&gt;Faculty provide a copy of their articles to the university for storage, preservation, and distribution in an institutional repository.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;To date, three of Harvard&apos;s ten or so faculties have passed such policies, the texts of which are provided &lt;a href=&quot;http://osc.hul.harvard.edu/hfaspolicy&quot;&gt;here&lt;/a&gt;. In addition, other schools, including Stanford&apos;s School of Education and MIT, have enacted similar policies, and others are considering them.&lt;/p&gt;
&lt;p&gt;I plan on addressing some of the motivations for the policy and concerns that are commonly raised in future posts. If there are particular topics that you think should be considered, please let me know in the comments or &lt;a href=&quot;http://www.eecs.harvard.edu/shieber/&quot;&gt;by email&lt;/a&gt;.</content>
 </entry>
 
 <entry>
   <title>Why this blog?</title>
   <link href="https://occasionalpamphlet.com/2009/05/22/why-this-blog/"/>
   <updated>2009-05-22T16:44:04+00:00</updated>
   <id>https://occasionalpamphlet.com/2009/05/22/why-this-blog</id>
   <content type="html">&lt;p&gt;This blog presents occasional writings on whatever I&apos;m interested in at the moment, which currently includes topics such as:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;scholarly communications and open access, and other university matters&lt;/li&gt;
&lt;li&gt;computer science topics of various sorts&lt;/li&gt;
&lt;li&gt;language, linguistics, and computational linguistics&lt;/li&gt;
&lt;li&gt;pedagogy and writing&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I expect that in the near term, I&apos;ll primarily be commenting on open access issues.&lt;/p&gt;
&lt;p&gt;I&apos;ve avoided having a blog until now because in the past I&apos;ve been constitutionally incapable of presenting my thinking in any kind of interim state. This blog is my attempt to change this archaic aspect of my personality, and to provide a venue for writings of a more exploratory or ephemeral nature. Still, I expect many posts will be relatively long as compared to a typical blog, though short compared to a scholarly article and more topical.&lt;/p&gt;
&lt;p&gt;I chose the word &quot;pamphlet&quot; to describe these writings, as I was inspired to experiment with this style of writing by &lt;a href=&quot;http://www.worldcat.org/oclc/29673553&quot;&gt;the pamphlets&lt;/a&gt; of &lt;a href=&quot;http://en.wikipedia.org/wiki/Charles_Dodgson&quot;&gt;Charles Dodgson (Lewis Carroll)&lt;/a&gt;. The use of the word &quot;occasional&quot; under both of &lt;a href=&quot;http://www.ahdictionary.com/word/search.html?q=occasional#O5020300&quot;&gt;its first two senses&lt;/a&gt; was intentional.&lt;/p&gt;
&lt;p&gt;The opinions expressed here are my own. I am not speaking on behalf of Harvard or any of its constituent parts, or on behalf of anyone else for that matter.</content>
 </entry>
 
 <entry>
   <title>When copy editors make things worse</title>
   <link href="https://occasionalpamphlet.com/2008/05/15/when-copy-editors-make-things-worse/"/>
   <updated>2008-05-15T01:56:19+00:00</updated>
   <id>https://occasionalpamphlet.com/2008/05/15/when-copy-editors-make-things-worse</id>
   <content type="html">&lt;p&gt;
&quot;Besides getting more data, faster, we also now use much more sophisticated learning algorithms. For instance, algorithms based on logistic regression &lt;em&gt;and that support vector machines&lt;/em&gt; can reduce by half the amount of spam that evades filtering, compared to Naive Bayes.&quot; (Emphasis added.)
&lt;p style=&quot;text-align: right;&quot;&gt;— Joshua Goodman, Gordon V. Cormack, and David Heckerman. 2007. Spam and the ongoing battle for the inbox. &lt;em&gt;Communications of the Association for Computing Machinery&lt;/em&gt;, volume 50, number 2, page 27.&lt;/p&gt;
&lt;p style=&quot;text-align: left;&quot;&gt;[&lt;strong&gt;Update&lt;/strong&gt; 4 June 2011: I&apos;ve commented further on the benefits and pitfalls of copyediting, with discussion of this example, &lt;a href=&quot;http://blogs.law.harvard.edu/pamphlet/2011/06/04/the-benefits-of-copyediting/&quot;&gt;here&lt;/a&gt;.]&lt;/p&gt;
&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Running on parentheticals</title>
   <link href="https://occasionalpamphlet.com/2006/05/17/running-on-parentheticals/"/>
   <updated>2006-05-17T01:53:47+00:00</updated>
   <id>https://occasionalpamphlet.com/2006/05/17/running-on-parentheticals</id>
   <content type="html">&lt;p&gt;
A common source of run-on sentences is the inclusion of a parenthetical full sentence at the end of another sentence, for instance,
&lt;blockquote&gt;This is an example (there may be others).&lt;/blockquote&gt;
This construction is always wrong. Separate the two sentences, as
&lt;blockquote&gt;This is an example. (There may be others.)&lt;/blockquote&gt;
or coordinate or subordinate the two, as
&lt;blockquote&gt;This is an example (though there may be others).&lt;/blockquote&gt;
or
&lt;blockquote&gt;This is an example (and there may be others).&lt;/blockquote&gt;
The following is not correct:
&lt;blockquote&gt;This is an example (however, there may be others).&lt;/blockquote&gt;
&lt;a title=&quot;Running on howevers&quot; href=&quot;http://blogs.law.harvard.edu/groundtruth/2004/05/25/4/&quot;&gt;“However” is an adverb&lt;/a&gt;, not a subordinating conjunction.
&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>MS Word defects</title>
   <link href="https://occasionalpamphlet.com/2006/05/17/ms-word-defects/"/>
   <updated>2006-05-17T01:51:35+00:00</updated>
   <id>https://occasionalpamphlet.com/2006/05/17/ms-word-defects</id>
   <content type="html">&lt;p&gt;
Writers using MS Word tend to make certain standard errors in their typesetting. For instance, they use hyphens instead of em-dashes (ctrl-alt-hyphen or option-shift-hyphen). Mathematical typesetting is especially bad. There is essentially no way to typeset mathematics well in MS Word. The best solution: LaTeX.
&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>That/which</title>
   <link href="https://occasionalpamphlet.com/2006/02/09/thatwhich/"/>
   <updated>2006-02-09T01:50:03+00:00</updated>
   <id>https://occasionalpamphlet.com/2006/02/09/thatwhich</id>
   <content type="html">&lt;p&gt;
For a while, I&apos;ve been meaning to comment on the &quot;that&quot;/&quot;which&quot; controversy, the claim that &quot;which&quot; should not be used with restrictive relative clauses, nor &quot;that&quot; for nonrestrictive. From a linguistic point of view, it seems clear that this view is descriptively barren. Geoff Pullum provides a convincing and entertaining argument on &lt;a href=&quot;http://itre.cis.upenn.edu/~myl/languagelog/archives/002681.html&quot;&gt;Language Log&lt;/a&gt;, based on the sentence &quot;The key point, that all the popular reports missed, is that FOXP2 is a transcription factor...&quot;. The rarity of sentences like these, in which &quot;that&quot; is used for a nonrestrictive relative clause, leads Pullum to refer to it as &quot;ivory-billed&quot;.
&lt;/p&gt;

&lt;p&gt;
I suppose, and am happy to stipulate for the purposes of discussion, that the use of &quot;which&quot; for restrictive relative clauses and &quot;that&quot; for nonrestrictive (or &lt;a href=&quot;http://www.cambridge.org/assets/linguistics/cgel/chap15_contents.pdf&quot;&gt;supplemental&lt;/a&gt;, as Pullum prefers) is grammatical. Nonetheless, the overwhelming preponderance of occurrences of &quot;which&quot; for nonrestrictive clauses means that the use of &quot;that&quot; in that context is much more likely to give pause to the reader, a kind of cognitive setback. For that reason, a charitable writer (and shouldn&apos;t we all strive to be one of those?) &lt;em&gt;ought&lt;/em&gt; to use &quot;which&quot; for nonrestrictive relative clauses -- not because it is &quot;wrong&quot; to use &quot;that&quot;, or ungrammatical, but because the use of &quot;that&quot; is likely to be jarring to a significant fraction of one&apos;s readers. (And I don&apos;t only mean the Fowler-type prescriptivist readers, though I suppose there&apos;s no reason to be jarring them needlessly either.) An excellent point of evidence is the fact that Pullum had to &lt;em&gt;ask the author directly&lt;/em&gt; which meaning he had intended in the ivory-billed sentence; had he used a &quot;which&quot;, no clarification would have been needed.
&lt;/p&gt;

&lt;p&gt;
In the particular case of the sentence quoted above, there is no concomitant advantage to using &quot;that&quot; over &quot;which&quot; that would compensate for the negative effect of jarring or confusing the reader. Thus, its use should be &lt;em&gt;prescriptively deprecated&lt;/em&gt;. (This issue of compensation allows me to avoid proscriptions against splitting infinitives or dangling prepositions, the slavish following of which leads to circumlocutions and semantic errors. Avoiding these negative effects clearly compensates for the oh so very slight jarring effect on some small fraction of true-believing Fowlerians.) By a similar argument, the use of &quot;which&quot; for restrictive relatives should be deprecated as well in formal writing.
&lt;/p&gt;

&lt;p&gt;
What I am arguing is that even though the language does not enforce the distinction between nonrestrictive and restrictive in terms of &quot;which&quot; versus &quot;that&quot; (and commas versus none), respectively, there is still a good reason to &lt;em&gt;write as if it did&lt;/em&gt;. There was nothing &lt;em&gt;wrong&lt;/em&gt; in the quoted sentence even under the intended interpretation, just something &lt;em&gt;infelicitous&lt;/em&gt;.
&lt;/p&gt;

&lt;p&gt;
Am I trying to have my cake and eat it too? To be able to rail prescriptively while keeping my linguistic descriptivist moral stance? Yes.
&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Three styles for writing a paper</title>
   <link href="https://occasionalpamphlet.com/2004/10/09/three-styles-for-writing-a-paper/"/>
   <updated>2004-10-09T01:45:24+00:00</updated>
   <id>https://occasionalpamphlet.com/2004/10/09/three-styles-for-writing-a-paper</id>
   <content type="html">&lt;p&gt;
Different people have different styles for overall organization of a technical paper. There is the &quot;continental&quot; style, in which one states the solution with as little introduction or motivation as possible, sometimes not even saying what the problem was. Papers in this style tend to start like this: &quot;Consider a seven-dimensional manifold &lt;em&gt;Q&lt;/em&gt;, and define its hyper-diagonal as the ....&quot; This style is designed to convince the reader that the author is very smart; how else could he or she have come up with the answer out of the blue? Readers will have no clue as to whether you are right or not without incredible efforts in close reading of the paper, but at least they&apos;ll think you&apos;re a genius.
&lt;/p&gt;

&lt;p&gt;
Of course, the author didn&apos;t come up with the solution out of the blue. There was a whole history of false starts, wrong attempts, near misses, redefinitions of the problem. The &quot;historical&quot; style involves recapitulating all of this history in chronological order. &quot;First I tried this. That didn&apos;t work because of this, so I tried this other way. That turned out to be stupid. Then I tried this other way....&quot; This is much better, because a careful reader can probably follow the line of reasoning that the author went through, and use this as motivation. But the reader will probably think you are a bit addle-headed. Why would you even think of trying half the stuff you talked about?
&lt;/p&gt;

&lt;p&gt;
The ideal style is the &quot;rational reconstruction&quot; style. In this style, you don&apos;t present the actual history that you went through, but rather an idealized history that perfectly motivates each step in the solution. &quot;We consider the problem of &lt;em&gt;XXX&lt;/em&gt;. The obvious thing to try is &lt;em&gt;X&lt;/em&gt;. But such-and-such a pithy example shows that that fails miserably. Nonetheless, the example points the way naturally to solution &lt;em&gt;Y&lt;/em&gt;. This works better, except for such-and-such an obscure case. We patch solution &lt;em&gt;Y&lt;/em&gt; to handle this case, forming solution &lt;em&gt;Z&lt;/em&gt;. Voila.&quot; Of course, the author doesn&apos;t tell you that he came up with solution &lt;em&gt;Y&lt;/em&gt; before solution &lt;em&gt;X&lt;/em&gt;, which only occurred to him after he came up with solution &lt;em&gt;Z&lt;/em&gt;, and he skips solutions &lt;em&gt;A&lt;/em&gt;, &lt;em&gt;B&lt;/em&gt;, and &lt;em&gt;C&lt;/em&gt; because, in retrospect, they are nowhere on the natural path to &lt;em&gt;Z&lt;/em&gt;, even though at the time he was completely convinced they were on the right track. The goal in pursuing the rational reconstruction style is not to convince the reader that you are brilliant (or addle-headed for that matter) but that &lt;em&gt;your solution is trivial&lt;/em&gt;. It takes a certain strength of character to take that as one&apos;s goal. But the advantage of the reader thinking your solution is trivial or obvious is that it necessarily comes along with the notion that &lt;em&gt;you are correct&lt;/em&gt;.
&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>James Pryor's Guidelines</title>
   <link href="https://occasionalpamphlet.com/2004/06/10/james-pryors-guidelines/"/>
   <updated>2004-06-10T01:44:40+00:00</updated>
   <id>https://occasionalpamphlet.com/2004/06/10/james-pryors-guidelines</id>
   <content type="html">&lt;p&gt;
I&apos;ve just discovered &lt;a href=&quot;http://www.jimpryor.net/teaching/guidelines/writing.html&quot;&gt;James Pryor&apos;s &quot;Guidelines on Writing a Philosophy Paper&quot;&lt;/a&gt;. Despite the ostensible limited goal of the guidelines, they are much more broadly applicable than just to philosophy papers. I especially like the characterization of readers as &quot;lazy, stupid, and mean&quot;.
&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Running on howevers</title>
   <link href="https://occasionalpamphlet.com/2004/05/26/4/"/>
   <updated>2004-05-26T01:14:43+00:00</updated>
   <id>https://occasionalpamphlet.com/2004/05/26/4</id>
   <content type="html">&lt;p&gt;
People seem to fall prey to adverbials like &quot;however&quot; and &quot;rather&quot; seducing them into running on sentences.
&lt;blockquote&gt;This type of approach has been used in previous models, however, the presented algorithm adopts a different foundation.&lt;/blockquote&gt;
But these words are not conjunctions, subordinating or otherwise. They are adverbs, like &quot;on the other hand&quot; or &quot;unfortunately&quot;. The following is, presumably, clearly infelicitous.
&lt;blockquote&gt;This type of approach has been used in previous models, unfortunately, the presented algorithm adopts a different foundation.&lt;/blockquote&gt;
By the same token, so is the sentence with &quot;however&quot;. It is easily corrected:
&lt;blockquote&gt;This type of approach has been used in previous models; however, the presented algorithm adopts a different foundation.&lt;/blockquote&gt;
or
&lt;blockquote&gt;This type of approach has been used in previous models. The presented algorithm, however, adopts a different foundation.&lt;/blockquote&gt;
&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>In email, neatness counts</title>
   <link href="https://occasionalpamphlet.com/2004/05/11/in-email-neatness-counts/"/>
   <updated>2004-05-11T02:31:55+00:00</updated>
   <id>https://occasionalpamphlet.com/2004/05/11/in-email-neatness-counts</id>
   <content type="html">&lt;p&gt;
Email messages should be treated as personal letters. You wouldn&apos;t write a handwritten letter with misspellings, would you? Or a typewritten letter in which you didn&apos;t bother to use the shift key? Then you shouldn&apos;t do that in an email. Doing so implies to many readers that you don&apos;t respect them enough to bother with such &quot;niceties&quot;.
&lt;/p&gt;

&lt;p&gt;
On a related topic, by convention, words in all caps in email messages are to be read as if the author were shouting them. This is typically not the intended interpretation. According to &lt;a href=&quot;https://www.rfc1855.net&quot;&gt;RFC 1855&lt;/a&gt;:
&lt;blockquote&gt;Use symbols for emphasis. That *is* what I meant. Use underscores for underlining. _War and Peace_ is my favorite book.&lt;/blockquote&gt;
&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Recursion</title>
   <link href="https://occasionalpamphlet.com/2004/05/11/recursion/"/>
   <updated>2004-05-11T02:18:13+00:00</updated>
   <id>https://occasionalpamphlet.com/2004/05/11/recursion</id>
   <content type="html">&lt;p&gt;
To &lt;em&gt;&lt;a href=&quot;http://www.m-w.com/cgi-bin/dictionary?va=recurse&quot;&gt;recurse&lt;/a&gt;&lt;/em&gt; is to curse again, not an activity that an academic, or an algorithm for that matter, should engage in. When a process is repeated or is subject to recursion, it is said to &lt;a href=&quot;http://www.m-w.com/cgi-bin/dictionary?va=recur&quot;&gt;&lt;em&gt;recur&lt;/em&gt;&lt;/a&gt;.
&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Epicene pronouns</title>
   <link href="https://occasionalpamphlet.com/2004/05/11/21/"/>
   <updated>2004-05-11T02:06:05+00:00</updated>
   <id>https://occasionalpamphlet.com/2004/05/11/21</id>
   <content type="html">&lt;p&gt;
The use of the pronoun &quot;he&quot; as a bound pronoun of neutral gender is problematic on two grounds. First, its use is blatantly sexist (although the sexism is of a historical nature, so that those who continue to use &quot;he&quot; in this way have a defensible position). Second, and more importantly, many readers confronted with such a use of &quot;he&quot;, including myself, tend to find that it causes a jarring effect as they stop to wonder whether or not the writer intended to imply that the referent of the pronoun is male. Anything that causes a jarring effect like this on a substantial portion of your readers should be avoided, as it serves only to distract them from the important substance of your writing.
&lt;/p&gt;

&lt;p&gt;
Now, I turn to a more recent variant of the same problem. The use of the pronoun &quot;she&quot; as a bound pronoun of neutral gender is problematic on two grounds. First, its use is blatantly sexist (although the sexism is of an anti-historical nature, so that those who continue to use &quot;she&quot; in this way have a defensible position). Second, and more importantly, many readers confronted with such a use of &quot;she&quot;, including myself, tend to find that it causes a jarring effect as they stop to wonder whether or not the writer intended to imply that the referent of the pronoun is female. Anything that causes a jarring effect like this on a substantial portion of your readers should be avoided, as it serves only to distract them from the important substance of your writing.
&lt;/p&gt;

&lt;p&gt;
But what alternatives are there? In everyday speech, &quot;they&quot; or &quot;them&quot; is used for this purpose, but this disturbs the sensibilities of prescriptivists, who, I should remind you, are a substantial portion of your readers. And anything that causes a jarring effect like this on a substantial portion of your readers....
&lt;/p&gt;

&lt;p&gt;
Rewriting the sentence is the only practicable alternative. Do it and be done with it.
&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Covering overhead slides</title>
   <link href="https://occasionalpamphlet.com/2004/05/11/covering-overhead-slides/"/>
   <updated>2004-05-11T01:59:46+00:00</updated>
   <id>https://occasionalpamphlet.com/2004/05/11/covering-overhead-slides</id>
   <content type="html">&lt;p&gt;
Pat Winston in his lecture on &lt;a href=&quot;http://www.cs.dartmouth.edu/~brd/Teaching/Giving-a-talk/phw.html&quot;&gt;How to Speak&lt;/a&gt; notes that covering up parts of overhead transparencies and revealing them slowly like a strip-tease artist is a technique that drives 10 per cent of your audience nuts. I am in that 10 per cent. The desire to use this technique means only one thing: There is too much information on the slide. Split it into multiple slides. Winston recommends using overlays instead, but overlays are really a different and specialized overhead technique, and are not typically necessary for remedying this problem.
&lt;/p&gt;

&lt;p&gt;
By the way, if you make slides using computerized means and want to use an overlay, consider &quot;implicit&quot; overlays instead. An implicit overlay is a series of separate slides each of which includes the contents of a different prefix of the overlay slides. Implicit overlays have the advantage that no Scotch taping of slide material is required, and no fumbling with the overlay pieces is needed. One just continues placing single sheets on the projector as usual, but each one in the overlay series has some additional material added to the previous one.
&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Citations are parentheticals</title>
   <link href="https://occasionalpamphlet.com/2004/05/11/citations-are-parentheticals/"/>
   <updated>2004-05-11T01:32:15+00:00</updated>
   <id>https://occasionalpamphlet.com/2004/05/11/citations-are-parentheticals</id>
   <content type="html">&lt;p&gt;
A citation is not a first-class participant in a sentence; it cannot serve as a noun phrase. Rather it is a parenthetical -- that is why it appears in parentheses -- and like all parentheticals should be removable without changing the well-formedness of the sentence in which it appears. Thus, the following sentences are ill-formed. (Try reading them without the material in parentheses.)
&lt;ol&gt;
	&lt;li&gt;The reader is referred to (Dewey et al., 1756) for further details.&lt;/li&gt;
	&lt;li&gt;(Dewey et al., 1756) describes the bizarre climatic conditions of northern South Nordland.&lt;/li&gt;
	&lt;li&gt;In (Farmer, 1987), it is shown how to do all of natural-language processing using only excess farm equipment.&lt;/li&gt;
	&lt;li&gt;(Farmer, 1987) describes how to do all of natural-language processing using only excess farm equipment.&lt;/li&gt;
	&lt;li&gt;Many researchers have followed the research methodology described in (Farmer, 1987) for doing all of natural-language processing using only excess farm equipment.&lt;/li&gt;
&lt;/ol&gt;
The following versions should be used instead:
&lt;ol&gt;
	&lt;li&gt;The reader is referred to the early work of Dewey et al. (1756) for further details.&lt;/li&gt;
	&lt;li&gt;Dewey et al. (1756) describe the bizarre climatic conditions of northern South Nordland.&lt;/li&gt;
	&lt;li&gt;Farmer (1987) describes how to do all of natural-language processing using only excess farm equipment.&lt;/li&gt;
	&lt;li&gt;Many researchers have followed the research methodology described by Farmer (1987) for doing all of natural-language processing using only excess farm equipment.&lt;/li&gt;
	&lt;li&gt;Many researchers have followed a research methodology for doing all of natural-language processing using only excess farm equipment (Farmer, 1987).&lt;/li&gt;
&lt;/ol&gt;
(Note that &quot;Dewey et al.&quot; serves as a plural noun phrase.) The BibTeX&lt;tt&gt;fullname&lt;/tt&gt; style file and associated TeX style provide support for generating references like these. They are available with accompanying documentation at URL ftp://ftp.das.harvard.edu/pub/shieber/fullname/.
&lt;/p&gt;</content>
 </entry>
 

</feed>
