X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fsrc%2Findex.tt;h=2437e5491ce1867960816bc2625f4ba3e666c17e;hb=62175f90e73cac092d87d163dad957e19305528b;hp=ffc2642c564150611f7945aa4992d79215819530;hpb=ab0d1218acaa11e308f261bc450e0c5ac4e6d135;p=scpubgit%2Fstemmaweb.git diff --git a/root/src/index.tt b/root/src/index.tt index ffc2642..2437e54 100644 --- a/root/src/index.tt +++ b/root/src/index.tt @@ -1,6 +1,7 @@ [% WRAPPER header.tt pagetitle = "Stemmaweb - Text tradition tools" applicationjs = c.uri_for( 'js/componentload.js' ) + applicationstyle = c.uri_for( 'css/dashboard.css' ) %] [% END %] - +
+
-

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 +

Stemmaweb - a collection of tools for analysis of collated texts

This browser does not support the functions necessary for Stemmaweb to work properly. We recommend use of Mozilla Firefox or @@ -31,7 +34,7 @@ var textOnLoad = "[% withtradition %]";

Loading tradition information, please wait...

Loading tradition info...
-
+

Text

@@ -66,6 +69,18 @@ var textOnLoad = "[% withtradition %]"; Edit this stemma
+
+
+ Run a Stemweb algorithm +
+
+
+
+ Check Stemweb progress +
+
Examine variants against this stemma @@ -73,11 +88,19 @@ var textOnLoad = "[% withtradition %]";
- Run relationship mapper + View collation and relationships +
+
+
+
+ Download tradition
+
+
@@ -85,7 +108,8 @@ var textOnLoad = "[% withtradition %]";

Loading texts, please wait...

Loading tradition list...
- + +
@@ -96,6 +120,12 @@ var textOnLoad = "[% withtradition %]";
+ +
[% IF c.user_exists -%] [% IF c.user.get_object.is_admin -%] @@ -116,9 +146,10 @@ var textOnLoad = "[% withtradition %]";

All definitions begin with the line -

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

+
}
+ Please do not change these lines except to edit the stemma name.

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:

  
@@ -138,6 +169,57 @@ var textOnLoad = "[% withtradition %]";
       
+ +
+
+ +
+
+ +
Choose an algorithm
+ + + What is this?
+
+
+
Set the options
+ +
+
+ +
+ + +
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
@@ -149,6 +231,15 @@ var textOnLoad = "[% withtradition %]";

+ + + +
+
@@ -167,5 +258,10 @@ var textOnLoad = "[% withtradition %]";

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.

-
+ + +
+ Use this node to root the stemma? +
+ [% PROCESS footer.tt %] \ No newline at end of file