iosonofabio
About
- Username
- iosonofabio
- Joined
- Roles
- Member
Comments
-
Ugh... I guess I want a translator, not a style. Sorry for the confusion!
-
Ups... the first of the websites above now works, but the second still does not, for a related reason: http://www.nature.com/nature/journal/v473/n7346/full/nature09944.html The institutional author, in this case, is not in the RIS file at …
-
Thanks!
-
@DWL-SDCA: please make a new bug report for that issue and stop posting here. It is inconsistent with the title of this one and very likely to involve a totally different part of the code. Thanks.
-
In the Nature case: - scrapeEM gets the authors right and creates items[0] --> item - scrapeRIS gets the authors wrong and creates items[1] items[1] is one too short and this makes a mess. I.e., the problem is in scrapeRIS.
-
Actually, some deeper research shows problems in the Nature translator with non-human authors, such as NISC Comparative Sequencing Program It assumes "Program" is a last name, and this creates all sorts of problems. In particular, in the J…
-
It is somehow a building issue. If you clone the git and build yourself, it works. If you are on Arch, use the -git package in AUR.
-
Ok, it was easy in the end. For a simple "Save to Zotero" button, you just have to add the following lines in zoteroPane.xul right after (line 68): When you click on the new "Save to Zotero" button, the page is scraped using the first translator…
-
I have looked into the code and I realize that the right-click menu is well separated from the URL bar one, so this integration is not trivial. However, I cannot believe it is so difficult. It boils down to accessing ZoteroBrowser from within z…
-
Thanks Dan! Would it be prohibitively difficult to add an item in the right-click menu for that function?