JSnowball is a program for performing systematic literature studies through snowballing and for visualization of citation relations between academic papers.
All dependencies, except for the JDK and JRE are automatically installed by the Gradle wrapper build script.
./gradlew build
Run the following commands in Powershell.
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
.\WindowsBuild.ps1
The script automatically downloads a JDK and the WiX installer and then runs the Gradle wrapper build script. An installer bundle will appear in app\build\dist.
./gradlew test
./gradlew run
Reports on bugs and other issues are welcome. Please don't hesitate to open a new issue.
Likewise, contrubutions to code or documentation in the form of pull requests are welcomed.
Copyright 2021 Marcus Dansarie.
This project is licensed under the GNU General Public License – see the LICENSE file for details.