diff --git a/translators/AMS Journals.js b/translators/AMS Journals.js index abef957b1..b494db716 100644 --- a/translators/AMS Journals.js +++ b/translators/AMS Journals.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-05-05 07:45:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -74,6 +74,6 @@ function doWeb(doc, url) { ]; item.abstract = Zotero.Utilities.trimInternal(doc.evaluate('//td[@class="bottomCell"]/p[4]', doc, nsResolver, XPathResult.ANY_TYPE, null).iterateNext().textContent.substr(10)); item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/APA PsycNET.js b/translators/APA PsycNET.js index 863952d63..6a102a354 100644 --- a/translators/APA PsycNET.js +++ b/translators/APA PsycNET.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-06-23 16:45:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -77,6 +77,6 @@ function doWeb(doc, url) { item.abstractNote = associateXPath('//div[@id="rdRecord"]/div[@class="rdRecordSection"][2]', doc, nsResolver); item.complete(); } - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/AcademicJournals.net.js b/translators/AcademicJournals.net.js index a2902ecec..3980557e9 100644 --- a/translators/AcademicJournals.net.js +++ b/translators/AcademicJournals.net.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-05-05 07:45:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -87,5 +87,5 @@ function doWeb(doc, url) { } item.tags = tags; item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); } \ No newline at end of file diff --git a/translators/Agencia del ISBN.js b/translators/Agencia del ISBN.js index 408e13f74..dcb747482 100644 --- a/translators/Agencia del ISBN.js +++ b/translators/Agencia del ISBN.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-06-08 23:00:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -60,6 +60,6 @@ function doWeb(doc, url) { if (data['Publicacin']) item.publisher = Zotero.Utilities.trimInternal(data['Publicacin']); if (data['FechaEdicin']) item.date = Zotero.Utilities.trimInternal(data['FechaEdicin']); item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Alexander Street Press.js b/translators/Alexander Street Press.js index 1b70e8892..05364958e 100644 --- a/translators/Alexander Street Press.js +++ b/translators/Alexander Street Press.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-03-28 16:30:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -193,5 +193,5 @@ function doWeb(doc, url) { articles = [url]; } - Zotero.Utilities.processDocuments(articles, scrape, function() {Zotero.done;}); + Zotero.Utilities.processDocuments(articles, scrape, function() {Zotero.done();}); } \ No newline at end of file diff --git a/translators/Amazon.com.js b/translators/Amazon.com.js index 575c9b07c..5cc12f236 100644 --- a/translators/Amazon.com.js +++ b/translators/Amazon.com.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-08-22 20:30:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -203,6 +203,6 @@ function doWeb(doc, url) { newItem.title = title; newItem.complete(); } - }, function() {Zotero.done;}, null); + }, function() {Zotero.done();}, null); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Archive Ouverte en Sciences de l'Information et de la Communication (AOSIC).js b/translators/Archive Ouverte en Sciences de l'Information et de la Communication (AOSIC).js index b2c3f470c..4788af91c 100644 --- a/translators/Archive Ouverte en Sciences de l'Information et de la Communication (AOSIC).js +++ b/translators/Archive Ouverte en Sciences de l'Information et de la Communication (AOSIC).js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-04-18 08:55:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -70,6 +70,6 @@ function doWeb(doc, url) { {url:pdfurl, title:"AOSIC Full Text PDF", mimeType:"application/pdf"} ]; item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Australian Dictionary of Biography.js b/translators/Australian Dictionary of Biography.js index 044810dfd..28a8f9bbc 100644 --- a/translators/Australian Dictionary of Biography.js +++ b/translators/Australian Dictionary of Biography.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-05-30 08:00:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -74,5 +74,5 @@ function doWeb(doc, url) { ]; item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); } \ No newline at end of file diff --git a/translators/BIUM.js b/translators/BIUM.js index d37927079..e4b25444b 100644 --- a/translators/BIUM.js +++ b/translators/BIUM.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-06-12 19:30:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -92,6 +92,6 @@ function doWeb(doc, url) { } item.creators = newauthors; item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Berkeley Electronic Press.js b/translators/Berkeley Electronic Press.js index 9673ebd00..061d124ef 100644 --- a/translators/Berkeley Electronic Press.js +++ b/translators/Berkeley Electronic Press.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-04-01 04:50:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -79,6 +79,6 @@ function doWeb(doc, url) { {url:metatags['pdf_url'], title:"Berkeley Electronic Press Full Text PDF", mimeType:"application/pdf"} ]; item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/BioOne.js b/translators/BioOne.js index 3a26cc72f..100e377f0 100644 --- a/translators/BioOne.js +++ b/translators/BioOne.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-08-04 07:10:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -61,6 +61,6 @@ function doWeb(doc, url) { }); translator.translate(); }); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Blackwell Compass.js b/translators/Blackwell Compass.js index b872159a0..82df6be3c 100644 --- a/translators/Blackwell Compass.js +++ b/translators/Blackwell Compass.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-01-09 20:00:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -63,6 +63,6 @@ function doWeb(doc, url) { translator.translate(); }); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Bryn Mawr Classical Review.js b/translators/Bryn Mawr Classical Review.js index cd303e14a..bb91871ef 100644 --- a/translators/Bryn Mawr Classical Review.js +++ b/translators/Bryn Mawr Classical Review.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-05-09 23:15:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -80,6 +80,6 @@ function doWeb(doc, url) { item.date = Zotero.Utilities.trimInternal(doc.evaluate('/html/body/h3', doc, nsResolver, XPathResult.ANY_TYPE, null).iterateNext().textContent.replace("Bryn Mawr Classical Review ", "").replace(/\./g, "/")) } item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Business Standard.js b/translators/Business Standard.js index 888ee9da8..beca12e2f 100644 --- a/translators/Business Standard.js +++ b/translators/Business Standard.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-05-08 20:30:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -62,6 +62,6 @@ function doWeb(doc, url) { newItem.complete(); }); } - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } diff --git a/translators/BusinessWeek.js b/translators/BusinessWeek.js index 2930374e8..6d32e91e1 100644 --- a/translators/BusinessWeek.js +++ b/translators/BusinessWeek.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-04-11 08:30:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -53,6 +53,6 @@ function doWeb(doc, url) { item.url = newDoc.location.href; item.date = metaTags['pub_date'].replace(/(\d{4})(\d{2})(\d{2})/, "$2/$3/$1"); item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Cambridge Journals Online.js b/translators/Cambridge Journals Online.js index 2a09631ba..0fa222e1f 100644 --- a/translators/Cambridge Journals Online.js +++ b/translators/Cambridge Journals Online.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-07-08 15:35:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -85,6 +85,6 @@ function doWeb(doc, url){ }); translator.translate(); }); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/CiNii.js b/translators/CiNii.js index 7566f663b..d0789b77c 100644 --- a/translators/CiNii.js +++ b/translators/CiNii.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-05-15 00:30:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -62,6 +62,6 @@ function doWeb(doc, url) { }); trans.translate(); }); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Citebase.js b/translators/Citebase.js index 0bd056c70..767405f34 100644 --- a/translators/Citebase.js +++ b/translators/Citebase.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-09-11 04:32:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -63,7 +63,7 @@ function doWeb(doc, url) { }); translator.translate(); }); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } diff --git a/translators/Code4Lib Journal.js b/translators/Code4Lib Journal.js index 2c83d3162..a8503cdba 100644 --- a/translators/Code4Lib Journal.js +++ b/translators/Code4Lib Journal.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-01-25 20:00:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -63,6 +63,6 @@ function doWeb(doc, url) { newItem.attachments.push({url:newDoc.location.href, title:"Code4Lib Journal Snapshot", mimeType:"text/html"}); newItem.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Columbia University Press.js b/translators/Columbia University Press.js index 69aeca4d9..99b8fb8c4 100644 --- a/translators/Columbia University Press.js +++ b/translators/Columbia University Press.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-05-15 18:30:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -64,6 +64,6 @@ function doWeb(doc, url) { item.ISBN = Zotero.Utilities.trimInternal(doc.evaluate('//span[@id="_isbn"]', doc, ns, XPathResult.ANY_TYPE, null).iterateNext().textContent); item.publisher = Zotero.Utilities.trimInternal(doc.evaluate('//span[@id="_publisher"]', doc, ns, XPathResult.ANY_TYPE, null).iterateNext().textContent); item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Copernicus.js b/translators/Copernicus.js index 23075cf54..02ecb8c07 100644 --- a/translators/Copernicus.js +++ b/translators/Copernicus.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-04-24 14:30:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -67,7 +67,7 @@ function doWeb(doc, url) { Zotero.Utilities.processDocuments(arts, function(doc) { scrape(doc); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); }); } else { var titles = doc.evaluate('//li[a[contains(text(), "Abstract")]]/span[@class="articletitle"]', doc, null, XPathResult.ANY_TYPE, null); @@ -81,12 +81,12 @@ function doWeb(doc, url) { for (var i in items) { arts.push(i); } - Zotero.Utilities.processDocuments(arts, function(doc) { scrape(doc);}, function() {Zotero.done;}); + Zotero.Utilities.processDocuments(arts, function(doc) { scrape(doc);}, function() {Zotero.done();}); } } else { Zotero.Utilities.processDocuments([url], function(doc) { scrape(doc); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); } Zotero.wait(); } \ No newline at end of file diff --git a/translators/Cornell University Press.js b/translators/Cornell University Press.js index 13c8c4431..dfb6e59ce 100644 --- a/translators/Cornell University Press.js +++ b/translators/Cornell University Press.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-05-15 19:30:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -59,6 +59,6 @@ function doWeb(doc, url) { item.date = bits.match(/\d{4}/)[0]; item.abstractNote = Zotero.Utilities.trimInternal(doc.evaluate('//div[@id="description"]', doc, ns, XPathResult.ANY_TYPE, null).iterateNext().textContent); item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/DSpace.js b/translators/DSpace.js index 1e2f38e88..b0997b210 100644 --- a/translators/DSpace.js +++ b/translators/DSpace.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-06-06 08:45:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -97,5 +97,5 @@ function doWeb(doc, url) { newItem.attachments.push({url:pdf, title:"DSpace PDF", mimeType:"application/pdf"}); } newItem.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); } \ No newline at end of file diff --git a/translators/Davidson College Library.js b/translators/Davidson College Library.js index 3a679d4d0..5fac50070 100644 --- a/translators/Davidson College Library.js +++ b/translators/Davidson College Library.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-04-01 04:50:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -76,6 +76,6 @@ function doWeb(doc, url) { var domain = url.match(/https?:\/\/([^/]+)/); newItem.repository = "Davidson College Library Catalog"; newItem.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Digital Humanities Quarterly.js b/translators/Digital Humanities Quarterly.js index c67a74db0..9c40e246d 100644 --- a/translators/Digital Humanities Quarterly.js +++ b/translators/Digital Humanities Quarterly.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-04-16 04:45:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -57,5 +57,5 @@ function doWeb(doc, url) { } item.attachments = [{url:item.url, title:"DHQ Snapshot", mimeType:"text/html"}]; item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); } \ No newline at end of file diff --git a/translators/ESA Journals.js b/translators/ESA Journals.js index 16cc8279d..a848b81d7 100644 --- a/translators/ESA Journals.js +++ b/translators/ESA Journals.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-07-10 06:15:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -89,6 +89,6 @@ function doWeb(doc, url) { Zotero.done(); }); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Emerald Publishing.js b/translators/Emerald Publishing.js index 36346857a..bf6a55aa8 100644 --- a/translators/Emerald Publishing.js +++ b/translators/Emerald Publishing.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-05-05 07:45:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -79,6 +79,6 @@ function doWeb(doc, url) { item.creators.push(Zotero.Utilities.cleanAuthor(aut, "author")); } item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/GSA Journals Online.js b/translators/GSA Journals Online.js index 6716cbf43..7c99d4959 100644 --- a/translators/GSA Journals Online.js +++ b/translators/GSA Journals Online.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-04-23 09:45:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -56,5 +56,5 @@ function doWeb(doc, url) { }); translator.translate(); }); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); } \ No newline at end of file diff --git a/translators/Helsinki University of Technology.js b/translators/Helsinki University of Technology.js index a33388ce8..64893d172 100644 --- a/translators/Helsinki University of Technology.js +++ b/translators/Helsinki University of Technology.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-06-12 19:00:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -76,6 +76,6 @@ function doWeb(doc, url) { var item = new Zotero.Item("book"); record.translate(item); item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Hindawi Publishing Corporation.js b/translators/Hindawi Publishing Corporation.js index ef0b24c1b..ea814cb28 100644 --- a/translators/Hindawi Publishing Corporation.js +++ b/translators/Hindawi Publishing Corporation.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-05-05 07:45:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -70,6 +70,6 @@ function doWeb(doc, url) { {url:item.url.replace('GetArticle', 'Getpdf'), title:item.publicationTitle + " PDF", mimeType:"application/pdf"} ]; item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/IEEE Xplore.js b/translators/IEEE Xplore.js index 85f78c383..cc30509cd 100644 --- a/translators/IEEE Xplore.js +++ b/translators/IEEE Xplore.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-10-20 17:35:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -119,7 +119,7 @@ function doWeb(doc, url) { item.attachments = [{url:pdfurlElmt.href, title:"IEEE Xplore Full Text PDF", mimeType:"application/pdf"}]; } item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); }); translator.translate(); }); diff --git a/translators/ISI Web of Knowledge.js b/translators/ISI Web of Knowledge.js index e1df8ab11..91ab26881 100644 --- a/translators/ISI Web of Knowledge.js +++ b/translators/ISI Web of Knowledge.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-07-07 14:50:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -108,5 +108,5 @@ function doWeb(doc, url) { item.complete(); }); }); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); } \ No newline at end of file diff --git a/translators/InderScience.js b/translators/InderScience.js index 8560815a0..8730cdcd8 100644 --- a/translators/InderScience.js +++ b/translators/InderScience.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-04-09 00:45:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -79,5 +79,5 @@ function scrape(link) { item.issue = voliss[4]; item.pages = voliss[5]; item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); } \ No newline at end of file diff --git a/translators/Informaworld.js b/translators/Informaworld.js index 3ae51c4f7..064e19125 100644 --- a/translators/Informaworld.js +++ b/translators/Informaworld.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-08-19 10:30:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -103,5 +103,5 @@ function doWeb(doc, url) { translator.translate(); }); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); } \ No newline at end of file diff --git a/translators/IngentaConnect.js b/translators/IngentaConnect.js index 8214f44dc..deacdc572 100644 --- a/translators/IngentaConnect.js +++ b/translators/IngentaConnect.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-07-02 11:00:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -67,5 +67,5 @@ function doWeb(doc, url) { }); translator.translate(); }); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); } \ No newline at end of file diff --git a/translators/Innovate Online.js b/translators/Innovate Online.js index 51404413d..d2a03c96f 100644 --- a/translators/Innovate Online.js +++ b/translators/Innovate Online.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-01-07 19:00:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -97,6 +97,6 @@ function doWeb(doc, url) { newItem.abstractNote = Zotero.Utilities.unescapeHTML(Zotero.Utilities.cleanTags(abs)); newItem.complete(); }); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Institute of Pure and Applied Physics.js b/translators/Institute of Pure and Applied Physics.js index 53addaffc..7b98875fd 100644 --- a/translators/Institute of Pure and Applied Physics.js +++ b/translators/Institute of Pure and Applied Physics.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-04-23 09:45:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -116,6 +116,6 @@ function doWeb(doc, url) { item.attachments = [ {url:item.url, title:"IPAP Snapshot", mimeType:"text/html"} ]; - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Inter-Research Science Center.js b/translators/Inter-Research Science Center.js index d8992684a..d998c5022 100644 --- a/translators/Inter-Research Science Center.js +++ b/translators/Inter-Research Science Center.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-05-05 07:45:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -101,6 +101,6 @@ function doWeb(doc, url) { {url:pdfurl, title:item.publicationTitle + " Full Text PDF", mimeType:"application/pdf"} ]; item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Internet Archive Wayback Machine.js b/translators/Internet Archive Wayback Machine.js index f762ca2b9..31755094c 100644 --- a/translators/Internet Archive Wayback Machine.js +++ b/translators/Internet Archive Wayback Machine.js @@ -8,7 +8,7 @@ "maxVersion":null, "priority":100, "inRepository":true, - "lastUpdated":"2008-12-03 19:00:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url){ @@ -58,6 +58,6 @@ function doWeb(doc, url){ //create snapshot newItem.attachments = [{url:newDoc.location.href, title:newDoc.title, mimeType:"text/html"}]; newItem.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Journal of Electronic Publishing.js b/translators/Journal of Electronic Publishing.js index 0bbf6e1a6..0f436ef29 100644 --- a/translators/Journal of Electronic Publishing.js +++ b/translators/Journal of Electronic Publishing.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-06-20 20:45:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -63,6 +63,6 @@ function doWeb(doc, url) { item.date = voliss[3]; item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Journal of Vision.js b/translators/Journal of Vision.js index 180809a91..6451668ae 100644 --- a/translators/Journal of Vision.js +++ b/translators/Journal of Vision.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-01-29 20:00:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -59,5 +59,5 @@ function doWeb(doc, url) { }); translator.translate(); }); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); } \ No newline at end of file diff --git a/translators/KOBV.js b/translators/KOBV.js index fc7bc5508..9b456daa6 100644 --- a/translators/KOBV.js +++ b/translators/KOBV.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-09-04 08:15:46" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -65,7 +65,7 @@ function scrape(doc) { record.translate(newItem); newItem.complete(); - }, function() { Zotero.done; }); + }, function() { Zotero.done(); }); Zotero.wait(); } } @@ -88,6 +88,6 @@ function doWeb(doc, url) { newUrls.push(url); } - Zotero.Utilities.processDocuments(newUrls, scrape, function() { Zotero.done; }); + Zotero.Utilities.processDocuments(newUrls, scrape, function() { Zotero.done(); }); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Library Catalog (Aleph).js b/translators/Library Catalog (Aleph).js index 58acec1ad..cb7a71feb 100644 --- a/translators/Library Catalog (Aleph).js +++ b/translators/Library Catalog (Aleph).js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-06-10 22:30:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -154,6 +154,6 @@ function doWeb(doc, url) { newItem.creators = transient; newItem.title = newItem.title.replace(/(<<|>>)/g, ''); newItem.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/MIT Press Journals.js b/translators/MIT Press Journals.js index f22dfc8f1..efcae5f49 100644 --- a/translators/MIT Press Journals.js +++ b/translators/MIT Press Journals.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-04-28 17:50:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -64,6 +64,6 @@ function doWeb(doc, url) { }); translator.translate(); }); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/NAA RecordSearch.js b/translators/NAA RecordSearch.js index d47842a19..b6d19a02e 100644 --- a/translators/NAA RecordSearch.js +++ b/translators/NAA RecordSearch.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-05-30 08:00:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -68,5 +68,5 @@ function doWeb(doc, url) { item.repository = repository; item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); } \ No newline at end of file diff --git a/translators/National Library of Australia (new catalog).js b/translators/National Library of Australia (new catalog).js index 52068a02d..280dd70a2 100644 --- a/translators/National Library of Australia (new catalog).js +++ b/translators/National Library of Australia (new catalog).js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-08-11 20:40:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -111,7 +111,7 @@ function doWeb(doc, url) { if (items.length > 0) { Zotero.Utilities.processDocuments(items, function(onedoc) { handleDocument(onedoc); - }, function() { Zotero.done; }); + }, function() { Zotero.done(); }); Zotero.wait(); } diff --git a/translators/National Library of Australia.js b/translators/National Library of Australia.js index 55d2e328a..12fbfa004 100644 --- a/translators/National Library of Australia.js +++ b/translators/National Library of Australia.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-08-21 15:45:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -60,6 +60,6 @@ function doWeb(doc, url) { } if (data['ISBN:']) item.ISBN = Zotero.Utilities.trimInternal(data['ISBN:'].match(/^[^(]+/)[0]); item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/OpenJudis - Indian Supreme Court cases.js b/translators/OpenJudis - Indian Supreme Court cases.js index e2e6ab7fe..5ffdd30cc 100644 --- a/translators/OpenJudis - Indian Supreme Court cases.js +++ b/translators/OpenJudis - Indian Supreme Court cases.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-05-08 20:30:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -94,7 +94,7 @@ function doWeb(doc, url) { {url:pdfurl, title:"OpenJudis PDF", mimeType:"application/pdf"} ]; newItem.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } } diff --git a/translators/Optical Society of America.js b/translators/Optical Society of America.js index 430c62f6f..49b5dd6b3 100644 --- a/translators/Optical Society of America.js +++ b/translators/Optical Society of America.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2009-01-06 21:05:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -87,5 +87,5 @@ function doWeb(doc, url) { translator.translate(); }); }); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); } \ No newline at end of file diff --git a/translators/Osterreichischer Bibliothekenverbund.js b/translators/Osterreichischer Bibliothekenverbund.js index 317fca285..255cc925f 100644 --- a/translators/Osterreichischer Bibliothekenverbund.js +++ b/translators/Osterreichischer Bibliothekenverbund.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-03-19 16:00:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -47,6 +47,6 @@ function doWeb(doc, url) { translator.translate(); }); }); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/PLoS Biology and Medicine.js b/translators/PLoS Biology and Medicine.js index 33d325341..10ff6bd1b 100644 --- a/translators/PLoS Biology and Medicine.js +++ b/translators/PLoS Biology and Medicine.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-04-02 08:10:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -81,7 +81,7 @@ function doWeb(doc, url) { Zotero.done(); }); Zotero.wait(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/PLoS Journals.js b/translators/PLoS Journals.js index 1d7008b42..a555bb25b 100644 --- a/translators/PLoS Journals.js +++ b/translators/PLoS Journals.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-04-02 08:30:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -53,6 +53,6 @@ function doWeb(doc, url) { }); translator.translate(); }); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/PROLA.js b/translators/PROLA.js index ac5efbbc4..792674dcc 100644 --- a/translators/PROLA.js +++ b/translators/PROLA.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-04-12 18:40:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -59,6 +59,6 @@ function doWeb(doc, url) { }); translator.translate(); }); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Philosopher's Imprint.js b/translators/Philosopher's Imprint.js index db2f47bb8..581ec9537 100644 --- a/translators/Philosopher's Imprint.js +++ b/translators/Philosopher's Imprint.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-04-01 04:50:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -83,6 +83,6 @@ function doWeb(doc, url) { {url:'http://quod.lib.umich.edu/p/phimp/images/' + getID(item.url) + '.pdf', title:"Philosopher's Imprint Full Text PDF", mimeType:"application/pdf"} ]; item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Pion Journals.js b/translators/Pion Journals.js index c7bf9687d..5160dd2b1 100644 --- a/translators/Pion Journals.js +++ b/translators/Pion Journals.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-05-06 08:15:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -63,5 +63,5 @@ function doWeb(doc, url) { if (pdfurl) item.attachments.push({url:pdfurl, title:pub + " Full Text PDF", mimeType:"application/pdf"}); item.abstractNote = Zotero.Utilities.trimInternal(doc.evaluate('//div[@id="total"]/p[5]', doc, nsResolver, XPathResult.ANY_TYPE, null).iterateNext().textContent).substr(10); item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); } \ No newline at end of file diff --git a/translators/Progress of Theoretical Physics.js b/translators/Progress of Theoretical Physics.js index 4d2188e70..4aa7ec220 100644 --- a/translators/Progress of Theoretical Physics.js +++ b/translators/Progress of Theoretical Physics.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-04-23 09:45:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -74,6 +74,6 @@ function doWeb(doc, url) { {url:pdfurl, title:"PTP Full Text PDF", mimeType:"application/pdf"} ]; item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Protein Data Bank.js b/translators/Protein Data Bank.js index acd6362f1..bbae873da 100644 --- a/translators/Protein Data Bank.js +++ b/translators/Protein Data Bank.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-02-19 17:00:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -80,7 +80,7 @@ function doWeb(doc, url) { ] item.complete(); }); - Zotero.done; + Zotero.done(); } Zotero.wait(); } \ No newline at end of file diff --git a/translators/ReliefWeb.js b/translators/ReliefWeb.js index c30d23f9d..c9ebb02f2 100644 --- a/translators/ReliefWeb.js +++ b/translators/ReliefWeb.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-07-10 06:15:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -53,6 +53,6 @@ function doWeb(doc, url) { } item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Revues.org.js b/translators/Revues.org.js index 542418768..514f56427 100644 --- a/translators/Revues.org.js +++ b/translators/Revues.org.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-07-16 20:10:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -66,6 +66,6 @@ function doWeb(doc, url) { if (!item.abstractNote && data['dc.description']) item.abstractNote = data['dc.description']; item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Royal Historical Society.js b/translators/Royal Historical Society.js index f1b769516..777d23c40 100644 --- a/translators/Royal Historical Society.js +++ b/translators/Royal Historical Society.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-05-15 00:30:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -67,7 +67,7 @@ function doWeb(doc, url) { item.complete(); }); - Zotero.done; + Zotero.done(); } Zotero.wait(); } \ No newline at end of file diff --git a/translators/SAE International.js b/translators/SAE International.js index f43524438..9340b3eeb 100644 --- a/translators/SAE International.js +++ b/translators/SAE International.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-08-06 17:00:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -69,6 +69,6 @@ function doWeb(doc, url) { } item.attachments = [{url:item.url, title:item.title, mimeType:"text/html"}]; item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/SSRN.js b/translators/SSRN.js index fc255b78e..dfc86d575 100644 --- a/translators/SSRN.js +++ b/translators/SSRN.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-12-31 00:33:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -107,6 +107,6 @@ function doWeb(doc, url) { } item.complete(); } - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Science Links Japan.js b/translators/Science Links Japan.js index 861cd2af1..30be21e58 100644 --- a/translators/Science Links Japan.js +++ b/translators/Science Links Japan.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-05-08 20:30:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -68,6 +68,6 @@ function doWeb(doc, url) { item.url = doc.location.href; item.attachments = [{url:item.url, title:"Science Links Japan Snapshot", mimeType:"text/html"}]; item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/ScienceDirect.js b/translators/ScienceDirect.js index d4312b3ee..66bd846f5 100644 --- a/translators/ScienceDirect.js +++ b/translators/ScienceDirect.js @@ -8,7 +8,7 @@ "maxVersion":null, "priority":100, "inRepository":true, - "lastUpdated":"2008-12-15 05:30:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -116,7 +116,7 @@ function doWeb(doc, url) { translator.translate(); }, false, 'windows-1252'); }); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); } else { var articles = new Array(); if (detectWeb(doc, url) == "multiple") { @@ -188,7 +188,7 @@ function doWeb(doc, url) { } item.complete(); }); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); } Zotero.wait(); } \ No newline at end of file diff --git a/translators/Scopus.js b/translators/Scopus.js index b0651d7e9..ddc9348ce 100644 --- a/translators/Scopus.js +++ b/translators/Scopus.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-04-01 04:50:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -70,6 +70,6 @@ function doWeb(doc, url) { }); translator.translate(); }); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/SlideShare.js b/translators/SlideShare.js index dfc0b08b7..e40bae2c9 100644 --- a/translators/SlideShare.js +++ b/translators/SlideShare.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":99, "inRepository":true, - "lastUpdated":"2008-02-13 11:30:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -71,5 +71,5 @@ function doWeb(doc, url) { } } item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); } \ No newline at end of file diff --git a/translators/The Microfinance Gateway.js b/translators/The Microfinance Gateway.js index 57015258b..d4ef41b29 100644 --- a/translators/The Microfinance Gateway.js +++ b/translators/The Microfinance Gateway.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-05-06 08:15:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -55,5 +55,5 @@ function doWeb(doc, url) { ]; item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); } \ No newline at end of file diff --git a/translators/Time.com.js b/translators/Time.com.js index 431eb3d8d..d8399d047 100644 --- a/translators/Time.com.js +++ b/translators/Time.com.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-08-04 07:10:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -155,6 +155,6 @@ function doWeb(doc, url) { } Zotero.Utilities.processDocuments(urls, function(newDoc) { scrape(newDoc); - }, function() { Zotero.done; } ); + }, function() { Zotero.done(); } ); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Universiteit van Amsterdam.js b/translators/Universiteit van Amsterdam.js index 0cc0c4e45..90e9f409f 100644 --- a/translators/Universiteit van Amsterdam.js +++ b/translators/Universiteit van Amsterdam.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-04-18 08:55:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -102,5 +102,5 @@ function doWeb(doc, url) { } scrape(item, lingTags, data); item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); } \ No newline at end of file diff --git a/translators/Vanderbilt eJournals.js b/translators/Vanderbilt eJournals.js index fbd0be162..4acf3d780 100644 --- a/translators/Vanderbilt eJournals.js +++ b/translators/Vanderbilt eJournals.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-05-19 17:20:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -78,6 +78,6 @@ function doWeb(doc, url) { }); translator.translate(); }); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Wildlife Biology in Practice.js b/translators/Wildlife Biology in Practice.js index ec0012c62..d93bde6d1 100644 --- a/translators/Wildlife Biology in Practice.js +++ b/translators/Wildlife Biology in Practice.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-05-21 19:15:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -78,6 +78,6 @@ function doWeb(doc, url) { {url:pdfurl, title:item.publicationTitle + " PDF", mimeType:"application/pdf"} ]; item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/Women in Judaism.js b/translators/Women in Judaism.js index e6b2ec584..06aafb007 100644 --- a/translators/Women in Judaism.js +++ b/translators/Women in Judaism.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-05-20 19:10:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -80,6 +80,6 @@ function doWeb(doc, url) { {url:pdfurl, title:"Women In Judaism PDF", mimeType:"application/pdf"} ]; item.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); Zotero.wait(); } \ No newline at end of file diff --git a/translators/YouTube.js b/translators/YouTube.js index 449199f85..2b0776c89 100644 --- a/translators/YouTube.js +++ b/translators/YouTube.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-10-29 17:05:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url){ @@ -152,7 +152,7 @@ function getData(ids, host){ newItem.attachments.push({url:flv, title:"YouTube Video Recording", mimeType:"video/x-flv"}); } newItem.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); }); Zotero.wait(); } diff --git a/translators/eMJA.js b/translators/eMJA.js index a64c30b00..4e7a1ef77 100644 --- a/translators/eMJA.js +++ b/translators/eMJA.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-01-25 20:00:00" + "lastUpdated":"2009-01-08 08:19:07" } function detectWeb(doc, url) { @@ -121,5 +121,5 @@ function doWeb(doc, url) { {url:newDoc.location.href.replace(".html", ".pdf") , title:"eMJA PDF", mimeType:"application/pdf"} ]; newItem.complete(); - }, function() {Zotero.done;}); + }, function() {Zotero.done();}); } \ No newline at end of file