www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit cca5bc3d35a578050296a1b19cb88fd4a87d30df
parent 6be11dc141908bb70627a3fc0c1f39d49740dd54
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 15 Dec 2008 00:22:24 +0000

Pushed NCBI PubMed and Ancestry.com US Federal Census


Diffstat:
Mrepotime.txt | 2+-
Mtranslators/Ancestry.com US Federal Census.js | 2+-
Mtranslators/NCBI PubMed.js | 3+--
3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/repotime.txt b/repotime.txt @@ -1 +1 @@ -2008-12-03 19:00:00 +2008-12-15 00:25:00 diff --git a/translators/Ancestry.com US Federal Census.js b/translators/Ancestry.com US Federal Census.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-12-13 21:00:00" + "lastUpdated":"2008-12-15 00:25:00" } function detectWeb(doc, url) { diff --git a/translators/NCBI PubMed.js b/translators/NCBI PubMed.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-12-12 17:48:00" + "lastUpdated":"2008-12-15 00:25:00" } function detectWeb(doc, url) { @@ -141,7 +141,6 @@ function lookupPMIDs(ids, doc) { } newItem.abstractNote = article.Abstract.AbstractText.toString() - //10Dec08 MCB: fixed E4X path to fetch via attribute rather than positional newItem.DOI = xml.PubmedArticle[i].PubmedData.ArticleIdList.ArticleId.(@IdType == "doi" ).text().toString(); newItem.publicationTitle = Zotero.Utilities.capitalizeTitle(newItem.publicationTitle); newItem.complete();