Skip to content

Instantly share code, notes, and snippets.

@arnicas
Last active February 21, 2016 22:18
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 arnicas/5cc4844145afc58cb324 to your computer and use it in GitHub Desktop.
Save arnicas/5cc4844145afc58cb324 to your computer and use it in GitHub Desktop.
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="http://lwhitaker3.github.io/USMortality/" target="_blank">Child Mortality in the United States</a>
<li><span class="student">Halina Mader</span>: <a href="http://hmader.github.io/fertility-mortality/" target="_blank">Fertility and Mortality</a>
<li><span class="student">Barbara Poon</span>: <a href="http://barbarapoon.me/childMortality/" target="_blank">Is the World Improving?</a>
<li><span class="student">Luis Melgar</span>: <a href="http://lmelgar.me/africa-infant/" target="_blank">Clean Water and Mortality</a>
<li><span class="student">Shiyan Jiang</span>: <a href="http://shiyanjiang.com/ChildMortality/" target="_blank">The Impact of War on Child Mortality</a>
<li><span class="student">Jiaxin Lui</span>: <a href="http://jiaxinliu.me/d3_project/" target="_blank">What Kills Children?</a>
<li><span class="student">Zhizhou Wang</span>: <a href="http://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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment