genealogy Questions

2

Solved

I have been looking for a GEDCOM parser in JavaScript. Does one exist at the moment? I have found them in many languages but not in JavaScript yet.
Jorum asked 26/1, 2013 at 21:57

6

Solved

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 fo...
Decasyllable asked 16/6, 2011 at 10:33

5

Solved

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 an...
Jetpropelled asked 7/5, 2009 at 17:59

2

Solved

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 o...
Harri asked 17/4, 2009 at 12:46

7

Solved

I'm currently working on a small genealogy experiment and would like to implement a simple family tree like in the picture below. The best search results so far for this only yielded examples wher...
Ouzo asked 6/7, 2015 at 12:23

4

Solved

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 '...
Disario asked 23/2, 2009 at 14:14

6

Solved

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 t...
Darrin asked 30/6, 2009 at 13:24

6

Solved

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 li...
Veteran asked 17/12, 2009 at 5:10

5

Solved

I want to generate this: With this data structure (ids are random, btw not sequential): var tree = [ { "id": 1, "name": "Me", "dob": "1988", "children": [4], "partners" : [2,3], root:true, lev...
Cathrine asked 31/12, 2015 at 1:25

3

Solved

I'm creating an interactive family tree creator, unlike more simpler versions which are simple pedigree charts/trees. The requirements for mine (based on familyecho.com) are: multiple partners ...
Selmner asked 1/12, 2015 at 3:19

3

I'm a HTML/CSS developer, researching javascript solutions for building a 'family-tree' which needs to show marriages (from outside the family, of course) in a meaningful way. Essentially I'm look...
Acidulate asked 7/12, 2012 at 12:44

6

Solved

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" [shape=b...
Lath asked 16/2, 2010 at 9:19

8

Solved

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 thi...
Patchouli asked 8/8, 2008 at 13:15

3

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 woul...
Rambert asked 8/8, 2010 at 20:26

1

Solved

I am developing a geneaology application, and am currently at the stage of modelling relationships between individuals. Based on my research, I have noted that most of the mappings of relationshi...
Opuscule asked 25/3, 2012 at 7:20

6

Solved

I'm loading horse genealogical data recursively. For some wrong sets of data my recursion never stops... and that is because there are cycles in the data. How can I detect those cycles to stop rec...
Windtight asked 7/3, 2009 at 3:10

2

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 relative...
Coverdale asked 31/12, 2008 at 20:53
1

© 2022 - 2024 — McMap. All rights reserved.