From: Denis Maier <denismaier@mailbox.org>
To: Org Mode List <emacs-orgmode@gnu.org>
Subject: Re: citations: org-cite vs org-ref 3.0
Date: Wed, 30 Mar 2022 15:50:36 +0200 [thread overview]
Message-ID: <5d961389-bc4f-d9ba-3b6b-adee1a520069@mailbox.org> (raw)
In-Reply-To: <CAF-FPGOCm5m5jZSOu-37V77Me76EWwg_xcd4d7k30ffXS0HyQg@mail.gmail.com>
Am 29.03.2022 um 18:14 schrieb Bruce D'Arcus:
> On Tue, Mar 29, 2022 at 11:23 AM Max Nikulin <manikulin@gmail.com> wrote:
> ...
>
>>>> You even have managed to convince me that, besides adding missing style
>>>> names, some existing ones should be adjusted. noauthor/bare for citeyear
>>>> example makes for me much more sense ...
>>>
>>> This does need some attention, but there are wrinkles here.
>>>
>>> Citeyear is specific to author-date styles, while noauthor is intended
>>> to be more general.
>>
>> Anyway citation style is rather specific for a particular CSL style. I
>> tried some styles:
>> https://github.com/citation-style-language/styles/blob/master/ieee.csl
>> https://github.com/citation-style-language/styles/blob/master/american-physics-society.csl
>> nature.csl science.csl and for all these styles even "author" is
>> meaningless since they are numeric styles.
>
> Yes. I think it's more relevant in author-date to note styles. I
> believe biblatex has a command relevant here, but Denis knows biblatex
> better than I.
I'm not sure I understand the question here. What command should be in
biblatex? There's \citeauthor if that's what you've meant.
>
>> So it is not more general. Switching CSL style means necessity to update
>> styles in each citations (unless it is possible to specify global or
>> per-cite mapping).
>
> Not really. Arguably the most important style is "text", which applies
> to any output style; author-date, note-based, numeric.
>
> When you start getting into some of the others, the range of styles a
> given style may apply to shrinks.
>
> But you might say author-date styles are pretty dependent on such
> local citation modification. If those are output to a style that has
> no such notions (like a numeric one), then a processor can just ignore
> it.
Just to add to this: When Bruce and I have worked on that list of styles
we found that portability can only be ensured when using high-level
commands (such as biblatex's autocite), but once you start using
low-level commands like citeyear etc. you really lose that portability
to a certain degree.
>
>> It seems modifiers are set of boolean flags (positive "year" or negative
>> "suppress-author") in citeproc.el, set of values in natbib, and a kind
>> of hierarchy in org-cite. From my point of view, set of constrains
>> (flags) is the most general variant in this list.
>
> I think that's right, and is how it's represented in a GUI app like
> Zotero. But that's not so convenient in a plain text format.
>
> But it's a good way to explain the differences.
>
>>> I think it's probably a good idea to add "year" to the latex processors too.
>>
>> I agree. Negations are more confusing when an author needs just year.
Well, negations have the advantage of being more portable. Say you have
this:
Doe argues X and Y [cite/noauthor:@doe].
It's perfectly clear what this should mean in a author-year,
author-title or note-based styles, i.e., print the citation without the
author element. (That's obviously a simplification since some citations
might not have an author element, but let's just go with it for the moment.)
In a numeric style you can just ignore the noauthor modifier and fall
back to the default numeric citation.
Now, consider this instead:
Doe argues X and Y [cite/year:@doe].
This might work in author-year styles, but not in author-title, not in
note-based styles, and not in numeric styles.
Considering the problem that some citations don't have an author element
I even considered using style names like
[cite/head:@doe]
[cite/tail:@doe]
or
[cite/car:@doe]
[cite/cdr:@doe]
or
[cite/first:@doe]
[cite/rest:@doe]
But that obviously a bit esoteric.
Denis
next prev parent reply other threads:[~2022-03-30 14:03 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-20 12:08 citations: org-cite vs org-ref 3.0 Vikas Rawal
2022-03-20 13:19 ` Nicolas Goaziou
2022-03-20 14:08 ` Vikas Rawal
2022-03-20 14:38 ` Bruce D'Arcus
2022-03-21 0:31 ` John Kitchin
2022-03-21 1:39 ` Timothy
2022-03-21 8:16 ` Dominik Schrempf
2022-03-21 11:51 ` Bruce D'Arcus
2022-03-21 12:34 ` Dominik Schrempf
2022-03-21 12:52 ` Bruce D'Arcus
2022-03-21 13:05 ` Dominik Schrempf
2022-03-21 13:24 ` Bruce D'Arcus
2022-03-23 21:27 ` Nicolas Goaziou
2022-03-23 21:53 ` Bruce D'Arcus
2022-03-23 22:04 ` Nicolas Goaziou
2022-03-23 22:47 ` Bruce D'Arcus
2022-03-24 10:04 ` Dominik Schrempf
2022-03-21 12:19 ` John Kitchin
2022-03-21 12:42 ` Bruce D'Arcus
2022-03-21 14:06 ` John Kitchin
2022-04-19 22:37 ` Bruce D'Arcus
2022-03-21 3:27 ` Vikas Rawal
2022-03-21 11:51 ` John Kitchin
2022-03-21 17:20 ` Vikas Rawal
2022-03-25 15:53 ` Max Nikulin
2022-03-27 15:33 ` John Kitchin
2022-03-27 15:44 ` Vikas Rawal
2022-03-25 17:10 ` Max Nikulin
2022-03-26 12:41 ` Bruce D'Arcus
2022-03-27 19:40 ` John Kitchin
2022-03-28 12:34 ` Max Nikulin
2022-03-28 13:16 ` Bruce D'Arcus
2022-03-29 15:22 ` Max Nikulin
2022-03-29 16:14 ` Bruce D'Arcus
2022-03-30 13:50 ` Denis Maier [this message]
2022-03-31 15:10 ` Max Nikulin
2022-03-31 17:27 ` Bruce D'Arcus
2022-04-02 11:41 ` org-cite, CSL styles and space before citation Max Nikulin
2022-03-30 21:43 ` citations: org-cite vs org-ref 3.0 John Kitchin
2022-03-21 12:59 ` juh
2022-03-22 13:03 ` indieterminacy
2022-03-23 21:06 ` Nicolas Goaziou
2022-03-27 17:00 ` John Kitchin
2022-03-27 23:17 ` Bruce D'Arcus
2022-03-21 14:40 ` Max Nikulin
2022-03-21 15:19 ` Bruce D'Arcus
2022-03-21 17:00 ` John Kitchin
2022-03-25 15:21 ` Max Nikulin
2022-03-22 14:41 ` Max Nikulin
2022-03-22 17:20 ` Bruce D'Arcus
2022-03-23 12:44 ` Max Nikulin
2022-03-23 14:39 ` Bruce D'Arcus
2022-03-23 15:26 ` Eric S Fraga
2022-03-23 17:17 ` Max Nikulin
2022-03-23 22:50 ` Bruce D'Arcus
2022-03-26 19:08 ` M. Pger
2022-03-22 23:52 ` Nicolas Goaziou
2022-03-23 16:30 ` Max Nikulin
2022-03-23 23:04 ` Nicolas Goaziou
2022-03-25 16:30 ` Max Nikulin
2022-03-27 15:38 ` John Kitchin
2022-03-27 23:18 ` Bruce D'Arcus
2022-03-20 13:32 ` Bruce D'Arcus
2022-03-20 13:42 ` Ihor Radchenko
2022-03-20 18:12 ` Thomas S. Dye
2022-03-20 20:13 ` Dominik Schrempf
2022-03-20 20:30 ` Vikas Rawal
2022-03-20 20:34 ` Bruce D'Arcus
2022-03-20 22:10 ` Dominik Schrempf
2022-03-20 19:44 ` Bruce D'Arcus
2022-03-20 21:14 ` chris
2022-03-21 14:21 ` John Kitchin
2022-03-21 14:10 ` John Kitchin
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=5d961389-bc4f-d9ba-3b6b-adee1a520069@mailbox.org \
--to=denismaier@mailbox.org \
--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).