Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cyyeh/knowledge_network

This repo draws a knowledge graph from analysing [my blog posts](https://cyyeh.github.io/)
https://github.com/cyyeh/knowledge_network

Last synced: 8 days ago
JSON representation

This repo draws a knowledge graph from analysing [my blog posts](https://cyyeh.github.io/)

Awesome Lists containing this project

README

        

# dotIO graphs

This repo draws a knowledge graph from analysing [my blog posts](https://cyyeh.github.io/)

## How?

- Python: parse blog posts locally to generate network nodes and edges and save it to a json file
- JavaScript: a static website using Vis.js for generating a knowledge graph based on the saved json file

## Functionalities

- [x] draw the network: nodes are tags and articles
- [x] search the network based on tags
- [x] article node can be clicked and see the article