Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.04 KB

File metadata and controls

26 lines (20 loc) · 1.04 KB

Entwicklung und Evaluation von Visualisierungsstrategien für große Abhängigkeitsgraphen von Lerninhalten

Prototype Code of Bachelor-Thesis


Run Code

  • clone the repository and run npm i
  • npm run dev

Konkrete Aufgaben

  • Analyse existierender Tools auf Strategien und Ideen
  • Durchführung einer Anfoderungsanalyse (z.B. Fokusgruppe), um herauszufinden wie Nutzende mit dem Graphen arbeiten wollen
  • Iterative Entwicklung eines Prototypen (basierend auf Cytoscape.js)
  • Design, Durchführung und Auswertung einer Studie (Evaluation des Prototypen/Vergleich von Visualisierungsstrategien)
  • Schriftliche Dokumentation der Ergebnisse

Information about the Code

This code is to run a disconnected graph Visualisation

  • This code uses only static data, parsed into .json files
  • It is not connected to any database or server
  • It is purely the code to run a Prototype GraphIT Visualisation
  • It has no editing functionality
  • This project is due to a Bachelor's Thesis