[% WRAPPER header.tt pagetitle = "Stexaminer - $text_title" applicationjs = c.uri_for('/js/stexaminer.js') applicationstyle = c.uri_for('/css/stexaminer.css') %] [% END -%]
Help / About | Return to index

Stexaminer

[% text_title %]

[% IF error -%] [% error %] [% END -%]
[% FOREACH row IN variants -%] [% INCLUDE variantrow %] [% END -%]

Aggregate text statistics

Analysis options
  • Total number of variant locations analyzed: [% total %]
  • Number of fully genealogical locations: [% genealogical %]
  • Number of readings that conflict with the stemma: [% conflict %]
  • Genealogical reading transitions by relationship type: [% todo %]

(Choose a row in the table to display statistics about individual readings.)

- copied time(s), changed time(s)
Reading root(s) at
Reading reversion(s) at
Reading parent(s):
    Reverted reading parent(s):
      Analyze all variation
      Ignore orthographic variation
      Ignore orthographic and spelling variation
      Include type-1 variation
      [% PROCESS footer.tt %] [% BLOCK variantrow -%] [% SET rowclass = 'coincidental' -%] [% SET rowclass = 'genealogical' IF row.genealogical -%] [% SET rowclass = "$rowclass unsolved" IF row.unsolved -%] [% row.id %] [% FOREACH reading IN row.readings -%] [% SET cellclass = 'clickable' -%] [% SET cellclass = 'clickable reversion' IF reading.is_reverted -%] [% SET cellclass = 'clickable conflict' IF reading.is_conflict -%] [% reading.text %] [% END -%] [% END -%]