-
Notifications
You must be signed in to change notification settings - Fork 91
Closed
Labels
docsDocumentation relatedDocumentation relatedhelp wantedExtra attention is needed / contributions welcomeExtra attention is needed / contributions welcome
Description
Summary
On PyPI the Citation section presents the preferred BibTeX entry with <s>s bracketing the curly braces of each element.
On the docs things get rendered out as expected
@software{pyhf,
author = {Lukas Heinrich and Matthew Feickert and Giordon Stark},
title = "{pyhf: v0.6.3}",
version = {0.6.3},
doi = {10.5281/zenodo.1169739},
url = {https://doi.org/10.5281/zenodo.1169739},
note = {https://github.com/scikit-hep/pyhf/releases/tag/v0.6.3}
}
@article{pyhf_joss,
doi = {10.21105/joss.02823},
url = {https://doi.org/10.21105/joss.02823},
year = {2021},
publisher = {The Open Journal},
volume = {6},
number = {58},
pages = {2823},
author = {Lukas Heinrich and Matthew Feickert and Giordon Stark and Kyle Cranmer},
title = {pyhf: pure-Python implementation of HistFactory statistical models},
journal = {Journal of Open Source Software}
}
but on the PyPI/TestPyPI pages they get rendered out as
@software{pyhf,
author = <s>{Lukas Heinrich and Matthew Feickert and Giordon Stark}</s>,
title = <s>"{pyhf: v0.7.0rc4}"</s>,
version = <s>{0.7.0rc4}</s>,
doi = <s>{10.5281/zenodo.1169739}</s>,
url = <s>{https://doi.org/10.5281/zenodo.1169739}</s>,
note = <s>{https://github.com/scikit-hep/pyhf/releases/tag/v0.7.0rc4}</s>
}
@article{pyhf_joss,
doi = <s>{10.21105/joss.02823}</s>,
url = <s>{https://doi.org/10.21105/joss.02823}</s>,
year = <s>{2021}</s>,
publisher = <s>{The Open Journal}</s>,
volume = <s>{6}</s>,
number = <s>{58}</s>,
pages = <s>{2823}</s>,
author = <s>{Lukas Heinrich and Matthew Feickert and Giordon Stark and Kyle Cranmer}</s>,
title = <s>{pyhf: pure-Python implementation of HistFactory statistical models}</s>,
journal = <s>{Journal of Open Source Software}</s>
}
I'm not sure why.
Documentation Page Link
https://pypi.org/project/pyhf/0.7.0rc4/
Code of Conduct
- I agree to follow the Code of Conduct
Metadata
Metadata
Assignees
Labels
docsDocumentation relatedDocumentation relatedhelp wantedExtra attention is needed / contributions welcomeExtra attention is needed / contributions welcome