unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Jochen Küpper" <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>
Cc: roland.winkler-PRwTpj6vllKd8VzsmqXLk2HfThorsUsI@public.gmane.org
Subject: bibtex-generate-url-list enhancement
Date: Mon, 21 Mar 2005 23:15:10 +0100	[thread overview]
Message-ID: <m3k6o03att.fsf@doze.jochen-kuepper.de> (raw)

Maybe the following enhanced definition can be put into emacs'
bibtex.el:
,----
|       bibtex-generate-url-list '((("doi" . "")
|                                   "http://dx.doi.org/"
|                                   ("doi" ".*" 0))
|                                  (("url" . ".*:.*"))
|                                  (("journal" . "\\<\\(PR[ABCDEL]?\\|RMP\\)\\>")
|                                   "http://link.aps.org/abstract/"
|                                   ("journal" ".*" downcase)
|                                   "/v" ("volume" ".*" 0)
|                                   "/p" ("pages" "\\`\\([0-9]+\\)" 1))
|                                  (("journal" . "\\<\\(APL\\|JAP\\|JCP\\|JMP\\|JPCRD\\|RSI\\)\\>")
|                                   "http://link.aip.org/link/?"
|                                   ("journal" ".*" upcase)
|                                   "/" ("volume" ".*" 0)
|                                   "/" ("pages" "\\`\\([0-9]+\\)" 1)
|                                   "/" "1"))
`----
It adds support for journal from one additional publisher (AIP) and
also the more general case of using a DOI [1], which are really what
should be used today in a database to refer to online content.

It would also be nice to have DOI in bibtex-entry-field-alist (as
optional entry for all entry types) and to have the field buttonized
if available (just like url or journal (if prl/jcp/or such).

Please cc: me on replies.

Greetings,
Jochen

Footnotes: 
[1]  See http://www.doi.org/index.html for more information on DOIs.

-- 
Einigkeit und Recht und Freiheit                http://www.Jochen-Kuepper.de
    Liberté, Égalité, Fraternité                GnuPG key: CC1B0B4D
        (Part 3 you find in my messages before fall 2003.)

                 reply	other threads:[~2005-03-21 22:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=m3k6o03att.fsf@doze.jochen-kuepper.de \
    --to=jochen-+it19tn3rl9sbm7dsapr3bnah6klmebb@public.gmane.org \
    --cc=roland.winkler-PRwTpj6vllKd8VzsmqXLk2HfThorsUsI@public.gmane.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.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).