This project has been developed in the context of my bachelor thesis. The goal is to find a fitting form of visualization for contextual information in the field of automotive digital forensics. The application should explore forms of data visualization that guide the user's attention to important elements on the current page. Through directing the focus, the user is leaded from element to element and in the end discovers the information they were searching for. The focus solely lies on the visualization and no other functionality is planned up to now.
- Go through the setup of the project provided below
- Play with the Vue project (this repo) and fill out the questionnaire
- Play with the Adobe Xd project and fill out the questionnaire
Please follow the steps below to get a local version of this application up and running:
- Install node.js the LTS version 16.13.1 https://nodejs.org/en/download/
- Run
npm install -g yarn
to install the current version of yarn - Run
npm install -g @vue/cli
to install the current version of vue's cli - Clone this repository and navigate to the cloned folder
- Run
yarn add .\package.json
on Windows oryarn add package.json
on Linux to add all package requirements - Run
yarn serve
to start the server - Open localhost:8080 in your browser