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

Search by title for bibtex without doi #10

Open
pesho-ivanov opened this issue Mar 3, 2019 · 2 comments
Open

Search by title for bibtex without doi #10

pesho-ivanov opened this issue Mar 3, 2019 · 2 comments
Labels

Comments

@pesho-ivanov
Copy link

Often the bibtex entries do not contain doi information. It will be useful to automatically search by the available information.

A low-hanging solution could be to reuse the already implemented Search by title functionality and ask the user to agree with each matching paper.

In order not to repeat this process, the user could export the papers together with their doi (already implemented) and edit the original bib file.

@pesho-ivanov
Copy link
Author

Another solution is to just update the bib file by a tool like betterbib.

@barney-walker barney-walker transferred this issue from CitationGecko/citation-network-explorer Jul 5, 2019
@barney-walker
Copy link
Collaborator

betterbib looks very useful, however betterbib is python based so it complicates things a bit.

We'd have to send the bibtex to the server and the server would have to spawn a python process to run betterbib and then send the bib back. Would also mean more devops to make sure the python environment is set up correctly on the sever with betterbib installed.

If someone was already running betterbib (or similar) as a web service we could just use via an API that would simplify things a lot!

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