-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add Support for Importing Bibtex Files #1
Comments
You could use sokman/sok/management/commands/dblpimport.py Lines 446 to 484 in c784860
If you already use DBLP cite keys in your file, you can simply import the publications with ./manage.py dblpimport 'DBLP:conf/ease/PetersenFMM08' 'DBLP:conf/ccs/EgeleBFK13' You can provide as many cite keys in the single command. Add Note that the Semantic Search API integration that is used for snowballing works based on the DOI (or Semantic Search paper ID). If you have a DOI in your bibtex file, it should work out of the box, else you might need to assign the IDs accordingly. You could search DBLP for the publication title to semi-automatically identify related DBLP entries (or more specifically DOIs). You could do the same with the Semantic Search API. |
I have converted the bibtex entries into an SQL insert statement on |
I think the use-case is still interesting and is worth supporting. Hence, I keep the issue open as a reminder. |
The small script for anyone facing the same use-case https://gist.github.com/josepaiva94/c91834935923e8394aa19ed766d8fa51 (DOIs are mandatory!) |
I have a list of relevant publications in a bibtex file. How can I start snowball process from such list?
The text was updated successfully, but these errors were encountered: