-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two citations in one note: expected behavior for position="ibid"
#122
Comments
This one seems more difficult.
I assume ibid refers to a single source, but we may want to check what
major style guides say about this.
|
And BTW, if it does refer to a single source, I suspect we need spec and
test-suite changes.
…On Wed, Sep 9, 2020, 5:13 PM Bruce D'Arcus ***@***.***> wrote:
This one seems more difficult.
I assume ibid refers to a single source, but we may want to check what
major style guides say about this.
|
From Chicago 15th edition:
So, yes, In the case where ibid is appropriate because the previous citation has only one item, I have occasionally seen examples like:
I have, however, also seen styles explicitly forbid that, and instead require for clarity
Given that, even in styles using "Ibid", it would usually be acceptable to use the author name instead if it adds clarity, my suggestion would just be to say position is never ibid/ibid-with-locator when either citation includes more than one item. To do otherwise would make styles following the second example difficult to implement without other attributes to fine-tune. Alternatively, we could add a new value What do you think @adam3smith ? See also #121 (comment) |
Ok, but what about my example: both citations are in the same note. Should that be:
Or:
|
Do you mean that "Doe" there is the same item, just with multiple comments/locators? We don't currently have a provision in CSL to allow the same item to be cited twice in one citation. I would generally expect such a citation to be handled with multiple locators or just as an affix:
|
My view is that
is generally fine and I'd avoid yet another option unless we have a clear sense of need. (I don't follow denismaier's example either) |
My example is: \footnote{\cite[12]{doe}. Bla bla bla bla. See also \cite[23]{doe}.} |
Is there any doubt that this example would trigger ibid? Logically it seems
obvious to me at least.
…On Wed, Nov 4, 2020 at 11:18 AM Denis Maier ***@***.***> wrote:
My example is:
We have one footnote that contains two citations and some text in between.
Both citations refer to the same item. As in:
\footnote{\cite[12]{doe}. Bla bla bla bla. See also \cite[23]{doe}.}
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#122 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAI3UF46CRBWQTHHLFXZ3SOF5FZANCNFSM4RDJGK4Q>
.
|
We don't really have a notion for that as a special case in CSL currently. Most CSL applications don't even allow that (e.g., it's not possible in Zotero or Mendeley). My recommendation would be that the user should omit the second cite from the citation and just include a suffix or additional locator. I don't think we need to include any special treatment here. The current behavior in pandoc-citeproc and citeproc-js is to treat the second as position="ibid" or position="subsequent" depending on if there were intervening items within that citation. If we adopted my proposal that position="ibid" only applies if citations have single-items, then it would be treated as position="subsequent". I think that that is fine. |
You can absolutely do this in Zotero simply by inserting two consecutive citations in the same footnote (just like Denis does in the markdown example) and I've just confirmed that this is currently treated as ibid. |
Was just about to upload a screenshot documenting this... |
Oh, I thought I recalled that Zotero wouldn't return an item twice in the search results in that case. |
Okay, so three options:
|
I think you're misunderstanding Denis's use case. This isn't the same item twice in the same citation, it's two citations to the same item which happen to be both in the same footnote. Footnote text behaves like any other text here. Given that, and the fact that I think 2 (ii) is a real problem (given that citations can sort, so you can't easily say "the first item needs to be ibid"), I'd also vote for 1). |
Yes, this is what I was thinking (my response at top was misunderstanding). |
Okay. Do you agree @denismaier ? |
Yep, @adam3smith's understanding of this case is what I've had in mind. Two citation which happen to be in one footnote. The current behaviour in Zotero/citeproc-js is that So, I guess this is ok as is. Not really a need to change anything here. But the question if such a footnote might affect citations in the next footnote:
Here, the citation processor would need to know that footnote 1 contains two citations and some text, to prevent an "ibid" in footnote 2. Should be possible with pandoc, but I'm not sure if that is possible with a Zotero/Word-Combination. (But that's more for #121, anyway.) |
I think that's outside of the scope of CSL. To properly handle ibid there, the user should enter both items into the same citation and use affixes for the commentary text, rather than directly inserting the citation into the footnote. There isn't any way that a processor could detect otherwise. |
Related to #121: What's the expected behavior if we have two citations in one footnote, both referring to the same source?
The text was updated successfully, but these errors were encountered: