problem "importing" citations
I am having trouble getting citations semi-manually into Zotero.
For works that where there is a little picture of a book in the address bar, no problem. But if there's only a document icon, I often fail at getting the citation into my library.
I believe this is what "translators" do, but I have consistently had problems with the electronic versions of the Sage handbooks in the social sciences. When I click on the Zotero icon in the address bar, I get a message saying there is a translator error. Hovering over the icon, it says "Save to Zotero (DOI)."
I guess there can't be translators for everything, but when I go to "export citations" on the page, I can't get that to work, either. I get one choice to export to Zotero, but if I choose "open file with Zotero.exe" all that does is give the Zotero window the focus. Nothing else happens.
If I choose to save the file, and drag it onto "My Library", I get a new collection called "export.ris" with a generic document with the title "export.ris" and nothing else.
This is also what happens if I choose to export the file in BibTex format. If I choose to open the BibTex file with Zotero, I just get an untitled blank document.
Since the automatic citation machinery almost always works, I haven't had this problem a lot. But I would appreciate some help with it, if there's a way to avoid creating the parent items by hand.
Here's the URL (but I've had troubles with others, too). I have tried both Zotero stand-alone and the Firefox extension, with the same results. I'm on a PC running Windows 7, and my Zotero versions are current.
http://knowledge.sagepub.com.proxy.lib.sfu.ca/view/hdbk_sociolinguistics/SAGE.xml
For works that where there is a little picture of a book in the address bar, no problem. But if there's only a document icon, I often fail at getting the citation into my library.
I believe this is what "translators" do, but I have consistently had problems with the electronic versions of the Sage handbooks in the social sciences. When I click on the Zotero icon in the address bar, I get a message saying there is a translator error. Hovering over the icon, it says "Save to Zotero (DOI)."
I guess there can't be translators for everything, but when I go to "export citations" on the page, I can't get that to work, either. I get one choice to export to Zotero, but if I choose "open file with Zotero.exe" all that does is give the Zotero window the focus. Nothing else happens.
If I choose to save the file, and drag it onto "My Library", I get a new collection called "export.ris" with a generic document with the title "export.ris" and nothing else.
This is also what happens if I choose to export the file in BibTex format. If I choose to open the BibTex file with Zotero, I just get an untitled blank document.
Since the automatic citation machinery almost always works, I haven't had this problem a lot. But I would appreciate some help with it, if there's a way to avoid creating the parent items by hand.
Here's the URL (but I've had troubles with others, too). I have tried both Zotero stand-alone and the Firefox extension, with the same results. I'm on a PC running Windows 7, and my Zotero versions are current.
http://knowledge.sagepub.com.proxy.lib.sfu.ca/view/hdbk_sociolinguistics/SAGE.xml
~~~~~~
OK, some quick background:
Zotero does two things to display an item in the URL bar:
- it first checks whether it "knows" the site (that's what we call a "dedicated translator"). That's not the case for the Sage Handbooks
- then it check through a couple of generic options that may be available even where it doesn't know the page. The most common ones you'll see are "DOI" (it checks for a DOI on the page and looks the data up on CrossRef) and "Embedded Metadata" (it looks for data the publisher embedded in the header of the html/webpage.
In the case of Sage there is a DOI and there is in fact data at CrossRef, but Zotero doesn't properly understand that. We'll fix that. However, that will only capture, in this case, the info for the entire book, not for individual chapters (if you check, the DOI is the same for all chapters as you click through).
So now you want to use the "export citation" feature.
In many cases, as long as you're using the Firefox version only (with Standalone closed), Zotero will actually automatically open and import files intended for Endnote and similar software. However, that requires that the site marks the properly, "serves them with the right content-header" in tech-speak. Again, that's not the case here, so you'll have to do a little bit more.
~~~~~
Here's the best current solution on this page:
Download the citation in "Bibtex" format (which in this case has the best data). Open it with a text editor like Notepad. Select all (ctrl+a) and copy (ctrl+c). Then go to Zotero and select "import from Clipboard" under the gears menu. The item data will import correctly.
FYI, Here's what's in the Bibtex file for one of the chapters:
@INBOOK{_hdbk_sociolinguistics_n24.xml},
booktitle = "The SAGE Handbook of Sociolinguistics",
title = "Doctor-Patient Communication",
editor = "Ruth Wodak, Barbara Johnstone, Paul Kerswill",
author = "Florian Menz",
publisher = "SAGE Publications Ltd",
edition = "0",
year = "2011",
pages = "330-345",
doi = "http://dx.doi.org/10.4135/9781446200957",
url = "http://dx.doi.org/10.4135/9781446200957",
}
This should be:
@INBOOK{_hdbk_sociolinguistics_n24.xml,
booktitle = "The SAGE Handbook of Sociolinguistics",
title = "Doctor-Patient Communication",
editor = "Ruth Wodak, Barbara Johnstone, Paul Kerswill",
author = "Florian Menz",
publisher = "SAGE Publications Ltd",
edition = "0",
year = "2011",
pages = "330-345",
doi = "http://dx.doi.org/10.4135/9781446200957",
url = "http://dx.doi.org/10.4135/9781446200957",
}
(just to be clear "they" is Sage here)
Out of curiosity, I just checked a couple of their other online research handbooks, and they have the same error. I sent them an e-mail. Maybe they'll offer me a job ;) Oh, and thanks for clarifying the ID of the idiots!
editor = "Wodak, Ruth and Johnstone, Barbara and Kerswill, Paul",
that whole page is rather frustrating..)