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

use ieee & scopus as databases based on api key availability #27

Open
kashyapm94 opened this issue Sep 28, 2022 · 0 comments
Open

use ieee & scopus as databases based on api key availability #27

kashyapm94 opened this issue Sep 28, 2022 · 0 comments
Assignees
Labels
discussion step-review Issues ready to review

Comments

@kashyapm94
Copy link
Collaborator

If the user has chosen all the databases by default but has no API key for IEEE & Scopus, can we remove these databases automatically before the search begins?

Currently, if all the databases are used, the search function gets the following parameter as input:

databases = ['ACM', 'arXiv', 'bioRxiv', 'IEEE', 'medRxiv', 'PubMed', 'Scopus']

By automatically removing the above-mentioned databases if their API keys are None, the parameter becomes:

databases = ['ACM', 'arXiv', 'bioRxiv', 'medRxiv', 'PubMed']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion step-review Issues ready to review
Projects
None yet
Development

No branches or pull requests

2 participants