Open
Description
Wishlist item: having the citations page available in BibTeX
format.
Solution suggestion: I don't know how the build process of the site works, but perhaps jekyll-scholar could be useful.
Wishlist item: having the citations page available in BibTeX
format.
Solution suggestion: I don't know how the build process of the site works, but perhaps jekyll-scholar could be useful.
Activity
bob-carpenter commentedon May 24, 2017
Thanks for making the suggestion in the form of an issue. I'm pretty sure Michael decided to axe the citations rather than try to make them more useful. The problem we have is that they only represent a small fraction of the Stan publications and we don't have the energy to curate a proper list.
betanalpha commentedon May 25, 2017
tpapp commentedon May 27, 2017
I was actually looking for a
BibTeX
entry to cite the Stan manual. I recognize that providing a comprehensive citation page is burdensome, but I wonder if it would be possible to have a single, up to date.bib
file with entries forSince the manuals already use
BibTeX
, those entries already exist, eg for Stan, rstan, etc. They would just need to be merged as a single file and made available.Then this could be displayed under citations, converted to HTML with jekyll-scholar or similar.
bob-carpenter commentedon May 28, 2017
Interesting. The BibTeX is here for the Stan language manual: https://github.com/stan-dev/stan/blob/develop/src/docs/bibtex/all.bib
It's not very well curated, but if someone wanted to fix it, that'd be great. It'd be easy to add all the manuals and at the very lest just point people to it.
I hadn't seen jekyll-scholar before. It doesn't integrat with GitHub pages and it's more to configure than I have the spare time to take on, but if someone else wants to figure it out and take the responsibility of maintaining the bib going forward (these things are easy to start, but much harder to maintain), this should be pretty easy.
ctross commentedon Sep 24, 2018
I think just adding this to the markdown file will place a nice Bibtex citation:
bob-carpenter commentedon Sep 24, 2018
We used to do this, but it was all just too confusing to navigate. Maybe BibTeX citation popups like on Google Scholar?