Skip to content

sebastiangoetz/slr-toolkit

Repository files navigation

Join the chat at https://gitter.im/sebastiangoetz/slr-toolkit GitHub issues GitHub license Build Status

SLR Toolkit

A Toolkit for Systematic Literature Reviews

Find a short video giving an overview of the main features of the tool on Youtube.

If you use the SLR Toolkit for your research, please cite the following demo paper:

Sebastian Götz. 2018. Supporting systematic literature reviews in computer science: the systematic literature review toolkit. In Proceedings of the 21st ACM/IEEE International Conference on Model Driven Engineering Languages and Systems: Companion Proceedings (MODELS '18). Association for Computing Machinery, New York, NY, USA, 22–26. https://doi.org/10.1145/3270112.3270117

Releases

Latest release: here

iOS App

Since 15.02.2021 there's an iOS App of our tool developed by Max Härtwig.

All details are in the ios-client folder.

You can find a short video of the main features on Youtube

Android App

An Android App is under development, too. It's currently in the android-client branch and can hopefully be released soon.

Build

  • From console
    • mvn -f ./plugins/de.tudresden.slr.parent/pom.xml clean verify for building with tests
    • mvn -f ./plugins/de.tudresden.slr.parent/pom.xml clean package -P skipUnitAndUiTests for building without tests
  • Within Eclipse add Run Configurations (Run as -> Maven build):
    • de.tudresden.slr.target.target -> open de.tudresden.slr.target.target -> set as target platform
    • de.tudresden.slr.model.taxonomy -> de.tudresden.slr.model.taxonomy.GenerateTaxonomy.mwe2 -> Run as.. -> MWE2 Workflow
    • for plugins/de.tudresden.slr.parent/pom.xml with clean package

Dependencies

  • JDK 17+
  • Eclipse 2023-06 (EPL)
  • JBibTex 1.0.15 (BSD 3-clause)
  • Eclipse BIRT (EPL)
  • Xtext 2.31 (EPL)

License

EPL 1.0