-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
27 lines (24 loc) · 902 Bytes
/
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
<html>
<head>
<title>"Sense.me" Application Prototype</title>
</head>
<body bgcolor=white>
<table border="0" cellpadding="10">
<tr>
<td>
<img src="screenshots/senseme_logo.png" width="500px" height=350px">
</td>
<td>
<!--<h1>Sample "Sense.me" Application</h1>-->
</td>
</tr>
</table>
<p>This is the home page for the "Sense.me" Web application (<a href="/videos/Vis2016-190.mp4">Demonstration Video</a>). </p>
<p>(optimized for Google Chrome Version 54.0.2840.71 m)</p>
<p>You can try the following links:
<ul>
<li><a href="/elasticviz/project/dist/index.html"><h3>Running system: Sense.me eye exploration application</h3></a></li>
<li><a href="/dateline/index.html">Initial work done for configurator: also shows the "AOIs Links visualization example"</a></li>
</ul>
</body>
</html>