Systematic Review Query Visualisation and Understanding Interface
searchrefiner is an interactive interface for visualising and understanding queries used to retrieve medical literature for systematic reviews.
It is currently in development, however please find a demo link on the project home page.
searchrefiner is built as a Go application.
- First, clone this repository.
- Configure the application. The application can then be configured via a
config.json
(a sample is provided). In this minimal file, everything up to and includingEntrez
needs to be configured. - Run
make run
. This will download all of the necessary dependencies and run the application.
At the moment, you still need to make an account to use searchrefiner, even locally. The account that you make is a local account and is not the same as the one you might create on another instance of searchrefiner.
searchrefiner can also be run from a preprepared Dockerfile:
- Create a
config.json
file (see above) - Setup the docker image with
make docker-build
ormake docker-build-force
to force a rebuild - Run the server with
make docker-run
- Or, to deploy on SRA in the
/sites/ecosystem
folder runpm2 restart ecosystem.config.js
- Query site at http://localhost:4853
API Endpoint TODO
Please cite any references to the searchrefiner project as:
@inproceedings{scells2018searchrefiner,
Author = {Scells, Harrisen and Zuccon, Guido},
Booktitle = {Proceedings of the 27th ACM International Conference on Information and Knowledge Management},
Organization = {ACM},
Title = {searchrefiner: A Query Visualisation and Understanding Tool for Systematic Reviews},
Year = {2018}
}
Please cite any references to any of the automation tools embedded in searchrefiner as:
@inproceedings{li2020systematic,
Author = {Li, Hang and Scells, Harrisen and Zuccon, Guido},
Booktitle = {Proceedings of the 43rd Internationa SIGIR Conference on Research and Development in Information Retrieval},
Date-Added = {2020-06-09 13:11:19 +1000},
Date-Modified = {2020-07-03 15:45:14 +1000},
Month = {July},
Pages = {25--30},
Title = {Systematic Review Automation Tools for End-to-End Query Formulation},
Year = {2020}
}