University of Oldenburg updates its APC expenditures

The Carl von Ossietzky University of Oldenburg has updated its APC expenditures. The lastest contribution provides additional articles both for the 2016 and 2017 periods.

The BIS (Library and Information System) is in charge of the University’s Open Access Publishing Fund, which is supported under the DFG’s Open Access Publishing Programme.

Contact person is Kim Braun.

Cost data

With 19 new articles included, the dataset now covers publication fees for 78 articles. Total expenditure amounts to 89 818€ and the average fee is 1 152€.

The following table and plots show the payments the BIS has made to publishers in 2016 and 2017 (including taxes and discounts).

  Articles Fees paid in EURO Mean Fee paid
Frontiers Media SA 22 32732 1488
Springer Nature 12 14494 1208
MDPI AG 8 9952 1244
Public Library of Science (PLoS) 7 9320 1331
SAGE Publications 5 2198 440
Walter de Gruyter GmbH 3 1805 602
Copernicus GmbH 2 2142 1071
European Optical Society 2 800 400
IOP Publishing 2 2685 1342
Acoustical Society of America (ASA) 1 472 472
AIP Publishing 1 1288 1288
Association for Research in Vision and Ophthalmology (ARVO) 1 1377 1377
BMJ 1 1520 1520
Botanical Society of America 1 313 313
Elsevier BV 1 1218 1218
Excellent Publishers 1 94 94
Hindawi Publishing Corporation 1 1361 1361
Ivyspring International Publisher 1 1441 1441
Medip Academy 1 63 63
Mongabay 1 230 230
Optical Society of America (OSA) 1 1850 1850
PAGEPress Publications 1 500 500
PeerJ 1 622 622
Wiley-Blackwell 1 1342 1342

Overview

With the recent contributions included, the overall APC data for the University of Oldenburg now looks as follows:

Fees paid per publisher (in EURO)

plot of chunk tree_oldenburg_2017_03_02_full

Average costs per year (in EURO)

plot of chunk box_oldenburg_2017_03_02_year_full

Average costs per publisher (in EURO)

plot of chunk box_oldenburg_2017_03_02_publisher_full

Analysing hybrid Elsevier articles for correct access rights

Having read Ross Mounce’s interesting article on wrongly paywalled Open Access articles in hybrid Elsevier journals, I came up with the idea of throwing a bit more data at the issue. We have a lot of those articles in our OpenAPC data collection (2630 articles in 670 different journals, to be precise), and since the contributing institutions reported their APC costs for all of them, we can be pretty confident that they were all paid for and none should be paywalled at the moment.

So, after fiddling around with some regular expressions and the structure of the landing pages at sciencedirect.com, I came up with a small python script which does the following:

  • Extract all hybrid Elsevier articles from our collection
  • Resolve the DOI for every article (will lead to a landing page at sciencedirect.com)
  • Scrape the page content
  • Use regexes to search for a PDF download link

Resolving and obtaining the page contents is quite time consuming, so the whole process took some hours. Here is a screenshot of the script’s output while being busy:

screenshot of the test script while running

All green at the University of Bristol - but Elsevier is not off the hook yet. :-) The script collects all negative results and prints out a concise summary after finishing. So let’s have a look at the bottom line:

screenshot of the test script after finishing

Surprise - 6 articles out of 2630 (or about 0.23%) were still hidden behind a paywall where it should not be the case according to our data.

Here is a detailed overview of the articles in question:

institution period APCs paid (€) DOI journal
Wellcome Trust 2015 1829.97 10.1016/j.jth.2015.04.502 10.1016/j.jth.2015.06.005 Journal of Transport & Health
University College London 2014 822.53 10.1016/j.jns.2013.01.022 Journal of the Neurological Sciences
University College London (confirmed case) 2014 2257.64 10.1378/chest.13-0179 Chest
University of Glasgow 2014 1882.5 10.1016/j.renene.2014.11.024 Renewable Energy
University of Cambridge 2015 2294.44 10.1016/j.epsl.2014.11.034 Earth and Planetary Science Letters
University of Milan 2016 400 10.1016/j.puhe.2016.10.024 Public Health

 

To be fair, while we can clearly tell that something is wrong here, it’s too early to lay the blame on Elsevier yet. Five of the items in question were part of aggregated data sets (The first one is from the Wellcome Trust open data, the next 4 articles from British universities were contained in the JISC collections data), so it is quite possible that something went wrong during the aggregation process. The article from Milan University has only been published this month, so maybe the transaction has not been fully processed yet and the full text will become available in the near future.

Nonetheless, this issue seems worth to investigate further. We will try to contact the involved institutions and see if we can shed some light upon this.

