Pushed NCBI PubMed and Ancestry.com US Federal Census

This commit is contained in:
Dan Stillman 2008-12-15 00:22:24 +00:00
parent 6be11dc141
commit cca5bc3d35
3 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
2008-12-03 19:00:00
2008-12-15 00:25:00

View File

@ -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) {

View File

@ -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();