Module:Citation/CS1/Identifiers: Difference between revisions
changed PMC test limit to 8000000, since PMCs greater than 7000000 have now been issued, see https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7003341/
(willing to deploy out of cycle given these were just updated) |
(changed PMC test limit to 8000000, since PMCs greater than 7000000 have now been issued, see https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7003341/) |
||
Line 870: | Line 870: | ||
local function pmc(id, embargo) | local function pmc(id, embargo) | ||
local test_limit = | local test_limit = 8000000; -- update this value as PMCs approach | ||
local handler = cfg.id_handlers['PMC']; | local handler = cfg.id_handlers['PMC']; | ||
local err_cat = ''; -- presume that PMC is valid | local err_cat = ''; -- presume that PMC is valid |