forked from InsightSoftwareConsortium/RIREWebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathview_results_summary.html
204 lines (187 loc) · 6.46 KB
/
view_results_summary.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>The Retrospective Image Registration Evaluation Project</title>
<meta name="keywords" content="Retrospective,Image,Registration,Evalutation,Project,NLM,Kitware" />
<meta name="description" content="The Retrospective Image Registration Evaluation Project" />
<link href="default.css" rel="stylesheet" type="text/css" />
<script language="JavaScript">
function LoadResults()
{
document.getElementById("loadingImage").innerHTML="<center><img src=\"images/loading2.gif\"/> Computing Statistics... (average time 5 minutes)</center>";
xmlHttp=GetXmlHttpObject();
if (xmlHttp==null)
{
alert ("Your browser does not support AJAX!");
return;
}
var url="getResultSummary.html";
xmlHttp.onreadystatechange=stateChanged;
xmlHttp.open("GET",url,true);
xmlHttp.send(null);
}
/** Clean the table */
function cleanTable()
{
var tbl = document.getElementById("resultstable");
var lastRow = tbl.rows.length;
while(lastRow > 1)
{
tbl.deleteRow(lastRow - 1);
lastRow = tbl.rows.length;
}
}
/** */
function updateTable(values2)
{
var tbl = document.getElementById("resultstable");
cleanTable();
var lastRow = tbl.rows.length;
for(val2 in values2)
{
cells2 = values2[val2].split(';;');
// if there's no header row in the table, then iteration = lastRow + 1
var row = tbl.insertRow(lastRow);
if(val2%2==0)
{
row.style.backgroundColor = "#EEEEEE";
}
for(cell2 in cells2)
{
// Add the cells
var cellFile2 = row.insertCell(cell2);
//var textNode = document.createTextNode(cells[cell]);
var nn2 = document.createElement('z2');
nn2.innerHTML = cells2[cell2];
cellFile2.appendChild(nn2);
}
}
}
/** */
function stateChanged()
{
if (xmlHttp.readyState==4)
{
var text = xmlHttp.responseText;
if(text.length>0)
{
var parameters = new Array();
parameters = text.split('||');
updateTable(parameters);
document.getElementById("loadingImage").innerHTML="";
}
else
{
cleanTable();
}
}
}
function GetXmlHttpObject()
{
var xmlHttp=null;
try
{
// Firefox, Opera 8.0+, Safari
xmlHttp=new XMLHttpRequest();
}
catch (e)
{
// Internet Explorer
try
{
xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");
}
catch (e)
{
xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");
}
}
return xmlHttp;
}
</script>
<style type="text/css">
<!--
.style1 {color: #666666}
.style2 {color: #000000}
.style3 {color: #000000; font-weight: bold; }
-->
</style>
</head>
<body onLoad="LoadResults()" >
<div id="outer">
<div id="header">
<h2> </h2>
<h1><a href="index.html">The Retrospective Image Registration Evaluation Project</a></h1>
<h2>R.I.R.E</h2>
</div>
<div id="menu">
<ul>
<li class="first"><a href="index.html" accesskey="1" title="">Home</a></li>
<li><a href="information.html" accesskey="2" title="">Information</a></li>
<li><a href="download.html" accesskey="3" title="">Download</a></li>
<li><a href="view_results.html" accesskey="4" title="">Results</a></li>
<li><a href="myprofile.html" accesskey="5" title="">Login</a></li>
</ul>
</div>
<div id="content">
<div id="primaryContentContainer">
<div id="primaryContent">
<h2>Results Summary sorted by average error (in mm)</h2>
<span id="loadingImage"></span>
<table id="resultstable" width="100%" border="0">
<tr bgcolor="#CCCCCC">
<td width="13%"><div align="center" class="style3">Submitter</div></td>
<td width="10%"><div align="center" class="style3">Method Name</div></td>
<td width="13%"><div align="center" class="style3">Average Error</div></td>
<td width="13%"><div align="center" class="style3">CT-PD</div></td>
<td width="21%"><div align="center"><span class="style1"><span class="style3">CT-T1</span></span></div></td>
<td width="7%"><div align="center"><span class="style1"><span class="style3">CT-T2</span></span></div></td>
<td width="7%"><div align="center"><span class="style1"><span class="style3">CT-T1-Rectified</span></span></div></td>
<td width="7%"><div align="center"><span class="style1"><span class="style3">CT-T2-Rectified</span></span></div></td>
<td width="7%"><div align="center"><span class="style1"><span class="style3">CT_PD-Rectified</span></span></div></td>
<td width="7%"><div align="center"><span class="style1"><span class="style3">PET-PD</span></span></div></td>
<td width="8%"><div align="center"><span class="style1"><span class="style3">PET-T1</span></span></div></td>
<td width="8%"><div align="center"><span class="style1"><span class="style3">PET-T2</span></span></div></td>
<td width="8%"><div align="center"><span class="style1"><span class="style3">PET-T1-Rectified</span></span></div></td>
<td width="8%"><div align="center"><span class="style1"><span class="style3">PET-T2-Rectified</span></span></div></td>
<td width="8%"><div align="center"><span class="style1"><span class="style3">PET-PD-Rectified</span></span></div></td>
</tr>
</table>
</div>
</div>
<div id="secondaryContent">
<h2> </h2>
<h3>
<a href="view_results.html">[Results]</a><br />
<a href="myprofile.html">[My Submissions]</a>
</h3>
<p> </p>
</div>
<script type="text/javascript">
google_ad_client = "pub-8240771869361540";
google_ad_slot = "1074000034";
google_ad_width = 200;
google_ad_height = 200;
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<div class="clear"></div>
</div>
<div id="footer">
<p>Copyright © 2007 <a href="http://www.kitware.com">Kitware Inc</a>.</p>
</div>
</div>
<div style="font-size: 0.8em; text-align: center; margin-top: 1.0em; margin-bottom: 1.0em;"> </div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-701656-3");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>