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

Bibtex? #8

Closed
andrejbauer opened this issue May 18, 2016 · 7 comments
Closed

Bibtex? #8

andrejbauer opened this issue May 18, 2016 · 7 comments

Comments

@andrejbauer
Copy link
Collaborator

It would probably be useful to have a Bibtex version of each paper. An easy solution would be to just add it to each entry.

@bobatkey
Copy link
Contributor

A cheap and cheerful way of doing this would be to link to DBLP's record for each paper's bibtex. E.g., [http://dblp.uni-trier.de/rec/bibtex/journals/jfp/Atkey09]

@andrejbauer
Copy link
Collaborator Author

That's a good idea.

@yallop
Copy link
Owner

yallop commented Aug 12, 2020

Linking to the DBLP record has worked well elsewhere. Pull requests to update this repository similarly are welcome!

@dbuenzli
Copy link

For those doied papers there's alsodoi2bib.org for example https://doi2bib.org/bib/10.2307/1968337
which I think does the moral equivalent of:

> curl -LH "Accept: application/x-bibtex; charset=utf-8" https://doi.org/10.2307/1968337              

which sadly you can't get via query params.

Tomatosoup97 added a commit to Tomatosoup97/effects-bibliography that referenced this issue Aug 20, 2020
@Tomatosoup97
Copy link
Contributor

Hi! I have written a simple python script to automatically generate bibtex links for paper based on DBLP, it's available here: https://gist.github.com/Tomatosoup97/f6ae1b96e28e64c35d950967d51df3f2

And here is result of running it on current repo state: #103. One issue with the script which I didn't address yet, is that after we add support for doi (or other source), there would be two bibtex entries generated for papers with both DBLP and DOI link, but this can be resolved later.

I'm not sure whether we want to do anything with the script - it could be useful to generate links as we add more papers and/or validate in travis that each paper has a bibtex attached, when one is available.

dhil pushed a commit that referenced this issue Aug 20, 2020
@matijapretnar
Copy link
Contributor

Are BibTeX links necessary if we already have DBLP links?

matijapretnar added a commit to matijapretnar/effects-bibliography that referenced this issue Aug 5, 2024
@yallop
Copy link
Owner

yallop commented Aug 5, 2024

I think there's still some value in having direct BibTeX links (since not everything is in DBLP, for one thing).

matijapretnar added a commit to matijapretnar/effects-bibliography that referenced this issue Aug 6, 2024
@dhil dhil closed this as completed in 3a781b2 Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants