emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bibtex-generate-url-list enhancement


From: Jochen Küpper
Subject: bibtex-generate-url-list enhancement
Date: Mon, 21 Mar 2005 23:15:10 +0100

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 via email to

[Prev in Thread] Current Thread [Next in Thread]