[Rfc-markdown] How to cite this DOI?

Lars Eggert <lars@eggert.org> Fri, 15 October 2021 08:17 UTC

Return-Path: <lars@eggert.org>
X-Original-To: rfc-markdown@ietfa.amsl.com
Delivered-To: rfc-markdown@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 10CCF3A18B8 for <rfc-markdown@ietfa.amsl.com>; Fri, 15 Oct 2021 01:17:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.099
X-Spam-Level:
X-Spam-Status: No, score=-2.099 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=eggert.org
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id U9vSoxXcg2-g for <rfc-markdown@ietfa.amsl.com>; Fri, 15 Oct 2021 01:17:26 -0700 (PDT)
Received: from mail.eggert.org (mail.eggert.org [91.190.195.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3033F3A1915 for <rfc-markdown@ietf.org>; Fri, 15 Oct 2021 01:17:20 -0700 (PDT)
Received: from smtpclient.apple (unknown [IPv6:2a00:ac00:4000:400:3120:db61:932b:49a7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.eggert.org (Postfix) with ESMTPSA id AE86C600B18 for <rfc-markdown@ietf.org>; Fri, 15 Oct 2021 11:17:08 +0300 (EEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=eggert.org; s=dkim; t=1634285829; bh=5rsIzLkIC4yIMGUvPhezRBXk6NBgtd3W32vdTUIz/c8=; h=From:Subject:Date:To; b=hSknBl1CyQQHsbVHUdGaL3UcYEG9N3nN6nxHj2ytMN54mU9w8d2JJHqc0lC3SqRVZ 7dhAGpj9hhPPmLAf9HkNKQYcxDHYGWQo3gnJZ98KJNTOI320aQjV3bpGPsi5MGoeiI /X5C3uwo9on6ypvV4j5R346i70kv+ajpeQjlZy6c=
From: Lars Eggert <lars@eggert.org>
Content-Type: multipart/signed; boundary="Apple-Mail=_C63D3974-3D71-413B-8F3D-9BE160C181B0"; protocol="application/pgp-signature"; micalg=pgp-sha512
Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.13\))
Message-Id: <57C9F625-F034-467B-A83A-67EF90E18385@eggert.org>
Date: Fri, 15 Oct 2021 11:17:04 +0300
To: rfc-markdown@ietf.org
X-MailScanner-ID: AE86C600B18.A2821
X-MailScanner: Found to be clean
X-MailScanner-From: lars@eggert.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/rfc-markdown/-Q0RUJ75Nubqp-8iLDefoTcDs0g>
Subject: [Rfc-markdown] How to cite this DOI?
X-BeenThere: rfc-markdown@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "rfc-markdown is a discussion list for people writing I-Ds and RFCs in Markdown and the authors of the tools used for that." <rfc-markdown.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rfc-markdown>, <mailto:rfc-markdown-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/rfc-markdown/>
List-Post: <mailto:rfc-markdown@ietf.org>
List-Help: <mailto:rfc-markdown-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rfc-markdown>, <mailto:rfc-markdown-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 15 Oct 2021 08:17:35 -0000

Hi,

trying to cite https://www.sciencedirect.com/science/article/abs/pii/0169755289900196?via%3Dihub with DOI URL https://doi.org/10.1016/0169-7552(89)90019-6.

I think the parenthesis in the URL are causing issues, as kramdown-rfc2629 is trying to retrieve https://xml2rfc.tools.ietf.org/public/rfc/bibxml7/reference.DOI.10.1016/0169-7552.xml and failing.

Any hints?

Thanks,
Lars