Visualization
Use the force-directed graph to visualize articles and topics across the Loosed knowledge base and blog. Click on article titles to navigate to those specific pages. Hover tags to highlight all articles with that specific tag, or click the tag label to navigate to a listing of all articles with that tag.
The graph is built with D3.js and uses a force simulation to position nodes. Articles are represented as circles, with fill (vs. stroke) indicating their type— either blog post or knowledge base. Tags are represented as different colored nodes connected to their respective articles.
I created this visualization as a way to explore the relationships between articles and tags, and to provide a more engaging way to discover content on the site.
Controls
Legend
- Use the legend to toggle visibility of articles by type, or to toggle tags
- Click the "Reset View" button to disable filters and reset the zoom and pan
Panning and Zooming
- Click and drag on the canvas to pan
- Scroll to zoom in and out
Interacting with Nodes
- Click and drag a node to rearrange the graph
- Hover over a tag node to highlight all articles with that tag
- Click a node label to navigate to that article or tag page
Ideas for Improvement
- Scale node radii based on likes?