Update, Mar 1, 2017:

We have now cleared up 4 of the 6 cases:

  • Number 1 turned out to be a false positive: Instead of the article DOI, a DOI belonging to the article abstract had been reported. The article itself is not paywalled. (Thanks to Ross Mounce for pointing this out)
  • Number 2 remains somewhat unclear, but the UCL is positive that no APC has been paid for this article and there’s also no UCL affiliated author on it. In any case the data is clearly incorrect and we have removed this entry from our collection.
  • Number 5 is also a false positive: Cambridge had erroneously reported a page/colour charge as APC (Again, thanks to Ross for looking into this).

We have corrected all of the entries mentioned above in our data collection.

  • Number 3, however, turned out to be a true positive. The institution had paid an APC for this article in March 2014, so it is clearly incorrectly paywalled. The UCL will contact Elsevier and ask them to correct this case.

As a side note, according to UCL’s records the original payment was not payable to Elsevier, but to the ACCP, and it seems the journal has moved to Elsevier since then. This is interesting as it identifies changes in journal ownership as another possible source of such mistakes.

Analysing hybrid Elsevier articles for correct access rights

Having read Ross Mounce’s interesting article on wrongly paywalled Open Access articles in hybrid Elsevier journals, I came up with the idea of throwing a bit more data at the issue. We have a lot of those articles in our OpenAPC data collection (2630 articles in 670 different journals, to be precise), and since the contributing institutions reported their APC costs for all of them, we can be pretty confident that they were all paid for and none should be paywalled at the moment.

So, after fiddling around with some regular expressions and the structure of the landing pages at sciencedirect.com, I came up with a small python script which does the following:

  • Extract all hybrid Elsevier articles from our collection
  • Resolve the DOI for every article (will lead to a landing page at sciencedirect.com)
  • Scrape the page content
  • Use regexes to search for a PDF download link

Resolving and obtaining the page contents is quite time consuming, so the whole process took some hours. Here is a screenshot of the script’s output while being busy:

screenshot of the test script while running

All green at the University of Bristol - but Elsevier is not off the hook yet. :-) The script collects all negative results and prints out a concise summary after finishing. So let’s have a look at the bottom line:

screenshot of the test script after finishing

Surprise - 6 articles out of 2630 (or about 0.23%) were still hidden behind a paywall where it should not be the case according to our data.

Here is a detailed overview of the articles in question:

institution period APCs paid (€) DOI journal
Wellcome Trust 2015 1829.97 10.1016/j.jth.2015.04.502 10.1016/j.jth.2015.06.005 Journal of Transport & Health
University College London 2014 822.53 10.1016/j.jns.2013.01.022 Journal of the Neurological Sciences
University College London (confirmed case) 2014 2257.64 10.1378/chest.13-0179 Chest
University of Glasgow 2014 1882.5 10.1016/j.renene.2014.11.024 Renewable Energy
University of Cambridge 2015 2294.44 10.1016/j.epsl.2014.11.034 Earth and Planetary Science Letters
University of Milan 2016 400 10.1016/j.puhe.2016.10.024 Public Health

 

To be fair, while we can clearly tell that something is wrong here, it’s too early to lay the blame on Elsevier yet. Five of the items in question were part of aggregated data sets (The first one is from the Wellcome Trust open data, the next 4 articles from British universities were contained in the JISC collections data), so it is quite possible that something went wrong during the aggregation process. The article from Milan University has only been published this month, so maybe the transaction has not been fully processed yet and the full text will become available in the near future.

Nonetheless, this issue seems worth to investigate further. We will try to contact the involved institutions and see if we can shed some light upon this.

Update, Mar 1, 2017:

We have now cleared up 4 of the 6 cases:

  • Number 1 turned out to be a false positive: Instead of the article DOI, a DOI belonging to the article abstract had been reported. The article itself is not paywalled. (Thanks to Ross Mounce for pointing this out)
  • Number 2 remains somewhat unclear, but the UCL is positive that no APC has been paid for this article and there’s also no UCL affiliated author on it. In any case the data is clearly incorrect and we have removed this entry from our collection.
  • Number 5 is also a false positive: Cambridge had erroneously reported a page/colour charge as APC (Again, thanks to Ross for looking into this).

We have corrected all of the entries mentioned above in our data collection.

  • Number 3, however, turned out to be a true positive. The institution had paid an APC for this article in March 2014, so it is clearly incorrectly paywalled. The UCL will contact Elsevier and ask them to correct this case.

As a side note, according to UCL’s records the original payment was not payable to Elsevier, but to the ACCP, and it seems the journal has moved to Elsevier since then. This is interesting as it identifies changes in journal ownership as another possible source of such mistakes.