cleaning up bibtex files.

Herbert Voss Herbert.Voss at fu-berlin.de
Mon Sep 23 18:58:43 CEST 2019


Am 23.09.19 um 18:28 schrieb Mike Marchywka:


> marchywka at happy:~/junk$ cat xxx
> @article{Ay_n_N_ez_2018,
> 	doi = {10.1042/bsr20180705},
> 	url = {https://doi.org/10.1042%2Fbsr20180705},
> 	year = 2018,
> 	month = {aug},
> 	publisher = {Portland Press Ltd.},
> 	volume = {38},
> 	number = {5},
> 	pages = {BSR20180705},
> 	author = {Dolores A. Ay{\'{o}}n-N{\'{u}}{\~{n}}ez and Gladis Fragoso and Ra{\'{u}}l J. Bobes and Juan P. Laclette},
> 	title = {Plasminogen-binding proteins as an evasion mechanism of the host's innate immunity in infectious diseases},
> 	journal = {Bioscience Reports}
> }marchywka at happy:~/junk$
> 
> 
> Have I missed something stupid here?
> Does this look like a correct " pages" value or problem with publisher or cross ref?

I have no idea what pages "BSR20180705" means, but it will still be printed:

\documentclass{article}
\usepackage{biblatex,shellesc}
\addbibresource{\jobname.bib}

\begin{document}
\IfFileExists{\jobname.bib}{}{%
   \ShellEscape{	
	/usr/bin/wget -O \jobname.bib -S -v 	
	"http://api.crossref.org/works/10.1042/BSR20180705/transform/application/x-bibtex"}
}
	
\nocite{*}
\printbibliography
\end{document}

lualatex --shell-escape test
biber test
lualatex --shell-escape test


gives the attched output witrh biblatex/biber

Herbert




-------------- next part --------------
A non-text attachment was scrubbed...
Name: Bildschirmfoto vom 2019-09-23 18-56-04.png
Type: image/png
Size: 21179 bytes
Desc: not available
URL: <https://tug.org/pipermail/texhax/attachments/20190923/2bb2ecde/attachment-0001.png>


More information about the texhax mailing list