Skip to content

Instantly share code, notes, and snippets.

@jdpye
Created August 8, 2016 19:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdpye/9f27e267bc8364da88fbee543440cf55 to your computer and use it in GitHub Desktop.
Save jdpye/9f27e267bc8364da88fbee543440cf55 to your computer and use it in GitHub Desktop.
<html>
<head>
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script type="text/javascript" src="//d3js.org/d3.v3.js"></script>
<script type="text/javascript" src="http://labratrevenge.com/d3-tip/javascripts/d3.tip.v0.6.3.js"></script>
<script src="js/legend.js"></script>
<style>
.link {
stroke: #ccc;
}
.node text {
pointer-events: none;
font: 10px sans-serif;
}
</style>
</head>
<body>
<h3> Ocean Tracking Network - Collaborators and Projects through Time</h3>
<p> Playing around with displaying a time-series of OTN-affiliated researchers and the time-span of their affiliated projects.</p>
<script type="application/json" id="collab" src="otn_contacts_and_collections.json"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment