can't remove "et al." from in-text citation
Hi all,
I'm trying to modify the Vancouver style to our internal standards. I'm almost there but IU can't remove the "et al." from the in-text citationa. I used the visual editor, and there it is fine, but when I use the style file in Zotero, it always pops up again.
Any ideas?
thanks!
kind regards
I'm trying to modify the Vancouver style to our internal standards. I'm almost there but IU can't remove the "et al." from the in-text citationa. I used the visual editor, and there it is fine, but when I use the style file in Zotero, it always pops up again.
Any ideas?
thanks!
kind regards
Can you share your style via pastebin.com and show us what you actually are working with?
I pasted the code here: https://pastebin.com/wqke50wA
Well, for some reason I still don't get, we are using a mix of several styles, which was fine as we did it manually. I try to implement reference managemant software, but hence need to adapt the style to mimic our current standard as much as possible. One of the change is to use (author year) intext citation, instead of the numerical. I'm not very familiar with coding, so used the visual editor (and hence the code might look a bit messy). But the intext citation works wel in the examples in the visual editor, including the disambiguation, but when I use it with Zotero, the "et al." always pops up. I tried to remove it from different lines, but I can't find the issue.
thanks for following up
kind regards
Line 26: "textual" is not a valid option here. You'll want "author-date"
Line 114: just delete that whole line. You're not allowed to have uncalled macros. (it would still work, but will throw an error for your users when installing your style)
Re your "et al." question, delete all of this in line 306:
et-al-min="0" et-al-use-first="0" et-al-subsequent-min="0" et-al-subsequent-use-first="0"
deleting line 306 didn't solve it; in the examples in the editor there is no "et al", but when I use it in Zotero, the et al appears again. I also tried deleting row 350 (now 349 after deletion line 114), but then it adds all the names of the authors; I tried to play around with the figures, in row 350 but I don't find the correct combination it seems.
Delete all instances of
et-al-min="1" et-al-use-first="1" et-al-subsequent-min="1" et-al-subsequent-use-first="1"
throughout your code.Generally, what is the output you want to have for the in-text portion?
It's a bit messy at the moment. ;)
I get an error if I remove those other instances.
Well maybe they just need to learn to live with it, or at least pay someone who know what he's doing :)
thanks for the support!
kind regards
full reference:
Barst RJ, Ivy DD, Gaitan G, Szatmari A, Rudzinski A, Garcia AE, et al. A randomized, double-blind, placebo-controlled, dose-ranging study of oral sildenafil citrate in treatment-naive children with pulmonary arterial hypertension. Circulation. 2012;125(2):324–34.
what I see in the visual editor when I upload the example above:
(Barst 2012)
This is the format I need
What I see when I add it to Word using Zotero:
(Barst et al. 2012)
How do you define something as empty term?
<term name="et-al"></term></locale>
<et-al term="and others"/>
under names in author-short