Here is demo for Eight Great Prose Masters of the Song, which is just frontend UI without server.
pip install -r requirements.txt
git checkout -b frontend origin/frontend
npm install
npm run start
Use cbdb api to get datas, you can use get_datas.py to collect data. and mv data to ./datas/datas
python get_datas.py
It includes signed graph modeling, subgraph extraction, computing and visualize. The final output is consists of three parts: Top and Central People, Direct Relationship and Group Partition.
@inproceedings{huang2018computing,
title={Computing Len for Exploring the Historical People's Social Network},
author={Huang, Junjie and Luo, Tiejian},
booktitle={2018 6th International Conference on Future Internet of Things and Cloud Workshops (FiCloudW)},
pages={95--101},
year={2018},
organization={IEEE}
}