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

Improved SemanticScholar search #96

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Commits on May 3, 2024

  1. Improve Query functions

    * Add PubMed to id
    * Add ability to pass extra parameters to query (request_query and request_paper). This will be needed for new functions.
    * Add missing timeout to request_query
    * Exclude "Too Many Requests" and "Endpont request timed out" Errors from raising an Exception and return magic-string "TIMEOUT". search_semantic will retry with increasing interval until success or other error type.
    Wrobel committed May 3, 2024
    Configuration menu
    Copy the full SHA
    923ab9e View commit details
    Browse the repository at this point in the history
  2. Add function to load json file

    Wrobel committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ef491d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92a9692 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0aedf85 View commit details
    Browse the repository at this point in the history
  5. Bugfix

    Wrobel committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f0c0bc6 View commit details
    Browse the repository at this point in the history
  6. Ignore None values when matching identifiers

    Wrobel committed May 3, 2024
    Configuration menu
    Copy the full SHA
    253e918 View commit details
    Browse the repository at this point in the history