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.
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
https://gist.github.com/intuser/6c9556e02b71dc8dab3a
(Sorry, github first created the gist but then it disapeared. Now it's here again.)