I'm using the Science .bst file from https://www.sciencemag.org/sites/default/files/Science.bst
And the references that are generated do not comply with the Science reference style, see https://www.sciencemag.org/authors/instructions-preparing-initial-manuscript
Specifically, only the first page from the "pages" field is shown, and the article title is not displayed.
MWE:
\documentclass{article}
\usepackage{filecontents}
\begin{filecontents}{reference.bib}
@article{blumenstock2016fighting,
title={Fighting Poverty with Data},
author={Blumenstock, Joshua Evan},
journal={Science},
volume={353},
number={6301},
pages={753-754},
year={2016},
publisher={American Association for the Advancement of Science},
}
\end{filecontents}
\begin{document}
\cite{blumenstock2016fighting}
\bibliography{reference}
\bibliographystyle{Science}
\end{document}
gives
[1] J. E. Blumenstock, Science 353, 753 (2016).
The following patch to Science.bst resolves this issue.
https://gist.github.com/luna983/d53f9c4ca52b52661bc863498966a8ca/revisions
first.pageformat.title "title" output.checkThe output from the MWE is now
[1] J. E. Blumenstock, Fighting poverty with data, Science 353, 753-754 (2016).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With