EBSCO Academic Search Premier--Everything's a Journal
I've just grabbed twenty or so references from Academic Search Premier. Working OK, except that it identifies everything as a journal article: book chapters, even entire books.
Curious. Anyone have any ideas?
Thanks!
Curious. Anyone have any ideas?
Thanks!
TY - JOUR
in all of them. Not much Zotero can do. I'd suggest sending EBSCO an e-mail.
I also have EndNote which I believe reads the RIS. It is capable of looking at the data and sorting between journals and book sections.
Meanwhile, if ENDNOTE can sort this, why can't Zotero?
TY - GEN
Could it be something as simple as EndNote & Zotero using different fallbacks for the generic type?ln108: you'd have to look at the RIS for your particular export to see if this was the case for you too.
hmmmmm
if (!text.match(/TY\s\s-/)) text = text+"\nTY - JOUR\n";
Perhaps EBSCO is leaving more or less space after the TY tag and the type tag is being added regardless of whether it is already specified? I'll explore this.
After checking with our product managers, I have found that we have a current service issue open in regards to the inability to export citations to Zoltero. I have attached your case to this service issue and will let you know as soon as it has been resolved.
I do apologize for the inconvenience and will let you know of any new progress to this issue. Please let me know if you have any questions in the meantime.
Please go to http://github.com/ajlyon/zotero-bits/raw/master/EBSCOhost.js and save the file to the translators directory of your Zotero data directory (http://www.zotero.org/support/zotero_data).
Reload the EBSCO item page and see if it will save correctly.
"TypeError: text.match(/DO\s+\-\s*(.*)/) is null"
Presumably because the export containsKW - OBERNDORF, Meyera E.
. The regex should probably match from the beginning of a line.item.itemType = "journalArticle";
?item.itemType = "journalArticle";
Can you try again now with that line commented out (available on Github now)?
Using the new js file, I've successfully grabbed a book section as a book section, and a book as a book. Will report any further glitches. Many thanks!
It will go to clients in the next Zotero release or when Dan pushes it. Hopefully this can be pushed, since the current version handles all non-journal-article items incorrectly.