2
2
"translatorID" : "2e43f4a9-d2e2-4112-a6ef-b3528b39b4d2" ,
3
3
"label" : "MIT Press Journals" ,
4
4
"creator" : "Michael Berkowitz" ,
5
- "target" : "http ://www.mitpressjournals.org/" ,
5
+ "target" : "^https? ://www\\ .mitpressjournals\\ .org/(action|toc|doi) /" ,
6
6
"minVersion" : "1.0.0b4.r5" ,
7
7
"maxVersion" : "" ,
8
8
"priority" : 100 ,
9
- "browserSupport" : "gcs" ,
10
9
"inRepository" : true ,
11
10
"translatorType" : 4 ,
12
- "lastUpdated" : "2011-08-22 22:31:06"
11
+ "browserSupport" : "gcs" ,
12
+ "lastUpdated" : "2011-11-09 00:03:05"
13
13
}
14
14
15
15
function detectWeb ( doc , url ) {
@@ -51,14 +51,12 @@ function doWeb(doc, url) {
51
51
Zotero . Utilities . HTTP . doGet ( risurl , function ( text ) {
52
52
var translator = Zotero . loadTranslator ( "import" ) ;
53
53
translator . setTranslator ( "32d59d2d-b65a-4da4-b0a3-bdd3cfb979e7" ) ;
54
+ //Zotero.debug(text)
54
55
translator . setString ( text ) ;
55
56
translator . setHandler ( "itemDone" , function ( obj , item ) {
56
- if ( item . notes [ 0 ] [ 'note' ] . match ( / d o i : / ) ) {
57
- item . DOI = item . notes [ 0 ] [ 'note' ] . substr ( 5 ) ;
58
- item . notes = new Array ( ) ;
59
- }
60
- item . attachments [ 0 ] . title = item . publicationTitle + " Snapshot" ;
61
- item . attachments [ 0 ] . mimeType = "text/html" ;
57
+ //picks up some weird attachments from the RIS - delete
58
+ item . attachments = [ ] ;
59
+ item . attachments . push ( { url :doc . location . href , title :item . publicationTitle + " Snapshot" , mimeType :"text/html" } )
62
60
item . attachments . push ( { url :pdfurl , title :item . publicationTitle + " Full Text PDF" , mimeType :"application/pdf" } ) ;
63
61
if ( abs ) item . abstractNote = abs ;
64
62
item . complete ( ) ;
@@ -89,24 +87,28 @@ var testCases = [
89
87
"creatorType" : "author"
90
88
}
91
89
] ,
92
- "notes" : [ ] ,
90
+ "notes" : [
91
+ {
92
+ "note" : "<p>doi: 10.1162/afar.2010.43.4.60</p>"
93
+ }
94
+ ] ,
93
95
"tags" : [ ] ,
94
96
"seeAlso" : [ ] ,
95
97
"attachments" : [
96
98
{
97
- "url" : false ,
99
+ "url" : "http://www.mitpressjournals.org/doi/abs/10.1162/afar.2010.43.4.60" ,
98
100
"title" : "African Arts Snapshot" ,
99
101
"mimeType" : "text/html"
100
102
} ,
101
103
{
102
- "url" : false ,
104
+ "url" : "http://www.mitpressjournals.org/doi/pdf/10.1162/afar.2010.43.4.60" ,
103
105
"title" : "African Arts Full Text PDF" ,
104
106
"mimeType" : "application/pdf"
105
107
}
106
108
] ,
107
109
"title" : "Removable Hair Caps of Karamoja (Uganda)" ,
108
- "date" : "2011/07/13 2010" ,
109
- "DOI" : "i: 10.1162/afar.2010.43.4.60</p> " ,
110
+ "date" : "2010" ,
111
+ "DOI" : "10.1162/afar.2010.43.4.60" ,
110
112
"publicationTitle" : "African Arts" ,
111
113
"pages" : "60-71" ,
112
114
"volume" : "43" ,
@@ -115,9 +117,15 @@ var testCases = [
115
117
"ISBN" : "0001-9933" ,
116
118
"ISSN" : "0001-9933" ,
117
119
"url" : "http://dx.doi.org/10.1162/afar.2010.43.4.60" ,
120
+ "accessDate" : "2011/11/08" ,
118
121
"libraryCatalog" : "MIT Press Journals"
119
122
}
120
123
]
124
+ } ,
125
+ {
126
+ "type" : "web" ,
127
+ "url" : "http://www.mitpressjournals.org.turing.library.northwestern.edu/action/doSearch?type=simple&target=simple&filter=multiple&searchText=test&x=0&y=0&history=&categoryId=all" ,
128
+ "items" : "multiple"
121
129
}
122
130
]
123
131
/** END TEST CASES **/
0 commit comments