From 3502bac60c6a6039d45c1480421191c12d5517b0 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Thu, 8 Jan 2009 08:28:59 +0000 Subject: [PATCH] Fix translators with incorrect Zotero.done() calls, in preparation for change that will require it Not being pushed to 1.0 clients --- translators/AMS Journals.js | 4 ++-- translators/APA PsycNET.js | 4 ++-- translators/AcademicJournals.net.js | 4 ++-- translators/Agencia del ISBN.js | 4 ++-- translators/Alexander Street Press.js | 4 ++-- translators/Amazon.com.js | 4 ++-- ...es de l'Information et de la Communication (AOSIC).js | 4 ++-- translators/Australian Dictionary of Biography.js | 4 ++-- translators/BIUM.js | 4 ++-- translators/Berkeley Electronic Press.js | 4 ++-- translators/BioOne.js | 4 ++-- translators/Blackwell Compass.js | 4 ++-- translators/Bryn Mawr Classical Review.js | 4 ++-- translators/Business Standard.js | 4 ++-- translators/BusinessWeek.js | 4 ++-- translators/Cambridge Journals Online.js | 4 ++-- translators/CiNii.js | 4 ++-- translators/Citebase.js | 4 ++-- translators/Code4Lib Journal.js | 4 ++-- translators/Columbia University Press.js | 4 ++-- translators/Copernicus.js | 8 ++++---- translators/Cornell University Press.js | 4 ++-- translators/DSpace.js | 4 ++-- translators/Davidson College Library.js | 4 ++-- translators/Digital Humanities Quarterly.js | 4 ++-- translators/ESA Journals.js | 4 ++-- translators/Emerald Publishing.js | 4 ++-- translators/GSA Journals Online.js | 4 ++-- translators/Helsinki University of Technology.js | 4 ++-- translators/Hindawi Publishing Corporation.js | 4 ++-- translators/IEEE Xplore.js | 4 ++-- translators/ISI Web of Knowledge.js | 4 ++-- translators/InderScience.js | 4 ++-- translators/Informaworld.js | 4 ++-- translators/IngentaConnect.js | 4 ++-- translators/Innovate Online.js | 4 ++-- translators/Institute of Pure and Applied Physics.js | 4 ++-- translators/Inter-Research Science Center.js | 4 ++-- translators/Internet Archive Wayback Machine.js | 4 ++-- translators/Journal of Electronic Publishing.js | 4 ++-- translators/Journal of Vision.js | 4 ++-- translators/KOBV.js | 6 +++--- translators/Library Catalog (Aleph).js | 4 ++-- translators/MIT Press Journals.js | 4 ++-- translators/NAA RecordSearch.js | 4 ++-- .../National Library of Australia (new catalog).js | 4 ++-- translators/National Library of Australia.js | 4 ++-- translators/OpenJudis - Indian Supreme Court cases.js | 4 ++-- translators/Optical Society of America.js | 4 ++-- translators/Osterreichischer Bibliothekenverbund.js | 4 ++-- translators/PLoS Biology and Medicine.js | 4 ++-- translators/PLoS Journals.js | 4 ++-- translators/PROLA.js | 4 ++-- translators/Philosopher's Imprint.js | 4 ++-- translators/Pion Journals.js | 4 ++-- translators/Progress of Theoretical Physics.js | 4 ++-- translators/Protein Data Bank.js | 4 ++-- translators/ReliefWeb.js | 4 ++-- translators/Revues.org.js | 4 ++-- translators/Royal Historical Society.js | 4 ++-- translators/SAE International.js | 4 ++-- translators/SSRN.js | 4 ++-- translators/Science Links Japan.js | 4 ++-- translators/ScienceDirect.js | 6 +++--- translators/Scopus.js | 4 ++-- translators/SlideShare.js | 4 ++-- translators/The Microfinance Gateway.js | 4 ++-- translators/Time.com.js | 4 ++-- translators/Universiteit van Amsterdam.js | 4 ++-- translators/Vanderbilt eJournals.js | 4 ++-- translators/Wildlife Biology in Practice.js | 4 ++-- translators/Women in Judaism.js | 4 ++-- translators/YouTube.js | 4 ++-- translators/eMJA.js | 4 ++-- 74 files changed, 152 insertions(+), 152 deletions(-) diff --git a/translators/AMS Journals.js b/translators/AMS Journals.js index abef957b17..b494db716a 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 863952d638..6a102a3543 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 a2902ececc..3980557e91 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 408e13f74c..dcb7474821 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 1b70e8892e..05364958ef 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 575c9b07c9..5cc12f236a 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 b2c3f470ca..4788af91c1 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 044810dfd4..28a8f9bbcb 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 d379270791..e4b25444b2 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 9673ebd001..061d124efc 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 3a26cc72fe..100e377f03 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 b872159a0b..82df6be3c9 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 cd303e14a4..bb91871efc 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 888ee9da86..beca12e2f7 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 2930374e80..6d32e91e16 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 2a09631bac..0fa222e1fd 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 7566f663b8..d0789b77c4 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 0bd056c709..767405f34c 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 2c83d3162d..a8503cdba2 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 69aeca4d90..99b8fb8c4d 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 23075cf54d..02ecb8c07c 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 13c8c44316..dfb6e59ce1 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 1e2f38e88c..b0997b2104 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 3a679d4d0b..5fac500704 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 c67a74db08..9c40e246d4 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 16cc8279d0..a848b81d70 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 36346857aa..bf6a55aa80 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 6716cbf43b..7c99d49593 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 a33388ce84..64893d172b 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 ef0b24c1b1..ea814cb282 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 85f78c383d..cc30509cd2 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 e1df8ab115..91ab26881d 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 8560815a08..8730cdcd89 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 3ae51c4f70..064e19125a 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 8214f44dcb..deacdc572a 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 51404413d6..d2a03c96fb 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 53addaffc3..7b98875fd0 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 d8992684a0..d998c50222 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 f762ca2b9c..31755094cf 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 0bbf6e1a62..0f436ef292 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 180809a913..6451668aed 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 fc7bc55089..9b456daa62 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 58acec1ad4..cb7a71febc 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 f22dfc8f10..efcae5f49e 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 d47842a194..b6d19a02e9 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 52068a02d6..280dd70a20 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 55d2e328a4..12fbfa0046 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 e2e6ab7fed..5ffdd30ccc 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 430c62f6f5..49b5dd6b35 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 317fca285f..255cc925f3 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 33d3253410..10ff6bd1b5 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 1d7008b429..a555bb25b7 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 ac5efbbc4d..792674dcc1 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 db2f47bb81..581ec95372 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 c7bf9687de..5160dd2b16 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 4d2188e703..4aa7ec2209 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 acd6362f11..bbae873da3 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 c30d23f9d0..c9ebb02f2f 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 5424187686..514f564276 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 f1b769516e..777d23c40c 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 f435244388..9340b3eebd 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 fc255b78eb..dfc86d575e 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 861cd2af16..30be21e58c 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 d4312b3ee6..66bd846f54 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 b0651d7e9d..ddc9348ce6 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 dfc0b08b72..e40bae2c94 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 57015258b8..d4ef41b29f 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 431eb3d8d4..d8399d0470 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 0cc0c4e457..90e9f409f7 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 fbd0be1622..4acf3d780c 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 ec0012c621..d93bde6d18 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 e6b2ec5848..06aafb007f 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 449199f857..2b0776c894 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 a64c30b00f..4e7a1ef771 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