X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fsrc%2Findex.tt;h=1a6b1ff2c84fe61fb4afb3393a28b595e1a6e9c1;hb=2e4d15fafdae493582afcac77678b7e66994a015;hp=539ab3b53bff29d500c186200884d05e003b7a1f;hpb=04469f3e6a42a0e982ccc86ed7aa14731f87d717;p=scpubgit%2Fstemmaweb.git diff --git a/root/src/index.tt b/root/src/index.tt index 539ab3b..1a6b1ff 100644 --- a/root/src/index.tt +++ b/root/src/index.tt @@ -1,101 +1,84 @@ [% 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 | Register | [% 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 %]
- Loading tradition info... +

Loading tradition information, please wait...

+ Loading tradition info...
-
+

Text

+
+
+ Modify information about this tradition +
+
    +
  • is owned by
  • +
  • is public
  • +
  • has as its primary language
  • has witnesses:
  • -
  • has distinct readings
  • -
  • has distinct reading relationships
-
-
- Left & right go here +
+
+
+
+ +
+
+ Add a new stemma +
+
+
+
+ Edit this stemma +
+
+
+
+ Run a Stemweb algorithm +
+
+
+
+ Check progress of Stemweb algorithm
@@ -105,27 +88,146 @@ $(document).ready( function() {
- Run relationship mapper + View collation and relationships +
+
+
+
+ Download tradition
+
+

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 Name" {
+ and end with the line +
}
+ 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:

  
+	α [ 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.

+
+
+
+
+ +
+
+ +
+
+ +
Choose an algorithm
+ + + What is this?
+
+
+
Set the options
+ +
+
+ +
+ + +
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+ + +
 (Use 'pick file' to select a tradition file to upload.)
- -
-
- + +
+ +
+ +
+

Supported file types / extensions:

@@ -141,5 +243,10 @@ $(document).ready( function() {

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