Skip to content

canggihpw/vismathgenes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualization of MathGenes

Visualize the ancestor of people described in https://www.genealogy.math.ndsu.nodak.edu using graph.

Usage

Import the class

from MathGenealogy import MathGenealogy

Create instance

MG = MathGenealogy()

Put the person you are looking for. The PersonID can be retrieved in https://www.genealogy.math.ndsu.nodak.edu. For the next feature, I will making this more convenient.

PersonID = "53269"
PersonName = "Einstein"

Get the ancestors

MG.find_ancestors(PersonID,PersonName)

Result

Code above will result the following graph

Albert Einstein

Features to be added

  • Search PersonID
  • Find descendants

License

GNU Affero General Public License v3.0

About

Visualize the ancestor of math people

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages