trouble with inter-research translator
I can not seem to get items translated from Inter-Research journals (Marine Ecology Progress Series, Aquatic Microbial Ecology). Is this a common problem? My error report ID is: 887624113
Thanks.
Thanks.
http://www.int-res.com/abstracts/meps/v382/p1-21/
version 1.0.10
item.date = doc.evaluate('//div[@class="abs-footer"]', doc, null, XPathResult.ANY_TYPE, null).iterateNext().textContent.match(/date:\s+(.*)]P/)[1];
into
item.date = doc.evaluate('//div[@class="abs-footer"]', doc, null, XPathResult.ANY_TYPE, null).iterateNext().textContent.match(/date:\s+(.*)/)[1];
fixes the problem on that page. Other problems popped up on other pages though, e.g. http://www.int-res.com/abstracts/esep/v8/n2/p109-119/
gives a different error.
I posted the same problem on another forum post here:
http://forums.zotero.org/discussion/9838/inter-research-import-fails/#Item_3
I modified the translator to fix all the problems I found. The modified translator can be downloaded here:
http://www.ur097.ird.fr/team/dkaplan/personal/inter-research-science-center.js
Note that I changed the file name to make the link simpler.
I would like to get these changes back into zotero, but so far no one has taken the bait.