Tagged Questions
Genealogy is the study of families and the tracing of their lineages and history.
14
votes
12answers
737 views
Shareware marketing
I make a shareware application, a good one if I say so myself.
I have a listing on all major and minor download sites, which update automatically when I release a new version. My main problem is ...
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
4answers
981 views
Is there a GEDCOM parser written in Python?
GEDCOM is a standard for exchanging genealogical data.
I've found parsers written in
C
perl
Ruby
and even Factor
but none so far written in Python. The closest I've come is the file ...
9
votes
10answers
2k views
Genealogy Tree Control
I've been tasked (by my wife) with creating a program to allow her to track the family trees on both sides of our family.
Does anyone know of a cost effective (free) control to represent this type of ...
8
votes
2answers
268 views
Handling historical calendar dates
What standards and strategies are there for handling historic dates described in older calendar form?
The contemporary Gregorian calendar, with different length months, leap years, etc. is relatively ...
8
votes
3answers
695 views
Genealogy, anyone? [closed]
I'm wondering if there are any other genealogy software programmers here at Stackoverflow.
If there are, this might be a great forum to post our genealogy programming questions to each other using ...
6
votes
2answers
215 views
Cocoa interface to GEDCOM file
The only full-fledged GPL Cocoa editor for GEDCOM 5.5 files (GenerationX) was last released in 2003: http://sourceforge.net/projects/generationx/
It looks unstable under Snow Leopard and would badly ...
5
votes
4answers
130 views
GEDCOM to HTML and RDF
I was wondering if anyone knew of an application that would take a GEDCOM genealogy file and convert it to HTML format for viewing and publishing on the web. I'd like to have separate html files for ...
5
votes
6answers
2k views
Detect cycles in a genealogy graph during a Depth-first search
I'm loading horse genealogical data recursively.
For some wrong sets of data my recursion never stops... and that is because in the data there are cycles.
How can I detect those cycles to stop ...
5
votes
3answers
568 views
Anyone used SQl Server 2008 HierarchialID type to store genealogy data
I have a genealogical database (about sheep actually), that is used by breeders to research genetic information. In each record I store fatherid and motherid. In a seperate table I store complete ...
4
votes
1answer
102 views
Sites similar to Mathematics Genealogy Project
I am working on data of Mathematics Genealogy Project. I collect all information about students and advisors and do some query processing on that data. To be precise, I crawl all the HTML pages from ...
3
votes
3answers
547 views
inbreeding coefficient calculation and genealogical software
I am currently looking for a piece of software which will be able to map a very large number of GEDCOM files (for around 33,000 individuals) as well as working out ancestral and individual inbreeding ...
3
votes
9answers
334 views
What personal data should never be published on the web?
I have been ask to create a kind of family web site where a relative can publish essays and photos of various family members (mostly ancestors).
Confronted with a mass of personal information such as ...
3
votes
2answers
432 views
Genealogy Query in Oracle
I'm trying to fetch a genealogy tree of animals from my Oracle database.
Here's the table:
Animal
------------------------
Animal_ID
Parent_Male_ID
Parent_Female_ID
....
....
...
3
votes
1answer
477 views
Coefficient of inbreeding / wrights algorithm / genetics
I am looking for a good pseudo code - or better yet actual code snippets - on implementing wrights algorithm on a genealogy database I have for sheep stored in SQL Server database.
I have a very old ...
2
votes
5answers
1k views
Gedcom Reader for C#
Does anyone know of a good class to read in .ged files
Gedcom is a file format that is used to store genealogical information.
My goal is to write something that would let me import a ged file and ...
1
vote
2answers
74 views
Genealogy tree Algorithm
I'm new in this domain and like to write an application managing genealogical data. My main concern is how to store and retreive these data from MySQL. I know that DB like Oracle are optimised for ...
1
vote
1answer
40 views
What kind of applications have been developed that use FOAF?
I am developing FOAF files and submitting them to the semantic web. However, as I read some programming books on the semantic web, (e.g. Semantic Web Programming), I don't yet see how this could be ...
1
vote
1answer
671 views
Family Tree in Silverlight
Hello Currently I am working on a project in which I have to create family tree.
It will have almostn number of hierarchy. Whole tree should be displayed to user as well as zoom in zoom out facility ...
0
votes
1answer
321 views
Examples of well designed family websites
I'm designing the family website. I plan to include the regular stuff: a page for each family members with links to their personal webpages (if they have one), a genealogy section with the family ...