forked from pauldmccarthy/netjs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (12 loc) · 781 Bytes
/
index.html
File metadata and controls
15 lines (12 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML><HEAD><meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<TITLE>FSLNets interactive netmat visualisation - Paul McCarthy, FMRIB</TITLE></HEAD><BODY>
<STYLE TYPE="text/css">BODY { background: white ; font-family: 'Arial'}</STYLE>
<a href="../index.html">... back to main index</a>
<b>FSLNets interactive netmat visualisation</b> <p>
<div id="networkCtrl" style="display: inline-block; vertical-align: top"></div>
<div id="fullNetwork" style="display: inline"></div>
<div id="subNetwork" style="display: inline"></div>
<script data-main="js/main" src="js/lib/require.js"></script>
</body>
</html>