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

Option to generate bibtex from other sources DBPL #112

Closed
dinhanhx opened this issue Jul 30, 2022 · 2 comments
Closed

Option to generate bibtex from other sources DBPL #112

dinhanhx opened this issue Jul 30, 2022 · 2 comments
Labels

Comments

@dinhanhx
Copy link

dinhanhx commented Jul 30, 2022

An option to generate bibtex from Google Scholar, Semantic Scholar.

For example, one click https://arxiv.org/abs/1602.07261

Instead of showing this
image
It can show this

@article{szegedy2016inception,
  title={Inception-v4, inception-resnet and the impact of residual connections on learning (2016)},
  author={Szegedy, Christian and Ioffe, Sergey and Vanhoucke, Vincent and Alemi, Alex},
  journal={arXiv preprint arXiv:1602.07261},
  year={2016},
  publisher={CoRR}
}
@dinhanhx dinhanhx changed the title Option to generate bibtex from other sources (Google Scholar) than DBPL Option to generate bibtex from other sources DBPL Jul 30, 2022
@vict0rsch
Copy link
Owner

vict0rsch commented Jul 30, 2022

That's not really how it works. First of all, you should almost certainly not use an Arxiv preprint citation when a proper publication citation is available.

But more importantly, not all sources have the same data and I cannot guarantee a choice in citation sources. The way it currently works is it sequentially queries the sources (PapersWithCode, then Semantic Scholar, then DBLP, then GS) and the first one that has a publication match for the preprint displays the bibtex.

Having an option to choose sources would be a nightmare in UI because they all have varying latencies and you'd have to wait for all sources to respond before having your citation instead of getting it with the first to respond.

I'll keep your suggestion in mind though.

If you think it's a big deal, keep this issue open. If you think it's not, then you can close it.

In any case, thank you for taking the time to improve PaperMemory!

@vict0rsch
Copy link
Owner

I've reordered preprint matching sources so that DBLP is last and therefore if you do see a DBLP citation there it means others have failed

(in #117 so next release)

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

No branches or pull requests

2 participants