X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fsrc%2Findex.tt;h=6dc7ad2e003f1d318b4805beef0680fde931c12f;hb=ec2f89ffc68331cd280429698e318f9a07e940cb;hp=90d043705288e90624673e5fed13602a1b75a9ba;hpb=538715bda63c2c89e535baabbdf7d8910c64ac03;p=scpubgit%2Fstemmaweb.git diff --git a/root/src/index.tt b/root/src/index.tt index 90d0437..6dc7ad2 100644 --- a/root/src/index.tt +++ b/root/src/index.tt @@ -3,17 +3,175 @@ applicationjs = c.uri_for( 'js/componentload.js' ) %] [% END %] -

Stemmaweb - a collection of tools for analysis of collated texts

-
-
-
+
+

Stemmaweb - a collection of tools for analysis of collated texts

+ [% IF c.user_exists %]Hello! [% c.user.get_object.email %] Sign out | [% ELSE %]Login | [% END %]About +

This browser does not support + the functions necessary for Stemmaweb to work properly. We recommend use of + Mozilla Firefox or + Google Chrome.

+
+
+

Text directory

+
+[% IF c.user_exists -%] +
+ Add a new text tradition +
+[% END %] +
+
+

Loading tradition information, please wait...

+ Loading tradition info... +
+
+
+

Text

+
+
+ Modify information about this tradition +
+
+ + +
+
+
+
+
+
+
+
+
+ Add a new stemma +
+
+
+
+ Edit this stemma +
+
+
+
+ Examine variants against this stemma +
+
+
+
+ View collation and relationships +
+
+ +
+ Download tradition as XML +
+
+
+
+
+
+ + +
+

Loading texts, please wait...

+ Loading tradition list... +
+ + +
+
+
+ +
+ + + +
+[% IF c.user_exists -%] +[% IF c.user.get_object.is_admin -%] + +
+[% END -%] +[% END -%] +
+
+
+
+ + +
+
+
+
+ + +
+

All definitions begin with the line +

digraph stemma {
+ and end with the line +
}
Please do not change these lines.

+

First list each witness in your stemma, whether extant or lost / + reconstructed / hypothetical, and assign them a class of either "extant" + or "hypothetical". For example:

  
+	α [ class=hypothetical ]
+	C [ class=extant ]
+				
+

Next, list the direct links between witnesses, one per line. For example, if + witness C descends directly from witness α, note it as follows:

+	α -> C
+				
+

A witness may be the exemplar for any number of other witnesses, whether + extant or not; likewise, a witness may inherit from any number of other + witnesses. Use as may "A -> B" pairings as necessary to describe the links.

+
+
+
+
+
+ +
+
+ + +
 (Use 'pick file' to select a tradition file to upload.)
+
+ +
+ +
+ +
+
+
+
+

Supported file types / extensions:

+
    +
  • *.txt - spreadsheet collation, tab-separated values
  • +
  • *.csv - spreadsheet collation, comma-separated values
  • +
  • *.xls - spreadsheet collation, Excel 97-2004 format
  • +
  • *.xlsx - spreadsheet collation, Excel 2007 XML format
  • +
  • *.xml - TEI XML parallel segmentation format
  • +
  • *.xml - TEI XML export from Classical Text Editor
  • +
  • *.xml - GraphML export from the CollateX tool
  • +
+

All spreadsheet collations should be arranged with the witness sigla in the first row, and the words aligned by row each in its correct witness column.

+
+
+
[% PROCESS footer.tt %] \ No newline at end of file