visualizing the 2018 Academy Awards nomination and winner list referencing https://bl.ocks.org/mbostock/cd98bf52e9067e26945edd95e8cf6ef9
xxxxxxxxxx
<head>
<title>3D-force-layout</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="plot">
</div>
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="//d3js.org/d3.v4.min.js"></script>
<script src="script.js"></script>
</body>
https://code.jquery.com/jquery-1.12.4.js
https://d3js.org/d3.v4.min.js
cars.csv | script.js |