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

learn more… | top users | synonyms

1
vote
1answer
108 views

determine the old line of succession prolog

Given the british royal family, Using only male(X),female(X) and parent(X,Y) where the parent of X is Y, how to create the line of succession(X,Y) where Y is the successor of X in prolog I have ...
0
votes
1answer
46 views

Definition of Grandparent in Prolog, would any prolog programmers care to help clear this up?

Grandparent(X,Y):- Parent(X,Mother(Y)). Normally grandparent would be defined as Parent(X,Z) , Parent(Z,Y)....but it looks more natural to me as the Parent of Parent Y of X, what I defined above ...
5
votes
2answers
409 views

Looking for a Family Tree

I am creating Family Tree feature for my web app with HTML5 requirements. I already searched and found some JS samples, but I haven't find any that fit with my requirements. I already tried JIT, ...
0
votes
1answer
88 views

parent_of prolog

I am new to prolog and would like to have some advice. I have some facts: male(tom). male(james). male(john). female(elly). female(joanne). female(evonne). brother(john,tom). brother(john,joanne). ...
0
votes
2answers
219 views

MySQL Family Tree: Hierarchy, Marriage ref, and Display

I am building a Family Tree + History [PHP] website to accompany and showcase my mom's genealogy report that she had put together for her parents' Christmas gift. The tree at least will be based upon ...
0
votes
2answers
207 views

Prolog:simple family relation

I am learning Prolog and what i want is to do a simple "calculation"(i dont know how its called in Prolog) of the members of a simle family. For example i have: 1)father of steve is petter ...
0
votes
1answer
173 views

PHP MYSQL family tree 'about' page

I build a family tree. The table looks like this: id------firstname------mother------father-------kids this is the code for person detals page: $query = mysql_query(" SELECT family.id, ...
0
votes
1answer
219 views

graph database for genealogy

could someone point me to a working use of a graph database for genealogy? I would like to learn neo4j and I use python so I was looking to make a genealogy graph db for myself to learn graph db's. I ...
2
votes
2answers
499 views

CSS3 family tree, how to add wife

I'm following this guide on how to make a family tree using only CSS3. But I can't really get my head around how to make a marriage. To clarify: What the codes does now is this: what i want to add ...
0
votes
0answers
401 views

Family tree data structure regarding children data

Im using JUNG to create a simple family tree application. So far I am able to add the parent. But I have difficulty on what approach should I take to store the children. this is my data structure ...
-2
votes
1answer
47 views

i try to understand the js of the familyecho website, but i didn't find the code which should be here

At familyecho website, when you click me box, there must be a click trigger, i try to find the function, but i didn't find it anywhere,can somebody tell me where it is,and it will be better to tell me ...
2
votes
1answer
1k views

javascript library for building tree-node hierarchy

I am looking for JavaScript library that can perform the following tasks: Dynamically generate tree (graph-node) (hierarchy structure of data) Can connect nodes together Zoom option for graph area ...
0
votes
0answers
463 views

PHP Family Tree (Organization Stucture Chart) Without Javascript

I'm looking for a pure PHP, MySQL, CSS, HTML script without Javascript. Family tree should run when we disable javascript. Looking for simple class parent child where to put child left or right like ...
0
votes
2answers
1k views

Tree with 2 parents: build a family tree HTML/javascript as familyecho do

I want to display a genealogy tree without flash. In HTML/javascript/css. I have a big problem displaying my tree because of the: Difficulty to display the marital link beetween 2 parents the ...
0
votes
1answer
202 views

How to add a family map to my iphone app?

And Now I want to develop a iphone app, and will to add a view to show a family map, just like : and then will show a view just like : photos with some lines to show my falimy releationship, and how ...
0
votes
1answer
1k 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? ...
4
votes
2answers
862 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
4answers
360 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 ...
3
votes
1answer
343 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!
3
votes
1answer
347 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 ...
1
vote
2answers
788 views

Does any one knows about Family Tree using AJAX?

Does any one know about any script that will work like http://www.genoom.com family tree? Or can you guys give me any ideas about the database table structure they used to make the tree like this? ...
0
votes
1answer
222 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 ...
2
votes
1answer
1k 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 ...
1175
votes
19answers
121k 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 ...
39
votes
9answers
2k 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 ...
4
votes
1answer
542 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
2answers
1k 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 ...
13
votes
5answers
8k 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 ...
3
votes
1answer
1k 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.
3
votes
3answers
703 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 ...
6
votes
3answers
2k 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 ...
3
votes
1answer
770 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) :- ...
1
vote
0answers
568 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 ...
1
vote
1answer
392 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 ...
4
votes
5answers
1k 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 ...
6
votes
3answers
5k 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?
4
votes
1answer
2k 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: ...
3
votes
3answers
633 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 ...
3
votes
2answers
789 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 ...
-1
votes
1answer
672 views

bubble chart like family tree [closed]

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.
18
votes
5answers
8k 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" ...
1
vote
1answer
490 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 ...
8
votes
9answers
11k 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 ...
6
votes
1answer
1k 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. ...
5
votes
3answers
1k 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 ...
14
votes
4answers
3k 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 ...