X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fsrc%2Findex.tt;h=ad6ab593409fd09c7541da465d22df085af4cbef;hb=7e48fe7e26e40815f826968cf9d6b48f0aa21a1d;hp=b3cdb32056351cd996a958369f14a7dfc5ec7284;hpb=75354c3abbba7d3146b2c676009d8b614ab8699a;p=scpubgit%2Fstemmaweb.git diff --git a/root/src/index.tt b/root/src/index.tt index b3cdb32..ad6ab59 100644 --- a/root/src/index.tt +++ b/root/src/index.tt @@ -1,201 +1,31 @@ [% 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 %] @@ -204,9 +34,15 @@ $(document).ready( function() {

Loading tradition information, please wait...

Loading tradition info...
-
+

Text

+
+
+ Modify information about this tradition +
+
  • is owned by
  • is public
  • @@ -214,17 +50,11 @@ $(document).ready( function() {
  • has witnesses:
-
-
-
- Modify information about this tradition -
-
-
- Left & right go here +
+
+
@@ -239,6 +69,18 @@ $(document).ready( function() { Edit this stemma
+
+
+ Run a Stemweb algorithm +
+
+
+
+ Check Stemweb progress +
+
Examine variants against this stemma @@ -246,11 +88,19 @@ $(document).ready( function() {
- Run relationship mapper + View collation and relationships +
+
+
+
+ Download tradition
+
+
@@ -258,7 +108,8 @@ $(document).ready( function() {

Loading texts, please wait...

Loading tradition list...
- +
+
@@ -271,7 +122,7 @@ $(document).ready( function() {
[% IF c.user_exists -%] [% IF c.user.get_object.is_admin -%] - +
[% END -%] [% END -%] @@ -289,9 +140,10 @@ $(document).ready( function() {

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:

  
@@ -311,18 +163,80 @@ $(document).ready( function() {
       
+ +
+
+ +
+
+ +
Choose an algorithm
+ + + What is this?
+
+
+
Set the options
+ +
+
+ +
+ + +
+
+
+
+
+ + +
+
+
+
+ + +
+
+
+
+
+ + +
 (Use 'pick file' to select a tradition file to upload.)


+ + + +
+
-
- +

Supported file types / extensions:

@@ -338,5 +252,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