diff --git a/index.html b/index.html index a686cf0..42c1b08 100644 --- a/index.html +++ b/index.html @@ -153,6 +153,8 @@ $(document).ready(function() { { start: function(event, ui) { $(this).css('z-index', a++); } });}); + + diff --git a/static/css/style.css b/static/css/style.css index 8247d86..66656ea 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -397,18 +397,18 @@ h2 { .topleft { float: right; cursor: pointer; - font-size: 100%; + font-size: 140%; color: black; } .thesisX { position: absolute; z-index:5; - left: 46%; + left: 48%; top: 14%; float: right; cursor: pointer; - font-size: 100%; + font-size: 140%; color: black; } @@ -416,6 +416,7 @@ h2 { display: none; } + /* about and colophon */ #menu { margin-top: 15px; diff --git a/static/js/d3_map.js b/static/js/d3_map.js index 0f8e103..1a2adaf 100644 --- a/static/js/d3_map.js +++ b/static/js/d3_map.js @@ -69,10 +69,10 @@ d3.json("/static/js/group1.json", function(error, json) { console.log('vid') if (i.url) { divVideo.transition().duration(100); - divVideo.html("
  × 
"); + divVideo.html("
  × 
"); }; divBio.transition().duration(100); - divBio.html("
  × 
" + i.bio + "
"); + divBio.html("
  × 
" + i.bio + "
"); popup(i.id, i.time); }) .on("dblclick", connectedNodes) @@ -80,6 +80,7 @@ d3.json("/static/js/group1.json", function(error, json) { + force.on("tick", function() { link.attr("x1", function(d) { return d.source.x; @@ -101,6 +102,7 @@ d3.json("/static/js/group1.json", function(error, json) { }); + // highlight NodeLists//Toggle stores whether the highlighting is on var toggle = 0; //Create an array logging what is connected to what