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

Convert CiteSeerX fetcher to new infrastructure #4185

Merged
merged 3 commits into from
Jul 13, 2018
Merged

Commits on Jul 8, 2018

  1. Convert CiteSeerX fetcher to new infrastructure

    The old implementation first extracted the detail pages for each article matched by the query and then went to every detail page to extract the bibliographic information. Instead, we now parse the COinS information that is already contained in the main result page and thereby reduce the number of requests to 1 per query.
    tobiasdiez committed Jul 8, 2018
    Configuration menu
    Copy the full SHA
    378a0ec View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Configuration menu
    Copy the full SHA
    ca149fe View commit details
    Browse the repository at this point in the history
  2. Add additional test

    tobiasdiez committed Jul 12, 2018
    Configuration menu
    Copy the full SHA
    e57296c View commit details
    Browse the repository at this point in the history