Tagged Questions

A family tree, or pedigree chart, is a chart representing family relationships in a conventional tree structure.

learn more… | top users | synonyms

751
votes
16answers
97k views

Cycles in family tree software

I am the developer of some family tree software (written in C++ and Qt). I had no problems until one of my customers mailed me a bug report. The problem is that he has two children with his own ...
37
votes
9answers
1k views

Family Tree Algorithm

I'm working on putting together a problem set for an intro-level CS course and came up with a question that, on the surface, seems very simple: You are given a list of people with the names of ...
15
votes
4answers
4k views

Family tree layout with Dot/GraphViz

I am trying to draw a family tree with Dot and GraphViz. This is what I currently have: # just graph set-up digraph simpsons { ratio = "auto" mincross = 2.0 # draw some nodes "Abraham" ...
12
votes
4answers
2k views

Calculate Family Relationship from Genealogical Data

I would like to be able to calculate the family relationship between two individuals in a family tree, given the following data schema (simplified from my actual data schema, only showing columns that ...
10
votes
5answers
2k views

Javascript/PHP Family Tree Builder with Multiple Parents

Is there an existing PHP, Javascript, or even command line tool that can build a family tree in HTML (preferably) or at the very least create an image for it? Multiple parents are a requirement. I ...
5
votes
3answers
711 views

Logic for family tree program

I am creating a family tree program in Java, or at least trying to. I have developed several classes: Person - getters and setter for name gender age etc FamilyMember - extends Person getters and ...
4
votes
1answer
960 views

Drawing family trees with WPF

I'm searching for tutorials on how to draw a family tree with WPF (and C#). Something like http://www.myheritage.nl/FP/family-tree.php?s=65040841 or Family.Show but for a complete beginner. ...
3
votes
1answer
202 views

What is the best way to implement a family tree using ASP.NET MVC & SQL Server

I am trying to create a Family Tree website (for personal use) using MVC3 and SQL Server 2008 however I am relativly new to MVC3 (Using Razor & Entity Framework) but know SQL Server quite well. I ...
3
votes
3answers
212 views

Family Tree display

I am creating a family tree program. My question is how do i position the nodes? Originally i positioned the root at the center of my screen and it works fine if it is a perfect binary tree and the ...
3
votes
2answers
399 views

SQL database design

I am making a database for a program where i am supposed to model some relations in the family. ex: X is father to Y , Y is son to X So , i have a Members table with all info about each member so i ...
3
votes
3answers
550 views

How can I construct a family tree with Perl?

I have a programming assignment in Perl that requires me to do the following: Creates a table in a mySQL database, and inserts these records into it: Loads the data from the table into an array of ...
2
votes
0answers
84 views

Grappa Graphviz dot-Visualization Problem and Questions

i am using this dot-Code for my Test: digraph G { edge [dir=none]; p1 [shape=circle,style=filled,label="",height="0.01",width="0.01"]; q1 ...
2
votes
2answers
563 views

MySQL Store Relationship (Family) Tree

I need to build a family tree in php and MySQL. I'm pretty surprised at the lack of open source customizable html family tree-building software there is out there, but I digress. I have spent a lot ...
2
votes
1answer
695 views

is there a jquery plugin for creating something like organisational hierarchy chart?

I m woring on a genealogy project. I have been trying to find a jquery plugin for creating family tree.
2
votes
1answer
354 views

Query the relation between two people in a Prolog Family Tree

Suppose I have the below code in my familyTree.pl file: male(tom). male(bob). female(lisa). female(emily). parent(tom, bob). parent(lisa, bob). morethanfriends(emily, bob). father(X,Y) :- ...
2
votes
5answers
411 views

Efficient database query for ancestors on an acyclic directed graph

Let's say I have an acyclic directed graph such as a family "tree" (not really a tree since a child has 2 parents). I want to place a representation of this graph in a relational database so that it's ...
2
votes
3answers
1k views

Family tree design suggestions?

I would like to design a family tree on my website. How can this be done with jQuery or Ajax? Any animated examples out there?
2
votes
1answer
899 views

“Family Tree” Data Structure

I'm looking for a way to represent a "family tree" (family tree is an elaborate metaphor) in PHP. This means that children will need to inherit from two (or more) parents. Here are the requirements: ...
2
votes
3answers
363 views

SQL Loop over a family tree

Using SQL server 2008. I have a family tree of animals stored in a table, and want to give some information on how 'genetically diverse' (or not) the offspring is. In SQL how can I produce sensible ...
2
votes
8answers
3k views

How do I draw the lines of a family tree using HTML CSS?

I'm trying to implement something similar to what http://www.ancestry.com has, but I'm not sure how to draw the lines. Here is a rough ascii sketch of what I want to do: +----GrDAD1 ...
1
vote
0answers
105 views

Cladogram, tree of life, cladistics, taxonomy in JS or canvas?

Good people - I need some help to find a way to create an interactive cladogram or phylogenetic tree (yes, I have read all related posts, and do not find what I am looking for). The thing is, I need ...
1
vote
1answer
85 views

Python simplepyged graphical representation of family trees

Does anyone know a way to use the python package simplepyged (for parsing gedcom files) for graphical representation of family trees? XY-Pic? Matlibplot? pictex? I appreciate any help! Thanks!
1
vote
1answer
193 views

Represent a directory tree family-tree style

How can I output a representation of a directory tree in a family-tree style like this one where one to ten are directories at different levels under the root directory? root ...
0
votes
1answer
78 views

what is code in prolog can find two person who has same generation?

I need a code in prolog. Assume we defined some persons in family tree. How can I write a function that get two persons name and process if they have same generation and who is their same ancestor? ...
0
votes
3answers
62 views

Graph and relational database

I'm looking for the best way to store and query a family tree (a graph of people with their relationships like a genealogy ) into a relational database. I guess, that can be easily achieved by using ...
0
votes
0answers
206 views

Any one knows about making Family Tree in AJAX? Like http://www.genoom.com?

Any one know any script that will work like http://www.genoom.com family tree? Or you you guys give me any ideas about the database table structure they used to make the tree like this? And how they ...
0
votes
1answer
351 views

saving tree data in database (family tree)

I am trying to store a family tree. Here is the platform that I am using, Zend framework, Mysql, Ajax I have searched stackoverflow I came across this post which is very helpful in handling data in ...
0
votes
0answers
321 views

Algorithms for a family tree in asp.net and processing?

Hello im creating a website where a user inputs data to create a family tree. Im just tryin to figure out how to do it as ive not started coding yet, the problem is i dont no what algorithms are ...
0
votes
1answer
435 views

bubble chart like family tree

It is possible to make this bubble chart dynamically using flash or even css. If so, is there any other example or tutorial to achieve this. I will use this for networking purposes. Any suggestion ...
0
votes
1answer
222 views

Develop a Family Tree Portal with several functinality

We need to develop a family tree portal which also supports functinality like Portal Framework (Sub portal) Dashboard Blogs, Forums, Events, Polls, Task Member subscription Advertisement Chat ...
-1
votes
0answers
57 views

how should i change this code in prolog [closed]

i wrote a program in prolog which show family relationship of a family but i have problem with a function i need a function which can show if two people has same generation in their ancestor, and says ...
-1
votes
1answer
80 views

Need a good UI development tool for newbie for a complex org chart or family chart

I have a very complex org chart or a family chart with confusing relationships. For eg. a child can have multiple parents and each child will have multiple properties which can point to another data ...