-
Notifications
You must be signed in to change notification settings - Fork 50
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
Loading CSV file from Scopus #25
Comments
This has been partial resolved by #29. But it would be nice to have a |
I was just working with the exported Scopus CSV and was looking in the code base for this exact functionality. I would be happy to help! It would be my first open-source contribution. |
Hi Travis, If you would like to contribute to litstudy by adding functionality for loading Scopus CSV files, we would be happy to review a pull request! The steps for this would be roughly the following:
Let me know if you run into any issues. Some more resources about creating pull requests:
If you want to give it a try, shall I assign this issue to you? |
Yes, I'd like to give it a go. I was currently working in scopus.py, but I will follow your suggestion and add a new file. Given that suggestion, would there be preference to create a new object ScopusCsvDocument, Instead of modifying the current ScopusDocument object to accommodate loading the csv? |
Great! I don't think it is possible to use |
This has now been resolved thanks to PR #45 (Thanks for your contribution tleedepriest!) |
The Scopus web search engine offers the ability to export search results as a CSV file. It might be interesting to add a
load_scopus_csv
function, similar toload_ieee_csv
andload_springer_csv
The text was updated successfully, but these errors were encountered: