Skip to content
Marek Sosnicki edited this page Nov 17, 2020 · 13 revisions

Automated Search Helper is a tool created to help in Systematic Literature Review process during automated search or papers.

The general idea of the application is following:

  1. Get input files from search in multiple digital libraries.
  2. Download texts of all found articles and save them in convenient form.
  3. Run narrower search in full texts of papers.
  4. Display results in a way that is easy to analyze.

Application is a server based application, but it's intended to be run on personal computer or in a private network. It is written in python with Flask library used for server code.

The example use case of application with evaluation is presented in Evaluation.

Clone this wiki locally