0.2.0 • Published 1 year ago

mathcestor v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

mathcestor: Ancestor/descendant tree from Mathematics Genealogy Project, rendered to HTML

Given the ID of a mathematician from the Mathematics Genealogy Project, this script walks up the tree of academic ancestors (advisors, advisors' advisors, etc.) or down the tree of academic descendants (students, students' students, etc.), and builds an HTML rendering of that tree.

Examples

For example, here are the rendered trees for the author of this software:

Usage

After installing Node, you can install (or update) this tool via

npm install -g mathcestor@latest

Then you can use the script as follows:

mathcestor ID >individual.html
mathcestor ID advisors >ancestors.html
mathcestor ID students >descendants.html

where ID is the number at the end of a URL from https://www.mathgenealogy.org/

0.2.0

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago