From: "András Simonyi" <andras.simonyi@gmail.com>
To: emacs-orgmode list <emacs-orgmode@gnu.org>
Subject: [org-cite, oc-basic] Citation disambiguation
Date: Thu, 3 Jun 2021 23:11:37 +0200 [thread overview]
Message-ID: <CAOWRwxDUghoTff=96c1qCZoS0s44Y1iqrqT1FwZPOfXCc4ccrw@mail.gmail.com> (raw)
Dear All,
experimenting with the 'basic' citation backend I noticed that the
default author-year citation style (and its derived variants, like
text and year) does not perform citation disambiguation for items that
have the same author and year. E.g. the Org document
--8<---------------cut here---------------start------------->8---
#+cite_export: basic author-year author-year
First: [cite:@disamb1examp]
Second: [cite:@disamb2examp]
--8<---------------cut here---------------end--------------->8---
is exported as
--8<---------------cut here---------------start------------->8---
First: (Doe, John, 1973)
Second: (Doe, John, 1973)
Doe, John (1973). /Minor Work/, Journal of Philosophy.
Doe, John (1973). /Magnum Opus/, Journal of Philosophy.
--8<---------------cut here---------------end--------------->8---
which makes it impossible to identify the cited item. Perhaps the most
widespread solution to this problem is to add so called year-suffixes
to the year to disambiguate:
--8<---------------cut here---------------start------------->8---
First: (Doe, John, 1973a)
Second: (Doe, John, 1973b)
Doe, John (1973a). /Minor Work/, Journal of Philosophy.
Doe, John (1973b). /Magnum Opus/, Journal of Philosophy.
--8<---------------cut here---------------end--------------->8---
I think some kind of disambiguation strategy should be implemented for
the basic citation backend to be really usable with the author-year
style. WDYT?
best regards,
András
next reply other threads:[~2021-06-03 21:13 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-03 21:11 András Simonyi [this message]
2021-06-03 21:18 ` [org-cite, oc-basic] Citation disambiguation Bruce D'Arcus
2021-06-04 21:05 ` Nicolas Goaziou
2021-06-06 11:35 ` András Simonyi
2021-06-06 12:19 ` Bruce D'Arcus
2021-06-06 12:47 ` András Simonyi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAOWRwxDUghoTff=96c1qCZoS0s44Y1iqrqT1FwZPOfXCc4ccrw@mail.gmail.com' \
--to=andras.simonyi@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).