From 8abd420cd3b89876b7c3420bc02970a0332bb68a Mon Sep 17 00:00:00 2001
From: Eike Cochu <eike@cochu.com>
Date: Thu, 25 Feb 2016 22:01:57 +0100
Subject: [PATCH] added constants to about page

---
 vipra-ui/app/html/about.html | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/vipra-ui/app/html/about.html b/vipra-ui/app/html/about.html
index 906d3837..499be08a 100644
--- a/vipra-ui/app/html/about.html
+++ b/vipra-ui/app/html/about.html
@@ -174,6 +174,23 @@
           The minimum share value of a topic to be considered associated to an article. Topics with a lower share are ignored.
         </td>
       </tr>
+      <tr>
+        <th>Dynamic minimum iterations</th>
+        <td ng-bind-template="{{::info.const.dynminiter}}"></td>
+      </tr>
+      <tr>
+        <th>Dynamic maximum iterations</th>
+        <td ng-bind-template="{{::info.const.dynmaxiter}}"></td>
+      </tr>
+      <tr>
+        <th>Static iterations</th>
+        <td ng-bind-template="{{::info.const.statiter}}"></td>
+      </tr>
+      <tr class="well">
+        <td colspan="2">
+          Iteration values for dynamic and static topic modeling.
+        </td>
+      </tr>
       <tr>
         <th>Word minimum frequency</th>
         <td ng-bind-template="{{::info.const.docminfreq}}"></td>
-- 
GitLab