-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
267 lines (239 loc) · 15.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>mIDGenes - Measuring IDea GENeration EffectivenesS</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Description" content="mIDGenes - Measuring IDea GENeration EffectivenesS, variety, novelty, idea effectiveness, idea space" />
<meta name="Keywords" content="mIDGenes - Measuring IDea GENeration EffectivenesS, variety, novelty, idea effectiveness, idea space" />
<!-- CSS Files -->
<!-- KU Leuven style -->
<link rel="stylesheet" type="text/css" href="https://stijl.kuleuven.be/_c/main.css" title="default" media="screen, projection" />
<!--[if lt IE 8]><link rel="stylesheet" type="text/css" href="https://stijl.kuleuven.be/_c/IE.css" media="screen, projection" /><![endif]-->
<!-- JavaScript InfoVis Toolkit styles -->
<link type="text/css" href="./css/base.css" rel="stylesheet" />
<link type="text/css" href="./css/Spacetree.css" rel="stylesheet" />
<!--[if IE]><script language="javascript" type="text/javascript" src="./libs/Jit/Extras/excanvas.js"></script><![endif]-->
<!-- Jquery UI styles -->
<link type="text/css" href="./libs/jquery/jquery_ui/css/ui-lightness/jquery-ui-1.8.9.custom.css" rel="stylesheet" />
<!-- Slickgrid styles -->
<link rel="stylesheet" href="./libs/slickgrid/mleibman-SlickGrid-cc7bd21/slick.grid.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="./libs/slickgrid/mleibman-SlickGrid-cc7bd21/css/smoothness/jquery-ui-1.8.5.custom.css" type="text/css" media="screen" charset="utf-8" />
<link rel="stylesheet" href="./libs/slickgrid/mleibman-SlickGrid-cc7bd21/examples/examples.css" type="text/css" media="screen" charset="utf-8" />
<!-- JS Files -->
<!-- JSON scripts -->
<script type="text/javascript" src="./libs/jquery/douglascrockford-JSON-js-633fe5a/json2.js"></script>
<!-- JavaScript InfoVis Toolkit scripts -->
<script language="javascript" type="text/javascript" src="./libs/jit/jit.js"></script>
<!-- Jquery scripts -->
<script language="javascript" type="text/javascript" src="./libs/jquery/jquery-1.4.5.min.js"></script>
<script type="text/javascript" src="./libs/jquery/cookies/jquery.cookies.2.2.0.min.js"></script>
<script language="javascript" type="text/javascript" src="./libs/jquery/jquery.rightClick.js"></script>
<script language="javascript" type="text/javascript" src="./libs/jquery/jquery_contextmenu/jquery.contextMenu.js"></script>
<script type="text/javascript" src="./libs/jquery/jquery_ui/js/jquery-ui-1.8.9.custom.min.js"></script>
<!-- math scripts -->
<script language="javascript" type="text/javascript" src="./libs/sylvester_math_lib/sylvester.js"></script>
<!-- slickgrid scripts -->
<script type="text/javascript" src="./libs/slickgrid/mleibman-SlickGrid-cc7bd21/lib/jquery.event.drag-2.0.min.js"></script>
<script type="text/javascript" src="./libs/slickgrid/mleibman-SlickGrid-cc7bd21/slick.core.js"></script>
<script type="text/javascript" src="./libs/slickgrid/mleibman-SlickGrid-cc7bd21/slick.editors.js"></script>
<script type="text/javascript" src="./libs/slickgrid/mleibman-SlickGrid-cc7bd21/slick.formatters.js"></script>
<script type="text/javascript" src="./libs/slickgrid/mleibman-SlickGrid-cc7bd21/slick.grid.js"></script>
<!-- downloadify scripts -->
<script type="text/javascript" src="./libs/jquery/dcneiner-Downloadify-f96cbe7/js/downloadify.min.js"></script>
<script type="text/javascript" src="./libs/jquery/dcneiner-Downloadify-f96cbe7/js/swfobject.js"></script>
<!-- mIDGenes javascript files -->
<script language="javascript" type="text/javascript" src="./midgenes/midgenes_v2.js"></script> <!--http://refresh-sf.com/yui/-->
<script language="javascript" type="text/javascript" src="./user_functions_helpers.js"></script>
<script language="javascript" type="text/javascript" src="./user_functions_public.js"></script>
<!-- Google analytics code -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-24250103-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body onLoad="midgenes_init();">
<div id="wrapper">
<div id="header">
<h2 class="access">Taakbalk</h2>
<ul id="access">
<li><a href="#mainnav" tabindex="1" accesskey="N">navigatie</a></li>
<li><a href="#content" tabindex="2" accesskey="C">inhoud</a></li>
</ul>
<ul id="taskbar">
<li class="home"><a href="http://www.kuleuven.be/english/" tabindex="4" id="top" name="top">home</a></li>
<li class="whoiswho"><a href="http://cwisdb.kuleuven.be/persdb-bin/persdb?lang=E&oproep=vraag">Who is who</a></li>
<li class="organigram"><a href="http://organigram.kuleuven.be/0/50000050e.htm">organisational chart</a></li>
<li class="contact"><a href="http://www.kuleuven.be/english/contact.html">contact</a></li>
<li class="intranet"><a href="https://www.kuleuven.be/intranet/english/">intranet</a></li>
</ul>
<a href="http://www.kuleuven.be/english/">
<img id="logo" src="https://stijl.kuleuven.be/_i/logo-kuleuven.gif" width="161" height="54" alt="logo" title="Katholieke Universiteit Leuven - Home" /></a>
<form action="http://search.kuleuven.be/index.cgi" method="post" id="searchform" title="zoekformulier" name="searchform"><label for="words">zoekterm: </label>
<input tabindex="5" type="text" name="words" id="words" title="enter a keyword for searching"/><input tabindex="6" type="image" class="magnifier" src="https://stijl.kuleuven.be/_i/icons/icon_magnifier.gif" alt="verstuur" title="zoek nu"/><input type="hidden" name="oproep" value="zoek" />
</form>
</div><!-- end header -->
<div id="mainnav">
<h2 class="access">Navigatie</h2>
<ul>
<li><a href="http://www.kuleuven.be/about/">About K.U.Leuven</a></li>
<li><a href="http://www.kuleuven.be/education/">Education</a></li>
<li><a href="http://www.kuleuven.be/research/">Research</a></li>
<li><a href="http://www.kuleuven.be/admissions/">Admissions</a></li>
<li><a href="http://www.kuleuven.be/english/living.html">Living in Leuven</a></li>
<li><a href="http://alum.kuleuven.be/english/">Alumni</a></li>
<li><a href="http://bib.kuleuven.be/english/index.php">Libraries</a></li>
<li><a href="http://www.kuleuven.be/english/faculties_schools.html">Faculties, Departments & Schools</a></li>
<li><a href="http://www.kuleuven.be/international/index.html">International cooperation</a></li>
</ul>
</div>
<div id="content_background" style="background-image: url(./images/midgenes_logo_black_small.gif); background-repeat: no-repeat; background-position:right top;" >
<div id="contentwrapper">
<br />Home | <a href="./Documentation/doc_general.html">Documentation</a>
<div id="content">
<!-- <h1 >FIST / Framework to develop Idea Space evaluation metrics and Tools</h1>-->
<!--<div id="top-container">-->
<h1>mIDGenes - Measuring IDea GENeration EffectivenesS</h1>
This software was developed to support the development of metrics to evaluate an idea space, in turn this can be used to evaluate idea generation methods (like brainstorming, ...).<br />
This software was developed by the <a href="http://www.mech.kuleuven.be/en/cib/imresearch/cibdesign">Design Methodologies and Life Cycle Engineering</a>
group of the <a href="http://www.mech.kuleuven.be/en/cib/">CIB - Centre for Industrial Management / Traffic and Infrastructure</a>
at the Katholieke University Leuven in Belgium.
<!--</div>-->
<div id="container">
<div id="left-container">
<div id="accordion">
<h3><a href="#">Tree</a></h3>
<div id="tree">
<h4>Load a tree from the local filesystem (see <a href="./Documentation/doc_general.html">documentation</a> for required format)</h4>
<input title="Browse local" type="file" id="files" name="files[]" multiple />
<output id="list"></output>
<h4>Load a tree from the examples on the server</h4>
<div class="selDiv">
<select class="opts">
<option value="dummy">...</option>
<option value="dummy">---from published articles---</option>
<option value="ex_Nelson_refined_metrics_p_739.json">ex_Nelson_refined_metrics_p_739.json</option>
<option value="ex_Nelson_refined_metrics_p_740.json">ex_Nelson_refined_metrics_p_740.json</option>
<option value="ex_Nelson_refined_metrics_p_740_bis.json">ex_Nelson_refined_metrics_p_740_bis.json</option>
<option value="ex_Pave_refinements_to_the_var_p_15.json">ex_Pave_refinements_to_the_var_p_15.json</option>
<option value="ex_Pave_refinements_to_the_var_p_15_bis.json">ex_Pave_refinements_to_the_var_p_15_bis.json</option>
<option value="dummy">---multiple ideas in nodes---</option>
<option value="ex_Nelson_refined_metrics_p_739_added_ideas.json">ex_Nelson_refined_metrics_p_739_added_ideas.json</option>
<option value="dummy">---including abstract solutions---</option>
<option value="ex_Nelson_refined_metrics_p_739_abstract_concepts.json">ex_Nelson_refined_metrics_p_739_abstract_concepts.json</option>
<option value="z_test.json">z_test.json</option>
</select>
<div class="selectupdate">Update</div>
</div>
<h4>Load a tree from the examples on the server</h4>
<p id="downloadify">
You must have Flash 10 installed to download this file.
</p>
</div>
<h3><a href="#">Edit Tree</a></h3>
<div id="edittree">
<h4>Node data (First Calculate results, then select a node) <button id="button_calc_results2" class="button_calc_results">Calculate results</button></h4>
<div id="selected_node_data_container">
<table id="node_data_id">
<tr>
<td><b>Node id:</b></td>
<td><div id="selected_node_id"></div></td>
</tr>
</table>
</div>
<h4>Edit the selected node</h4>
<div id="node_data_grid" style="width:550px;height:80px;display:none;"></div>
<table>
<tr>
<td>
<button id="button_save_node_data">Save node data</button>
</td>
<td>
<button id="button_del_node">Delete Node</button>
</td>
</tr>
<tr><td colspan="100%"> </td>
</tr>
<tr>
<td>
<button id="button_add_node">Add Child Node</button><br />
</td>
<td>
<label>Enter New node ID</label><input type="text" name="new_node_id" id="new_node_id" title="Enter New node ID"/><br /><br />
<label>Enter New node name</label><input type="text" name="new_node_name" id="new_node_name" title="New node name"/>
</td>
</tr>
</table>
<table>
<tbody id="node_data_table">
</tbody>
</table>
</div>
<!-- <h3><a href="#">Filter</a></h3>
<div id="filter">
<p>To be implemented.</p>
</div>-->
<h3><a href="#">Measures</a></h3>
<div id="measures">
<h4>Indicate which measures to calculate</h4>
<ul id="measuresContainer">
</ul>
<h4>Metric parameters and result format</h4>
<div id="check_include_container">
<input type="checkbox" id="check_include_participants" /><label for="check_include_participants">loading...</label>
<label>Do you want to include all participants seperately in the results?</label><br />
<input type="checkbox" id="check_include_levels" /> <label for="check_include_levels">loading...</label>
<label>Do you want to include all levels seperately in the results?</label><br />
</div>
</div>
<h3><a href="#">Results</a></h3>
<div id="results">
<h4>(See <a href="./Documentation/doc_general.html">Documentation</a> for the interpretation of the metrics)</h4>
<table>
<tr>
<td>
<button id="button_calc_results" class="button_calc_results">Calculate results</button>
</td>
<td>
<p id="downloadify_results">You must have Flash 10 installed to download this file. </p>
</td>
</tr>
</table>
<div id="myGrid" style="width:550px;height:500px;display:none;"></div>
</div>
</div>
</div>
<div id="center-container">
<div id="infovis"></div>
</div>
<!--<div id="right-container">
<h4>Selected node id: <div id="selected_node_id"></div></h4>
<table id="node_data_table">
</table>
<h4>Variety with selected node as root: </h4>
<div id="calculated_variety"></div>
</div>-->
<div id="log"></div>
</div>
<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br />
</div>
</div><!--end contentwrapper-->
<div id="footer">
<h1>mIDGenes - Measuring IDea GENeration EffectivenesS</h1>
Quantitative Evaluation of Idea Spaces / Copyright (c) 2011, Paul-Armand Verhaegen / All rights reserved /
Based on the <a href="http://thejit.org">JavaScript InfoVis Toolkit</a><br />
Like most sites, this one also works with IE (slow), but it works a lot better in Chrome (or Chromium) or Firefox (consider using these).<p class="container"><img src="https://stijl.kuleuven.be/_i/sedes.gif" alt="K.U.Leuven" width="42" id="sedes" /></p>
<hr />
<p>Copyright © Paul-Armand Verhaegen</p>
<p>Comments on this page: <a href="mailto:paularmand.verhaegen@cib.kuleuven.be">Paul-Armand Verhaegen</a>
| <a href="http://www.kuleuven.be/kuleuven/disclaimer.html">Disclaimer</a></p>
</div>
</div>
</div> <!--end wrapper-->
</body>
</html>