Genealogy and Genetics related projects sandbox
Based on D3.JS try to implement tree visualization
TODO: Migrate to D3 v4-5-6-7
-
https://github.com/d3/d3/blob/main/CHANGES.md#changes-in-d3-40
-
https://stackoverflow.com/questions/44379393/how-can-i-specify-the-d3-v4-micro-library-on-cdn
-
D3@6 based
-
Maybe D3.Cloud v4
-
Maybe React tag-cloud - https://madox2.github.io/react-tagcloud/
- https://bl.ocks.org/mbostock/4063423 - Sunburst Partition
- https://bl.ocks.org/kerryrodden/7090426 - Sequences sunburst
- https://www.jasondavies.com/coffee-wheel/ - Coffee Wheel
- alternative https://github.com/amaunz/d3/blob/master/coffee-wheel/coffee-wheel.html - also D3@3 based
- alternative https://www.anychart.com/products/anychart/gallery/Sunburst_Charts/Coffee_Flavour_Wheel.php - based on AnyChart.
- https://bl.ocks.org/mbostock/4348373 - Zoomable Sunburst
- http://charts.animateddata.co.uk/tennis/matchTree.html - maybe rework sunburst with this "Circular match tree"
- NEW: https://observablehq.com/@dmadisetti/perseverance-parachute
Alternative
- https://github.com/magicsunday/webtrees-fan-chart basted on PHP-built webtrees.
- https://awesomeopensource.com/project/magicsunday/webtrees-fan-chart?categoryPage=7
- Example can be Cluster info from MyHeritage (CVS format)
- https://csaladenes.com/2015/06/21/a-visual-exploratory-of-refugee-flows-over-the-world-using-dynamic-chord-diagrams/
- Maybe parser of GEDCOM
- http://bl.ocks.org/mbostock/4339083 - Collapsible Tree
- http://bl.ocks.org/d3noob/8329447 - tree diagram
- http://charts.animateddata.co.uk/datavistree/ - Dataviz diagram
- https://thepowerrank.com/ncaa-tournament-predictions/ - another tree example
- Surnames table based on patronymic / male name - matrix
- Surnames table based on matronymic / female name - matrix
- Vulgo names based on my genealogy research
- Maybe dedicated repo.
- Get date/time information from
GEDCOM
file, parse with nodeJS/JS and visualize as time graph. Example in Tumblr Activity section/page.
Other Resources: