The goal of this project is to create a visualization of author's influences.
- Using SPARQL we query dbpedia.org for the list of all authors and extract who they influenced and who they were influenced by.
- We also extract wiki related information from this database, that helps us finds the pictures of the authors.
- Finally, we use d3 libraries to draw an interactive graph that allows one to explore the influence tree
Run:
python server.py
Open the website at the proper port (ex: localhost:8000)
Note: By default William Faulkner's tree should be loaded