Skip to main content

Top-level package for ACM DL Searcher.

Project description

https://img.shields.io/pypi/v/acm_dl_hci_searcher.svg Documentation Status

A simple command line tool to collect the entries on a particular venue and in acm and run searches on them.

Install

pip install acm-dl-searcher

Usage

If getting the entries from the CHI 16 Conference:

  • To get the entries of a particular venue:

    acm-dl-searcher get 10.1145/2858036 --short-name "CHI 16""

    This will download all the entries and their abstracts. The short-name provided can be anything. The first parameter expected for amc-dl-searcher get is the doi of the venue.

  • To list all the venues saved:

    acm-dl-searcher list
  • To search the from the saved venues:

    acm-dl-searcher search "adaptive"

    This will search all the venues obtained through acm-dl-searcher get, and list out the paper and titles that contain the phrase “adaptive” in the abstract or title. Currently the searcher uses a fuzzy search with a maximum difference of 2.

    To narrow the search to particular venue(s) use the option --venue-short-name-filter:

    acm-dl-searcher search "adaptive" --venue-short-name-filter "CHI"

    This will list out the matches from venues whose short name contain “CHI”.

    To print out the abstracts as well use the option --print-abstracts:

    acm-dl-searcher search "adaptive" --print-abstracts

    To view the results on the browser use the option --html:

    acm-dl-searcher search "adaptive" --html

Credits

This package was created with Cookiecutter and the briggySmalls/cookiecutter-pypackage project template.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

acm_dl_searcher-0.1.0a3.tar.gz (10.3 kB view hashes)

Uploaded Source

Built Distribution

acm_dl_searcher-0.1.0a3-py3-none-any.whl (10.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page