Skip to content

luzfcb/AcademicGenealogy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AcademicGenealogy

Please visit this blog post for more information.

Walkthrough for the Alan Turing example:

  1. Generate the dot file: python genealogy_miner.py config_turing.py turing.dot
  2. Use GraphViz to do a rough rendering to PNG: dot -T png turing.dot > turing.png
  3. Import the dot file into graphic design software; e.g., OmniGraffle.

Dependencies

Python packages:

  • networkx
    Required by genealogy_miner.

System packages:

  • graphviz
    Optional. Used for rendering dot files.

Author

Matt J Williams. 2014. Website: http://www.mattjw.net/

Acknowledgements

David Alber's Geneagrapher: http://www.davidalber.net/geneagrapher/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published