xxxxxxxxxx
<html>
<head>
<title>Hive Plot Exploration</title>
<link rel="stylesheet" type="text/css" href="hiveDemo.css" />
<script src='https://cdn.jsdelivr.net/npm/d3@2.10.3/d3.v2.js'></script>
<script src='https://code.jquery.com/jquery-1.7.1.min.js'></script>
</head>
<body>
<ul>
<h2><span id='account-name'></span></h2>
<h1>Hive Plot for Student Systems</h1>
<p>
This is based on Mike Bostock's demo code in
<a href='https://bost.ocks.org/mike/hive/'
>Visualizing Networks with Hive Plots</a>
as well as Rich Morin's rework of that demo
</p>
<div id='demo_2'>
<p class='precis'>Loading demo_2.</p>
<p>
<table><tr>
<td valign=top><span class='chart'> </span></td>
<td valign=top> </td>
<td valign=top><span class='notes'> </span></td>
</tr></table>
</p>
</div>
</ul>
<script src='hiveMain.js'></script>
</body>
</html>
Modified http://mbostock.github.com/d3/d3.js to a secure url
Modified http://code.jquery.com/jquery-1.7.1.min.js to a secure url
https://mbostock.github.com/d3/d3.js
https://code.jquery.com/jquery-1.7.1.min.js