From 463450ee8691a0eb52d428edc624e58667f8836c Mon Sep 17 00:00:00 2001 From: fgerle <82397651+fgerle@users.noreply.github.com> Date: Wed, 4 Oct 2023 16:48:25 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cde044d..135f32f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # MathGen Python Project to generate genealogical graphs using the data from the Mathematics Genealogy Project + +This is a completely new implementation of a project I did in 2019 to generate a poster of a friend's academic family tree as a present for his defense. + +## Status +At the moment only the basic functionality of downloading info from the Mathematics Genealogy Project from their website and storing this data in a SQLite3 database is implemented.