X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fsrc%2Findex.tt;h=54dea5f189f724aa809a6b5eac5ebeb23c9889df;hb=e239d45f9ea50e2a3ee2e4575a6b5ea33eaa7dee;hp=1cbb0d6c15a681e78ed895e5ddb2236bf3f190d6;hpb=3f9d7ae52124ba47d54d45a7c8e9f57455c9d389;p=scpubgit%2Fstemmaweb.git diff --git a/root/src/index.tt b/root/src/index.tt index 1cbb0d6..54dea5f 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 + Google Chrome.

Text directory

[% IF c.user_exists -%] -
+
Add a new text tradition
[% END %] @@ -27,7 +34,7 @@ var textOnLoad = "[% withtradition %]";

Loading tradition information, please wait...

Loading tradition info...
-
+

Text

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

Loading texts, please wait...

Loading tradition list...
- +
+
@@ -112,9 +140,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:

  
@@ -134,9 +163,56 @@ var textOnLoad = "[% withtradition %]";
       
+ +
+
+
+ +
Choose an algorithm
+ + + What is this?
+
+
+
Select the options
+ +
+
+ +
+ + +
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+ + +
 (Use 'pick file' to select a tradition file to upload.)

@@ -144,8 +220,7 @@ var textOnLoad = "[% withtradition %]";

-
- +

Supported file types / extensions:

@@ -161,5 +236,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