Skip to content

bibliography bibtex format #35

Open
@tpapp

Description

@tpapp

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

bob-carpenter commented on May 24, 2017

@bob-carpenter
Member

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

betanalpha commented on May 25, 2017

@betanalpha
Contributor
tpapp

tpapp commented on May 27, 2017

@tpapp
Author

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

bob-carpenter commented on May 28, 2017

@bob-carpenter
Member

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

ctross commented on Sep 24, 2018

@ctross

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

bob-carpenter commented on Sep 24, 2018

@bob-carpenter
Member

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @tpapp@betanalpha@bob-carpenter@ctross

        Issue actions

          bibliography bibtex format · Issue #35 · stan-dev/stan-dev.github.io