Nature makes all articles free to view
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 ?
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.
Source: I have published in nature
Re: Nature makes all articles free to view
#54Source: https://alexholcombe.wordpress.com/2013/01/09/scholarly-publ...
Re: Nature makes all articles free to view
#55Earlier 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.
Re: Nature makes all articles free to view
#56Earlier 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.)
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
#57Their 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?
[1] http://sci-hub.org/ [2] http://booksc.org/ [3] http://www.freefullpdf.com/
Re: Nature makes all articles free to view
#58Earlier 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
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 ?
Re: Nature makes all articles free to view
#60The 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.