Skip to content

wonderly321/CLHPSoNet

 
 

Repository files navigation

Computing Lens for Exploring the Historical People's Social Network

Here is demo for Eight Great Prose Masters of the Song, which is just frontend UI without server.

System setup

Python3.6

pip install -r requirements.txt

Node9

git checkout -b frontend origin/frontend
npm install 
npm run start

Data collection

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

CLHPSoNet workflow

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.

Citation

@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}
}

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 78.5%
  • Python 21.2%
  • HTML 0.3%