zuphilip

About

Username
zuphilip
Joined
Roles
Member

Comments

  • This issue is fixed and the translator for Primo works (here) for my firefox very good. Are you using special settings or other plugins in your firefox? Can you give a concrete example (URL of the Primo instance) and search term where you encountere…
  • Thank you very much! This looks really nice now! Now, in my tests the journal title is not transformed to zotero via the translator. The line 301: item.publication = ZU.xpathText(doc, '//addata/jtitle'); is responsible for that. The XPath looks go…
  • @adamsmith: Yes, I think we should use your suggestion for lines 151/152. An example where my general approach went wrong, is actually the GoogleBooks url from Oxford Primo (see 4 posts above). The CDATA is also present in the pnx file (of libr…
  • Also the more restricted version as you described above is fine for me! I found out what the problem with Oxford is. For example the following line in the pnx make problems: http://books.google.com/books?lr=&as_drrb_is=q&as_minm_is=0&a…
  • Update: Oxford corrected two errors in their JSP-file ("i" on line 1 and "%" on line 3). Still, there seems to be some problems. Maybe, I can look at these problems a little later...
  • My guess is that the showPNX.jsp in the Oxford Primo has some errors, because the XML it creates begins with: i The XML breaks downs because it begins with an "i" and not with the XML declaration. Here is an example of the XML produces by the jsp…
  • Thank you very much for the support! It is good to hear from you that it works. I can wait for some time, to see the feature in the official version. If possible, I would take the credit, also I didn't do much. Maybe, I can try in the future to help…
  • Primos with the JSP file installed that I found out: (1) http://purdue-primo-prod.hosted.exlibrisgroup.com/primo_library/libweb/action/search.do?vid=PURDUE (2) http://primo.bib.uni-mannheim.de/primo_library/libweb/action/search.do?vid=MAN_UB (…
  • I tried to adapt the translator, see: https://dl.dropboxusercontent.com/u/59474281/Primo-with-jsp.js This is the "normal" Primo.js where there is some more code for primo implementations with the jsp file. The whole idea is here that I sug…
  • Thank you for the information. I will do something in this direction. Thus, the first step is just to provide Zotero-friendly RDF as an rdf-file. Then it will be possible to download it and import it into Zotero standalone. Maybe later on I will con…
  • Okay. I am creating an RDF export function on bibliographic data and I was hoping to do it in such a way that Zotero can also save it easily. This export is in "my sandbox" thus it is not yet live. My first idea was to use the Bibliography RDF …
  • Thank you for the answers. As far as I understand it you are saying, that the Bibontology RDF translator is an import translator and just happens to work on local files as well. It is not designed for a web translator. Right?
  • Here is an example where it does not work: http://d-nb.info/1022402080/about/rdf If you download the page and save it as .rdf and look at the local copy in firefox, then the Zotero-icon shows up with "Bibliontology RDF". Why wouldn't …