Slashdot Mirror


Tipping Point For Open Access CS Research?

First time accepted submitter trombonehero writes "Prominent Computer Science researchers from Google, Microsoft and UC Berkeley are starting to sign the 'Research Without Walls' pledge, promising to never be involved in peer review for a venue that does not make publications available to the public for free. Others have made similar pledges in isolation; could this be the start of something big?"

116 comments

  1. So enmeshed by Anonymous Coward · · Score: 0

    Hard to believe it can ever really happen. But whatever, I know I am a cynic.

  2. What about the patents? by CapineiroCapaz · · Score: 0

    "Ok, let people learn and use our patented ideas so we can sue them later."

    1. Re:What about the patents? by Anonymous Coward · · Score: 1

      Not relevant... unless publication occurs before patent application, in which case, no patent.

    2. Re:What about the patents? by Anonymous Coward · · Score: 0

      Stick with developing software, in which case no patent.

    3. Re:What about the patents? by Pinky's+Brain · · Score: 1

      In the US you have a year grace period after publication, although your patent will become invalid in a lot of other places.

  3. Until closed groups push back by Anonymous Coward · · Score: 0

    This is all well and good, but considering how much money is getting thrown around for research and publication and patents, I wouldn't be shocked to see some organizations that require a fee for publication access go straight to universities and the like with a "Hey, your professors need to stop going to these completely open venues, or we're going to stop publishing every other professor you have!"

    Sadly, I don't think academia is pure enough to make this work.

    1. Re:Until closed groups push back by tomhudson · · Score: 1

      I wouldn't be shocked to see some organizations that require a fee for publication access go straight to universities and the like with a "Hey, your professors need to stop going to these completely open venues, or we're going to stop publishing every other professor you have!"

      ... and be charged with extortion. Great!

      In extortion, the victim is threatened to hand over goods, or else damage to their reputation or other harm or violence against them may occur.

      Neither extortion nor blackmail require a threat of a criminal act, such as violence, merely a threat used to elicit actions, money, or property from the object of the extortion. Such threats include the filing of reports (true or not) of criminal behavior to the police, revelation of damaging facts (such as pictures of the object of the extortion in a compromising position), etc.

  4. Most CS research today is junk. by Anonymous Coward · · Score: 0

    Between the 1930s to 1980s, most of the important computer science research was done. Since the 1990s, however, much of it has been utter rubbish. This goes far beyond the general "95% of everything is shit". There is basically no good research happening today, anywhere.

    Hell, just look at any list of recently published papers. Many of them will just be buzzword-laden crapfests. They throw in as many buzzwords as possible, likely to try to get funding from industry vendors.

    Of the remaining papers, those dealing with programming languages will merely be the researcher or researchers rediscovering some fact or property that we already observed back in LISP in the 1960s.

    Papers dealing with algorithms are often merely minor tweaks to existing algorithms these days. There hasn't been anything truly groundbreaking in this field for decades.

    Those dealing with networking are often proposing some new protocol to do something we've been able to do for ages. Worse, they're often merely tunneling one protocol through another and calling it a breakthrough. These days it's usually "some-existing-protocol over HTTP".

    Then there are those bullshit research papers that propose some useless "model" of some over-simplified system. These are perhaps the worst of all. Hell, a bunch of interns in industry can often come up with more useful and realistic models and simulations during their summer placements.

    I'm very thankful that I was able to be a researcher in the field when there were real discoveries getting made, and at least had the opportunity to retire before things got too shitty.

    1. Re:Most CS research today is junk. by Anonymous Coward · · Score: 0

      Kids these days.

      Or maybe groundbreaking articles are hard to spot when they're published (unless the author is already a star). How many subscribers to Communications of the ACM read "A Relational Model for Large Data Banks" in 1970 and said, Wow! There's the future of the database field right there! Instead, they probably read through the articles promoting the latest tweaks to established database models, and concluded that nothing much was new.

    2. Re:Most CS research today is junk. by Anonymous Coward · · Score: 0

      Well computer science is a very young science.
      The signal to noise ratio was much bigger in the 60's, 70's and 80's than now.
      Not only because the foundations of the field were being created but also because less people were in the field. Nowadays there are thousand upon thousands of articles, and how many are really groundbreaking ?
      The situation is also worsened by the fact (and this affects also other fields such as physics) that researchers are pushed to publish a lot, so you see shorter less "profound" articles being produced by the tons, and less quality "bigger" articles.

    3. Re:Most CS research today is junk. by foobsr · · Score: 1
      Hmm, Artficial Intelligence met Natural Stupidity already decades ago, so things did not change much indeed.

      CC.

      --
      TaijiQuan (Huang, 5 loosenings)
    4. Re:Most CS research today is junk. by Anonymous Coward · · Score: 1

      You're actually proving the GP's point, while trying to disprove it. Almost everyone in the industry at the time saw the importance of Codd's work right away. That's why it took off. It was groundbreaking, it was important, and it has had a huge impact. He got it right the first time around, and that's why so much of his work is still very relevant today, decades later. But now look at some of the most recent database research. A lot of it has been focused on NoSQL crap lately. These researchers are merely rediscovering what us geezers knew about and used way back in the 60's. Too many of these researchers are too young and ignorant of even relatively recent history of their field, and thus don't realize that non-relational database systems existed well before Codd's work. Reading a modern paper relating to some NoSQL topic is like a walk down Memory Lane for me and many of my colleagues. It brings us back to the 60's.

    5. Re:Most CS research today is junk. by Extremus · · Score: 2

      Could you present some evidence for your analysis? You sound as if all the "ground breaking" research in CS during the early years originated out of thin air. This is ridiculous. Much of early ideas in CS are derivatives from established concepts in mathematics, physics and philosophy. Also, creating a new idea is not the same as proposing an useful idea. For example, parallel programming techniques have been around since the early years, but it took many years of small research steps to transform these initial ideas in useful, easy-to-use programming languages.

    6. Re:Most CS research today is junk. by sourcerror · · Score: 1

      Maybe all the low hanging fruits are taken?

    7. Re:Most CS research today is junk. by jpate · · Score: 1

      Maybe all the low hanging fruits are taken?

      More likely the field has just moved on to new problems and methods, and the GP doesn't know enough about these new areas to have noticed. In a lot of domains, we've gotten about as far as we can get with deterministic, rule-based algorithms, and the vast majority of research on statistical methods has happened since the beginning of the 90's. Bayesian methods in particular have proliferated only in the last five years or so.

    8. Re:Most CS research today is junk. by pjt33 · · Score: 1

      Papers dealing with algorithms are often merely minor tweaks to existing algorithms these days. There hasn't been anything truly groundbreaking in this field for decades.

      The AKS algorithm for deterministic primality testing in polynomial time was published in 2002. Is that not groundbreaking?

    9. Re:Most CS research today is junk. by Eli+Gottlieb · · Score: 1

      Don't feed the trolls.

  5. This should be left to the free market. by Anonymous Coward · · Score: 1

    The free market would correctly price and maximize the speed at which research is done. It has been proven by history and is under attack by the modern socialist hippie culture. The one thing we could do to help is to reduce the amount of patent trolling.

    1. Re:This should be left to the free market. by Anonymous Coward · · Score: 0

      Jackass - this is not about the speed at research being done. We are talking about access to results of research which are often funded by governmental funds. Currently, publishing a paper about your research in a journal, gives the paper's copyright to the journal. The journals then peddle these papers at stupidly large amounts.

    2. Re:This should be left to the free market. by Anonymous Coward · · Score: 0

      There is no "free market" in science. Most of the science is done on government paid positions and grants. Most of the journals are bought by government paid libraries.

    3. Re:This should be left to the free market. by ObsessiveMathsFreak · · Score: 1

      Absolutely. After all, just look at what the free market has done for our banking system.

      --
      May the Maths Be with you!
    4. Re:This should be left to the free market. by mfwitten · · Score: 1

      What is this bizarre fetish people have for insisting that the centralized banking system (and the world's economy, for that matter) is in any way based on a free market?

      Big Banks, Big Business, and Government are intricately intertwined; that makes what the world has a corporatist market. Capitalism is about lowering barriers to entry, but the powers that be do everything that they can to regulate competitors out of existence.

    5. Re:This should be left to the free market. by mfwitten · · Score: 1

      I should add that while it's certainly possible for a monopoly to develop in a free market, it's not necessarily an inherently bad thing; as long as Walmart is putting every "Mom & Pop" shop out of business because Walmart can deliver the same/better service for cheaper/same price, then that's a good thing (Mom and Pop should find some other way to contribute to society).

    6. Re:This should be left to the free market. by Anonymous Coward · · Score: 0

      The problem with monopolies is that, once large enough, they can put every "Mom & Pop" shop out of business because of their size and clout, and no longer need to compete on price or service.

    7. Re:This should be left to the free market. by superwiz · · Score: 1

      What free markets? Banking is one of the most regulated industries we have. Ever wonder why there is "checking" and "savings" accounts? There is all kinds of types of banking accounts in countries where banks are less regulated. All this safety and homogenization comes at a price. Any time a regulatory wind blows the wrong way, it creates a disaster (because it effects everyone).

      --
      Any guest worker system is indistinguishable from indentured servitude.
    8. Re:This should be left to the free market. by mfwitten · · Score: 1

      If a monopoly no longer competes on price and/or service, then it should be easy to start a competing business. On the other hand, let's say that the barrier to entry is a matter of economies of scale: If society really is upset about being mistreated by a monopoly, then society won't mind protesting by paying extra at a competing store.

    9. Re:This should be left to the free market. by Anonymous Coward · · Score: 0

      The free market does not work here - just as it does not work, for instance, in
      provision of reticulated sewage systems.

      http://www.guardian.co.uk/commentisfree/2011/aug/29/academic-publishers-murdoch-socialist

    10. Re:This should be left to the free market. by witherstaff · · Score: 1

      It's not just the regulations, it's the close ties between the banking and gov't. When the Treasury and Fed are both watching out for their personal bank interests of course there are going to be problems.

    11. Re:This should be left to the free market. by Anonymous Coward · · Score: 0

      Yeah, Fannie and Freddie, who had the biggest losses of all, are exactly what's wrong with the free market.

    12. Re:This should be left to the free market. by drinkypoo · · Score: 1

      Wal-mart does not deliver the same/better service, they offer an inferior product (if it's not inferior when they start, they often demand that they product be cheaped down so they can sell it, and yet also demand that the product be no different from what appears in the same package at other retailers, thus crapping up whole product lines because of their clout) and inferior service at a price so low that it's difficult to justify going anywhere else.

      Mom and pop still need to find another way to contribute to society, though; they either need to specialize so particularly that they fill some previously-undiscovered niche, or excel so wildly that they make it anyway. It's not enough just to have a good work ethic any more.

      Unfortunately, laws continue to be passed to make it more difficult to exploit your natural advantages. For example, many kinds of businesses can only be operated with extensive permitting which is often withheld from would-be small business operators for no reason other than protectionism.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    13. Re:This should be left to the free market. by Anonymous Coward · · Score: 0

      I don't understand why some authors aren't interested in negotiating copyright and licensing terms with the journal. I've added addendums to restrictive license agreements in order for my work to have broader access.

    14. Re:This should be left to the free market. by pburghdoom · · Score: 1

      When you have to publish and the amount of journal articles you have to your name is directly related to job security, you are not in a very good place to negotiate.

    15. Re:This should be left to the free market. by xelah · · Score: 1

      The free market would correctly price and maximize the speed at which research is done.

      What's a 'free market'? Why would it correctly price the research? Why would it maximize its speed? How do you know that maximizing speed and correctly pricing are consistent, presuming that maximizing speed reduces quality and increases cost? Are you thinking, perhaps, of the first theorem of welfare economics, which does indeed show that competitive markets (not 'free') correctly price everything under certain conditions?

      It has been proven by history and is under attack by the modern socialist hippie culture.

      Which history? When has research been produced by a 'free market'?

  6. No... by frank_adrian314159 · · Score: 2

    [C]ould this be the start of something big?

    Call me when you get medical researchers to sign up for something like this. CS is a small backwater that the general public (and other fields, frankly) will not notice.

    It's a good thing, but not necessarily earth-shattering. It would be nice to see articles out from behind the IEEE and ACM paywalls, though.

    --
    That is all.
    1. Re:No... by Hentes · · Score: 1

      This is surely a start, and may be an example wich others will follow.

    2. Re:No... by Anonymous Coward · · Score: 0

      Actually, in the biomedical and life sciences an increasing number of journals are making (or have been encouraged to make) their content open-access within a year of publication and some are open-access from publication date. See these links for examples:

      http://www.ncbi.nlm.nih.gov/pmc/

      http://www.freemedicaljournals.com/fmj/E2.HTM

    3. Re:No... by godrik · · Score: 1

      Well, if I understood correctly Physics already do that. Anything that's worth reading in physic is on arXiv. The questoin is whether computer science will start following the physics style or will keep on following the medical style.

    4. Re:No... by Anonymous Coward · · Score: 0

      The biology community is, actually, way ahead of CS. We did this around 10 years ago. Has it changed anything? Yes, it has. Has it changed everything? No -- still only about 30% of papers are freely available. But this is a lot, lot better than none.

      I work on the interface between the two. Computing science is small. And it is much more closed. Pain in the ass, frankly. So, I see this as a good thing. But I don't expect the change will be rapid.

      Phil

    5. Re:No... by Beetle+B. · · Score: 1

      Call me when you get medical researchers to sign up for something like this.

      All papers whose work was funded by the NIH is required to be open access.

      --
      Beetle B.
    6. Re:No... by bryan1945 · · Score: 1

      I agree with the "No" for the long term. It will be nice and everyone's happy until someone (management) realizes they are not maximizing their profit potential, initializing the echelon, spanking the baby, or whatever market-speak term is popular at the time. And then start charging money.

      I seriously hope I'm wrong and this works. I'm just a bit of a pessimist.

      --
      Vote monkeys into Congress. They are cheaper and more trustworthy.
    7. Re:No... by whiteworm · · Score: 1

      arXiv holds pre-prints, and several fields, including some CS research, not only Physics uses the service. It doesn't count as publication in the academic world, since papers are not reviewed, so the entire edifice by which scholars get credit for their work doesn't apply. The open access movement, on the other hand, does apply to publications that count toward a scholar's reviewed work. Physics as a field, incidentally, is one of the more hide-bound in terms of adopting new publication schemes.

    8. Re:No... by thetartanavenger · · Score: 1

      It would be nice to see articles out from behind the IEEE and ACM paywalls, though.

      Many articles available on ACM are actually availble elsewhere outside of the paywalls. Every publication I've ever made is on both ACM behind the paywall and my personal site and uni sites for free. I personally just google the name of what I want to read and it often turns up somewhere for free (legitimately). Not ideal though I know.

      As mentioned by someone else, ACM has now started a linking service effectively allowing free publication through ACM. Haven't got round to sorting it for my stuff yet, but looks like it's what is wanted for people like me.

      --
      Who need's speling and grammar?
    9. Re:No... by Anonymous Coward · · Score: 0

      As a Princeton academic, I can tell you that people publishing biomedical research are also signing on to this (willingly or not). It is now our policy that we may only send it to journals where we are able to make any of our work open access. This is affecting where we can send my group's most recent paper.

  7. Already done by Anonymous Coward · · Score: 0

    CS people are really good at posting all their work on their personal pages, offering preprints and reprints for free (heck, CS people even post their research statements and tenure documents, their family photos and their book reviews!). So making this official would be a nice statement, but not a significant shift in practice...

    1. Re:Already done by Anonymous Coward · · Score: 0

      CS people are really good at posting all their work on their personal pages, offering preprints and reprints for free (heck, CS people even post their research statements and tenure documents, their family photos and their book reviews!). So making this official would be a nice statement, but not a significant shift in practice...

      Not by a long shot. For some very important articles you have to hope someone has photocopied it and put it online on his personal webpage. Otherwise be prepared to pay 30+ $ for the article (if you're not a subscriber to the journal, and no single person can afford that kind of cost).
      How about a nominal fee of 5$ per article downloaded eh ACM and IEEE ?
      Especially the ACM is a treasure trove of important research articles (most of which date from the seventies and eighties) all behind the $$$$$$$ wall.

  8. ACM now provides free access by Nick+Fel · · Score: 1

    As of this week, ACM authors can now post copies on their personal/institution website, through a somewhat convoluted process. I think ACM already let you do this (I've never had any cease and desists in any case), but this is now integrated into their digital library and contributes towards your download count. A small step, but a good step.

    1. Re:ACM now provides free access by six11 · · Score: 1

      Thanks for pointing that out. Download count is not really important for tenure cases but it does help gauge interest. I might just have to point my own paper PDF links to ACM now to start tracking that.

    2. Re:ACM now provides free access by Anonymous Coward · · Score: 0

      Yes, download count doesn't matter at all at my school. What counts is citation count, ie how many other papers have cited you, including your self of course.

    3. Re:ACM now provides free access by Nick+Fel · · Score: 1

      Here's the ACM link I failed to post before.

    4. Re:ACM now provides free access by Anonymous Coward · · Score: 0

      As of this week, ACM authors can now post copies on their personal/institution website, through a somewhat convoluted process. I think ACM already let you do this (I've never had any cease and desists in any case), but this is now integrated into their digital library and contributes towards your download count. A small step, but a good step.

      ACM's policy does not allow you to post the official published PDF on your own website. Whether they enforce this policy or not is immaterial; they retain the copyright and all rights to your work. Some authors have worked around this by posting a similar "preprint" version of their paper on their personal website, but the long and short of it is that only ACM has the power to distribute the research you did and other volunteers in your field reviewed for free.

      Let's also look at the asymmetry of benefits here: Authors jump through a pile of hoops and get download counts for their own papers from the ACM digital library. ACM gets a pile of personal information about the author, popularity statistics across their entire corpus of publications (so they could, say, charge more for popular papers), the right to withdraw this service at any time, and the ability to pass this off as "free access" to the public. The public gets official versions of the research that invested authors wanted to provide (for now) with more copyright restriction, to boot.

      As for this "Author-izer" thing being "free access" - sure, for now. What happens when the author dies, or changes homepages or the department changes subdomain (eecs -> cs or cs -> cse, as I've seen happen before), or the ACM declares bankruptcy and their creditors are less interested in providing that same free access? Public domain or another system that grants redistribution permission is the only thing that really solves the underlying problem.

      The "Author-izer" system does nothing but paper over the symptoms. Sadly, it will probably be enough for most people who just want to post the full version of the paper on their site, but I'm unconvinced that this is a good long-term solution for what researchers want - broad dissemination of their works, so anyone who would find their work useful and worth citing will be able to read it.

  9. This *is* big by dwheeler · · Score: 4, Insightful

    This is big. There are a lot of parasitic journals today, that is, journals that take work the public paid for, and lock it behind paywalls. Parasitic journals typically use big-name free labor from to do the peer reviews. If the world removes from the parasites many good peer reviewers, as well as many good papers (through policies like the NIH Public Access policy), then they will have to change or fold. I don't have a problem with organizations paying for work to be done, and then charging for use of the result. For example, most fiction authors get at least some money for their labor (not a lot, but at least some). In contrast, parasitic journals typically take publicly-funded stuff away from the public; time to change. By the way, there are a number of journals and publications that have always done this, like ACSAC. If authors would simply ONLY submit their works to open access journals and publications, the parasites would disappear.

    --
    - David A. Wheeler (see my Secure Programming HOWTO)
    1. Re:This *is* big by fish+waffle · · Score: 3, Interesting

      If authors would simply ONLY submit their works to open access journals and publications, the parasites would disappear.

      The problem here is that someone needs to organize these things. Someone has to pay for the bandwidth, buy and run the servers, spend effort soliciting reviewers, run the reviewing software, respond to questions, request ISBNs, submit the work to indexing sites, etc etc etc..

      Open access journals address this by having a publication fee, or by advertising, or by seeking volunteers and asking for charity. Paying for publication gets blurry with vanity press, and advertising ends up sucking up to the advertisers. Volunteering and charity seem wonderful, but have to compete with lots of other worthy causes.

      In CS, most of the major publishers allow you to post a copy of your paper on your personal website (as long as you also link to the official version). Finding papers outside of the paywalls is only difficult when the authors are in industry (but those aren't the publicly funded papers you're talking about anyway).

    2. Re:This *is* big by JanneM · · Score: 4, Informative

      You do realize, I hope, that many, if not most, for-profit journals also have publication fees? That includes a good number of very high-profile journals, and the fees are generally as high or higher than open access journals. Journal of Neuroscience, for instance, will charge you just north of $1000 for a paper - $950 in publication fee and $120 just to submit the paper.

      Open Access journals are in general no more expensive to publish in that for-profit journals, and they have more generous exceptions for people that find it difficult to pay.

      --
      Trust the Computer. The Computer is your friend.
    3. Re:This *is* big by Beetle+B. · · Score: 1

      You do realize, I hope, that many, if not most, for-profit journals also have publication fees?

      I don't, and while some perhaps do, I suspect most of the moderately prestigious ones don't. At least not the main ones in physics or IEEE.

      When I was in grad school, if someone told my advisor that a fee would be charged for publication, he'd give them an earful and publish elsewhere. And it's quite telling that he never did this because he was never asked for a fee.

      --
      Beetle B.
    4. Re:This *is* big by Anonymous Coward · · Score: 0

      I haven't encountered this in CS yet, and would take it as a strong indication of lack of quality (i.e.: venue to be avoided, paper published there will likely damage career).

      I have seen an IEEE conference which has an surcharge for each page over the page limit. While I find that questionable, I'm not yet convinced that that practice is outrageous. Dubious, yes. I don't know about outrageous yet.

      But paying for publication? Wow, that sounds like a really good deal.

    5. Re:This *is* big by TheTurtlesMoves · · Score: 1

      They all do. The "prestigious" ones especially and yes IEEE does too. 50USD per page is about as low as it gets. I have paid over 2000USD in some cases for my papers. Every single one has page charges, i know of no exceptions. I think your adviser is not telling you everything.

      --
      The Grey Goo disaster happened 3 billion years ago. This rock is covered in self replicating machines!
    6. Re:This *is* big by Beetle+B. · · Score: 3, Informative

      They all do. The "prestigious" ones especially and yes IEEE does too.

      From the IEEE submission guidelines:

      Voluntary Page Charges and Reprints: After a manuscript has been accepted for publication, the author's company or institution will be asked to pay a voluntary charge to cover part of the cost of publication. IEEE page charges are not obligatory, and payment is not a prerequisite for publication. The author will receive 100 free reprints if the charge is honored. Detailed instructions on page charges and on ordering reprints will accompany the proof.

      Emphasis mine.

      --
      Beetle B.
    7. Re:This *is* big by tsa · · Score: 1

      Yeah right. Have you ever tried not paying to get your article published? Those charges are about as voluntary as paying for something in a shop.

      --

      -- Cheers!

    8. Re:This *is* big by Anonymous Coward · · Score: 0

      For my latest article I pay 100 US$ a page, and the Journal keeps pestering me with questions like "Can you remove that one word from that sentence there?" and "You have uploaded your figures in the wrong order!" I'm not kidding! They have the LaTeX source for the manuscript, and all the figure files are named Figure_x, where x = 1, 2, etc. So they could just as well have made these small changes themselves, which would take them 5 minutes instead of 2 days. It would be very nice if they would do something for these 100 US$ a page!

    9. Re:This *is* big by Beetle+B. · · Score: 1

      Yeah right. Have you ever tried not paying to get your article published?

      Perhaps you didn't bother reading my earlier messages.

      I didn't pay.

      My adviser didn't pay. The one time he was asked to pay for publication, it was because he had submitted to an open access journal. When he found out they required money, he remarked that the open access model's going to fail because they require money whereas the traditional ones don't.

      If you paid, then either:

      • You submitted to an open access journal. This may be common in the medical/biology sector.
      • You wanted special treatment (e.g. color images).
      • You got duped and submitted to a sleazy journal.
      --
      Beetle B.
    10. Re:This *is* big by Beetle+B. · · Score: 1

      Either you're submitting to an open access journal (or something similar (e.g. PubMed)), or want special treatment (e.g. color), or it's a sleazy journal, or things are just wildly different in your discipline than in physics and IEEE.

      Mind you: I dealt only with journals published by a professional organization (IEEE, ACM, APS, etc). Perhaps some journals published by private companies (Springer/Elsevier) may require payment, but I don't think it's common for the "good" journals.

      There's a reason why a lot of academics state that they think open access will fail: It's because the latter requires payment whereas the traditional journals most academics publish in don't.

      --
      Beetle B.
    11. Re:This *is* big by TheTurtlesMoves · · Score: 1

      Your adviser is just not telling you. Hell in most departments it is not llke you see the bill personally or that it even comes out of grant money. Many departments have a separate account for something like that are glad to pay it since publications look good. My departments are typically very small however so i do see all this. Case in point even 2000USD is not much compared to running a lab. But the fees are there, and you should see what the likes of IEEE or Science charge the University library for a subscription.

      All journals use language like that or have statements that you will not be bard from publication if you cannot pay, blar blar blar. Which means *not* being from a from a first world country or university, you are not going to convince them that you don't need to pay cus you don't want to or cannot afford it if you are from MIT or something. Of course for most people if you have so many accepted papers that you are struggling to pay then things are pretty good.

      Its not like i haven't actually published papers in these journals. I am not just making it up. It is not just open access and your lack of experience does not change anything. Page charges are the rule. Period.

      --
      The Grey Goo disaster happened 3 billion years ago. This rock is covered in self replicating machines!
    12. Re:This *is* big by Beetle+B. · · Score: 1

      Your adviser is just not telling you.

      OK - Now you're just being stupid.

      Explain why my adviser would complain about paying for open access journals, and comment that normal journals don't ask for money, while paying for money in normal journals.

      But the fees are there, and you should see what the likes of IEEE or Science charge the University library for a subscription.

      I'm well aware of it, and it's completely irrelevant. We're discussing if one has to pay to publish, not if one has to pay to subscribe.

      --
      Beetle B.
  10. There are two aspect of the problem by godrik · · Score: 3, Interesting

    And the one that matter for me (a researcher) is how I get funded. Basically I get funded when I can convince other people of how good I am. To estimate that, they look WHERE I am publishing my research; and most likely, they do not look at WHAT I am saying. The name of the conference or the journal is what matters most. What you are actually doing is not so important.

    I know that suck. It makes me cry at night. But that is what it is. If I came not to publish in journal with no public open access, I won't be able to publish in journals that matter in my field. So I won't get funded.

    I totally agree the public should be able to read what ever we write. But I can not give up my funding. (For the record: no funding, no food on my table.)

    Moreover, that's basically a false issue. All journals and conference allow you to publish pre-print on your website. All my papers are on my website or in arxiv. So I am not even sure it matters so much.

    Of course, complete open access for everybody would be better.

    1. Re:There are two aspect of the problem by Anonymous Coward · · Score: 0

      But you can refuse to review for parasitic journals and only accept to review for those that have reasonable pricing.

    2. Re:There are two aspect of the problem by jameson · · Score: 5, Informative

      The pledge is not about not submitting to these venues. It's about not reviewing for them.

    3. Re:There are two aspect of the problem by mdmkolbe · · Score: 4, Informative

      Actually, the ACM recently refused to publish an author because he posted it on ArXiv.

      This was a copyright assignment issue, but it directly impacts the strategy you suggest. As an academic myself, the copyright assignment issue is as big an issue as open access. For example, ACM does not allow me to let others use any figures I publish with the ACM. Sorry, Wikipedia, I may have the perfect figure to illustrate one of your articles, but the ACM won't let me give it to you.

      I'm not even allowed to use my own figures for my own uses unless I put an ACM copyright notice on every copy of the figure and every slide with such a figure. This is not consistent with academic practice and custom (almost all presentations at ACM conferences violate this rule).

    4. Re:There are two aspect of the problem by whiteworm · · Score: 1

      Pledge aside, it would be nice if the set of Google folks who signed up would start submitting some more of their work for publication. :) I understand that publication record doesn't count much internally at Google (unlike in more traditional corporate labs.).

    5. Re:There are two aspect of the problem by godrik · · Score: 2

      It is completely hyprocrit to submit paper to a journal and refusing to review for it on moral grounds.

      When you submit a paper you consume reviewer time from peers. You have to give that time back to the community by reviewing papers.

      You could claim that the publisher makes a lot of money on free labor from reviewers and that reviewers should be paid (which would make sense). But that wont make you progress toward open access journals.

    6. Re:There are two aspect of the problem by ridgecritter · · Score: 1

      If your institution has in-house counsel, ask them how small a change you could make in a figure to have it be considered a 'different' figure for copyright assignment purposes. If you do, I'd be interested in the answer you get.

    7. Re:There are two aspect of the problem by im3w1l · · Score: 1

      You, it is the smart move. Since the return for publishing in a high prestige journal is so great, it is unreasonable to ask people not to publish there. Asking people not to review for them is something that wont hurt the individual who practices that behavior. "When you submit a paper you consume reviewer time from peers. You have to give that time back to the community by reviewing papers." Or else? The journal fails? I think this is exactly what is intended...

    8. Re:There are two aspect of the problem by damiam · · Score: 1

      You can give that time back to the community by reviewing papers for other, open-access, venues. That way you fulfill your community obligations while also helping support open-access publishing.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    9. Re:There are two aspect of the problem by williamhb · · Score: 1

      Actually, the ACM recently refused to publish an author because he posted it on ArXiv.

      This was a copyright assignment issue, but it directly impacts the strategy you suggest. As an academic myself, the copyright assignment issue is as big an issue as open access. For example, ACM does not allow me to let others use any figures I publish with the ACM. Sorry, Wikipedia, I may have the perfect figure to illustrate one of your articles, but the ACM won't let me give it to you.

      I'm not even allowed to use my own figures for my own uses unless I put an ACM copyright notice on every copy of the figure and every slide with such a figure. This is not consistent with academic practice and custom (almost all presentations at ACM conferences violate this rule).

      This is one of the parts I consider most shocking. I could understand Springer or one of the commercial publishing houses being a pain like this -- they are for-profit businesses whose primary interest is supposed to be sustainability of their business. But IEEE, ACM, and others are learned societies -- charitable institutions whose raison d'être is to support science (rather than enclose and restrict it). And yet there are so many examples of them being, well, uncharitable and inhibiting the use of science by scientists. They should be the ones pushing open access, not having to have it pushed upon them.

    10. Re:There are two aspect of the problem by zachie · · Score: 1

      Researchers get paid to get great papers published in renowned conferences or journals. This is the metric of success that will be used against them. No papers in top conferences, you are done. Peer review instead is basically on a volunteer basis. Your company won't fire you for not reviewing for this or that conference.

      So, these researchers are doing what they can without jeopardizing their careers.

      If you have a better idea on how to push for openness in research that does not involve self immolation I think it might be very well received.

    11. Re:There are two aspect of the problem by Anonymous Coward · · Score: 0

      Perhaps first publish your figures and diagrams online yourself prior to submitting the manuscript to the journal. Then use these figures your have already posted online with permission in you publication - most publications I thought would allow this, provided the original copyright holder of the figure or diagram provides permission to the journal for its reproduction.

    12. Re:There are two aspect of the problem by chihowa · · Score: 1

      This is one of the parts I consider most shocking. I could understand Springer or one of the commercial publishing houses being a pain like this -- they are for-profit businesses whose primary interest is supposed to be sustainability of their business. But IEEE, ACM, and others are learned societies -- charitable institutions whose raison d'être is to support science (rather than enclose and restrict it). And yet there are so many examples of them being, well, uncharitable and inhibiting the use of science by scientists. They should be the ones pushing open access, not having to have it pushed upon them.

      I'm not sure about IEEE and ACM, but in chemistry, ACS (who publish the top chemistry journals) are huge opponents of open access. They are a professional society, but member dues are a drop in the bucket compared to what they make from the journals. I wouldn't be surprised if IEEE and ACM are the same. It feels dirty that they used my dues to lobby congress against all of the open access policies.

      --
      If you want a vision of the future, imagine a youtube comments section scrolling - forever.
  11. Why is this a good thing? by goombah99 · · Score: 1

    My biggest problem is wading through the crap publications to find the good ones. 20 years ago we called publishing incremental results "salami" science. Oh goody your arbitrary change to an algorithm improved it on some meager special case test set, and your publication is so short in the intro and discussion that you don't link it to the extisting stream of knowledge or compare it broadly. Your publication is unlikely to have any value except to adding length to your resume. Otherwise is has almost negative value since it's indistinguishable from all the other ones like it that are actually wrong.

    Publishers at as a bit of a gate keeper in this tragedy of the commons. Publish less not more.

    --
    Some drink at the fountain of knowledge. Others just gargle.
    1. Re:Why is this a good thing? by Anonymous Coward · · Score: 0

      Publishers at as a bit of a gate keeper in this tragedy of the commons. Publish less not more.

      But this has to go hand in hand with researcher being evaluated on the quality of their research (and the quality of their research papers) and not only on the quantity. When the metric to evaluating researchers shifted from quality to quantity the result is the quagmire we have today. 99,99% noise, 0,01% signal.

    2. Re:Why is this a good thing? by Eli+Gottlieb · · Score: 1

      Having actually submitted to top-level conferences, I can tell you that I really doubt this kind of crap would get published nowadays. At the very least, reviewers are going to demand lengthy "Related Work" and "Discussion" sections in which the authors will have to cite the reviewers.

  12. easy kung fu panda by luis_a_espinal · · Score: 2

    what the fuck are you talking about. "small backwater"? eat shit.

    Easy tiger. If you cherish an academic discipline so much, one would imagine that you could bring your point across in a more articulated manner. I hardly believe an academic discipline needs (or appreciate) 3-grade retorts, specially if it is an academic discipline that started as a branch of Mathematics, and in which Mathematical Logic plays an important role.

    He does have a point in that CS is a very small discipline in terms of its body of knowledge (in relation to other STEM fields). CS by itself is just short of 4 decades old, and the study of computability barely a century old. This opposite with the other engineering and science fields that have hundreds of years, on top of millenia of study and practice.

    Don't confuse the pervasiveness of computing in modern life with the pervasiveness of Computer Science proper among the other STEM fields.

    I do disagree with him, however, on his assessment that this is or might not be earth-shattering. For one, the fact that is occurring at all is earth shattering. And secondly, most earth-shattering events in science and academia do not start with a bang out of nothing (instead, they start from seed events and findings that gain momentum over time.)

    Furthermore, even if CS is small fish when it comes to academic research, the institutions (both academic and private) that are pushing for this aren't small fish themselves. There is enough muscle there to bend arms.

    1. Re:easy kung fu panda by epine · · Score: 1

      He does have a point in that CS is a very small discipline in terms of its body of knowledge (in relation to other STEM fields).

      One needs to be careful with this kind of pronouncement. Computer science branches from mathematics in much the same way that chemistry branches from physics. The PC revolution matches the great blossoming of polymer chemistry dollar for dollar, decade for decade.

      Just one word: octane.
      Just one word: Isoniazid.
      Just one word: plastics.
      Just one word: lithograhy.
      Just one word: Visicalc.
      Just one word: infoglut.
      Just one word: megadata.
      Just one word: entanglement.

      In Archimedes' Puzzle, a New Eureka Moment

      Since I'm presently under the late-month NYT blackout (the mote in god's eye), here is a refracted redaction, via In Archimedes' Puzzle, a New Eureka Moment:

      The Stomachion, concludes the historian, Dr. Reviel Netz, was far ahead of its time: a treatise on combinatorics, a field that did not come into its own until the rise of computer science. ...
      "People assumed there wasn't any combinatorics in antiquity," he went on. "So it didn't trigger the observation when Archimedes says there are many arrangements and he will calculate them. But that's what Archimedes did; his introductions are always to the point."

      Modern computer science is more about praxis that theory. But then, so is lithography. And music, too. Computer science is what you get if Mahler composed symphony of 100,000 as a jazz improvisation. There is no slight body of work to navigate to work yourself up from cowbells to timpani.

  13. So true! by Anonymous Coward · · Score: 1

    I totally agree and you can see that many people have the same problem. For example, there's things like "Faculty of 1000" which are sort of a cross between peer review and social networking. Basically, important people tell you what articles they read and liked. It's not open to everyone's vote. This helps focus this sprawling mess.

    I only read the very highest impact factor journals now. I only read other journals when they are linked from an article in a high impact journal.

    One needs more filtering not less. If publishing is free, it leads to overgrazing. Entry fees help everyone including the person publishing. Moreover the fact that they might be prohibitive to an individual but not to an institution is a good thing. It helps science advancements spread when people work in teams not as lone wolfs, no matter how brilliant.

    Open publishing may sound good but it's not something I will be reading.

    1. Re:So true! by sourcerror · · Score: 1

      So, why not go for an online rating system where the "peers" can vote on good papers?

    2. Re:So true! by Beetle+B. · · Score: 2

      So, why not go for an online rating system where the "peers" can vote on good papers?

      Because Digg and Reddit have taught me that often the top rated items are of poor quality, and that most really good submissions/comments don't get notably high in the rankings.

      Ratings is a popularity metric, not a quality metric.

      --
      Beetle B.
    3. Re:So true! by drinkypoo · · Score: 1

      It is computationally expensive but possible to combine the web of trust with scoring systems. The name "MuVo" was originally created for a site to compete with cdnow etc and paid for by Creaf with such a feature, but they took a pass and used the name and logo for their insipid line of mp3 players instead. Netflix seems to have such a system, but maybe they do a lot of cheating.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    4. Re:So true! by mikael · · Score: 1

      They tend to form alliances - you will see specific research groups collaborate together and/or cite each others work.

      --
      Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
    5. Re:So true! by sourcerror · · Score: 1

      You mean, like they do it now in real life?

    6. Re:So true! by mikael · · Score: 1

      Yes, it's a well known fact. Somebody did a relationship analysis between the references cited between papers using computer analysis.

      There would be this cross-citing of each others papers.

      --
      Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
  14. This change and its causes IS the free market by Anonymous Coward · · Score: 0

    It's a win-win situation. Guilds (which is exactly what many pay-for-access journals function as) eventually starve or die for a reason: given enough time they're eventually self-defeating, just like any other kind of hoarding/monopolization taken to extremes.

    1. Re:This change and its causes IS the free market by hedwards · · Score: 1

      That really depends upon what they're providing and what they're charging. Guild membership in the past was hugely important as it was often times the only way in which a person could gain the ability to do the work. That's somewhat changed in recent times due to easier access to education, but even now I maintain a TESOL membership so that I can more easily keep up with developments in my field.

      Even if the materials were otherwise free, there's something to be said for paying a group to screen out the crap and provide it in an easily accessible format.

      But more than that, they also often serve as a way of demonstrating knowledge the way that a degree does.

    2. Re:This change and its causes IS the free market by Anonymous Coward · · Score: 0

      Point taken, I should differentiate between guilds-as-monopolies (no work except through the guild) and guilds-as-trade-societies (voluntary non-monopolistic self-certification and collaboration).

  15. This is something BIG... by ElitistWhiner · · Score: 1

    NO

    This is what politics looks like now

  16. Preprints are not bad! by Beetle+B. · · Score: 1

    I don't know why the second link is really upset about the preprint policy. In fact, not long ago being allowed to put preprints on a public server was considered a victory.

    For those who don't know, a preprint is not the version you submitted to the journal, but the version just prior to publication: After the peer review, after the formatting, and after all corrections. It's the one they send to the author saying, "This is how your paper will look - do a a quick glance to see if you find any errors." It's almost always identical to the final paper that is published.

    So if they allow preprints, then it's as good as the final paper. To complain that they don't allow the final paper is just whining.

    --
    Beetle B.
    1. Re:Preprints are not bad! by Anonymous Coward · · Score: 0

      Nope, the preprint at least some journals allow you to publish on a preprint server is the version prior to you submitting the paper. It must not include feedback from the reviewers. Your journals may be different on this topic (are you sure?), but some other journals are not.

    2. Re:Preprints are not bad! by Beetle+B. · · Score: 1

      Nope, the preprint at least some journals allow you to publish on a preprint server is the version prior to you submitting the paper.

      Perhaps in some journals, but not in IEEE, which is one of the two he was complaining about:

      From the IEEE submission guidelines:

      Proof: Before publication, proofs will be sent to the author (or to the contact author who submitted the paper). Typographical, illustration problems and other errors should be marked according to the instructions accompanying the proofs. This is not the time to rewrite or revise the paper, and the cost of excessive changes will be billed to the author. However, it is important to review the presentation details at this time and carefully check for any errors that might have been introduced during the production process.

      Emphasis mine.

      They send you the proof (which is the preprint) after all the refereeing is done and any changes the referees suggest have been implemented.

      --
      Beetle B.
    3. Re:Preprints are not bad! by Anonymous Coward · · Score: 0

      That is a "proof", not a "preprint". In my field, the preprint is entirely generated by the author. The first will be their first version submitted to the arXiv. Then they will submit the same thing to the journal, who will send it to a referee or two. After incorporating comments from the referee, the author will make another preprint and send that back to the journal, whereupon the journal will accept it and send a set of "proofs", which are checked by the author for errors. So neither the first nor the second preprint have had any sort of input from the journal, only from the referees. Upon acceptance of the proofs, the author typically sends the second preprint to the arXiv as a second version. So the second preprint has the input from the unpaid independent referees, not the journal. So I agree that the preprint is just as good as the final paper (sometimes better, as it can be updated on the arXiv after publication to fix typos, and doesn't have the errors that the journal makes when retyping the paper even though the latex source was provided...!), but this is not the version that the journal created - the copyright on that belongs to them.

    4. Re:Preprints are not bad! by Beetle+B. · · Score: 1

      That is a "proof", not a "preprint".

      In the journals I've published in, the two are the same.

      And given the context of the discussion, the version the IEEE allows you to publish is almost the proof. From the complainer's own page, he links to the FAQ, where it says:

      The new policy retains substantial rights for authors to post on their personal sites and their institutions' servers, but only the accepted versions of their papers, not a published version as might be downloaded from IEEE Xplore®.

      And the first question in the FAQ is:

      How does IEEE define an "accepted" version?

        An accepted manuscript is a version which has been revised by the author to incorporate review suggestions, and which has been accepted by IEEE for publication.

      This isn't the final formatted version, but the version that is final in content. No more revisions will be made. It is the one accepted by peer review, and is for all practical purposes as good as the published one.

      Granted, the FAQ does define a preprint to be the one prior to submission, which conflicts with my usage, but then the complainer is factually incorrect in saying that the IEEE only allows preprints.

      The fact, however, remains that the IEEE allows you to publicly post the final revision after peer review.

      So I agree that the preprint is just as good as the final paper (sometimes better, as it can be updated on the arXiv after publication to fix typos, and doesn't have the errors that the journal makes when retyping the paper even though the latex source was provided...!), but this is not the version that the journal created - the copyright on that belongs to them.

      So we're in agreement. It just seems silly to whine that you can't publish the final formatted paper, when you can publish one as good as it.

      --
      Beetle B.
    5. Re:Preprints are not bad! by Anonymous Coward · · Score: 0

      What you are describing is a post-print. Preprint is the version before peer-review. Some publishers will not allow post prints on author websites or public servers. For those journals, you would need to negotiate license/copyright in the agreement signed with the publisher.

    6. Re:Preprints are not bad! by Anonymous Coward · · Score: 0

      In Computer Science (or at least at the conferences/journals I publish in), the pre-print *is* the final paper. We have to put it into the final publishable form. They just add their copyright crap at the bottom. That is why it is so galling. We form the journal/conference/program committees, we do the research and write the papers, we do the reviews, we chair the sessions or edit the issues, and what does the publisher do? Print and distribute hard copies, for which they charge outrageous subscription fees anyway. To add insult to injury, we have to assign copyright over to the publisher so we have to ask for permission to use our own work in the future. Where in all this is the indispensable value that the publish adds in the modern electronic age? That's what I thought; there is almost none. That is why I salute what they are doing.

      [My condolences to the working stiffs in the publishing industry. Your company is built upon a dying model. Better get off the dinosaur before it sinks into the tar pit for later generations to gawk at in a museum.]

    7. Re:Preprints are not bad! by Beetle+B. · · Score: 1

      Print and distribute hard copies, for which they charge outrageous subscription fees anyway.

      ACM and IEEE institution subscription fees are not as outrageous the major culprits (Elsevier, etc). That's generally true for professional organizations - they charge universities considerably less, and are more receptive to feedback from them. Usually when universities complain about the costs, they're not complaining about ACM or IEEE

      To add insult to injury, we have to assign copyright over to the publisher so we have to ask for permission to use our own work in the future.

      Yes, but wouldn't you agree that the IEEE (and probably the ACM) are not being too unreasonable by allowing you to publish the proof/preprint? As you yourself noted, it's as good as the final version.

      --
      Beetle B.
  17. Re:Quality Rating by TaoPhoenix · · Score: 1

    It's a start.

    You wouldn't just allow mass audiences to review, you'd Meta-Rank the Reviewers. So if Dr. ______ reviewed something well, and most of his reviews are insightful, you just "follow him" or something. That's what the Peer Review is like in the normal course. "Is this article sane? I am staking a small portion of my rep giving my Yay or Nay."

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  18. Re:Quality Rating by Beetle+B. · · Score: 1

    So you'd advocate non-anonymous referees?

    --
    Beetle B.
  19. Something big? Let's hope so! by FridayBob · · Score: 1

    It's likely that many people here are sick of all the expensive academic periodicals that often contain interesting articles, but that almost no one without access to a university library can read... except perhaps for a summary. One of my interests is herpetology, which is pretty obscure, but nevertheless, there seem to be hundreds of periodicals published on this one very narrow subject alone. I've also heard stories about researchers who were upset to find out that their own papers, once published and on which they worked so hard, turned out not to be publicly available anyway. At that point the publishing company owns the copyright on your work, so AFAIK you can't even publish it on your own website.

    Once upon a time, I suppose getting your paper published in one of these obscure and specialized academic periodicals was one of the only options available. Every few months a limited number would be printed and mailed out to university libraries around the world, but only to the ones with an interest in the subject (and willing to pay the subscription fee). Even today, however, the number of academic periodicals out there seems way out of proportion, so how come?

    Well, it turns out that everybody would like to publish in the better known periodicals, but that most papers are rejected for various reasons. Still, as an academic you have to keep publishing (publish or perish!), so then you try to get your work published in one of the lesser known ones, perhaps with less peer review. This is one explanation. Another is that corporations often like sponsoring periodicals; sometimes just a little, and sometimes so much that they launch their own as a vehicle with which to advertise their products. However, peer review usually isn't worth all that much in cases of the latter.

    The times, however, have now changed things rather dramatically. With the Internet, in my mind there is little or no need for these wretchedly expensive periodicals any more. Are they really good for science anymore, or are they only good for generating revenue for the publishing companies? Actually, it may be that things will change regardless. Of the periodicals that depend on sponsorship to some degree, many of their sponsors are now losing interest, probably because they think their activities on the Internet are more important. It's true that papers still needs to get peer-reviewed, but if it turns out that most researchers are now willing to do that even when the publications will be made available to the public for free, then everybody wins, right?

    Perhaps I should add a note regarding medical periodicals. From what I understand, whether these are associated with expensive subscription fees or not, access to them is often restricted. If so, this is because it is felt that if the general public (e.g. journalists) had access to them, that the articles would more likely be misinterpreted. However, since this is bound to happen anyway, and it's worse if most people only have access to a misinterpretation of the article, I see no excuse for this practice either.

  20. False issue? by openfrog · · Score: 1

    And universities having to pay extortion money ($5,000 per year in some cases for a single journal) is also a non-issue?
    You are simply describing as inevitable the mechanism by which parasites exploit your work, so you are just looking for the quick way out. Shortsighted.
    Not a false issue.

    1. Re:False issue? by godrik · · Score: 1

      Well, of course it is a real problem. I would love the system to just switch to openness in a night. I believe if the publication system was open it would work. Right now if I do not publish in high end journals (which happen to have access fees), I won't get funded. If I don't get funded I don't get paid and I need to find another job. Then who cares I am not reviewing for these journals? I am out of the system anyway.

      Of course I would love all publications to be freely available. But right now, it is a move I can not make. If there were free access journal that are respected in my field, then the policy would make sense. But right now there are none.

      Before going for the kill on journals behind paywalls, we need good open-access journals that are recognized by institutes. Before that, stopping publishing in these journals is just commiting academic suicide (unless you are so famous people don't care about your publication record anymore, which is not my case).

    2. Re:False issue? by Anonymous Coward · · Score: 0

      I think you are completely missing the point. The point is not that you have to publish in places which are recognized or you can't get funding. That won't change even when there are open access journals for every field. The point is that there is a chicken-and-egg problem here. There won't be any recognized open access journals unless people like these who are leaders in their field take a stand to allow open access journals to flourish. If enough of the big names in a field sign up, then the little names like you and I will have a choice. I therefore applaud their efforts.

  21. circular butt sniff by epine · · Score: 1

    they look WHERE I am publishing my research; and most likely, they do not look at WHAT I am saying

    It has become increasingly apparent that the value of education received in upper crust undergraduate programs or post graduate degrees rarely equates to the dollars spent. What people are really paying for is a premium rung on the social graph.

    It's rarely clear how one recovers the investment, unless you're one of the bright lights that launch onto a lucrative career track. How many humanities graduates ever see tenure? I saw a study the other day which determined that out of an especially strong draft year in Ontario (long ago), of the 30,000 kids enrolled in hockey at the lowest levels, two players became well-known NHL regulars, and maybe twenty got a cup of coffee.

    But people continue to sign up for big debt and small hope, more out of fear of losing your rung than a clear idea of how the loan is eventually retired.

    I'm wondering if soon every good job out there is obtained after ten gruelling episodes on The Apprentice.

    Perhaps we can train Watson to assess a little more importance to WHAT and a little less importance to WHERE, so that the parallel aristocracy of competence doesn't die out completely.

    It would be funny, you know, if the computers are the first intelligent life form to curl their lip at the social graph.

  22. not a very controversial pledge by superwiz · · Score: 1

    I would be much more impressed with someone making a pledge to never peer review any article which doesn't include (at least in the appendix) the experimental data on which the article is based. Most current publications do not have the requirement to publish the data. Which makes all publications nothing but inherently unreliable claims.

    --
    Any guest worker system is indistinguishable from indentured servitude.
  23. Re:Quality Rating by Pence128 · · Score: 1

    Call him Dr. Snickerdoodle if you want. It doesn't matter what his name is if he's a good reviewer.

    --
    404: sig not found.
  24. the promise doesn't go far enough (bioinformatics) by Anonymous Coward · · Score: 0

    This is a great start, but doesn't go far enough.

    >promising to never be involved in peer review for a venue that does not make publications available to the public for free

    If you want to publish in leading Bioinformatic journals, you must make your code freely available.

    I don't think you necessarily have to make the source code public -- but at least the executables.
    Because, um, "science" implies your results should be reproducible.

    It would be an interesting project (if someone were interested in funding it) to compare the
    requirements and response times for the many (many!) computer science journals.
    Strawman questions:
        1. what percent make their articles freely available?
        2. what percent require code or executables to be publically available as a condition of publication?
                (this assumes the article is reporting results derived from working code, as opposed to
                theoretical results)
        3. what is the average turn-around time from submission to getting feedback
                from peer reviewers, and (if accepted) until publication?

    And the results could be broken down by sub-discipline: bioinformatics; IT; high performance
    scientific computing; etc, etc.

    since I'm posting anonymously, with some trepidation I'll post
    my (secondary ;) email: dhysom2@gmail.com

    Off topic, in my experience, the peer review results are back to you within six weeks or less.
    Very different from other areas, such as High Performance Scientific Computing, where
    you may not hear anything for a year or more.

  25. Funding needs are far smaller by dwheeler · · Score: 1

    The problem here is that someone needs to organize these things.

    True, but not relevant. The necessary organization and infrastructure can be done quite cheaply, if organizations are willing to move from the past to the present.

    Someone has to pay for the bandwidth, buy and run the servers, spend effort soliciting reviewers, run the reviewing software, respond to questions, request ISBNs, submit the work to indexing sites, etc etc etc..

    I think you're grossly overestimating the costs if they switch to an exclusively digital realm, which is where they need to go. Bandwidth and running basic servers (which is all that's needed) are commodities. WebHostGiant will provide bandwidth and basic servers for $2.79/month with no bandwidth maximum. A serious journal will want more than that, yes, and there are other requirements too. For example, you'll need DNS registration (which companies like GoDaddy or 1and1 will do for cheap). But really, these are highly-competed commodities, so we're talking about petty cash budgets in most companies. You could probably set up the technical infrastructure for less than $100/year, plus 20 hours of volunteer time for the initial setup. Just get 5 people to contribute $20/year and you're done. The exact number isn't important; what's important is that it is REALLY REALLY small compared to paper-based publication.

    Yes, you need some code to manage reviews, but not much. Existing programs can do the job; you really don't need more than a Wiki or mailing list. You can get some efficiencies using specialized programs, but their development could be amortized across lots of different journals (it's perfect for creating as open source software; there are probably several such programs already). It's clearly possible; Wikipedia's MediaWiki, for examples, wasn't developed by a for-profit organization, and it handles scales far beyond what journals require. You need an ISSN, not an ISBN, for a magazine, and that's a one-time expense.

    The "soliciting reviewers" and so on can be done by volunteers, as is already often done.

    The basic problem is that paper publishers haven't noticed that the digital economy is VASTLY cheaper (or they're scared BECAUSE they realize this).

    Open access journals address this by having a publication fee, or by advertising, or by seeking volunteers and asking for charity. Paying for publication gets blurry with vanity press, and advertising ends up sucking up to the advertisers.

    So stop pushing the paper. Push the bits, and let people print what they want. For academic works, what people (should) want is the information, not the pretty binding.

    Volunteering and charity seem wonderful, but have to compete with lots of other worthy causes.

    Absolutely true. But if it's easy, it's not too bad. Also, volunteering for journals is considered something valuable in many academic circles, so it's not just charity in many cases. The paywalled journals depend on volunteerism already, so it's not a change in that respect. And when people don't feel exploited, they're more likely to volunteer.

    In CS, most of the major publishers allow you to post a copy of your paper on your personal website (as long as you also link to the official version). Finding papers outside of the paywalls is only difficult when the authors are in industry (but those aren't the publicly funded papers you're talking about anyway).

    Fair enough. But typically CS researchers are writing papers because they want to get information out to the widest possible audience that would be interested. Paywalls just get in the way, for reasons that are now obsolete.

    --
    - David A. Wheeler (see my Secure Programming HOWTO)
  26. It's big and it's old, Soros started it in 2002 by UBfusion · · Score: 0

    by signing the Budapest Open Access Initiative, supported by Soros' Open Society Institute. You can read about it here http://www.soros.org/openaccess/read

  27. Hidden "knowledge monopolies" allows feudalism by fudmer · · Score: 1

    Only a few researchers in each field need publish the findings of their field in order to quash the information hiding and distribution restricted activity which has created a "monopoly of knowledge". The players include the mega -corporate global feudal lords, the universities seeking to profit from government research findings, the insider publishers, the law makers, etc. This lock up the knowledge of science program behind closed high priced right person gated doors of copyright has transformed our supply/demand economy capitalism into supply side only feudalism. Instead of serendipity generating competition, our government, by its laws, has turnicated competition and create global mega sized corporate feudal estates and transformed those non monopoly holders into serfs if they work for the global mega sized corporate feudal estates or paupers if they don't. Remember monopoly is a product of the rule of law. Monopoly cannot exist without a government, commerce corrupted government officials and the use of the government's force to impose its anti-competitive laws against would be commercial competitors. Copyright is being used to terminate or severely limit the distribution of scientific knowledge unless the user has great big pockets and this condition plays a big part for the accumulation of inventories of tax-free monopolies enjoyed the few mega corporate feudal lords. The global mega sized corporate feudals use monopoly inventories, copyright, patent and license of parts of the public commons, to inhibit competition. Without competition there is no capitalism instead it is feudalism. The Internet would never have developed had it been subjected to the copyright and patent monopolies current law has imposed. Its impact is felt everywhere in the development of equipment, in the development of software, in gaining access to the public markets, in the learning environments, etc.. Everywhere monopoly exists it inhibits competition and without competition there is feudalism.

  28. Re:Quality Rating by TaoPhoenix · · Score: 1

    Two classes of reviewers.

    This is a story about professional science, so already they only give the article to other professionals for the Peer review. Whether or not those Peers are revealed (intentionally - we're discussing process here) is a process choice with good and bad. In the first class at least a Senior Board needs to know that the Peers are qualified scientists. Quick example is the (GM) tag for chess grandmasters on ICC. Except for flukes, that tag doesn't get there by accident, but the real name is often private because they want to be left alone from being pestered.

    But we need a class of "Intelligent Laypeople", who offer quality comments, even if they make mistakes. That's like a High-Karma user here. (Again, leave out the edge cases of "Karma Experts.)

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine