Text-based, non-citation notes?
I'm a happy Zotero user, but there is one thing I can't figure out, and it's making me feel a little stupid. Must be one of those things that is so obvious to everyone that no one ever talks about it!
I simply need to add some text-only, non-citation notes, intermixed with the standard reference citations, and I can't figure out the "accepted" way to do this. I can manually edit the bibliography entry and add text, but then I need a "fake" item in the library for each text note, which seems a little clunky. And if I manually edit, the citation numbers no longer update.
Is there a "right" way to do this?
Thanks.
I simply need to add some text-only, non-citation notes, intermixed with the standard reference citations, and I can't figure out the "accepted" way to do this. I can manually edit the bibliography entry and add text, but then I need a "fake" item in the library for each text note, which seems a little clunky. And if I manually edit, the citation numbers no longer update.
Is there a "right" way to do this?
Thanks.
This is an old discussion that has not been active in a long time. Instead of commenting here, you should start a new discussion. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
Could you give a more specific example?
If you're using a numbered style like Vancouver, Nature, or IEEE It sound like you're treating numbered citations like endnotes, which they're very much not.
If you're using a note-based style like Chicago, you can just use the word processor's footnote/endnote function.
I am using Word with the add-ins. If I use Word's Insert Endnote, can I get it to insert the notes w/in the Zotero bibliography and number them correctly?
I admit I am new to this, and this is the first time I've used Zotero to generate references, so I may just be completely misunderstanding something here (and I don't know all the lingo).
Thanks for the (VERY) quick reply!
dale
Science does a weird thing here - on the one hand, the numbers are treated as notes - thus the "freely interspersed notes" - that could be covered by endnotes (not in the current style, but in general). <i>However</i>, they also use the same number to refer to an article that is cited multiple times every time it's cited - i.e. a numerical bibliography. Endnotes are always increasing, so those won't work for that.
I can't think of any alternative to using fake items as you describe. If more styles do this, we might have to think about a way to achieve this more elegantly.
Okay, I just did a very quick and dirty hack, for those that might need it. I edited the .CSL and simply added a <text variable="note"/> tag w/in the layout section. Now it just magically displays the text from the item's "Extra" section. I just leave the other sections blank.
A better option for the future might be to simply automatically take the "note" text for items of type Note, so you can just use notes directly in the bibliography. But I couldn't figure out how to do that quickly. The quick hack is good enough for now, and will at least allow me to keep my notes and references numbered properly.
Thanks,
dale
edit: I think you get the content of the note until the first paragraph/return - that's technically the "title" of the note. Still, that seems workable, no?
So you can just use any stand-alone or child note as a cited, numbered note. Very nice.
Thanks for your help. I now have a better understanding of what is going on, and this forced me to look at CSL so I could fix the Science style for my needs.
Great software, I'm not sure how I got along w/out it before (not very well is the answer).
dale
That could be achieved, but it's a bit messy, since you can't test for item type note, so what you'd have to do is to test for everything else and then use the residual <else> for notes - I wouldn't want that in the style in the repository, I think, but you could certainly do it for yourself.