Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/)
- Host: GitHub
- URL: https://github.com/cyyeh/knowledge_network
- Owner: cyyeh
- License: mit
- Created: 2019-01-11T03:27:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T15:08:00.000Z (almost 6 years ago)
- Last Synced: 2024-12-21T05:24:43.584Z (2 months ago)
- Language: Python
- Size: 1.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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