jdfekete / geneaquilt

Java program to visualize large genealogies, up to 10,000 people

Home Page:http://www.aviz.fr/geneaquilts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GeneaQuilts

GeneaQuilts is a new visualization technique for representing large genealogies of up to several thousand individuals. The visualization takes the form of a diagonally-filled matrix, where rows are individuals and columns are nuclear families. The GeneaQuilts system includes an overview, a timeline, search and filtering components, and a new interaction technique called Bring & Slide that allows fluid navigation in very large genealogies.

Maven

GeneaQuilts uses Maven. To compile, simply type:

mvn install

Everything will be in the target/ directory. In particular, two scripts to start the program (run.sh and run.bat). Alternatively, you can launch GeneaQuilts by using the generated jar file.

Developing with ECLIPSE

To import the GeneaQuilts project in Eclipse, you first need to install the Subclipse plugin:

To compile GeneaQuilts under Eclipse, you need to install the Maven plugin:

  • Go to the help menu -> Install new software...
  • Add the site http://m2eclipse.sonatype.org/sites/m2e, select "Maven integration for Eclipse" and proceed.
  • Restart Eclipse. Geneaquilt should compile itself automatically.

Command Line

About

Java program to visualize large genealogies, up to 10,000 people

http://www.aviz.fr/geneaquilts/

License:Other


Languages

Language:Java 100.0%Language:Shell 0.0%