//[atanarjuat_[fast-runner].dot]
// 2022,05.04

digraph FORM_ANCESTORS {   //no dashes,  name here is immaterial

// 2. no orientation
// 3. no weight

    size = "8.5, 14.0"
//splines =line         //may not want   line not lines

pad = 1.0              //leaves a margin (of 1.0 in?)

bgcolor="#D9D9D9"

nodesep = 1.0    // default 0.25
ranksep=  0.6  // default 0.75 || play with this, apparently can not switch in middle
                                           
                                           
node [penwidth =.01]   //avoid perimeters on mixed colours;  default = 1pt

node [shape=box, style = "filled", fontname="linux libertine bold",  fontsize=19]  

node [margin = ".20,.20"]   // more space around names

edge  [arrowhead=none, style = bold, penwidth = 5]   // default = 1pt

generation_0A [label =  "tuurgarjuaq\nshamman aivilik\n kills kumaglak"]

generation_1B [label =  "kumaglak\n shamman igoolik\n killed by tuurgarjuaq"]
generation_1C [label =  "panikpak\nshamman"]
generation_1D [label =  "qulitalik\n shamman\n"]
generation_1E [label =  "niriuniq\n wife of qulitalik"]

generation_0A -> generation_1B [arrowhead="normal", style = "dotted", penwidth = 9]

generation_1C -> generation_1D [fontname="linux libertine bold",  fontsize=19, style = "dotted", penwidth = 5, label ="siblings"]

edge  [arrowhead=none, style = bold, penwidth = 5]

generation_1B -> generation_1C

generation_1D -> generation_1E   [fontname="linux libertine bold",  fontsize=19, label ="on island\n with daughter"]

    {rank = same; generation_1B, generation_1C,  generation_1D, generation_1E}
    
//                     CHILDREN

generation_2D [label = "sauri\n betrothed to atuat\n + kurilasak"]

generation_1B-> generation_2D
generation_1C -> generation_2D

generation_2B [label = "tulimaq\n 'weakling'"]
generation_2C [label = "pitaaluk"]
generation_2B -> generation_2C

{rank =same;  generation_2B, generation_2C, generation_2D}

// GRANDCHILDREN

generation_3E [label = "aamarjuaq\n brother atanarjuat\n +ulluriaq (sigiuk+asa)"]
generation_3F [fontsize=25, label = "ATANARJUAT"]

generation_2B-> {generation_3E, generation_3F}
generation_2C-> {generation_3E, generation_3F}

generation_3A [label = "puja\n sister uqi\n 2nd wife atanarjuat"]
generation_3B [label = "uqi\n rival of atanarjuat\n companions: pittiulaq+parak"]

generation_2D-> generation_3A
generation_2D-> generation_3B


{rank =same;  generation_3A, generation_3B, generation_3E, generation_3F}

// mariages
//  repeat names

//INVIS  [style = "invis", height = 1, width = 0.5]
DATE [fontsize=20, label = "20 years later"]

generation_4A [fontsize=22, label = "puja\n sister uqi\n 2nd wife atanarjuat"]
generation_4B [fontsize=25, label = "ATANARJUAT"]

generation_4C [fontsize=22, label = "atuat\n bethrothed to uqi\n but 1st wife
atanarjuat\n (utuqiaq + sakku)"]

{rank =same;  DATE,   generation_4A, generation_4B, generation_4C}

// not as nice with these, crossing lines
//generation_4A -> generation_4B
//generation_4B -> generation_4C
DATE -> generation_4A [arrowhead="normal", style = "dotted", penwidth = 5]

generation_3A-> DATE [style ="invis"]



// child atanarjuat + atuat    

generation_5A [label = "kumaglak"]
generation_4B -> generation_5A
generation_4C -> generation_5A
generation_1B-> generation_5A [style ="dotted"]

   }  // end     /\no dashes in name
