Live data from Hacker News

Nature makes all articles free to view

nature.com

51–60 of 134 posts

Re: Nature makes all articles free to view

#52

" Nature's internal costs of publishing run at £20,000–30,000 (US$31,000–47,000) per paper, an extremely high charge to load onto authors or funders rather than spread over subscribers." What in the digital world would make it so expensive to publish content ?

Paid editorial and peer review? Also, if a print-copy is being produced, someone has to type-set it, even if there's also a digital copy.

Re: Nature makes all articles free to view

#53

" Nature's internal costs of publishing run at £20,000–30,000 (US$31,000–47,000) per paper, an extremely high charge to load onto authors or funders rather than spread over subscribers." What in the digital world would make it so expensive to publish content ?

Paid editorial and peer review? Also, if a print-copy is being produced, someone has to type-set it, even if there's also a digital copy.

Peer review is not paid. I assume costs are for the staff editors (PhDs), copy editors, type setters, print and distribution costs, etc.

Source: I have published in nature

Re: Nature makes all articles free to view

#55
post #24
post #20

Earlier quoted context omitted.

Be prepared to name research projects that do not receive government funding in the first or second degree. (That is: receive funding directly, or from grant-making organizations that themselves receive substantial government funding.)

Your taxes are not funding international research.

I think the claim was that they were being funded by taxes, not that they were being funded only by the taxes they personally pay.

Re: Nature makes all articles free to view

#56
post #20
post #7

Earlier quoted context omitted.

Not all research is funded by tax payers.

Be prepared to name research projects that do not receive government funding in the first or second degree. (That is: receive funding directly, or from grant-making organizations that themselves receive substantial government funding.)

My company just had a paper accepted where we collaborated with Biogen Idec. Neither of us received government funding for the research.

Companies like OpenEye scientific publish many papers and proudly (for whatever reason) declare they have never received a government grant for their research.

When you work in an industry full of people with PhDs, lots of papers get published that didn't receive government funding; people with PhDs like to write papers.

Re: Nature makes all articles free to view

#57
post #19

Their definition of "free" is interesting. Only paid subscribers can search for articles, and apparently others can view articles only if subscribers share links with them. For many purposes, articles might be "free" but still hidden from the public.

So how long until someone writes a web crawler that dumps all the links into a searchable public db?

This has already been done many times with regular pdfs [1-3]. There are mostly hosted illegally in places like Russia. I'm sure you can find more on TPB or similar.

[1] http://sci-hub.org/ [2] http://booksc.org/ [3] http://www.freefullpdf.com/

Re: Nature makes all articles free to view

#58
post #53

Earlier quoted context omitted.

Paid editorial and peer review? Also, if a print-copy is being produced, someone has to type-set it, even if there's also a digital copy.

Peer review is not paid. I assume costs are for the staff editors (PhDs), copy editors, type setters, print and distribution costs, etc. Source: I have published in nature

Sounds like the NFL without paying the players or coaches.

Re: Nature makes all articles free to view

#59

" Nature's internal costs of publishing run at £20,000–30,000 (US$31,000–47,000) per paper, an extremely high charge to load onto authors or funders rather than spread over subscribers." What in the digital world would make it so expensive to publish content ?

It's mostly the high editorial costs. Especially for the academic glamour journals, they are only accepting a small percentage of the manuscripts that come their way. It's a little silly though; they still charge hundreds to thousands of dollars to publish for "color figures" and other article processing charges despite being closed access. My papers in NPG journals often cost at or near publishing in open access ones.

Re: Nature makes all articles free to view

#60
My institution subscribes to Nature, and using my library's proxy to access the Nature website, I can use the "Share/bookmark" menu to generate links like http://rdcu.be/bKk4, http://rdcu.be/bKlc, http://rdcu.be/bKld, and http://rdcu.be/bKli, which can be viewed in the browser (or maybe only because I also just installed the ReadCube app?).

The articles linked to above span several months, but it's generating serial links, so I can only assume that it's able to track visits back to the subscriber and/or my university account.

The ReadCube HTML5 reader looks nice, but does not work with JavaScript disabled (no surprise there). It uses JavaScript to override text selection (disabling copy&paste), but after a little meddling with the developer tools and element inspector, you can find a decently near ancestor to the text and copy the DOM as html. Stick that into a new file and you can select (and copy) the text without too much further hassle.

The DOM is awkward and split up kind of like a PDF (selecting a range of text goes haywire in unpredictable cases), but in comparing the HTML DOM hierarchy to the text object structure in the original PDF (which, as a subscriber, I can download), I found no obvious similarities, so I'm guessing they aren't translating the PDF to HTML directly.

Post reply on HN