From 26ed62fa915a5bdae13d129781685f97ae6de033 Mon Sep 17 00:00:00 2001 From: Ralf Stephan Date: Wed, 30 Aug 2023 19:24:28 +0200 Subject: [PATCH] fixes --- .gitignore | 1 + README.md | 12 +++--------- conveyor.conf | 3 +-- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 311fbcd..114868c 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ workspace.xml *.iml *.ipr out/ +output/ !**/src/main/**/out/ !**/src/test/**/out/ diff --git a/README.md b/README.md index 9532556..c6d885a 100644 --- a/README.md +++ b/README.md @@ -3,18 +3,12 @@ JVM desktop app for systematic literature collection. LitBall applies the literature snowballing algorithm[1] on an academic graph (AG) and facilitates the creation of a systematic literature collection on a specific topic. Search runs, starting with a small set of initial papers, are sequences of up- and down-sweeps within the AG, intertwined with filtering using different filters. LitBall saves the state of these processing steps in a local database and all retrieved graph data. Output can be visualized or exported as a database for import in any spreadsheet. -LitBall uses [Kotlin/Compose](https://www.jetbrains.com/lp/compose-mpp/). Users can only try the application in alpha versions by running it in IntelliJ IDEA. Later, we plan to use [Conveyor](https://www.hydraulic.software/index.html) to provide binaries for Linux/Windows/Mac. +LitBall uses [Kotlin/Compose](https://www.jetbrains.com/lp/compose-mpp/). Get it from https://rwst.github.io/Litball-download, there are binaries for Linux/Windows/Mac. Please give us feedback, especially on Win/Mac, as we only test on Linux. ## Quick Install -Since LitBall is still alpha (but usable), you need to install IntelliJ IDEA and, optionally, if you want to use AI filters, the YDF package. +Download link: https://rwst.github.io/Litball-download -For IntelliJ IDEA, please refer to https://www.jetbrains.com/idea/. The free version suffices. - -After you install IntelliJ IDEA: -Start it and create a new project from version control. -Give this repository URL (https://github.com/rwst/LitBall). -Click Clone. -After some background indexing, start LitBall by clicking the triangle in the top toolbar, right of center. +Optionally, if you want to use AI filters, you need the YDF package, see https://github.com/google/yggdrasil-decision-forests ## LitBall Configuration See Settings on the Main screen. The first path will be the directory that holds your current queries. Changing this will read and display all queries in that directory. diff --git a/conveyor.conf b/conveyor.conf index 1d5ab28..676e68c 100644 --- a/conveyor.conf +++ b/conveyor.conf @@ -5,9 +5,8 @@ include "#!./gradlew -q printConveyorConfig" gradle.build-dir = /home/ralf/IdeaProjects/LitBall/build gradle.project-name = LitBall app.fsname = lit-ball -app.version = 2308 app.rdns-name = org.reactome.${app.fsname} -app.site.base-url = rwst.github.io/LitBall +app.site.base-url = rwst.github.io/LitBall-download app.vcs-url = github.com/rwst/LitBall app.license = "CC0 1.0 Universal" app.jvm.gui.main-class = MainKt