Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 542 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 542 Bytes

KnowledgeVIS interface

Our interface is written in vanilla HTML/CSS/JavaScript. We style the interface using the Semantic UI library. We build the visualizations using D3.js.

Setup

  1. Open a command-line shell (Windows) or Terminal (MacOS, Linux) in a new window
  2. Navigate to the interface/ folder

Windows:

  1. Run py -3.9 -m http.server

MacOS / Linux:

  1. Run python3.9 -m http.server

Both:

  1. Open a browser and navigate to http://localhost:8000/

Libraries

  • JQuery v3.6.x
  • D3.js v7.x
  • Semantic UI v2.5.x