Skip to content

Re-implementation (V2) of Course-Description-Automation. An app for the University of Geneva's administration to automatically generate printable 1-2 page PDF of course descriptions.

Notifications You must be signed in to change notification settings

David-Kyrat/cda_v2_scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UNIGE Administration Project | Course Description Automator

Application to automatically generate printable 1-2 page PDF of course descriptions.

V2 of repository Course-Description-Automation. Project directly integrated with the gui, refactored 100% in scala / integrated java for more coherence, stability and ease of deployment. (no more jar from a separate project for the gui and no more Rust)

Made with:

unige Scala Neovim

UI Screenshot

Output Example

Dependencies

  • Java 17 (Liberica's JDK) (Installable with sdkman, see ./setup script)
  • Pandoc
  • Wkhtmltopdf

The JDK needs to be specifically Liberica's one as it contains JavaFX, and does the linking of that library for us (i.e. no need to add cli options when running / compiling).

It should work for Java >17 but has not been tested.

Running the project

git clone https://github.com/David-Kyrat/cda_v2_scala.git
cd cda_v2_scala
# If you don't have Liberica's JDK for java17 installed (needs to be specifically Liberica's one as it contains JavaFX, and does the linking for us)
./setup
make run

or manually, if you have maven installed:

git clone https://github.com/David-Kyrat/cda_v2_scala.git
cd cda_v2_scala
./setup 
mvn clean package
java -jar target/cda-jar-with-dependencies.jar

Building the fat jar

make

file is located in target/cda.jar

About

Re-implementation (V2) of Course-Description-Automation. An app for the University of Geneva's administration to automatically generate printable 1-2 page PDF of course descriptions.

Resources

Stars

Watchers

Forks

Packages

No packages published