D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
arnicas
Full window
Github gist
Student project links, fall 2015
<html> <head> <style> body { margin: 50px; font-family: Arial; } h1 { margin-top: 50px; text-align: center; color: #666699; } ul { padding: 20px; line-height: 2em; font-size: 15pt; color: steelblue; text-align: center; } li { margin-left: 20px; list-style-type: none; } p { margin-top: 70px; text-align: center; font-size: 12pt; color: darkgray; } .student { color: gray; } .desc { color: black; color: gray; font-style: italic; margin-top: -15px; } a: hover { background: blue; } a { text-decoration: none; font-weight: bolder; color: steelblue; } </style> <h1>Data Visualization Student Projects: UNICEF Data</h1> <p class="desc">Our introductory class on interactive data visualization explored UNICEF data on child mortality rates. Check out the final student projects, built with D3.js!</p> <ul> <li><span class="student">Louise Whitaker</span>: <a href="https://lwhitaker3.github.io/USMortality/" target="_blank">Child Mortality in the United States</a> <li><span class="student">Halina Mader</span>: <a href="https://hmader.github.io/fertility-mortality/" target="_blank">Fertility and Mortality</a> <li><span class="student">Barbara Poon</span>: <a href="https://barbarapoon.me/childMortality/" target="_blank">Is the World Improving?</a> <li><span class="student">Luis Melgar</span>: <a href="https://lmelgar.me/africa-infant/" target="_blank">Clean Water and Mortality</a> <li><span class="student">Shiyan Jiang</span>: <a href="https://shiyanjiang.com/ChildMortality/" target="_blank">The Impact of War on Child Mortality</a> <li><span class="student">Jiaxin Lui</span>: <a href="https://jiaxinliu.me/d3_project/" target="_blank">What Kills Children?</a> <li><span class="student">Zhizhou Wang</span>: <a href="https://zhizhouwang.me/myProject/" target="_blank">Mothers, Female Education, and Child Mortality</a> </ul> <p>Instructor: Lynn Cherny / School of Communication, University of Miami</p> </html>