Created
October 22, 2011 21:18
Revisions
-
egh revised this gist
Oct 22, 2011 . 1 changed file with 8 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,12 +2,15 @@ itemType : 'journalArticle', detect : 'always' title : FW.Xpath(/.../).text().trim(), creators : FW.Xpath(/.../).text().trim(). cleanAuthor("author"), date : FW.Xpath(/.../).text(), volume : FW.Xpath(/.../).text(), issue : FW.Xpath(/.../).text(), publicationTitle : "...", attachments : [{ url: FW.Url(), title: "...", type: "text/html" }], }); -
egh revised this gist
Oct 22, 2011 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,13 @@ FW.Scraper({ itemType : 'journalArticle', detect : 'always' title : FW.Xpath(/.../).text().trim(), attachments : [{ url: FW.Url(), title: "...", type: "text/html" }], creators : FW.Xpath(/.../).text().trim(). cleanAuthor("author"), date : FW.Xpath(/.../).text(), publicationTitle : "..." }); -
egh created this gist
Oct 22, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ FW.Scraper({ itemType : 'journalArticle', detect : 'always' title : FW.Xpath('...').text().trim(), attachments : [{ url: FW.Url(), title: "...", type: "text/html" }], creators : FW.Xpath('...').text().trim(). cleanAuthor("author"), date : FW.Xpath('...').text(), publicationTitle : "..." });