ML: after merging ML_test
authormlang
Wed, 06 Jul 2005 11:20:15 +0200
branchML_test
changeset 2903f76f7d39384
parent 289 6d7b07dc8e91
child 291 80f98637eff6
ML: after merging
admin/projplans/ML.txt
src/java/isac/util/genhtml/GenHTML.java
     1.1 --- a/admin/projplans/ML.txt	Wed Jul 06 11:08:50 2005 +0200
     1.2 +++ b/admin/projplans/ML.txt	Wed Jul 06 11:20:15 2005 +0200
     1.3 @@ -12,4 +12,80 @@
     1.4  - stylesheets for examples, problems, mehtods
     1.5  - generation of html-error protocolls (erro while loading html-page)
     1.6  - start example from problem hirarchy + special case input a new example(?)
     1.7 -- 
     1.8 \ No newline at end of file
     1.9 +- ##############################################################################
    1.10 +# sub-task: Example collections in application-oriented math learning
    1.11 +# of:	    Martin Lang
    1.12 +##############################################################################
    1.13 +
    1.14 +(1) Goal of the sub-task
    1.15 +==============================================================================
    1.16 +(1.1) Short description of the goal and the activities
    1.17 +------------------------------------------------------------------------------
    1.18 +
    1.19 +
    1.20 +------------------------------------------------------------------------------
    1.21 +(1.2) Requirements
    1.22 +------------------------------------------------------------------------------
    1.23 +
    1.24 +
    1.25 +------------------------------------------------------------------------------
    1.26 +(1.3) Usecases
    1.27 +------------------------------------------------------------------------------
    1.28 +
    1.29 +
    1.30 +------------------------------------------------------------------------------
    1.31 +(1.4) Design considerations
    1.32 +------------------------------------------------------------------------------
    1.33 +
    1.34 +
    1.35 +------------------------------------------------------------------------------
    1.36 +(1.5) Code (re-)organisation
    1.37 +------------------------------------------------------------------------------
    1.38 +
    1.39 +
    1.40 +------------------------------------------------------------------------------
    1.41 +(1.6) from the todo-list
    1.42 +------------------------------------------------------------------------------
    1.43 +# implement example-page for equations by Richard Lang
    1.44 +# implement example-page for simplification by Stefan Karnel and
    1.45 +  Matthias Goldgruber
    1.46 +
    1.47 +
    1.48 +
    1.49 +
    1.50 +
    1.51 +
    1.52 +==============================================================================
    1.53 +(2) Bug list
    1.54 +==============================================================================
    1.55 +
    1.56 +
    1.57 +
    1.58 +
    1.59 +==============================================================================
    1.60 +(3) Diary of activities
    1.61 +==============================================================================
    1.62 +050706 team-day
    1.63 +(a) version 1 of projplan
    1.64 +(b)
    1.65 + .
    1.66 + .
    1.67 +
    1.68 +(aa)
    1.69 + .
    1.70 +
    1.71 +
    1.72 +==============================================================================
    1.73 +(4) Timetable for the whole sub-task
    1.74 +==============================================================================
    1.75 +activity | coord with | started | end planned | finished | delay  | remark
    1.76 +------------------------------------------------------------------------------
    1.77 +(a)      |            | 050707  | 050711      | 050711   | 0 days | 
    1.78 +         |            |         |             |          |        | 
    1.79 +         |            |         |             |          |        | 
    1.80 +         |            |         |             |          |        | 
    1.81 +         |            |         |             |          |        | 
    1.82 +         |            |         |             |          |        | 
    1.83 +         |            |         |             |          |        | 
    1.84 +         |            |         |             |          |        | 
    1.85 +         |            |         |             |          |        | 
     2.1 --- a/src/java/isac/util/genhtml/GenHTML.java	Wed Jul 06 11:08:50 2005 +0200
     2.2 +++ b/src/java/isac/util/genhtml/GenHTML.java	Wed Jul 06 11:20:15 2005 +0200
     2.3 @@ -40,7 +40,6 @@
     2.4  
     2.5      static final int EXPTREE_XSL = 3;
     2.6  
     2.7 -    //FIXXME looking for simple hierachys for exp, pbl, and met
     2.8      static final int SIMPLE_HIERARCHY_XSL = 4;
     2.9  
    2.10      static final int SIMPLE_PBL_NODE = 5;