OVID tagged - missing "pages"
The "OVID Tagged" translator (last updated "2015-02-24 21:18:59") does not import the pages of articles and parts of books.
After adding
if (value.match(/,\s*\d+\-\d+/)) item.pages = value.match(/,\s*(\d+\-\d+)/)[1];
in the two respective sections, pages are imported.
(Although, if an article has just one page, the page still is missing.)
Hope that's the right place to report something like this, and the (or a better) correction will make it into the distribution.
After adding
if (value.match(/,\s*\d+\-\d+/)) item.pages = value.match(/,\s*(\d+\-\d+)/)[1];
in the two respective sections, pages are imported.
(Although, if an article has just one page, the page still is missing.)
Hope that's the right place to report something like this, and the (or a better) correction will make it into the distribution.
https://gist.github.com/intuser/6c9556e02b71dc8dab3a
(Sorry, github first created the gist but then it disapeared. Now it's here again.)