kajeling
About
- Username
- kajeling
- Joined
- Roles
- Member
Comments
-
Weird. After posting that, it all went back to normal in one of my firefox windows, but not the other. I have had this folder icon issue many times recently, so something is screwy.
-
I'm having the same issue. Everything on ScienceDirect shows up as a collection (folder) instead of an article. example: http://www.sciencedirect.com/science?_ob=ArticleURL&_udi=B6VRT-4X9DFW5-4&_user=616288&_rdoc=1&_fmt=&am…
-
I can definitely claim responsibility for that one. The problem occurs after you open a second firefox window (and thus a second copy of Zotero). The plugin only talks to one copy of Zotero, and once you close that window it doesn't have anybody t…
-
It's worth noting that making the zotero pane full-screen (I think 2.0b5 is the first to go completely full-screen and cover up even menus and address bar, but maybe I wasn't observant enough before?) creates essentially a standalone app. The only …
-
Happy to see you guys added this... I do sort of wish it had come out a week ago so I hadn't spent last weekend writing a plugin to do exactly this... c'est la vie. However, just so I don't have to admit my weekend was completely fruitless, the…
-
Thanks so much mcburton! Since the most recent translator update (presumably implementing santawort's suggestion from a while back), I haven't encountered this problem. I think my univ's subscription package is pretty deep so all I'm finding in my…
-
If it ever ends up being implemented the way you describe, please be sure to provide an option we can use to disable the functionality. Automatically download/attaching a PDF is one thing, but automatically downloading a whole bunch of little files…
-
As far as I can determine, that's not really true. Turning the "automatically attach snapshot" option on and off definitely controls whether translators attach snapshots for other sites. That would be a pretty annoying strategy anyway, as I …
-
while i'm at it... the plugin i wrote is for renaming attachments using the metadata... right now I'm just doing it by creating a whole new file with the right filename and importing that, then erasing the old attachment. Is there a better wa…
-
Just thought I would bump this up again since it hasn't been resolved and ScienceDirect is a large enough site to be worth fixing. I have it working on my machine just fine with the "if(1)" hack, but can't get the suggested xpath solution to work (…
-
Oops yeah i JUST found this. I swear I did try searching first. In any case thank you for the reply. -Keith
-
Djq: If you're using windows, I have been really happy with microsoft's synctoy ( http://www.microsoft.com/downloads/details.aspx?familyid=E0FC1154-C975-4814-9649-CCE41AF06EB7&displaylang=en ). I use it with an 8gb usb key to keep my work and h…
-
I second (or third this) request to have folder names show up as search results. I guess it would require a change in handling that list since normally folders are never visible in the results/articles list, but it seems entirely necessary to have …
-
Ok so I just found out about the +/- keyboard shortcut option for expanding/collapsing (http://forums.zotero.org/discussion/4255). I still think it's worth adding to some context menu or something because that was not exactly easy to find. In …
-
Also, speaking of Wiley... Somebody else mentioned that Wiley was throwing html commands into the metadata's title field. I noticed it with this article too: http://www3.interscience.wiley.com/cgi-bin/abstract/121427652/ABSTRACT where the title i…
-
Sweet! Thanks! yet another reason to continue my zotero evangelism.
-
Thanks for the replies. It could certainly be the implementation, but I can definitely say that the # of files increased the transfer time by orders of magnitude. I had 2000 files totalling about 70mb and it took 5 min to upload the zip (still abo…
-
While i'm thinking about it, is it possible to add tar-like functionality to the entire storage procedure? The online storage thing would go MUCH faster if it were only storing one single, large file.
-
Thanks for the replies. The method arggem describes works, but is kind of unwieldy. As for the existing cell press translator, though the regex recognizes it, their setup must have changed since you guys wrote the rest of the translator. A coup…
-
I just tried signing up for a trac account, and the sign-up form didn't seem to indicate anything about success or failure after I submitted. It was just completely blank, and I have received no email regarding account creation. How is it supposed…
-
Fair enough. Would be nice to know where the hell that extra number comes from. Just for the record, though, it's definitely supposed to be may 12. The article that brought this problem to my attention originally had the date 2007/10/274.
-
I don't know if it's advisable to fix this as it feels a little like hard-coding, but I put this line in my copy of the translator, at the beginning of the doPost function: var m = text.match(/(Y1\s+-\s[0-9]{4}\/[0-9]{2}\/[0-9]{2})/); if(m){ text …
-
The problem is that the translator ignores the university proxy when trying to access the citation. That is, when it should be accessing sciencedirect.com.yourproxystuff/science?_ob..., it's actually just hardcoded to try sciencedirect.com/science?…
-
Not related to the original inquiry, but I just made a quick fix to the Wiley translator to allow it to translate fulltext and pdf pages, not just abstracts (just changed all the regexps to (abstract|fulltext), and an instance of m[1] to m[2]). How…