Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bibliography bibtex format #35

Open
tpapp opened this issue May 24, 2017 · 6 comments
Open

bibliography bibtex format #35

tpapp opened this issue May 24, 2017 · 6 comments

Comments

@tpapp
Copy link

tpapp commented May 24, 2017

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.

@bob-carpenter
Copy link

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
Copy link

betanalpha commented May 25, 2017 via email

@tpapp
Copy link
Author

tpapp commented 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 for

  1. the Stan project and the prominent papers,
  2. all the stan manuals,
  3. and possibly the papers they cite.

Since 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
Copy link

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
Copy link

ctross commented Sep 24, 2018

I think just adding this to the markdown file will place a nice Bibtex citation:

@Misc{stan2018,
    title = {Stan Modeling Language Users Guide and Reference Manual, Version 2.18.0},
    author = {{Stan Development Team}},
    year = {2018},
    url = {http://mc-stan.org/},
  }

@bob-carpenter
Copy link

We used to do this, but it was all just too confusing to navigate. Maybe BibTeX citation popups like on Google Scholar?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants