JSTOR site translator not working
Have JSTOR changed their URLs? I'm currently getting no icon on any JSTOR pages, either direct or through EZProxy.
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Has anything happened with the scraper?
http://muse.lib.nccu.edu.tw:9797/MuseSessionID=9c6059943fa9547c734eac8b4cc1eeb/MuseHost=www.jstor.org/MusePath/search/AdvancedSearch?si=1&hp=25&q0=&f0=&c0=AND&q1=&f1=&c1=AND&q2=Andrew+J+Nathan&f2=au&c2=AND&q3=&f3=ti&wc=on&Search=Search&ar=on&sd=&ed=&la=
I don't have any problem with my library catalog.
Regards
Dimitri
I too cannot get Zotero to work with Jstor. The icon does not show up when I use these URLs:
http://0-www.jstor.org.library.lemoyne.edu/view/00096407/sp040146/04x1543i/0?searchUrl=http%3a//www.jstor.org/search/BasicResults%3fhp%3d25%26si%3d1%26gw%3djtx%26jtxsi%3d1%26jcpsi%3d1%26artsi%3d1%26Query%3dpietism%26wc%3don&citationAction=save&frame=noframe&charset=u¤tResult=00096407%2bsp040146%2b04x1543i%2b0%2c7F&userID=c0e77cfa@lemoyne.edu/01c0a834654a6117211164cb&dpi=3&config=&viewContent=citation&citationPath=00096407-sp040146-04x1543i
http://0-www.jstor.org.library.lemoyne.edu/search/BasicSearch?Query=pietism&si=1&hp=25&Search=Search&wc=on
http://0-www.jstor.org.library.lemoyne.edu/cgi-bin/jstor/printpage/08852758/ap050041/05a00080?backcontext=results&action=download&backurl=http%3A%2F%2Fwww.jstor.org%2Fsearch%2FBasicResults%3Fhp%3D25%26si%3D1%26gw%3Djtx%26jtxsi%3D1%26jcpsi%3D1%26artsi%3D1%26Query%3Dpietism%26wc%3Don
http://0-www.jstor.org.library.lemoyne.edu/cgi-bin/jstor/printpage/08852758/ap050041/05a00080/0.pdf?backcontext=results&dowhat=Acrobat&config=&userID=c0e77cfa@lemoyne.edu/01c0a834654a6117211164cb&0.pdf
Thanks very much and this is a fantastic resource
Tom
There are a couple open tickets to add support for other proxy servers and EZproxy versions, and we hope to address those soon.
Not having groveled through the code, I don't quite see how this could happen. But I've tested it and that is, in fact, what seems to be happening...
http://www.jstor.org.ezproxy.lib.utexas.edu/view/0010096x/ap020213/02a00040/2?searchUrl=http%3a//www.jstor.org/search/BasicResults%3fhp%3d25%26si%3d1%26gw%3djtx%26jtxsi%3d1%26jcpsi%3d1%26artsi%3d1%26Query%3dhorner%252C%2bbruce%2breconceiving%2bcomposition%26wc%3don&frame=noframe¤tResult=0010096x%2bap020213%2b02a00040%2b0%2cDFFFDDFF03&userID=80533f15@utexas.edu/01c0a848732255118818b59ee&dpi=3&config=jstor
I love Zotero, except for this. Help?
http://www.jstor.org.ezproxy.lib.unimelb.edu.au/action/doAdvancedResults?hp=25&la=&gw=jtx&jcpsi=1&artsi=1&q0=%22music+appreciation%22&f0=all&c0=AND&sd=1990&ed=2008&jo=&si=26&jtxsi=26
Thanks for your feedback.
I'm using Zotero 1.0.7 (and love it !), with FF3.
My access to JSTOR is provided by an institution, so that the URLs are something like :
https://acces-distant.sciences-po.fr/http/www.jstor.org/...
First JSTOR translator doesn't recognize this site. So I modified the 'target', and now it recognizes the pages correctly.
Then I had to modify a lign in the code (via Scaffold) at the RIS translation stage : I added 'http/www.jstor.org/' in the Zotero.Utilities.HTTP.doPost, which gives :
Zotero.Utilities.HTTP.doPost(host+"http/www.jstor.org/action/downloadCitation?format=refman&direct=true",downloadString, function(text) {
Indeed, without that, I get a 404 error.
After that, all seems to work smoothly - but actually, nothing get saved in my library ! (it's not a 3rd-part cookie problem, as I run Zotero 1.0.7)
Anyone has an idea of what's the matter (and ideally how to fix it!) ?
Thanks !
Also, this is solved in Zotero 1.5b, so you might consider switching.
Problem:
-----------
In case the search return several pages only the first one is recognized by Zotero as a valid target.
Patch:
--------
--- JSTOR.js.orig 2009-05-01 18:52:27.000000000 +0300
+++ technion/zotero/translators/JSTOR.js 2009-05-01 19:07:52.000000000 +0300
@@ -1,4 +1,4 @@
-{"translatorID":"d921155f-0186-1684-615c-ca57682ced9b","translatorType":4,"label":"JSTOR","creator":"Simon Kornblith, Sean Takats, Michael Berkowitz and Eli Osherovich","target":"https?://[^/]*jstor\\.org[^/]*/(action/(showArticle|doBasicSearch|doAdvancedSearch|doLocatorSearch)|stable/|pss/)","minVersion":"1.0.0b4.r1","maxVersion":null,"priority":100,"inRepository":true,"lastUpdated":"2009-01-28 18:10:00"}
+{"translatorID":"d921155f-0186-1684-615c-ca57682ced9b","translatorType":4,"label":"JSTOR","creator":"Simon Kornblith, Sean Takats, Michael Berkowitz and Eli Osherovich","target":"https?://[^/]*jstor\\.org[^/]*/(action/(showArticle|doBasicSearch|doAdvancedSearch|doLocatorSearch|doAdvancedResults|doBasicResults)|stable/|pss/)","minVersion":"1.0.0b4.r1","maxVersion":null,"priority":100,"inRepository":true,"lastUpdated":"2009-01-28 18:10:00"}
function detectWeb(doc, url) {
var namespace = doc.documentElement.namespaceURI;
@@ -108,4 +108,4 @@
Zotero.done();
});
}
-}
\ No newline at end of file
+}