COinS

Hi,

I'm hoping someone can lend a hand with getting a coins format correct. I have the following span

<span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rfr_id=info%3Asid/example.com%3Awnsko&rtf_id=http%3F%2F%2Fexample.com%2Fpapers%2Fwnsko%2F&rtf.atitle=word%20doc&rtf.date=2007&rtf.au=Philip%20B.%20Badigan"></span>

Zotero recognizes this and places the icon in the url bar. But when I go to import it it fails silently. Any help would be greatly appreciated.

Thanks
  • pcad,

    Have you tried taking the original journal citation and running it through the COinS generator? Here's the link: http://gentest.ocoins.info/
  • edited February 26, 2007
    You have several occurrences of 'rtf', but it should be 'rft' This works:
    <span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rfr_id=info%3Asid/example.com%3Awnsko& rft_id=http%3F%2F%2Fexample.com%2Fpapers%2Fwnsko%2F&rft.atitle=word%20doc&rft.date=2007&rft.au=Philip%20B.%20Badigan"></span>
  • Thanks, that did the trick!
Sign In or Register to comment.