VAND Graph: Feature Overview - PMeschenmoser/Visual-Analyzer-for-News-Dependencies GitHub Wiki
- Article Import
- Client-side import
- Offer server-sided sets
- Highly parameterisable file parsers for articles in .txt and .JSON formats
- Visualization
- Arrangement onto self-adapting time scales
- Vertical ordering according to simulation layout
- Switch axes
- Choose between different article views (e.g. source, title, detail)
- Context visualisation for effective navigation in visualisation space
- Zoom + Pan directly with your mouse or by transforming the context bars
- Choose between Expert and Novice Mode
- Expert: Hide edges below user-defined threshold
- Expert: Vary more parameters such as opacity, link width and repulsion strength.
- On Click: Open Article Details and compare in- or out-ranks
- Article coloring: You can pass the data property d.background = [r,g,b,a] by your json files
- Edge highlighting
- etc.
- Code
- Easy setup, as project dependencies rely at most on node modules
- Central Error Handling
- Reusable and Modularised OOP Javascript
- Non-blocking simulation computation in HTML5 Web Worker
Go to Frontend Interaction!