-
-
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
Citation in a note containing narrative text: expected behavior for if position="ibid"
#121
Comments
I don't see how the narrative content per se is relevant to whether it's ibid, which simply means the same source as the last cited one.
Obviously people can abuse that such that it makes no sense, but I don't think that's our problem.
|
I think I've seen requirements like: only use ibid. if the preceding citation is in a citation only note, and if it wasn't part of a group of multiple citations. |
I've seen requirements like that. My vote would be to state that See also #122 (comment) |
Or we could add a new attribute on |
Styles that might use ibid in these cases would typically be okay with not using it to increase clarity, so I lean strongly toward not adding yet another ibid-related option unless there is a clear demand for it. |
Following up on #122, I'll restate one question here:
In #122 we've seemed to favor this option:
I think that's reasonable. Just, 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. @jgm @fbennett ? Sure, we can require users to enter the text in between citations as affixes, but that can quickly become quite awkward, especially in disciplines that make—for better or worse—extensive use of discursive footnotes. |
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. There isn't a really a distinction between these in pandoc, but it matters with Word. Based on my understanding of what pandoc is doing, it's not "recognizing that the two citations are in the same footnote"--it's treating the discursive text as affixes on items in a single citation. |
Zotero/citeproc-js in Word currently handles this case correctly:
Results in So this is clearly technically possible and given that citeproc-js (and pandoc-citeproc) already does it right, I think it'd be good to codify it in the specs. |
Yes, we should codify it. Btw: There have been some regressions introduced by @jgm's new citeproc. (Currently, testing for ibid. returns "true" in @adam3smith's example. |
@fbennett How is that working technically? |
I guess by comparing using the So maybe something like this: |
In calculating whether an item is alone in its citation, we need to take into account citationNoteNumber, since two citations may occur in the same note and they should not be ranked "alone." See jgm/pandoc#6813, citation-style-language/documentation#121
What exactly do we need to codify here? |
A discussion with @jgm regarding his new citeproc lead to a couple of question regarding ibid-behavior:
What is the expected behavior for
if position="ibid"
if the citation is not the only content in a note. Say we have this:Or the other way round:
Or:
Or,
The text was updated successfully, but these errors were encountered: