In particular, xml2bib file created without the `-nb` options would trip bibtexparser. Fixes #23main
parent
220e5ad9a8
commit
b2ebc67f5e
@ -0,0 +1,15 @@
|
|||||||
|
@TechReport{Page99,
|
||||||
|
author="Page, Lawrence
|
||||||
|
and Brin, Sergey
|
||||||
|
and Motwani, Rajeev
|
||||||
|
and Winograd, Terry",
|
||||||
|
title="The PageRank Citation Ranking: Bringing Order to the Web.",
|
||||||
|
year="1999",
|
||||||
|
month="November",
|
||||||
|
publisher="Stanford InfoLab",
|
||||||
|
number="1999-66",
|
||||||
|
abstract="The importance of a Web page is an inherently subjective matter, which depends on the readers interests, knowledge and attitudes. But there is still much that can be said objectively about the relative importance of Web pages. This paper describes PageRank, a mathod for rating Web pages objectively and mechanically, effectively measuring the human interest and attention devoted to them. We compare PageRank to an idealized random Web surfer. We show how to efficiently compute PageRank for large numbers of pages. And, we show how to apply PageRank to search and to user navigation.",
|
||||||
|
note="Previous number = SIDL-WP-1999-0120",
|
||||||
|
url="http://ilpubs.stanford.edu:8090/422/"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,2 @@
|
|||||||
|
+ `xml2bib.bib`: was created with: `bib2xml data/pagerank.bib | xml2bib >> bibexamples/bibutils.bib` (bibutils 5.6)
|
||||||
|
+ `leadingspace.bib`: has a leading space in the citekey
|
Loading…
Reference in new issue