Support This Project

Todo List (Not even started yet)

1. Add Numeric Lists to the Wiki Language

2. Expand the possibilities for configuring the look of concpets. Currently

concepts are not colored.

4. Add support for drawing the DC(L).

5. Add support for nested line diagrams.

     for c, d in outer.upper_covers
       draw_outer_edge(c,d)
     end

     for c in outer do
       draw_outer_concept(c)
     end
    
     for c in product do
       draw_inner_concept(c)
     end

6. Another aspect is support for drawing concept lattices of clarified

contexts. The DC closure places more demands than the clarified context computation.

     def label_to_object_contingent_count(label)
       @view.set_concept_object_label(contingent_size(label.concept))
     end
    class ConceptInterpreterPair
      objectInterp: ConceptInterp
      attributeIntrep: ConceptInterp
    end

    class ConceptInterpreter
      names: StringTable
      contingents: PowerMap # concepts -> string table entries
    end
    class LabelInterp
      labels: Label Array
    end

    class LatticeView
      label_interps: LabelInterp Array
    end

3. Complements: Showing the complement of a lattice

3. Printing

4. Support for DS Format

5. Many value contexts and scales

6. A file format for diagram

7. Additional manipulators

8. Some function to restore additivity

9. The ability to have labels display counts.

10. Smooth transitions between diagrams

11. Storage of previous navigation points include the diagram

12. Storage of trajectories through the navigation space

13. File format

Todo List (Half finished stuff)

1. Website

2. Scrollbars on Label

2. This Todo List

3. Diagram Metrics