Skip to content
Snippets Groups Projects
Florian Raab's avatar
Florian Raab authored
a69ceff6
History

Infovis2024-Elm-project

Name

Elm-Project for the course "Informationsvisualisierung" in 2024 at Martin-Luther-Universität Halle-Wittenberg.

Description

Data Visualization of Visa-Data for Schengen using the functional programming language Elm.

Installation

Install Elm if you haven't already. Then you can compile the source code in src using elm make src/Main.elm --output=public/index.js.

Parcel Development Setup

  • Install npm if it is not installed already.
  • Run npm install in source directory.
  • To start the development server, run npm start

Usage

For a local usage, just serve the contents of the public directory using a local file server. Otherwise, you can view the deployed project here.

Roadmap

TBD

Authors and acknowledgment

Damian Haj-Houssin, Florian Raab, Aamon P. Hoffmann

Project status

Currently in preparation phase.