unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* bibtex-generate-url-list enhancement
@ 2005-03-21 22:15 Jochen Küpper
  0 siblings, 0 replies; only message in thread
From: Jochen Küpper @ 2005-03-21 22:15 UTC (permalink / raw)
  Cc: roland.winkler-PRwTpj6vllKd8VzsmqXLk2HfThorsUsI

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.)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-03-21 22:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-21 22:15 bibtex-generate-url-list enhancement Jochen Küpper

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).