Re: [xml2rfc] [django-project] RFC Bibtex format doi numbering incorrect

Robert Sparks <rjsparks@nostrum.com> Thu, 25 May 2017 19:49 UTC

Return-Path: <rjsparks@nostrum.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5D9991274D2 for <xml2rfc@ietfa.amsl.com>; Thu, 25 May 2017 12:49:40 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.881
X-Spam-Level:
X-Spam-Status: No, score=-1.881 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01] autolearn=ham autolearn_force=no
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 N-NoC_ImY1xy for <xml2rfc@ietfa.amsl.com>; Thu, 25 May 2017 12:49:39 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (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 2ABE612422F for <xml2rfc@ietf.org>; Thu, 25 May 2017 12:49:39 -0700 (PDT)
Received: from unescapeable.local ([47.186.26.91]) (authenticated bits=0) by nostrum.com (8.15.2/8.15.2) with ESMTPSA id v4PJncWJ054533 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Thu, 25 May 2017 14:49:38 -0500 (CDT) (envelope-from rjsparks@nostrum.com)
X-Authentication-Warning: raven.nostrum.com: Host [47.186.26.91] claimed to be unescapeable.local
To: Stefan Viergutz <viergutz@informatik.uni-bonn.de>, xml2rfc@ietf.org
References: <15c2788f4d0.281d.7a19c564b98a554439c08072c0c083c8@informatik.uni-bonn.de>
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <b87d41d8-c4ec-1e35-de81-eb823152c467@nostrum.com>
Date: Thu, 25 May 2017 14:49:38 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.1.1
MIME-Version: 1.0
In-Reply-To: <15c2788f4d0.281d.7a19c564b98a554439c08072c0c083c8@informatik.uni-bonn.de>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/6pQr_ZWZt42w6W9UDOS2WTTMkSo>
Subject: Re: [xml2rfc] [django-project] RFC Bibtex format doi numbering incorrect
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 25 May 2017 19:49:40 -0000

Forwarding to what I hope is the best list...


On 5/20/17 3:25 PM, Stefan Viergutz wrote:
> Hello,
>
> i am using the bibtex format.
> The numbering for the DOI links are incorrect for RFC's with less than 
> 4 digits.
> If the links are generated, the leading zeros are missing.
>
> For Example RFC826 bibtex:
> https://datatracker.ietf.org/doc/rfc826/bibtex/
>
> doi = {10.17487/rfc826}
>
> should be:
>
> doi = {10.17487/rfc0826}
>
>
>
>
> or RFC1:
> https://datatracker.ietf.org/doc/rfc1/bibtex/
>
> doi = {10.17487/rfc1}
>
> should be:
>
> doi = {10.17487/rfc0001}
>
>
>
>
> Regards,
>
> Stefan Viergutz
>
>
>
> _______________________________________________
> Django-project mailing list
> Django-project@ietf.org
> https://www.ietf.org/mailman/listinfo/django-project