ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Joey McCollum via ntg-context <ntg-context@ntg.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: Joey McCollum <jmccollum20140511@gmail.com>
Subject: Re: Short forms and abbreviations in bibliography
Date: Mon, 9 Aug 2021 08:55:11 -0400	[thread overview]
Message-ID: <CAGxRUG8KGybfbp7K7qwLkYgFt2xcZVoONjYd70bOv9iN80VLYA@mail.gmail.com> (raw)
In-Reply-To: <20888f8e8c0c4d6982a360ee587ecbe7@unibe.ch>


[-- Attachment #1.1: Type: text/plain, Size: 4539 bytes --]

Henning's suggestion for abbreviations should work fine for that issue. I
could simply use the shorthand in the "series" and "journal" fields and set
up the appropriate \abbreviation calls in the document or environment.

As for the larger issue of bibliographies, I've started working on
publ-imp-sbl.lua and publ-imp-sbl.mkvi files. I knew I would need this for
my own project soon, and I felt it would be useful to myself and the
ConTeXt community if I could at least get a rudimentary version working.
I'm presently using the reference for examples from the *SBL Handbook of
Style*, 2nd edition, available at
https://github.com/dcpurton/biblatex-sbl/blob/master/test/biblatex-sbl-examples.ref.txt
.

Like you say, some parts are tricky. SBL uses "entry"-style citations by
default and doesn't seem to make use of other common alternatives (such as
"authoryear"). I can think of some existing alternatives that might get
used in specific cases (e.g., "author", "title"), but the
recommended shorthand has the form "shortauthor, shorttitle" (i.e., the
last name(s) of the author(s) only, followed by a comma and a shortened
form of the title as specified in the "shorttitle" field). I could make
this the sbl style's implementation of the "short" alternative, since the
LaTeX-style bracketed number references are foreign to SBL style anyway,
but if would be preferable just to introduce another alternative (something
like "authortitle"), then I could also try to do that.

For my immediate purposes, I won't need much more than the @book, @article,
@inbook, and @incollection entries, so my focus will be on getting those
right, but if anyone is interested in helping, I'll gladly take help. (But
it would probably be better to discuss the details in a separate e-mail
thread.)

Joey

On Mon, Aug 9, 2021 at 4:12 AM Denis Maier via ntg-context <
ntg-context@ntg.nl> wrote:

>
>
> > -----Ursprüngliche Nachricht-----
> > Von: ntg-context <ntg-context-bounces@ntg.nl> Im Auftrag von Henning
> > Hraban Ramm via ntg-context
> > Gesendet: Samstag, 7. August 2021 22:40
> > An: mailing list for ConTeXt users <ntg-context@ntg.nl>
> > Cc: Henning Hraban Ramm <texml@fiee.net>
> > Betreff: Re: [NTG-context] Short forms and abbreviations in bibliography
> >
> >
> >
> > > Am 07.08.2021 um 21:53 schrieb Joey McCollum via ntg-context <ntg-
> > context@ntg.nl>:
> > >
> > > A separate list of abbreviations would then list "LSAWS" alongside
> "Linguistic
> > Studies in Ancient West Semitic" (and likewise for other journal/series
> > abbreviations).
> >
> > Regarding abbreviations have a look at
> > https://wiki.contextgarden.net/Command/definesynonyms
> >
> > It should be as easy as
> >
> > \abbreviation{LSAWS}{Linguistic Studies in Ancient West Semitic}
> >
> > The full name of \quote{LSAWS} is \infull{LSAWS}.
> >
> > \placelistofabbreviations
> >
> >
> > I had a case where mostly abbreviations were used in the text but the
> full name
> > should appear in the index.
> > I can provide the setup (including Lua functions), if it might help you.
> >
> >
> > Can’t help with bibliographies, sorry.
>
> SBL is a tricky beast anyway. There were some discussions regarding
> implementing Chicago Manual of Style a couple of weeks ago. Develelopments
> on that front could also be useful for SBL. Don't know what came out of
> this though.
>
> Denis
>
> >
> > Hraban
> > ________________________________________________________________
> > ___________________
> > If your question is of interest to others as well, please add an entry
> to the Wiki!
> >
> > maillist : ntg-context@ntg.nl /
> http://www.ntg.nl/mailman/listinfo/ntg-context
> > webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  :
> > https://bitbucket.org/phg/context-mirror/commits/
> > wiki     : http://contextgarden.net
> > ________________________________________________________________
> > ___________________
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 6645 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2021-08-09 12:55 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-07 19:53 Joey McCollum via ntg-context
2021-08-07 20:40 ` Henning Hraban Ramm via ntg-context
2021-08-09  8:12   ` Denis Maier via ntg-context
2021-08-09 12:55     ` Joey McCollum via ntg-context [this message]
2021-08-22 22:11       ` Joey McCollum via ntg-context
2021-10-06 16:35         ` Joey McCollum via ntg-context
2021-10-06 18:35           ` Joey McCollum via ntg-context
2021-10-06 19:05             ` Joey McCollum via ntg-context
2021-10-06 21:58               ` Joey McCollum via ntg-context
2021-10-07  4:38                 ` Joey McCollum via ntg-context
2021-10-08 11:38                   ` Hans Hagen via ntg-context
2021-10-11 14:24                     ` Joey McCollum via ntg-context

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGxRUG8KGybfbp7K7qwLkYgFt2xcZVoONjYd70bOv9iN80VLYA@mail.gmail.com \
    --to=ntg-context@ntg.nl \
    --cc=jmccollum20140511@gmail.com \
    /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.
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 NNTP newsgroup(s).